Trace number 3718110

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 41.0977 39.0407

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
MD5SUMcbb94832f8cf89251c53c05bd4717107
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark22.8045
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120528
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718110-1338251901.wbo
0.10/0.11	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.198s.
0.48/0.31	c declared #vars     231
0.48/0.31	c internal #vars     2019
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.48/0.31	c ignored satisfied constraints => 1
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.48/0.31	c 2708 constraints processed.
0.48/0.31	c objective function length is 1788 literals
0.77/0.44	c SATISFIABLE
0.77/0.44	c OPTIMIZING...
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.77/0.44	o 292
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
1.07/0.51	o 275
1.37/0.60	c Got one! Elapsed wall clock time (in seconds):0.493
1.37/0.60	o 264
1.37/0.64	c Got one! Elapsed wall clock time (in seconds):0.53
1.37/0.64	o 257
1.58/0.78	c Got one! Elapsed wall clock time (in seconds):0.67
1.58/0.78	o 256
1.58/0.80	c Got one! Elapsed wall clock time (in seconds):0.687
1.58/0.80	o 246
1.71/0.82	c Got one! Elapsed wall clock time (in seconds):0.715
1.71/0.82	o 241
1.71/0.85	c Got one! Elapsed wall clock time (in seconds):0.746
1.71/0.85	o 238
1.71/0.87	c Got one! Elapsed wall clock time (in seconds):0.764
1.71/0.87	o 236
1.71/0.88	c Got one! Elapsed wall clock time (in seconds):0.772
1.71/0.88	o 235
1.91/0.91	c Got one! Elapsed wall clock time (in seconds):0.803
1.91/0.91	o 233
1.91/0.94	c Got one! Elapsed wall clock time (in seconds):0.83
1.91/0.94	o 228
1.91/0.96	c Got one! Elapsed wall clock time (in seconds):0.854
1.91/0.96	o 170
2.01/1.02	c Got one! Elapsed wall clock time (in seconds):0.913
2.01/1.02	o 169
2.01/1.03	c Got one! Elapsed wall clock time (in seconds):0.925
2.01/1.03	o 144
2.01/1.08	c Got one! Elapsed wall clock time (in seconds):0.974
2.01/1.08	o 143
2.12/1.12	c Got one! Elapsed wall clock time (in seconds):1.012
2.12/1.12	o 139
2.12/1.18	c Got one! Elapsed wall clock time (in seconds):1.075
2.12/1.18	o 108
2.31/1.32	c Got one! Elapsed wall clock time (in seconds):1.214
2.31/1.32	o 107
2.31/1.36	c Got one! Elapsed wall clock time (in seconds):1.256
2.31/1.36	o 104
2.54/1.52	c Got one! Elapsed wall clock time (in seconds):1.41
2.54/1.52	o 103
2.65/1.62	c Got one! Elapsed wall clock time (in seconds):1.509
2.65/1.62	o 100
2.76/1.76	c Got one! Elapsed wall clock time (in seconds):1.65
2.76/1.76	o 99
2.86/1.81	c Got one! Elapsed wall clock time (in seconds):1.698
2.86/1.81	o 97
2.86/1.83	c Got one! Elapsed wall clock time (in seconds):1.719
2.86/1.83	o 95
2.86/1.86	c Got one! Elapsed wall clock time (in seconds):1.752
2.86/1.86	o 90
2.96/1.90	c Got one! Elapsed wall clock time (in seconds):1.795
2.96/1.90	o 86
2.96/1.98	c Got one! Elapsed wall clock time (in seconds):1.868
2.96/1.98	o 76
3.20/2.11	c cleaning 8146 clauses out of 16305 with flag 10109/16305
3.20/2.18	c Got one! Elapsed wall clock time (in seconds):2.076
3.20/2.18	o 72
3.41/2.31	c Got one! Elapsed wall clock time (in seconds):2.201
3.41/2.31	o 67
3.51/2.48	c Got one! Elapsed wall clock time (in seconds):2.368
3.51/2.48	o 65
3.62/2.55	c Got one! Elapsed wall clock time (in seconds):2.44
3.62/2.55	o 64
3.62/2.60	c Got one! Elapsed wall clock time (in seconds):2.487
3.62/2.60	o 61
3.82/2.75	c Got one! Elapsed wall clock time (in seconds):2.643
3.82/2.75	o 56
3.82/2.78	c Got one! Elapsed wall clock time (in seconds):2.667
3.82/2.78	o 47
3.92/2.88	c cleaning 8455 clauses out of 16928 with flag 10560/25074
4.65/3.41	c cleaning 7235 clauses out of 14471 with flag 47013/31072
5.66/4.06	c cleaning 7112 clauses out of 14237 with flag 97169/38073
5.86/4.22	c Got one! Elapsed wall clock time (in seconds):4.112
5.86/4.22	o 42
6.07/4.48	c Got one! Elapsed wall clock time (in seconds):4.367
6.07/4.48	o 39
6.16/4.57	c cleaning 6742 clauses out of 13490 with flag 11617/44438
6.57/4.90	c Got one! Elapsed wall clock time (in seconds):4.791
6.57/4.90	o 32
6.76/5.13	c Got one! Elapsed wall clock time (in seconds):5.024
6.76/5.13	o 31
6.96/5.31	c Got one! Elapsed wall clock time (in seconds):5.199
6.96/5.31	o 30
7.10/5.41	c cleaning 9008 clauses out of 18029 with flag 11575/55719
7.29/5.65	c Got one! Elapsed wall clock time (in seconds):5.545
7.29/5.65	o 28
7.39/5.76	c Got one! Elapsed wall clock time (in seconds):5.652
7.39/5.76	o 26
7.49/5.85	c cleaning 7616 clauses out of 15244 with flag 11968/61942
7.80/6.14	c Got one! Elapsed wall clock time (in seconds):6.034
7.80/6.14	o 24
7.90/6.22	c cleaning 6626 clauses out of 13267 with flag 12640/67581
8.31/6.62	c cleaning 6313 clauses out of 12639 with flag 77379/73579
8.51/6.84	c Got one! Elapsed wall clock time (in seconds):6.735
8.51/6.84	o 23
8.62/6.99	c cleaning 5861 clauses out of 11734 with flag 19537/78987
8.82/7.20	c Got one! Elapsed wall clock time (in seconds):7.087
8.82/7.20	o 18
8.92/7.22	c Got one! Elapsed wall clock time (in seconds):7.116
8.92/7.22	o 17
9.02/7.38	c cleaning 5717 clauses out of 11441 with flag 26286/84555
9.43/7.76	c cleaning 5855 clauses out of 11724 with flag 82400/90555
9.93/8.21	c cleaning 6432 clauses out of 12868 with flag 140759/97554
10.45/8.76	c cleaning 7208 clauses out of 14437 with flag 212241/105555
11.16/9.40	c cleaning 8110 clauses out of 16233 with flag 292967/114559
11.26/9.50	c Got one! Elapsed wall clock time (in seconds):9.396
11.26/9.50	o 14
11.46/9.78	c cleaning 6641 clauses out of 13300 with flag 40523/119736
11.87/10.18	c cleaning 6322 clauses out of 12660 with flag 88654/125737
11.97/10.23	c Got one! Elapsed wall clock time (in seconds):10.12
11.97/10.23	o 13
12.37/10.61	c Got one! Elapsed wall clock time (in seconds):10.502
12.37/10.61	o 11
12.49/10.72	c cleaning 6346 clauses out of 12708 with flag 15433/132107
12.89/11.16	c cleaning 6176 clauses out of 12362 with flag 90347/138107
13.19/11.45	c Got one! Elapsed wall clock time (in seconds):11.337
13.19/11.45	o 9
13.29/11.54	c cleaning 5731 clauses out of 11481 with flag 13970/143402
13.69/11.94	c cleaning 5858 clauses out of 11751 with flag 84851/149403
14.10/12.38	c cleaning 6446 clauses out of 12891 with flag 150840/156401
14.60/12.87	c cleaning 7219 clauses out of 14446 with flag 218432/164402
15.20/13.45	c cleaning 8103 clauses out of 16225 with flag 295687/173401
15.71/13.97	c Got one! Elapsed wall clock time (in seconds):13.857
15.71/13.97	o 8
16.21/14.47	c cleaning 10917 clauses out of 21840 with flag 74398/187119
16.72/14.92	c cleaning 8454 clauses out of 16920 with flag 141842/193116
17.12/15.36	c cleaning 7721 clauses out of 15465 with flag 200086/200115
17.62/15.86	c cleaning 7866 clauses out of 15746 with flag 269019/208117
18.25/16.47	c cleaning 8429 clauses out of 16878 with flag 347819/217115
18.95/17.11	c cleaning 9212 clauses out of 18449 with flag 431679/227115
19.56/17.73	c Got one! Elapsed wall clock time (in seconds):17.622
19.56/17.73	o 7
20.06/18.24	c cleaning 11911 clauses out of 23839 with flag 70081/241717
20.59/18.79	c cleaning 8955 clauses out of 17928 with flag 149545/247717
21.09/19.23	c cleaning 7973 clauses out of 15974 with flag 211175/254718
21.39/19.53	c Got one! Elapsed wall clock time (in seconds):19.426
21.39/19.53	o 6
21.49/19.63	c cleaning 6924 clauses out of 13855 with flag 14723/260572
21.99/20.12	c cleaning 6454 clauses out of 12930 with flag 91212/266571
22.49/20.64	c cleaning 6729 clauses out of 13476 with flag 169391/273571
22.99/21.15	c cleaning 7360 clauses out of 14747 with flag 243997/281571
23.40/21.57	c Got one! Elapsed wall clock time (in seconds):21.463
23.40/21.57	o 3
23.80/21.95	c cleaning 9309 clauses out of 18641 with flag 43845/292825
24.20/22.37	c cleaning 7660 clauses out of 15332 with flag 93183/298825
24.70/22.81	c cleaning 7330 clauses out of 14674 with flag 147823/305827
25.20/23.31	c cleaning 7666 clauses out of 15341 with flag 208430/313825
25.60/23.79	c cleaning 8333 clauses out of 16678 with flag 264030/322828
26.30/24.48	c cleaning 9166 clauses out of 18342 with flag 340849/332826
27.01/25.19	c cleaning 10072 clauses out of 20176 with flag 424060/343826
27.91/26.02	c cleaning 11045 clauses out of 22104 with flag 517527/355826
28.91/27.04	c cleaning 12021 clauses out of 24059 with flag 628909/368826
30.01/28.16	c cleaning 13016 clauses out of 26038 with flag 741959/382826
30.44/28.60	c Got one! Elapsed wall clock time (in seconds):28.492
30.44/28.60	o 2
31.04/29.13	c cleaning 12489 clauses out of 24991 with flag 58173/394796
31.65/29.72	c cleaning 9245 clauses out of 18502 with flag 122854/400796
32.14/30.22	c cleaning 8117 clauses out of 16257 with flag 180455/407796
32.65/30.75	c cleaning 8054 clauses out of 16141 with flag 240737/415797
33.24/31.30	c cleaning 8535 clauses out of 17086 with flag 298509/424796
33.75/31.88	c cleaning 9263 clauses out of 18551 with flag 362750/434796
34.45/32.55	c cleaning 10137 clauses out of 20288 with flag 439684/445796
35.16/33.26	c cleaning 11073 clauses out of 22152 with flag 520098/457797
36.27/34.39	c cleaning 12036 clauses out of 24081 with flag 628964/470799
37.49/35.52	c cleaning 13019 clauses out of 26042 with flag 730707/484796
38.59/36.60	c cleaning 14002 clauses out of 28024 with flag 826494/499799
39.69/37.76	c cleaning 15006 clauses out of 30018 with flag 932026/515796
40.89/38.96	c cleaning 16005 clauses out of 32013 with flag 1043727/532799
40.99/39.02	c starts		: 206
40.99/39.02	c conflicts		: 533093
40.99/39.02	c decisions		: 801207
40.99/39.02	c propagations		: 29224516
40.99/39.02	c inspects		: 462083550
40.99/39.02	c shortcuts		: 0
40.99/39.02	c learnt literals	: 15
40.99/39.02	c learnt binary clauses	: 25
40.99/39.02	c learnt ternary clauses	: 129
40.99/39.02	c learnt constraints	: 533077
40.99/39.02	c ignored constraints	: 0
40.99/39.02	c root simplifications	: 0
40.99/39.02	c removed literals (reason simplification)	: 0
40.99/39.02	c reason swapping (by a shorter reason)	: 0
40.99/39.02	c Calls to reduceDB	: 60
40.99/39.02	c Number of update (reduction) of LBD	: 169654
40.99/39.02	c number of reductions to clauses (during analyze)	: 0
40.99/39.02	c number of learned constraints concerned by reduction	: 0
40.99/39.02	c number of learning phase by resolution	: 0
40.99/39.02	c number of learning phase by cutting planes	: 0
40.99/39.02	c speed (assignments/second)	: 755272.5487155631
40.99/39.02	c non guided choices	6822
40.99/39.02	c learnt constraints type 
40.99/39.02	c constraints type 
40.99/39.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
40.99/39.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
40.99/39.02	c ignored satisfied constraints => 1
40.99/39.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
40.99/39.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
40.99/39.02	c 2708 constraints processed.
40.99/39.02	s OPTIMUM FOUND
40.99/39.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 
40.99/39.02	c objective function=2
40.99/39.02	c Total wall clock time (in seconds): 38.914

Verifier Data

OK	2

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-3718110-1338251901/watcher-3718110-1338251901 -o /tmp/evaluation-result-3718110-1338251901/solver-3718110-1338251901 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718110-1338251901.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.99 3/194 462
/proc/meminfo: memFree=30989356/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/462/stat : 462 (java) R 460 462 28718 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 291316894 278528 33 33554432000 1073741824 1073778376 140735066743408 140734090932376 271778349472 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/462/statm: 68 33 25 9 0 25 0

[startup+0.0703979 s]
/proc/loadavg: 1.96 1.98 1.99 3/194 462
/proc/meminfo: memFree=30989356/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 3285 0 1 0 5 0 0 0 20 0 18 0 291316894 9787817984 4494 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2389604 4494 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100256 s]
/proc/loadavg: 1.96 1.98 1.99 3/194 462
/proc/meminfo: memFree=30989356/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 4356 0 1 0 9 1 0 0 20 0 18 0 291316894 9787817984 5548 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2389604 5549 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300167 s]
/proc/loadavg: 1.96 1.98 1.99 3/194 462
/proc/meminfo: memFree=30989356/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9558416 CPUtime=0.48 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 5825 0 1 0 47 1 0 0 20 0 18 0 291316894 9787817984 8445 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2389604 8445 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558416

[startup+0.700241 s]
/proc/loadavg: 1.96 1.98 1.99 3/194 462
/proc/meminfo: memFree=30989356/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=1.58 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 14100 0 1 0 155 3 0 0 20 0 19 0 291316894 9855979520 12756 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 12756 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624980

[startup+1.50067 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 481
/proc/meminfo: memFree=30939244/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=2.54 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 14137 0 1 0 251 3 0 0 20 0 19 0 291316894 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 16879 2254 9 0 2396937 0
[pid=462/tid=464] ppid=460 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/462/task/464/stat : 464 (java) R 460 462 28718 0 -1 4202560 2493 0 1 0 145 2 0 0 20 0 19 0 291316894 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028798803064 140028634916861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=462/tid=465] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291316896 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4219 0 0 0 52 0 0 0 20 0 19 0 291316899 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 6226 0 0 0 50 2 0 0 20 0 19 0 291316899 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 16879 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9624980

[startup+3.10071 s]
/proc/loadavg: 1.96 1.98 1.99 4/213 481
/proc/meminfo: memFree=30918764/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=4.34 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 14598 0 1 0 429 5 0 0 20 0 19 0 291316894 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 24612 2279 9 0 2396937 0
[pid=462/tid=464] ppid=460 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/462/task/464/stat : 464 (java) R 460 462 28718 0 -1 4202560 2502 0 1 0 301 2 0 0 20 0 19 0 291316894 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028798811496 140028634777922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=462/tid=465] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 291316896 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4223 0 0 0 56 0 0 0 20 0 19 0 291316899 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 6608 0 0 0 62 2 0 0 20 0 19 0 291316899 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 24612 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 2.04 2.00 2.00 3/213 481
/proc/meminfo: memFree=30894400/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=8 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 20076 0 1 0 794 6 0 0 20 0 19 0 291316894 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 25308 2279 9 0 2396937 0
[pid=462/tid=464] ppid=460 vsize=9624980 CPUtime=6.1 cores=1,3,5,7
/proc/462/task/464/stat : 464 (java) R 460 462 28718 0 -1 4202560 2507 0 1 0 608 2 0 0 20 0 19 0 291316894 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028798812616 140028634778804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=462/tid=465] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291316895 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 291316896 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4232 0 0 0 64 0 0 0 20 0 19 0 291316899 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 12056 0 0 0 98 3 0 0 20 0 19 0 291316899 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 25308 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=1.36 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 39 0 0 0 136 0 0 0 20 0 19 0 291316896 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4233 0 0 0 70 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 12056 0 0 0 98 3 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.29
Current children cumulated vsize (KiB) 9624980

[startup+38.7006 s]
/proc/loadavg: 2.03 2.00 2.00 3/213 481
/proc/meminfo: memFree=30887480/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=40.69 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 20181 0 1 0 4061 8 0 0 20 0 19 0 291316894 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 25244 2280 9 0 2396937 0
[pid=462/tid=464] ppid=460 vsize=9624980 CPUtime=37.14 cores=1,3,5,7
/proc/462/task/464/stat : 464 (java) R 460 462 28718 0 -1 4202560 2559 0 1 0 3711 3 0 0 20 0 19 0 291316894 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028798812616 140028634791913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=462/tid=465] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=1.36 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 39 0 0 0 136 0 0 0 20 0 19 0 291316896 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4233 0 0 0 70 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 12056 0 0 0 98 3 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.69
Current children cumulated vsize (KiB) 9624980

[startup+38.9006 s]
/proc/loadavg: 2.03 2.00 2.00 3/213 481
/proc/meminfo: memFree=30887480/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=40.89 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 20181 0 1 0 4081 8 0 0 20 0 19 0 291316894 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 25244 2280 9 0 2396937 0
[pid=462/tid=464] ppid=460 vsize=9624980 CPUtime=37.34 cores=1,3,5,7
/proc/462/task/464/stat : 464 (java) R 460 462 28718 0 -1 4202560 2559 0 1 0 3731 3 0 0 20 0 19 0 291316894 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028798812496 140028634777557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=462/tid=465] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291316895 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=1.36 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 39 0 0 0 136 0 0 0 20 0 19 0 291316896 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4233 0 0 0 70 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 12056 0 0 0 98 3 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 25244 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (KiB) 9624980

[startup+39.0006 s]
/proc/loadavg: 2.03 2.00 2.00 3/213 481
/proc/meminfo: memFree=30887480/32873648 swapFree=6852/6852
[pid=462] ppid=460 vsize=9624980 CPUtime=40.99 cores=1,3,5,7
/proc/462/stat : 462 (java) S 460 462 28718 0 -1 4202496 20183 0 1 0 4091 8 0 0 20 0 19 0 291316894 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140735066734544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/462/statm: 2406245 25245 2280 9 0 2396937 0
[pid=462/tid=464] ppid=460 vsize=9624980 CPUtime=37.41 cores=1,3,5,7
/proc/462/task/464/stat : 464 (java) R 460 462 28718 0 -1 4202560 2560 0 1 0 3738 3 0 0 20 0 19 0 291316894 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028798812456 140028634778664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=462/tid=465] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/465/stat : 465 (java) S 460 462 28718 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028760303912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=466] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/466/stat : 466 (java) S 460 462 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028759251112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=467] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/467/stat : 467 (java) S 460 462 28718 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028758198824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=468] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/468/stat : 468 (java) S 460 462 28718 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028757146024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=469] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/469/stat : 469 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028756093736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=462/tid=470] ppid=460 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/462/task/470/stat : 470 (java) S 460 462 28718 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028755040936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=471] ppid=460 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/462/task/471/stat : 471 (java) S 460 462 28718 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028753988648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=472] ppid=460 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/462/task/472/stat : 472 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291316895 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028752935848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=473] ppid=460 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/462/task/473/stat : 473 (java) S 460 462 28718 0 -1 4202560 39 0 0 0 140 0 0 0 20 0 19 0 291316896 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028622837992 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=474] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/474/stat : 474 (java) S 460 462 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028621784056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=475] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/475/stat : 475 (java) S 460 462 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291316897 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028620731656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=476] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/476/stat : 476 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028619680144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=462/tid=477] ppid=460 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/462/task/477/stat : 477 (java) S 460 462 28718 0 -1 4202560 4233 0 0 0 70 0 0 0 20 0 19 0 291316899 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140028618627768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=478] ppid=460 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/462/task/478/stat : 478 (java) S 460 462 28718 0 -1 4202560 12056 0 0 0 98 3 0 0 20 0 19 0 291316899 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140027745004088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=479] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/479/stat : 479 (java) S 460 462 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140027743951992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=462/tid=480] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/480/stat : 480 (java) S 460 462 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291316899 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140027742899400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=462/tid=481] ppid=460 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/462/task/481/stat : 481 (java) S 460 462 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291316927 9855979520 25245 33554432000 1073741824 1073778376 140735066743408 140027741844392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.99
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 39.0407
CPU time (s): 41.0977
CPU user time (s): 40.9158
CPU system time (s): 0.181972
CPU usage (%): 105.269
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9158
system time used= 0.181972
maximum resident set size= 110816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20202
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= 2598
involuntary context switches= 1562

runsolver used 0.202969 second user time and 0.39294 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 02:38:21
IDJOB=3718110
IDBENCH=78958
IDSOLVER=2301
FILE ID=node115/3718110-1338251901
RUNJOBID= node115-1338248169-32131
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.1900670167--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718110-1338251901/watcher-3718110-1338251901 -o /tmp/evaluation-result-3718110-1338251901/solver-3718110-1338251901 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718110-1338251901.wbo

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

MD5SUM BENCH= cbb94832f8cf89251c53c05bd4717107
RANDOM SEED=785180735

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:        30990148 kB
Buffers:          496744 kB
Cached:           389748 kB
SwapCached:          972 kB
Active:           773608 kB
Inactive:         220804 kB
Active(anon):     100036 kB
Inactive(anon):     9244 kB
Active(file):     673572 kB
Inactive(file):   211560 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               304 kB
Writeback:             0 kB
AnonPages:        112848 kB
Mapped:            19832 kB
Shmem:                96 kB
Slab:             751844 kB
SReclaimable:     196008 kB
SUnreclaim:       555836 kB
KernelStack:        1680 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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:39:00