Trace number 3492737

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 Resolution 2011-06-08OPTIMUM 37.2793 35.2775

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
MD5SUM2f4d2e59134ffbad904dde6d63a6f677
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark10.3774
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 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-3492737-1307910639.wbo
0.10/0.11	c reading problem ... 
0.27/0.30	c ... done. Wall clock time 0.193s.
0.27/0.30	c #vars     1168
0.27/0.30	c #constraints  2707
0.27/0.30	c constraints type 
0.27/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.27/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.27/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.27/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.50/0.39	c SATISFIABLE
0.50/0.39	c OPTIMIZING...
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.50/0.39	o 476
0.76/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.76/0.42	o 461
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.76/0.46	o 434
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
1.05/0.51	o 388
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.05/0.53	o 373
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.445
1.05/0.55	o 332
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
1.05/0.57	o 224
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.504
1.35/0.61	o 223
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
1.35/0.62	o 201
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.35/0.68	o 197
1.49/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.49/0.72	o 143
1.60/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
1.60/0.81	o 116
1.93/1.16	c Got one! Elapsed wall clock time (in seconds):1.054
1.93/1.16	o 75
2.02/1.28	c cleaning 4332 clauses out of 8667 with flag 1001/8667
2.37/1.57	c Got one! Elapsed wall clock time (in seconds):1.461
2.37/1.57	o 69
2.57/1.72	c cleaning 4934 clauses out of 9877 with flag 2000/14209
2.78/1.96	c Got one! Elapsed wall clock time (in seconds):1.856
2.78/1.96	o 53
2.99/2.13	c cleaning 5063 clauses out of 10140 with flag 2001/19406
3.29/2.49	c cleaning 5535 clauses out of 11078 with flag 8002/25407
3.83/2.93	c cleaning 6266 clauses out of 12541 with flag 15000/32405
3.93/3.06	c Got one! Elapsed wall clock time (in seconds):2.956
3.93/3.06	o 44
4.14/3.24	c cleaning 5697 clauses out of 11398 with flag 3000/37528
4.43/3.59	c cleaning 5844 clauses out of 11701 with flag 9000/43528
4.94/4.00	c cleaning 6423 clauses out of 12859 with flag 16002/50530
5.14/4.22	c Got one! Elapsed wall clock time (in seconds):4.111
5.14/4.22	o 42
5.24/4.35	c cleaning 6131 clauses out of 12271 with flag 2000/56365
5.65/4.72	c cleaning 6064 clauses out of 12142 with flag 8002/62367
6.33/5.13	c cleaning 6531 clauses out of 13076 with flag 15000/69365
7.09/5.61	c cleaning 7269 clauses out of 14548 with flag 23003/77368
7.96/6.11	c Got one! Elapsed wall clock time (in seconds):6.004
7.96/6.11	o 41
8.36/6.54	c cleaning 10560 clauses out of 21131 with flag 5000/91220
8.76/6.93	c cleaning 8276 clauses out of 16571 with flag 11000/97220
9.17/7.37	c cleaning 7644 clauses out of 15300 with flag 18005/104225
9.67/7.84	c cleaning 7810 clauses out of 15652 with flag 26001/112221
10.17/8.30	c Got one! Elapsed wall clock time (in seconds):8.195
10.17/8.30	o 37
10.47/8.68	c cleaning 10351 clauses out of 20712 with flag 5000/125091
10.58/8.80	c Got one! Elapsed wall clock time (in seconds):8.692
10.58/8.80	o 35
10.87/9.09	c cleaning 8157 clauses out of 16338 with flag 4002/131068
11.27/9.46	c cleaning 7086 clauses out of 14180 with flag 10001/137067
11.68/9.86	c cleaning 7041 clauses out of 14093 with flag 17000/144066
12.17/10.32	c cleaning 7518 clauses out of 15052 with flag 25000/152066
12.57/10.79	c cleaning 8260 clauses out of 16535 with flag 34001/161067
13.17/11.37	c cleaning 9129 clauses out of 18276 with flag 44002/171068
13.77/11.96	c cleaning 9571 clauses out of 19145 with flag 54000/181066
14.27/12.49	c cleaning 9783 clauses out of 19574 with flag 64000/191066
14.87/13.08	c cleaning 9885 clauses out of 19792 with flag 74001/201067
15.47/13.66	c cleaning 9946 clauses out of 19906 with flag 84000/211066
16.08/14.23	c cleaning 9977 clauses out of 19961 with flag 94001/221067
16.68/14.80	c cleaning 9983 clauses out of 19983 with flag 104000/231066
16.88/15.07	c Got one! Elapsed wall clock time (in seconds):14.961
16.88/15.07	o 32
17.28/15.48	c cleaning 10059 clauses out of 20126 with flag 5001/241192
17.68/15.83	c cleaning 8028 clauses out of 16067 with flag 11001/247192
18.08/16.25	c cleaning 7516 clauses out of 15042 with flag 18004/254195
18.59/16.71	c cleaning 7758 clauses out of 15522 with flag 26000/262191
19.19/17.34	c cleaning 8377 clauses out of 16764 with flag 35000/271191
19.89/18.02	c cleaning 9190 clauses out of 18391 with flag 45004/281195
20.49/18.65	c cleaning 9594 clauses out of 19198 with flag 55001/291192
21.09/19.26	c cleaning 9798 clauses out of 19603 with flag 65000/301191
21.19/19.35	c Got one! Elapsed wall clock time (in seconds):19.244
21.19/19.35	o 28
21.49/19.62	c cleaning 7670 clauses out of 15354 with flag 4002/306740
21.80/19.96	c cleaning 6837 clauses out of 13683 with flag 10001/312739
22.19/20.39	c cleaning 6920 clauses out of 13847 with flag 17002/319740
22.70/20.86	c cleaning 7459 clauses out of 14925 with flag 25000/327738
23.20/21.38	c cleaning 8226 clauses out of 16466 with flag 34000/336738
23.50/21.67	c Got one! Elapsed wall clock time (in seconds):21.567
23.50/21.67	o 22
23.90/22.05	c cleaning 9152 clauses out of 18315 with flag 5000/346813
24.20/22.37	c cleaning 7577 clauses out of 15164 with flag 11001/352814
24.60/22.72	c cleaning 7288 clauses out of 14586 with flag 18000/359813
25.01/23.12	c cleaning 7640 clauses out of 15300 with flag 26002/367815
25.52/23.60	c cleaning 8327 clauses out of 16659 with flag 35001/376814
26.03/24.16	c cleaning 9163 clauses out of 18331 with flag 45000/386813
26.13/24.22	c Got one! Elapsed wall clock time (in seconds):24.111
26.13/24.22	o 20
26.33/24.47	c cleaning 7091 clauses out of 14194 with flag 4003/391839
26.73/24.82	c cleaning 6546 clauses out of 13100 with flag 10000/397836
27.13/25.23	c cleaning 6772 clauses out of 13557 with flag 17003/404839
27.63/25.71	c cleaning 7380 clauses out of 14782 with flag 25000/412836
28.13/26.26	c cleaning 8198 clauses out of 16404 with flag 34002/421838
28.63/26.75	c cleaning 9095 clauses out of 18204 with flag 44000/431836
29.34/27.46	c cleaning 9553 clauses out of 19110 with flag 54001/441837
29.44/27.55	c Got one! Elapsed wall clock time (in seconds):27.448
29.44/27.55	o 15
29.73/27.84	c cleaning 7572 clauses out of 15175 with flag 4000/447455
30.04/28.18	c cleaning 6793 clauses out of 13603 with flag 10000/453455
30.44/28.53	c cleaning 6902 clauses out of 13812 with flag 17002/460457
30.84/28.94	c cleaning 7448 clauses out of 14908 with flag 25000/468455
31.34/29.42	c cleaning 8222 clauses out of 16460 with flag 34000/477455
31.94/30.00	c cleaning 9111 clauses out of 18238 with flag 44000/487455
32.54/30.62	c cleaning 9562 clauses out of 19129 with flag 54002/497457
32.74/30.86	c Got one! Elapsed wall clock time (in seconds):30.753
32.74/30.86	o 12
32.84/30.93	c cleaning 7579 clauses out of 15170 with flag 1003/503060
33.24/31.32	c cleaning 6783 clauses out of 13588 with flag 7000/509057
33.64/31.74	c cleaning 6893 clauses out of 13805 with flag 14000/516057
34.04/32.15	c cleaning 7449 clauses out of 14913 with flag 22001/524058
34.44/32.59	c cleaning 8225 clauses out of 16463 with flag 31000/533057
35.04/33.19	c cleaning 9116 clauses out of 18239 with flag 41001/543058
35.64/33.77	c cleaning 9558 clauses out of 19123 with flag 51001/553058
36.24/34.31	c cleaning 9777 clauses out of 19564 with flag 61000/563057
36.85/34.92	c cleaning 9893 clauses out of 19788 with flag 71001/573058
37.20/35.25	c starts		: 178
37.20/35.25	c conflicts		: 578287
37.20/35.25	c decisions		: 990352
37.20/35.25	c propagations		: 35172576
37.20/35.25	c inspects		: 296263254
37.20/35.25	c shortcuts		: 0
37.20/35.25	c learnt literals	: 5
37.20/35.25	c learnt binary clauses	: 9
37.20/35.25	c learnt ternary clauses	: 440
37.20/35.25	c learnt constraints	: 578281
37.20/35.25	c ignored constraints	: 0
37.20/35.25	c root simplifications	: 0
37.20/35.25	c removed literals (reason simplification)	: 2304496
37.20/35.25	c reason swapping (by a shorter reason)	: 0
37.20/35.25	c Calls to reduceDB	: 71
37.20/35.25	c number of reductions to clauses (during analyze)	: 0
37.20/35.25	c number of learned constraints concerned by reduction	: 0
37.20/35.25	c number of learning phase by resolution	: 0
37.20/35.25	c number of learning phase by cutting planes	: 0
37.20/35.25	c speed (assignments/second)	: 8002861.433447099
37.20/35.25	c non guided choices	3828
37.20/35.25	c learnt constraints type 
37.20/35.25	c constraints type 
37.20/35.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
37.20/35.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
37.20/35.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
37.20/35.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
37.20/35.25	s OPTIMUM FOUND
37.20/35.26	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 
37.20/35.26	c objective function=12
37.20/35.26	c Total wall clock time (in seconds): 35.15

Verifier Data

OK	12

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 /var/tmp/evaluation-result-3492737-1307910639/watcher-3492737-1307910639 -o /var/tmp/evaluation-result-3492737-1307910639/solver-3492737-1307910639 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492737-1307910639.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16733
/proc/meminfo: memFree=1664224/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 883479204 31260672 957 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 7632 957 730 9 0 383 0
[pid=16733/tid=16734] ppid=16731 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 883479204 31260672 957 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254261616384 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.050475 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16733
/proc/meminfo: memFree=1664224/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 11440 0 1 0 3 1 0 0 25 0 13 0 883479204 10718838784 11135 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2616904 11135 1684 9 0 2607652 0
[pid=16733/tid=16734] ppid=16731 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) S 16731 16733 14185 0 -1 4202560 10290 0 1 0 3 1 0 0 18 0 13 0 883479204 10718838784 11135 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273445855 0 2147483391 0 16800971 18446744071699207358 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.101844 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16733
/proc/meminfo: memFree=1664224/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10539888 CPUtime=0.1 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 13057 0 1 0 9 1 0 0 25 0 18 0 883479204 10792845312 12752 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2634972 12753 2093 9 0 2625706 0
[pid=16733/tid=16734] ppid=16731 vsize=10539888 CPUtime=0.08 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 11152 0 1 0 7 1 0 0 18 0 18 0 883479204 10792845312 12753 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 47399705935877 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539888

[startup+0.30781 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16733
/proc/meminfo: memFree=1664224/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10540672 CPUtime=0.5 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 16534 0 1 0 48 2 0 0 25 0 18 0 883479204 10793648128 15514 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2635168 15514 2210 9 0 2625902 0
[pid=16733/tid=16734] ppid=16731 vsize=10540672 CPUtime=0.29 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 13149 0 1 0 27 2 0 0 18 0 18 0 883479204 10793648128 15514 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505164136 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10540672

[startup+0.700734 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16733
/proc/meminfo: memFree=1664224/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=1.49 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 22541 0 1 0 146 3 0 0 25 0 19 0 883479204 10798571520 19297 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 19297 2225 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=0.68 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14199 0 1 0 66 2 0 0 19 0 19 0 883479204 10798571520 19297 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505228260 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10545480

[startup+1.50059 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16752
/proc/meminfo: memFree=1593916/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=2.37 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 24234 0 1 0 234 3 0 0 25 0 19 0 883479204 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 20985 2253 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=1.47 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14891 0 1 0 145 2 0 0 18 0 19 0 883479204 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505366563 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16733/tid=16736] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 145 0 0 0 0 0 0 0 18 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 150 0 0 0 0 0 0 0 18 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 197 0 0 0 0 0 0 0 18 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883479206 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 492 0 0 0 1 0 0 0 15 0 19 0 883479207 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.44 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1520 0 0 0 44 0 0 0 15 0 19 0 883479210 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=0.42 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 5681 0 0 0 42 0 0 0 16 0 19 0 883479210 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16750] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16750/stat : 16750 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883479210 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16751] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16751/stat : 16751 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883479210 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16752] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16752/stat : 16752 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883479235 10798571520 20985 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 10545480

[startup+3.10132 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16752
/proc/meminfo: memFree=1587220/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=4.03 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 24673 0 1 0 399 4 0 0 25 0 19 0 883479204 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 21420 2253 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=3.01 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14893 0 1 0 299 2 0 0 20 0 19 0 883479204 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505675703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16733/tid=16736] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 883479206 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=0.06 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 660 0 0 0 6 0 0 0 15 0 19 0 883479207 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.44 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1520 0 0 0 44 0 0 0 15 0 19 0 883479210 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=0.47 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 5693 0 0 0 47 0 0 0 15 0 19 0 883479210 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16750] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16750/stat : 16750 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883479210 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16751] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16751/stat : 16751 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883479210 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16752] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16752/stat : 16752 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883479235 10798571520 21420 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10545480

[startup+6.30075 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16752
/proc/meminfo: memFree=1577224/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=8.16 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 33430 0 1 0 810 6 0 0 25 0 19 0 883479204 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 24569 2254 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=6.1 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14900 0 1 0 608 2 0 0 19 0 19 0 883479204 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505639837 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16733/tid=16736] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 158 0 0 0 0 0 0 0 16 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 883479206 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=0.16 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 706 0 0 0 16 0 0 0 15 0 19 0 883479207 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.47 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1521 0 0 0 47 0 0 0 15 0 19 0 883479210 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=1.35 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 14353 0 0 0 133 2 0 0 16 0 19 0 883479210 10798571520 24569 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0

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

/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 203 0 0 0 2 0 0 0 16 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0.03 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 73 0 0 0 3 0 0 0 16 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 14 0 0 0 2 0 0 0 16 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=1.01 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 1052 0 0 0 101 0 0 0 15 0 19 0 883479207 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.47 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1521 0 0 0 47 0 0 0 15 0 19 0 883479210 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=1.38 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 14355 0 0 0 136 2 0 0 15 0 19 0 883479210 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16750] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16750/stat : 16750 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883479210 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16751] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16751/stat : 16751 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883479210 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16752] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16752/stat : 16752 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883479235 10798571520 24069 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 36.24
Current children cumulated vsize (KiB) 10545480

[startup+34.7007 s]
/proc/loadavg: 2.10 2.03 1.96 3/214 16753
/proc/meminfo: memFree=1573752/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=36.64 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 33889 0 1 0 3657 7 0 0 25 0 19 0 883479204 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 24097 2255 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=33.55 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14957 0 1 0 3353 2 0 0 18 0 19 0 883479204 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505676120 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16733/tid=16736] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 203 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0.03 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 73 0 0 0 3 0 0 0 16 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 20 0 0 0 2 0 0 0 16 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 14 0 0 0 2 0 0 0 16 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=1.02 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 1080 0 0 0 102 0 0 0 15 0 19 0 883479207 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.47 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1521 0 0 0 47 0 0 0 15 0 19 0 883479210 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=1.38 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 14355 0 0 0 136 2 0 0 15 0 19 0 883479210 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16750] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16750/stat : 16750 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883479210 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16751] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16751/stat : 16751 (java) S 16731 16733 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883479210 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16752] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16752/stat : 16752 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883479235 10798571520 24097 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 36.64
Current children cumulated vsize (KiB) 10545480

[startup+35.1007 s]
/proc/loadavg: 2.10 2.03 1.96 3/214 16753
/proc/meminfo: memFree=1573380/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=37.1 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 33926 0 1 0 3703 7 0 0 25 0 19 0 883479204 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 24130 2255 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=33.93 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14959 0 1 0 3391 2 0 0 17 0 19 0 883479204 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505639282 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16733/tid=16736] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 205 0 0 0 2 0 0 0 16 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0.03 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 73 0 0 0 3 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=1.04 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 1112 0 0 0 104 0 0 0 15 0 19 0 883479207 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.49 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1521 0 0 0 49 0 0 0 15 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=1.41 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 14356 0 0 0 139 2 0 0 15 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16750] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16750/stat : 16750 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16751] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16751/stat : 16751 (java) S 16731 16733 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16752] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16752/stat : 16752 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883479235 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.1
Current children cumulated vsize (KiB) 10545480

[startup+35.2077 s]
/proc/loadavg: 2.10 2.03 1.96 3/214 16753
/proc/meminfo: memFree=1573380/32951124 swapFree=67057920/67111528
[pid=16733] ppid=16731 vsize=10545480 CPUtime=37.2 cores=1,3,5,7
/proc/16733/stat : 16733 (java) S 16731 16733 14185 0 -1 4202496 33926 0 1 0 3713 7 0 0 25 0 19 0 883479204 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16733/statm: 2636370 24130 2255 9 0 2627104 0
[pid=16733/tid=16734] ppid=16731 vsize=10545480 CPUtime=34.04 cores=1,3,5,7
/proc/16733/task/16734/stat : 16734 (java) R 16731 16733 14185 0 -1 4202560 14959 0 1 0 3402 2 0 0 18 0 19 0 883479204 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 46912505725415 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16733/tid=16736] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16736/stat : 16736 (java) S 16731 16733 14185 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16737] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16737/stat : 16737 (java) S 16731 16733 14185 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16738] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16738/stat : 16738 (java) S 16731 16733 14185 0 -1 4202560 205 0 0 0 2 0 0 0 16 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16739] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16739/stat : 16739 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16740] ppid=16731 vsize=10545480 CPUtime=0.03 cores=1,3,5,7
/proc/16733/task/16740/stat : 16740 (java) S 16731 16733 14185 0 -1 4202560 73 0 0 0 3 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 1 0 0 0
[pid=16733/tid=16741] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16741/stat : 16741 (java) S 16731 16733 14185 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16742] ppid=16731 vsize=10545480 CPUtime=0.02 cores=1,3,5,7
/proc/16733/task/16742/stat : 16742 (java) S 16731 16733 14185 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16743] ppid=16731 vsize=10545480 CPUtime=0.01 cores=1,3,5,7
/proc/16733/task/16743/stat : 16743 (java) S 16731 16733 14185 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 883479206 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16744] ppid=16731 vsize=10545480 CPUtime=1.04 cores=1,3,5,7
/proc/16733/task/16744/stat : 16744 (java) S 16731 16733 14185 0 -1 4202560 1112 0 0 0 104 0 0 0 15 0 19 0 883479207 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 0 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16745] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16745/stat : 16745 (java) S 16731 16733 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16746] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16746/stat : 16746 (java) S 16731 16733 14185 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883479207 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16747] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16747/stat : 16747 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273440177 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16748] ppid=16731 vsize=10545480 CPUtime=0.49 cores=1,3,5,7
/proc/16733/task/16748/stat : 16748 (java) S 16731 16733 14185 0 -1 4202560 1521 0 0 0 49 0 0 0 15 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16749] ppid=16731 vsize=10545480 CPUtime=1.41 cores=1,3,5,7
/proc/16733/task/16749/stat : 16749 (java) S 16731 16733 14185 0 -1 4202560 14356 0 0 0 139 2 0 0 15 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 3 0 0 0
[pid=16733/tid=16750] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16750/stat : 16750 (java) S 16731 16733 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273432473 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
[pid=16733/tid=16751] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16751/stat : 16751 (java) S 16731 16733 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883479210 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 5 0 0 0
[pid=16733/tid=16752] ppid=16731 vsize=10545480 CPUtime=0 cores=1,3,5,7
/proc/16733/task/16752/stat : 16752 (java) S 16731 16733 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883479235 10798571520 24130 33554432000 1073741824 1073778376 140734481586256 18446744073709551615 254273433088 0 4 0 16800975 18446604471119552704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.2
Current children cumulated vsize (KiB) 10545480

Child status: 30
Real time (s): 35.2775
CPU time (s): 37.2793
CPU user time (s): 37.1963
CPU system time (s): 0.082987
CPU usage (%): 105.675
Max. virtual memory (cumulated for all children) (KiB): 10545480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1963
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2771
involuntary context switches= 1015

runsolver used 0.056991 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 22:30:39
IDJOB=3492737
IDBENCH=78983
IDSOLVER=1982
FILE ID=node140/3492737-1307910639
RUNJOBID= node140-1307908248-16323
PBS_JOBID= 13559568
Free space on /var/tmp= 2912 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492737-1307910639/watcher-3492737-1307910639 -o /var/tmp/evaluation-result-3492737-1307910639/solver-3492737-1307910639 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492737-1307910639.wbo

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

MD5SUM BENCH= 2f4d2e59134ffbad904dde6d63a6f677
RANDOM SEED=1801676176

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1664884 kB
Buffers:         64096 kB
Cached:       30174616 kB
SwapCached:       7412 kB
Active:       15940228 kB
Inactive:     14396520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1664884 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:       95668 kB
Mapped:          21508 kB
Slab:           885380 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10547044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2912 MiB
End job on node140 at 2011-06-12 22:31:14