Trace number 3492553

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 46.6879 45.1522

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-66-100-0.wbo
MD5SUM763c02f50955b910cbe48f7840773e4a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark17.0134
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492553-1307909958.wbo
0.10/0.10	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.193s.
0.49/0.30	c #vars     1137
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.49/0.39	c SATISFIABLE
0.49/0.39	c OPTIMIZING...
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.49/0.39	o 331
0.76/0.43	c Got one! Elapsed wall clock time (in seconds):0.321
0.76/0.43	o 240
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.354
0.76/0.46	o 238
0.76/0.49	c Got one! Elapsed wall clock time (in seconds):0.391
0.76/0.49	o 208
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
1.06/0.52	o 201
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
1.06/0.54	o 189
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.461
1.06/0.57	o 177
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.487
1.06/0.59	o 168
1.36/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.36/0.64	o 163
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
1.36/0.66	o 81
1.49/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.49/0.71	o 77
1.49/0.77	c Got one! Elapsed wall clock time (in seconds):0.666
1.49/0.77	o 67
1.62/0.89	c Got one! Elapsed wall clock time (in seconds):0.787
1.62/0.89	o 41
1.72/0.99	c Got one! Elapsed wall clock time (in seconds):0.888
1.72/0.99	o 39
2.04/1.28	c cleaning 4742 clauses out of 9485 with flag 3001/9485
2.61/1.71	c cleaning 5364 clauses out of 10742 with flag 9000/15484
2.61/1.74	c Got one! Elapsed wall clock time (in seconds):1.64
2.61/1.74	o 38
3.00/1.95	c Got one! Elapsed wall clock time (in seconds):1.843
3.00/1.95	o 16
3.41/2.13	c cleaning 5349 clauses out of 10707 with flag 2004/20813
3.78/2.49	c cleaning 5676 clauses out of 11356 with flag 8002/26811
4.08/2.79	c Got one! Elapsed wall clock time (in seconds):2.69
4.08/2.79	o 8
4.58/3.23	c cleaning 7976 clauses out of 15956 with flag 5002/37087
4.98/3.60	c cleaning 6984 clauses out of 13978 with flag 11000/43085
4.98/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
4.98/3.68	o 2
5.28/3.99	c cleaning 6205 clauses out of 12430 with flag 4000/48521
5.68/4.31	c cleaning 6111 clauses out of 12226 with flag 10001/54522
6.09/4.70	c cleaning 6550 clauses out of 13114 with flag 17000/61521
6.49/5.13	c cleaning 7270 clauses out of 14564 with flag 25000/69521
6.99/5.64	c cleaning 8140 clauses out of 16294 with flag 34000/78521
6.99/5.67	c Got one! Elapsed wall clock time (in seconds):5.567
6.99/5.67	o 1
7.39/6.02	c cleaning 6703 clauses out of 13411 with flag 5001/83778
7.69/6.37	c cleaning 6348 clauses out of 12707 with flag 11000/89777
8.10/6.72	c cleaning 6675 clauses out of 13360 with flag 18001/96778
8.50/7.14	c cleaning 7341 clauses out of 14686 with flag 26002/104779
9.00/7.66	c cleaning 8168 clauses out of 16343 with flag 35000/113777
9.60/8.20	c cleaning 9084 clauses out of 18177 with flag 45002/123779
10.10/8.75	c cleaning 9542 clauses out of 19091 with flag 55000/133777
10.70/9.36	c cleaning 9765 clauses out of 19549 with flag 65000/143777
11.31/9.95	c cleaning 9890 clauses out of 19785 with flag 75001/153778
11.80/10.49	c cleaning 9944 clauses out of 19896 with flag 85002/163779
12.41/11.09	c cleaning 9970 clauses out of 19951 with flag 95001/173778
13.11/11.71	c cleaning 9985 clauses out of 19981 with flag 105001/183778
13.61/12.27	c cleaning 9992 clauses out of 19996 with flag 115001/193778
14.21/12.80	c cleaning 9998 clauses out of 20003 with flag 125000/203777
14.71/13.31	c cleaning 10000 clauses out of 20005 with flag 135000/213777
15.21/13.87	c cleaning 9998 clauses out of 20007 with flag 145002/223779
15.81/14.49	c cleaning 9988 clauses out of 20007 with flag 155000/233777
16.41/15.09	c cleaning 10004 clauses out of 20019 with flag 165000/243777
17.01/15.66	c cleaning 10002 clauses out of 20015 with flag 175000/253777
17.51/16.19	c cleaning 9998 clauses out of 20013 with flag 185000/263777
18.11/16.76	c cleaning 9998 clauses out of 20015 with flag 195000/273777
18.81/17.40	c cleaning 10003 clauses out of 20017 with flag 205000/283777
19.32/17.95	c cleaning 10001 clauses out of 20015 with flag 215001/293778
19.92/18.55	c cleaning 10005 clauses out of 20013 with flag 225000/303777
20.52/19.16	c cleaning 9998 clauses out of 20008 with flag 235000/313777
21.13/19.73	c cleaning 10003 clauses out of 20012 with flag 245002/323779
21.62/20.28	c cleaning 9986 clauses out of 20007 with flag 255000/333777
22.23/20.82	c cleaning 10005 clauses out of 20022 with flag 265001/343778
22.72/21.39	c cleaning 10004 clauses out of 20017 with flag 275001/353778
23.33/21.95	c cleaning 9997 clauses out of 20014 with flag 285002/363779
23.83/22.49	c cleaning 9996 clauses out of 20015 with flag 295000/373777
24.43/23.02	c cleaning 10004 clauses out of 20020 with flag 305001/383778
24.93/23.56	c cleaning 10000 clauses out of 20015 with flag 315000/393777
25.43/24.09	c cleaning 10002 clauses out of 20015 with flag 325000/403777
26.03/24.63	c cleaning 9999 clauses out of 20014 with flag 335001/413778
26.64/25.25	c cleaning 10000 clauses out of 20016 with flag 345002/423779
27.13/25.79	c cleaning 10000 clauses out of 20015 with flag 355001/433778
27.74/26.32	c cleaning 10002 clauses out of 20015 with flag 365001/443778
28.24/26.84	c cleaning 9996 clauses out of 20012 with flag 375000/453777
28.75/27.39	c cleaning 9997 clauses out of 20016 with flag 385000/463777
29.36/27.95	c cleaning 9997 clauses out of 20019 with flag 395000/473777
29.96/28.52	c cleaning 10006 clauses out of 20023 with flag 405001/483778
30.46/29.06	c cleaning 10007 clauses out of 20017 with flag 415001/493778
30.96/29.57	c cleaning 9997 clauses out of 20010 with flag 425001/503778
31.56/30.10	c cleaning 10000 clauses out of 20013 with flag 435001/513778
32.06/30.65	c cleaning 10001 clauses out of 20012 with flag 445000/523777
32.56/31.19	c cleaning 9997 clauses out of 20011 with flag 455000/533777
33.17/31.75	c cleaning 10002 clauses out of 20015 with flag 465001/543778
33.77/32.31	c cleaning 10001 clauses out of 20014 with flag 475002/553779
34.28/32.88	c cleaning 9995 clauses out of 20014 with flag 485003/563780
34.78/33.35	c cleaning 10006 clauses out of 20018 with flag 495002/573779
35.28/33.88	c cleaning 10001 clauses out of 20012 with flag 505002/583779
35.88/34.40	c cleaning 9993 clauses out of 20010 with flag 515001/593778
36.38/34.96	c cleaning 9995 clauses out of 20017 with flag 525001/603778
36.98/35.52	c cleaning 10002 clauses out of 20022 with flag 535001/613778
37.48/36.00	c cleaning 10004 clauses out of 20022 with flag 545003/623780
37.98/36.59	c cleaning 10001 clauses out of 20017 with flag 555002/633779
38.68/37.22	c cleaning 9992 clauses out of 20014 with flag 565000/643777
39.18/37.75	c cleaning 10006 clauses out of 20023 with flag 575001/653778
39.68/38.26	c cleaning 9994 clauses out of 20016 with flag 585000/663777
40.18/38.77	c cleaning 10003 clauses out of 20022 with flag 595000/673777
40.78/39.34	c cleaning 10004 clauses out of 20019 with flag 605000/683777
41.29/39.85	c cleaning 10000 clauses out of 20015 with flag 615000/693777
41.89/40.41	c cleaning 10001 clauses out of 20018 with flag 625003/703780
42.39/40.98	c cleaning 10003 clauses out of 20014 with flag 635000/713777
42.99/41.59	c cleaning 9999 clauses out of 20012 with flag 645001/723778
43.59/42.11	c cleaning 9997 clauses out of 20014 with flag 655002/733779
44.09/42.63	c cleaning 10001 clauses out of 20015 with flag 665000/743777
44.59/43.17	c cleaning 10004 clauses out of 20014 with flag 675000/753777
45.20/43.78	c cleaning 10004 clauses out of 20011 with flag 685001/763778
45.82/44.37	c cleaning 9998 clauses out of 20005 with flag 695000/773777
46.53/45.03	c cleaning 9998 clauses out of 20006 with flag 705000/783777
46.63/45.14	c starts		: 189
46.63/45.14	c conflicts		: 785556
46.63/45.14	c decisions		: 1296976
46.63/45.14	c propagations		: 35411437
46.63/45.14	c inspects		: 430458293
46.63/45.14	c shortcuts		: 0
46.63/45.14	c learnt literals	: 8
46.63/45.14	c learnt binary clauses	: 34
46.63/45.14	c learnt ternary clauses	: 560
46.63/45.14	c learnt constraints	: 785547
46.63/45.14	c ignored constraints	: 0
46.63/45.14	c root simplifications	: 0
46.63/45.14	c removed literals (reason simplification)	: 3651560
46.63/45.14	c reason swapping (by a shorter reason)	: 0
46.63/45.14	c Calls to reduceDB	: 83
46.63/45.14	c number of reductions to clauses (during analyze)	: 0
46.63/45.14	c number of learned constraints concerned by reduction	: 0
46.63/45.14	c number of learning phase by resolution	: 0
46.63/45.14	c number of learning phase by cutting planes	: 0
46.63/45.14	c speed (assignments/second)	: 897196.2046162811
46.63/45.14	c non guided choices	2682
46.63/45.14	c learnt constraints type 
46.63/45.14	c constraints type 
46.63/45.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
46.63/45.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
46.63/45.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
46.63/45.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
46.63/45.14	s OPTIMUM FOUND
46.63/45.14	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 
46.63/45.14	c objective function=1
46.63/45.14	c Total wall clock time (in seconds): 45.039

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492553-1307909958/watcher-3492553-1307909958 -o /tmp/evaluation-result-3492553-1307909958/solver-3492553-1307909958 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492553-1307909958.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.92 1.97 1.91 2/195 19929
/proc/meminfo: memFree=8000328/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 981226509 31268864 957 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 7634 957 731 9 0 385 0
[pid=19929/tid=19930] ppid=19927 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 125 0 0 0 0 0 0 0 25 0 2 0 981226509 31272960 958 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224284925755 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.078609 s]
/proc/loadavg: 1.92 1.97 1.91 2/195 19929
/proc/meminfo: memFree=8000328/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 12021 0 1 0 5 1 0 0 25 0 18 0 981226509 10724442112 11716 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2618305 11727 1765 9 0 2609039 0
[pid=19929/tid=19930] ppid=19927 vsize=10473220 CPUtime=0.06 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 10840 0 1 0 5 1 0 0 25 0 18 0 981226509 10724577280 11735 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224285030943 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100593 s]
/proc/loadavg: 1.92 1.97 1.91 2/195 19929
/proc/meminfo: memFree=8000328/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10540308 CPUtime=0.1 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 13115 0 1 0 9 1 0 0 25 0 18 0 981226509 10793275392 12810 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2635077 12810 2093 9 0 2625811 0
[pid=19929/tid=19930] ppid=19927 vsize=10540308 CPUtime=0.08 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 11209 0 1 0 7 1 0 0 25 0 18 0 981226509 10793275392 12810 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296752587 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) 10540308

[startup+0.300558 s]
/proc/loadavg: 1.92 1.97 1.91 2/195 19929
/proc/meminfo: memFree=8000328/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10542740 CPUtime=0.49 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 16414 0 1 0 46 3 0 0 25 0 18 0 981226509 10795765760 15576 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2635685 15579 2211 9 0 2626419 0
[pid=19929/tid=19930] ppid=19927 vsize=10542740 CPUtime=0.28 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 13169 0 1 0 26 2 0 0 25 0 18 0 981226509 10795765760 15581 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505577872 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542740

[startup+0.700493 s]
/proc/loadavg: 1.92 1.97 1.91 2/195 19929
/proc/meminfo: memFree=8000328/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546076 CPUtime=1.49 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 22580 0 1 0 145 4 0 0 25 0 19 0 981226509 10799181824 19336 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636519 19336 2226 9 0 2627253 0
[pid=19929/tid=19930] ppid=19927 vsize=10546076 CPUtime=0.68 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 14213 0 1 0 66 2 0 0 25 0 19 0 981226509 10799181824 19336 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505645589 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) 10546076

[startup+1.50136 s]
/proc/loadavg: 1.92 1.97 1.91 4/214 19948
/proc/meminfo: memFree=7929160/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546076 CPUtime=2.4 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 24412 0 1 0 236 4 0 0 25 0 19 0 981226509 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636519 21163 2254 9 0 2627253 0
[pid=19929/tid=19930] ppid=19927 vsize=10546076 CPUtime=1.47 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 14986 0 1 0 144 3 0 0 25 0 19 0 981226509 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505640958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19929/tid=19932] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 235 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 241 0 0 0 0 0 0 0 18 0 19 0 981226511 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546076 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 518 0 0 0 1 0 0 0 16 0 19 0 981226512 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546076 CPUtime=0.45 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 4350 0 0 0 45 0 0 0 18 0 19 0 981226515 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546076 CPUtime=0.45 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 2882 0 0 0 45 0 0 0 16 0 19 0 981226515 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19946] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19946/stat : 19946 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19947] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19947/stat : 19947 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981226515 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19948] ppid=19927 vsize=10546076 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19948/stat : 19948 (java) S 19927 19929 18184 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226540 10799181824 21163 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 10546076

[startup+3.10109 s]
/proc/loadavg: 1.92 1.97 1.91 4/214 19948
/proc/meminfo: memFree=7909328/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546952 CPUtime=4.48 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 30561 0 1 0 443 5 0 0 25 0 19 0 981226509 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636738 25146 2254 9 0 2627472 0
[pid=19929/tid=19930] ppid=19927 vsize=10546952 CPUtime=3.02 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 14989 0 1 0 299 3 0 0 25 0 19 0 981226509 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505654031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19929/tid=19932] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546952 CPUtime=0.05 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 690 0 0 0 5 0 0 0 16 0 19 0 981226512 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546952 CPUtime=0.87 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 9878 0 0 0 86 1 0 0 16 0 19 0 981226515 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546952 CPUtime=0.5 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 3049 0 0 0 50 0 0 0 15 0 19 0 981226515 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19946] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19946/stat : 19946 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19947] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19947/stat : 19947 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981226515 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19948] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19948/stat : 19948 (java) S 19927 19929 18184 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226540 10800078848 25146 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 10546952

[startup+6.30056 s]
/proc/loadavg: 1.92 1.97 1.91 3/214 19948
/proc/meminfo: memFree=7909472/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546952 CPUtime=7.69 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 30702 0 1 0 763 6 0 0 25 0 19 0 981226509 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636738 24458 2254 9 0 2627472 0
[pid=19929/tid=19930] ppid=19927 vsize=10546952 CPUtime=6.1 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 14998 0 1 0 607 3 0 0 25 0 19 0 981226509 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505662654 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19929/tid=19932] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 185 0 0 0 0 0 0 0 16 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 243 0 0 0 0 0 0 0 16 0 19 0 981226511 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546952 CPUtime=0.16 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 773 0 0 0 16 0 0 0 16 0 19 0 981226512 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546952 CPUtime=0.87 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 9878 0 0 0 86 1 0 0 16 0 19 0 981226515 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546952 CPUtime=0.5 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 3049 0 0 0 50 0 0 0 15 0 19 0 981226515 10800078848 24458 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0

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

/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 57 0 0 0 1 0 0 0 16 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 43 0 0 0 2 0 0 0 16 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 250 0 0 0 2 0 0 0 16 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546952 CPUtime=1.18 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 1101 0 0 0 117 1 0 0 15 0 19 0 981226512 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546952 CPUtime=0.87 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 9878 0 0 0 86 1 0 0 16 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546952 CPUtime=0.53 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 3051 0 0 0 53 0 0 0 15 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19946] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19946/stat : 19946 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19947] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19947/stat : 19947 (java) S 19927 19929 18184 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19948] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19948/stat : 19948 (java) S 19927 19929 18184 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226540 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.59
Current children cumulated vsize (KiB) 10546952

[startup+43.9013 s]
/proc/loadavg: 2.03 1.99 1.92 3/214 19950
/proc/meminfo: memFree=7917376/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546952 CPUtime=45.4 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 31180 0 1 0 4533 7 0 0 25 0 19 0 981226509 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636738 21864 2255 9 0 2627472 0
[pid=19929/tid=19930] ppid=19927 vsize=10546952 CPUtime=42.59 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 15067 0 1 0 4256 3 0 0 17 0 19 0 981226509 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505645740 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19929/tid=19932] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 200 0 0 0 1 0 0 0 16 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 22 0 0 0 2 0 0 0 16 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 43 0 0 0 2 0 0 0 16 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 250 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546952 CPUtime=1.21 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 1101 0 0 0 120 1 0 0 15 0 19 0 981226512 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546952 CPUtime=0.87 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 9878 0 0 0 86 1 0 0 16 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546952 CPUtime=0.53 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 3051 0 0 0 53 0 0 0 15 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19946] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19946/stat : 19946 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19947] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19947/stat : 19947 (java) S 19927 19929 18184 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226515 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19948] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19948/stat : 19948 (java) S 19927 19929 18184 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226540 10800078848 21864 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.4
Current children cumulated vsize (KiB) 10546952

[startup+44.7011 s]
/proc/loadavg: 2.03 1.99 1.92 3/214 19950
/proc/meminfo: memFree=7917376/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546952 CPUtime=46.22 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 31183 0 1 0 4615 7 0 0 25 0 19 0 981226509 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636738 21865 2255 9 0 2627472 0
[pid=19929/tid=19930] ppid=19927 vsize=10546952 CPUtime=43.36 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 15069 0 1 0 4333 3 0 0 18 0 19 0 981226509 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505676718 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19929/tid=19932] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 22 0 0 0 2 0 0 0 16 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 57 0 0 0 1 0 0 0 16 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 250 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546952 CPUtime=1.23 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 1101 0 0 0 122 1 0 0 16 0 19 0 981226512 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546952 CPUtime=0.89 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 9878 0 0 0 88 1 0 0 16 0 19 0 981226515 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546952 CPUtime=0.53 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 3052 0 0 0 53 0 0 0 15 0 19 0 981226515 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19946] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19946/stat : 19946 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19947] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19947/stat : 19947 (java) S 19927 19929 18184 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226515 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19948] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19948/stat : 19948 (java) S 19927 19929 18184 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226540 10800078848 21865 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.22
Current children cumulated vsize (KiB) 10546952

[startup+45.1071 s]
/proc/loadavg: 2.03 1.99 1.92 3/214 19950
/proc/meminfo: memFree=7917376/32951124 swapFree=67049472/67111528
[pid=19929] ppid=19927 vsize=10546952 CPUtime=46.63 cores=1,3,5,7
/proc/19929/stat : 19929 (java) S 19927 19929 18184 0 -1 4202496 31197 0 1 0 4656 7 0 0 25 0 19 0 981226509 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19929/statm: 2636738 21878 2255 9 0 2627472 0
[pid=19929/tid=19930] ppid=19927 vsize=10546952 CPUtime=43.75 cores=1,3,5,7
/proc/19929/task/19930/stat : 19930 (java) R 19927 19929 18184 0 -1 4202560 15070 0 1 0 4372 3 0 0 19 0 19 0 981226509 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 46912505645547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19929/tid=19932] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19932/stat : 19932 (java) S 19927 19929 18184 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19933] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19933/stat : 19933 (java) S 19927 19929 18184 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19934] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19934/stat : 19934 (java) S 19927 19929 18184 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19935] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19935/stat : 19935 (java) S 19927 19929 18184 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19936] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19936/stat : 19936 (java) S 19927 19929 18184 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19937] ppid=19927 vsize=10546952 CPUtime=0.01 cores=1,3,5,7
/proc/19929/task/19937/stat : 19937 (java) S 19927 19929 18184 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19938] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19938/stat : 19938 (java) S 19927 19929 18184 0 -1 4202560 256 0 0 0 2 0 0 0 16 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=19929/tid=19939] ppid=19927 vsize=10546952 CPUtime=0.02 cores=1,3,5,7
/proc/19929/task/19939/stat : 19939 (java) S 19927 19929 18184 0 -1 4202560 250 0 0 0 2 0 0 0 15 0 19 0 981226511 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19940] ppid=19927 vsize=10546952 CPUtime=1.24 cores=1,3,5,7
/proc/19929/task/19940/stat : 19940 (java) S 19927 19929 18184 0 -1 4202560 1113 0 0 0 123 1 0 0 16 0 19 0 981226512 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19941] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19941/stat : 19941 (java) S 19927 19929 18184 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19942] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19942/stat : 19942 (java) S 19927 19929 18184 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981226512 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19943] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19943/stat : 19943 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19944] ppid=19927 vsize=10546952 CPUtime=0.89 cores=1,3,5,7
/proc/19929/task/19944/stat : 19944 (java) S 19927 19929 18184 0 -1 4202560 9878 0 0 0 88 1 0 0 15 0 19 0 981226515 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=19929/tid=19945] ppid=19927 vsize=10546952 CPUtime=0.53 cores=1,3,5,7
/proc/19929/task/19945/stat : 19945 (java) S 19927 19929 18184 0 -1 4202560 3052 0 0 0 53 0 0 0 15 0 19 0 981226515 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19946] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19946/stat : 19946 (java) S 19927 19929 18184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981226515 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=19929/tid=19947] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19947/stat : 19947 (java) S 19927 19929 18184 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981226515 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=19929/tid=19948] ppid=19927 vsize=10546952 CPUtime=0 cores=1,3,5,7
/proc/19929/task/19948/stat : 19948 (java) S 19927 19929 18184 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981226540 10800078848 21878 33554432000 1073741824 1073778376 140735985557184 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.63
Current children cumulated vsize (KiB) 10546952

Child status: 30
Real time (s): 45.1522
CPU time (s): 46.6879
CPU user time (s): 46.6089
CPU system time (s): 0.078987
CPU usage (%): 103.401
Max. virtual memory (cumulated for all children) (KiB): 10546952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.6089
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31218
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= 3581
involuntary context switches= 1316

runsolver used 0.082987 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-12 22:19:18
IDJOB=3492553
IDBENCH=78880
IDSOLVER=1982
FILE ID=node118/3492553-1307909958
RUNJOBID= node118-1307908120-19538
PBS_JOBID= 13559604
Free space on /tmp= 18216 MiB

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

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

MD5SUM BENCH= 763c02f50955b910cbe48f7840773e4a
RANDOM SEED=978463902

node118.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.842
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.68
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.842
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	: 5332.75
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8000988 kB
Buffers:         70920 kB
Cached:       24011612 kB
SwapCached:      14020 kB
Active:        8939940 kB
Inactive:     15218208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8000988 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:             760 kB
Writeback:           0 kB
AnonPages:       74212 kB
Mapped:          17472 kB
Slab:           727340 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10544644 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 /tmp at the end= 18216 MiB
End job on node118 at 2011-06-12 22:20:04