Trace number 3718089

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 64.1742 61.8643

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-33-100-0.wbo
MD5SUM908c51b3c7715396d94712713af78fd9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark64.1742
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120528
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718089-1338252034.wbo
0.07/0.13	c reading problem ... 
0.41/0.34	c ... done. Wall clock time 0.209s.
0.41/0.34	c declared #vars     231
0.41/0.34	c internal #vars     2099
0.41/0.34	c #constraints  2707
0.41/0.34	c constraints type 
0.41/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.41/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.41/0.34	c ignored satisfied constraints => 1
0.41/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.41/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.41/0.34	c 2708 constraints processed.
0.41/0.34	c objective function length is 1868 literals
0.68/0.48	c SATISFIABLE
0.68/0.48	c OPTIMIZING...
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.351
0.68/0.49	o 547
0.98/0.54	c Got one! Elapsed wall clock time (in seconds):0.404
0.98/0.54	o 484
0.98/0.57	c Got one! Elapsed wall clock time (in seconds):0.438
0.98/0.57	o 254
1.28/0.60	c Got one! Elapsed wall clock time (in seconds):0.462
1.28/0.60	o 248
1.28/0.61	c Got one! Elapsed wall clock time (in seconds):0.478
1.28/0.61	o 193
1.47/0.70	c Got one! Elapsed wall clock time (in seconds):0.567
1.47/0.70	o 192
1.47/0.73	c Got one! Elapsed wall clock time (in seconds):0.592
1.47/0.73	o 191
1.47/0.77	c Got one! Elapsed wall clock time (in seconds):0.635
1.47/0.77	o 176
1.47/0.79	c Got one! Elapsed wall clock time (in seconds):0.653
1.47/0.79	o 173
1.66/0.81	c Got one! Elapsed wall clock time (in seconds):0.676
1.66/0.81	o 167
1.66/0.85	c Got one! Elapsed wall clock time (in seconds):0.712
1.66/0.85	o 161
1.77/0.95	c Got one! Elapsed wall clock time (in seconds):0.816
1.77/0.95	o 158
1.77/0.98	c Got one! Elapsed wall clock time (in seconds):0.845
1.77/0.98	o 157
1.77/1.00	c Got one! Elapsed wall clock time (in seconds):0.866
1.77/1.00	o 152
1.88/1.04	c Got one! Elapsed wall clock time (in seconds):0.91
1.88/1.04	o 126
1.98/1.17	c Got one! Elapsed wall clock time (in seconds):1.035
1.98/1.17	o 112
2.39/1.52	c Got one! Elapsed wall clock time (in seconds):1.383
2.39/1.52	o 107
2.39/1.56	c Got one! Elapsed wall clock time (in seconds):1.426
2.39/1.56	o 101
2.61/1.71	c Got one! Elapsed wall clock time (in seconds):1.577
2.61/1.71	o 100
2.94/2.08	c cleaning 5603 clauses out of 11205 with flag 11306/11205
3.09/2.13	c Got one! Elapsed wall clock time (in seconds):1.997
3.09/2.13	o 96
3.19/2.23	c Got one! Elapsed wall clock time (in seconds):2.097
3.19/2.23	o 80
3.39/2.44	c Got one! Elapsed wall clock time (in seconds):2.305
3.39/2.44	o 74
3.39/2.47	c Got one! Elapsed wall clock time (in seconds):2.334
3.39/2.47	o 45
3.49/2.53	c Got one! Elapsed wall clock time (in seconds):2.4
3.49/2.53	o 39
3.59/2.64	c Got one! Elapsed wall clock time (in seconds):2.505
3.59/2.64	o 38
3.69/2.74	c Got one! Elapsed wall clock time (in seconds):2.604
3.69/2.74	o 35
3.79/2.84	c cleaning 6881 clauses out of 13768 with flag 9794/19371
3.96/2.95	c Got one! Elapsed wall clock time (in seconds):2.821
3.96/2.95	o 34
4.16/3.05	c Got one! Elapsed wall clock time (in seconds):2.922
4.16/3.06	o 29
4.63/3.30	c cleaning 6360 clauses out of 12732 with flag 19651/25216
4.63/3.39	c Got one! Elapsed wall clock time (in seconds):3.262
4.63/3.39	o 27
5.05/3.55	c Got one! Elapsed wall clock time (in seconds):3.42
5.05/3.55	o 26
5.44/3.79	c cleaning 6354 clauses out of 12720 with flag 32816/31564
5.67/3.99	c Got one! Elapsed wall clock time (in seconds):3.852
5.67/3.99	o 25
6.00/4.20	c cleaning 6141 clauses out of 12293 with flag 23724/37491
6.11/4.36	c Got one! Elapsed wall clock time (in seconds):4.225
6.11/4.36	o 24
6.30/4.58	c cleaning 5720 clauses out of 11466 with flag 34182/42805
6.41/4.65	c Got one! Elapsed wall clock time (in seconds):4.518
6.41/4.65	o 21
6.71/4.99	c cleaning 5794 clauses out of 11600 with flag 52797/48659
6.82/5.09	c Got one! Elapsed wall clock time (in seconds):4.96
6.82/5.09	o 20
7.12/5.32	c Got one! Elapsed wall clock time (in seconds):5.185
7.12/5.32	o 17
7.12/5.39	c cleaning 5932 clauses out of 11877 with flag 7386/54730
7.24/5.42	c Got one! Elapsed wall clock time (in seconds):5.292
7.24/5.42	o 13
7.54/5.74	c cleaning 5526 clauses out of 11071 with flag 41900/59856
7.94/6.16	c cleaning 5763 clauses out of 11544 with flag 84760/65855
8.34/6.52	c Got one! Elapsed wall clock time (in seconds):6.384
8.34/6.52	o 12
8.74/6.94	c cleaning 7959 clauses out of 15921 with flag 54790/75995
8.84/7.00	c Got one! Elapsed wall clock time (in seconds):6.87
8.84/7.00	o 11
9.15/7.34	c cleaning 6726 clauses out of 13465 with flag 37584/81498
9.56/7.71	c Got one! Elapsed wall clock time (in seconds):7.574
9.56/7.71	o 9
9.65/7.80	c cleaning 6363 clauses out of 12728 with flag 13798/87487
10.07/8.26	c cleaning 6165 clauses out of 12364 with flag 78706/93486
10.58/8.73	c cleaning 6594 clauses out of 13199 with flag 128508/100486
11.08/9.26	c cleaning 7300 clauses out of 14606 with flag 185652/108487
11.69/9.90	c cleaning 8146 clauses out of 16306 with flag 251848/117487
12.48/10.61	c cleaning 9075 clauses out of 18159 with flag 327689/127486
13.29/11.41	c cleaning 10029 clauses out of 20084 with flag 410641/138486
14.10/12.25	c cleaning 11017 clauses out of 22055 with flag 500195/150486
15.11/13.23	c cleaning 12008 clauses out of 24037 with flag 604309/163486
16.11/14.28	c cleaning 13005 clauses out of 26029 with flag 710485/177486
16.72/14.82	c Got one! Elapsed wall clock time (in seconds):14.682
16.72/14.82	o 8
17.12/15.28	c cleaning 12546 clauses out of 25120 with flag 48362/189582
17.63/15.73	c cleaning 9273 clauses out of 18573 with flag 95184/195581
18.13/16.25	c cleaning 8142 clauses out of 16300 with flag 148142/202581
18.66/16.79	c cleaning 8068 clauses out of 16159 with flag 206061/210582
19.26/17.37	c cleaning 8531 clauses out of 17091 with flag 267090/219582
19.96/18.00	c cleaning 9279 clauses out of 18559 with flag 330152/229582
20.68/18.71	c cleaning 10123 clauses out of 20279 with flag 400035/240581
20.77/18.86	c Got one! Elapsed wall clock time (in seconds):18.726
20.77/18.86	o 6
21.07/19.13	c cleaning 7728 clauses out of 15470 with flag 33988/245895
21.57/19.61	c cleaning 6864 clauses out of 13741 with flag 93398/251894
22.07/20.13	c cleaning 6928 clauses out of 13878 with flag 156267/258895
22.58/20.68	c cleaning 7467 clauses out of 14950 with flag 220606/266895
23.18/21.29	c cleaning 8234 clauses out of 16482 with flag 290572/275894
24.00/22.04	c cleaning 9119 clauses out of 18248 with flag 368791/285894
24.80/22.81	c cleaning 10056 clauses out of 20129 with flag 446734/296894
25.70/23.75	c cleaning 11032 clauses out of 22074 with flag 540574/308895
26.60/24.63	c cleaning 12005 clauses out of 24041 with flag 626494/321894
27.60/25.61	c cleaning 13011 clauses out of 26036 with flag 720952/335894
28.70/26.71	c cleaning 14006 clauses out of 28026 with flag 823730/350895
29.90/27.90	c cleaning 14994 clauses out of 30020 with flag 933646/366896
31.11/29.11	c cleaning 16011 clauses out of 32025 with flag 1044776/383895
32.41/30.47	c cleaning 16997 clauses out of 34015 with flag 1175747/401896
34.02/32.05	c cleaning 17991 clauses out of 36016 with flag 1325691/420894
35.74/33.77	c cleaning 19002 clauses out of 38024 with flag 1480118/440894
37.44/35.49	c cleaning 20003 clauses out of 40022 with flag 1631617/461894
39.24/37.21	c cleaning 21008 clauses out of 42017 with flag 1785511/483894
41.35/39.38	c cleaning 21991 clauses out of 44010 with flag 1960353/506896
43.56/41.54	c cleaning 23006 clauses out of 46017 with flag 2139552/530894
45.58/43.59	c cleaning 24003 clauses out of 48009 with flag 2311576/555895
47.70/45.62	c cleaning 24998 clauses out of 50005 with flag 2480981/581896
50.03/47.96	c cleaning 25993 clauses out of 52005 with flag 2678693/608894
52.64/50.58	c cleaning 27000 clauses out of 54011 with flag 2897876/636894
55.25/53.19	c cleaning 27993 clauses out of 56008 with flag 3109939/665894
55.35/53.29	c Got one! Elapsed wall clock time (in seconds):53.153
55.35/53.29	o 5
55.96/53.90	c cleaning 16938 clauses out of 33908 with flag 52635/671787
56.67/54.55	c cleaning 11476 clauses out of 22969 with flag 112966/677786
57.29/55.13	c cleaning 9240 clauses out of 18493 with flag 167469/684786
57.80/55.67	c cleaning 8620 clauses out of 17253 with flag 203148/692786
58.40/56.29	c cleaning 8806 clauses out of 17633 with flag 244396/701786
59.11/56.92	c cleaning 9407 clauses out of 18828 with flag 288036/711787
59.81/57.65	c cleaning 10196 clauses out of 20421 with flag 339555/722787
60.61/58.44	c cleaning 11111 clauses out of 22224 with flag 396993/734787
61.41/59.29	c cleaning 12049 clauses out of 24110 with flag 453373/747786
62.41/60.25	c cleaning 13028 clauses out of 26059 with flag 521259/761786
63.51/61.35	c cleaning 14007 clauses out of 28024 with flag 600499/776786
64.02/61.85	c starts		: 208
64.02/61.85	c conflicts		: 783497
64.02/61.85	c decisions		: 1202325
64.02/61.85	c propagations		: 39272983
64.02/61.85	c inspects		: 692243901
64.02/61.85	c shortcuts		: 0
64.02/61.85	c learnt literals	: 43
64.02/61.85	c learnt binary clauses	: 43
64.02/61.85	c learnt ternary clauses	: 317
64.02/61.85	c learnt constraints	: 783453
64.02/61.85	c ignored constraints	: 0
64.02/61.85	c root simplifications	: 0
64.02/61.85	c removed literals (reason simplification)	: 0
64.02/61.85	c reason swapping (by a shorter reason)	: 0
64.02/61.85	c Calls to reduceDB	: 65
64.02/61.85	c Number of update (reduction) of LBD	: 273263
64.02/61.85	c number of reductions to clauses (during analyze)	: 0
64.02/61.85	c number of learned constraints concerned by reduction	: 0
64.02/61.85	c number of learning phase by resolution	: 0
64.02/61.85	c number of learning phase by cutting planes	: 0
64.02/61.85	c speed (assignments/second)	: 638720.1034364988
64.02/61.85	c non guided choices	5276
64.02/61.85	c learnt constraints type 
64.02/61.85	c constraints type 
64.02/61.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
64.02/61.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
64.02/61.85	c ignored satisfied constraints => 1
64.02/61.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
64.02/61.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
64.02/61.85	c 2708 constraints processed.
64.02/61.85	s OPTIMUM FOUND
64.02/61.86	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 
64.02/61.86	c objective function=5
64.02/61.86	c Total wall clock time (in seconds): 61.722

Verifier Data

OK	5

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-3718089-1338252034/watcher-3718089-1338252034 -o /tmp/evaluation-result-3718089-1338252034/solver-3718089-1338252034 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718089-1338252034.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.98 1.99 2/195 638
/proc/meminfo: memFree=31019396/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/638/stat : 638 (java) D 636 638 28718 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 291330161 278528 33 33554432000 1073741824 1073778376 140735642518608 140735642515784 271778409767 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/638/statm: 68 33 25 9 0 25 0

[startup+0.049772 s]
/proc/loadavg: 1.97 1.98 1.99 2/195 638
/proc/meminfo: memFree=31019396/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 3029 0 1 0 1 0 0 0 20 0 13 0 291330161 9446973440 3215 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2306390 3215 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100258 s]
/proc/loadavg: 1.97 1.98 1.99 2/195 638
/proc/meminfo: memFree=31019396/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 3408 0 1 0 6 1 0 0 20 0 18 0 291330161 9787817984 4105 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2389604 4105 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300221 s]
/proc/loadavg: 1.97 1.98 1.99 2/195 638
/proc/meminfo: memFree=31019396/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9558416 CPUtime=0.41 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 5261 0 1 0 40 1 0 0 20 0 18 0 291330161 9787817984 7090 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2389604 7090 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558416

[startup+0.700242 s]
/proc/loadavg: 1.97 1.98 1.99 2/195 638
/proc/meminfo: memFree=31019396/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 11409 0 1 0 144 3 0 0 20 0 19 0 291330161 9855979520 11902 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 11902 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9624980

[startup+1.50064 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 657
/proc/meminfo: memFree=30973432/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=2.39 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 12029 0 1 0 236 3 0 0 20 0 19 0 291330161 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 14485 2254 9 0 2396937 0
[pid=638/tid=640] ppid=636 vsize=9624980 CPUtime=1.45 cores=0,2,4,6
/proc/638/task/640/stat : 640 (java) R 636 638 28718 0 -1 4202560 2528 0 1 0 144 1 0 0 20 0 19 0 291330163 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407516930456 140407389434733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=638/tid=641] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) S 636 638 28718 0 -1 4202560 3365 0 0 0 43 0 0 0 20 0 19 0 291330169 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407336733368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 4936 0 0 0 46 2 0 0 20 0 19 0 291330169 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 14485 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624980

[startup+3.1007 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 657
/proc/meminfo: memFree=30954752/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=4.35 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 18806 0 1 0 430 5 0 0 20 0 19 0 291330161 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 23953 2279 9 0 2396937 0
[pid=638/tid=640] ppid=636 vsize=9624980 CPUtime=3.02 cores=0,2,4,6
/proc/638/task/640/stat : 640 (java) R 636 638 28718 0 -1 4202560 2533 0 1 0 300 2 0 0 20 0 19 0 291330163 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407516930496 140407389471104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=638/tid=641] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 291330166 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) R 636 638 28718 0 -1 4202560 10057 0 0 0 71 3 0 0 20 0 19 0 291330169 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407336720152 140407523925523 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 4945 0 0 0 50 2 0 0 20 0 19 0 291330169 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 23953 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9624980

[startup+6.30069 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 657
/proc/meminfo: memFree=30933004/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=8.14 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 22315 0 1 0 807 7 0 0 20 0 19 0 291330161 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 23422 2279 9 0 2396937 0
[pid=638/tid=640] ppid=636 vsize=9624980 CPUtime=6.05 cores=0,2,4,6
/proc/638/task/640/stat : 640 (java) R 636 638 28718 0 -1 4202560 2541 0 1 0 603 2 0 0 20 0 19 0 291330163 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407516938592 140407389471552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=638/tid=641] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291330164 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 33 0 0 0 16 0 0 0 20 0 19 0 291330166 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.86 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) S 636 638 28718 0 -1 4202560 10128 0 0 0 83 3 0 0 20 0 19 0 291330169 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407336733368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.94 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 8367 0 0 0 92 2 0 0 20 0 19 0 291330169 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 23422 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=1.42 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 39 0 0 0 142 0 0 0 20 0 19 0 291330166 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) S 636 638 28718 0 -1 4202560 10130 0 0 0 87 3 0 0 20 0 19 0 291330169 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407336733368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 8368 0 0 0 93 2 0 0 20 0 19 0 291330169 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 25567 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 62.91
Current children cumulated vsize (KiB) 9624980

[startup+61.5008 s]
/proc/loadavg: 2.12 2.02 2.00 3/213 714
/proc/meminfo: memFree=30902920/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=63.72 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 22483 0 1 0 6363 9 0 0 20 0 19 0 291330161 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 25569 2280 9 0 2396937 0
[pid=638/tid=640] ppid=636 vsize=9624980 CPUtime=59.78 cores=0,2,4,6
/proc/638/task/640/stat : 640 (java) R 636 638 28718 0 -1 4202560 2597 0 1 0 5976 2 0 0 20 0 19 0 291330163 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407516938712 140407389457086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=638/tid=641] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 39 0 0 0 144 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) S 636 638 28718 0 -1 4202560 10130 0 0 0 87 3 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407336733368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 8368 0 0 0 93 2 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 63.72
Current children cumulated vsize (KiB) 9624980

[startup+61.7006 s]
/proc/loadavg: 2.12 2.02 2.00 3/213 714
/proc/meminfo: memFree=30902920/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=63.92 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 22483 0 1 0 6383 9 0 0 20 0 19 0 291330161 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 25569 2280 9 0 2396937 0
[pid=638/tid=640] ppid=636 vsize=9624980 CPUtime=59.98 cores=0,2,4,6
/proc/638/task/640/stat : 640 (java) R 636 638 28718 0 -1 4202560 2597 0 1 0 5996 2 0 0 20 0 19 0 291330163 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407516938712 140407389456333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=638/tid=641] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 39 0 0 0 144 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) S 636 638 28718 0 -1 4202560 10130 0 0 0 87 3 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407336733368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 8368 0 0 0 93 2 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 63.92
Current children cumulated vsize (KiB) 9624980

[startup+61.8006 s]
/proc/loadavg: 2.12 2.02 2.00 3/213 714
/proc/meminfo: memFree=30902920/32873648 swapFree=6852/6852
[pid=638] ppid=636 vsize=9624980 CPUtime=64.02 cores=0,2,4,6
/proc/638/stat : 638 (java) S 636 638 28718 0 -1 4202496 22483 0 1 0 6393 9 0 0 20 0 19 0 291330161 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140734574689584 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/638/statm: 2406245 25569 2280 9 0 2396937 0
[pid=638/tid=640] ppid=636 vsize=9624980 CPUtime=60.08 cores=0,2,4,6
/proc/638/task/640/stat : 640 (java) R 636 638 28718 0 -1 4202560 2597 0 1 0 6006 2 0 0 20 0 19 0 291330163 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407516938712 140407389103913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=638/tid=641] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/641/stat : 641 (java) S 636 638 28718 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407360510248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=642] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/642/stat : 642 (java) S 636 638 28718 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407359457448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=643] ppid=636 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/638/task/643/stat : 643 (java) S 636 638 28718 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407358405160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=644] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/644/stat : 644 (java) S 636 638 28718 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407357352360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=645] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/645/stat : 645 (java) S 636 638 28718 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407356300072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=646] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/646/stat : 646 (java) S 636 638 28718 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407355247272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=647] ppid=636 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/638/task/647/stat : 647 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407354194984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=648] ppid=636 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/638/task/648/stat : 648 (java) S 636 638 28718 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291330164 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407353142184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=638/tid=649] ppid=636 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/638/task/649/stat : 649 (java) S 636 638 28718 0 -1 4202560 39 0 0 0 144 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407340943592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=650] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/650/stat : 650 (java) S 636 638 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407339889656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=651] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/651/stat : 651 (java) S 636 638 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291330166 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407338837256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=652] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/652/stat : 652 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407337785744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=653] ppid=636 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/638/task/653/stat : 653 (java) S 636 638 28718 0 -1 4202560 10130 0 0 0 87 3 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407336733368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=638/tid=654] ppid=636 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/638/task/654/stat : 654 (java) S 636 638 28718 0 -1 4202560 8368 0 0 0 93 2 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407335680568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=655] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/655/stat : 655 (java) S 636 638 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407334628472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=638/tid=656] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/656/stat : 656 (java) S 636 638 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291330169 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407333575880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=638/tid=657] ppid=636 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/638/task/657/stat : 657 (java) S 636 638 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291330199 9855979520 25569 33554432000 1073741824 1073778376 140734574698448 140407332520872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 64.02
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 61.8643
CPU time (s): 64.1742
CPU user time (s): 63.9713
CPU system time (s): 0.202969
CPU usage (%): 103.734
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.9713
system time used= 0.202969
maximum resident set size= 102332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22500
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= 3334
involuntary context switches= 2415

runsolver used 0.207968 second user time and 0.364944 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 02:40:34
IDJOB=3718089
IDBENCH=78982
IDSOLVER=2301
FILE ID=node115/3718089-1338252034
RUNJOBID= node115-1338248169-32130
PBS_JOBID= 14624652
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 908c51b3c7715396d94712713af78fd9
RANDOM SEED=3345299

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.462
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.462
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.462
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:        31019660 kB
Buffers:          496916 kB
Cached:           390260 kB
SwapCached:          972 kB
Active:           741472 kB
Inactive:         220904 kB
Active(anon):      67980 kB
Inactive(anon):     9244 kB
Active(file):     673492 kB
Inactive(file):   211660 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:        160616 kB
Mapped:            19900 kB
Shmem:                96 kB
Slab:             751832 kB
SReclaimable:     196036 kB
SUnreclaim:       555796 kB
KernelStack:        1768 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71644 MiB
End job on node115 at 2012-05-29 02:41:36