Trace number 3492637

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 25.0572 23.6988

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-0-100-0.wbo
MD5SUM52205e5ac27ea87ed13cfdddd0302b33
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.44363
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
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.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	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-3492637-1307911041.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.12
0.28/0.23	o 683
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.138
0.28/0.24	o 592
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.159
0.28/0.27	o 546
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.28/0.29	o 542
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.201
0.50/0.31	o 496
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.21
0.50/0.32	o 400
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.50/0.33	o 397
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.232
0.50/0.34	o 389
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.50/0.36	o 370
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.50/0.38	o 369
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.334
0.65/0.44	o 363
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.65/0.47	o 345
0.77/0.55	c Got one! Elapsed wall clock time (in seconds):0.448
0.77/0.55	o 336
0.77/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
0.77/0.59	o 327
0.97/0.71	c Got one! Elapsed wall clock time (in seconds):0.605
0.97/0.71	o 323
0.97/0.78	c cleaning 5166 clauses out of 10338 with flag 1000/10338
1.12/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.12/0.83	o 308
1.12/0.86	c Got one! Elapsed wall clock time (in seconds):0.751
1.12/0.86	o 260
1.43/1.11	c cleaning 5782 clauses out of 11570 with flag 5001/16736
1.53/1.23	c Got one! Elapsed wall clock time (in seconds):1.119
1.53/1.23	o 248
1.53/1.27	c Got one! Elapsed wall clock time (in seconds):1.163
1.53/1.27	o 237
1.64/1.33	c Got one! Elapsed wall clock time (in seconds):1.226
1.64/1.33	o 205
1.74/1.42	c cleaning 6356 clauses out of 12718 with flag 2000/23666
1.74/1.45	c Got one! Elapsed wall clock time (in seconds):1.341
1.74/1.45	o 159
1.86/1.58	c Got one! Elapsed wall clock time (in seconds):1.47
1.86/1.58	o 158
2.06/1.72	c cleaning 6381 clauses out of 12776 with flag 3001/30080
2.36/2.03	c cleaning 6192 clauses out of 12397 with flag 9003/36082
2.66/2.33	c Got one! Elapsed wall clock time (in seconds):2.225
2.66/2.33	o 141
2.86/2.57	c cleaning 9016 clauses out of 18040 with flag 5003/47917
3.64/2.90	c cleaning 7507 clauses out of 15021 with flag 11000/53914
3.64/2.97	c Got one! Elapsed wall clock time (in seconds):2.859
3.64/2.97	o 137
4.03/3.12	c cleaning 6338 clauses out of 12685 with flag 4002/59085
4.44/3.39	c cleaning 6167 clauses out of 12345 with flag 10000/65083
4.53/3.43	c Got one! Elapsed wall clock time (in seconds):3.326
4.53/3.43	o 129
4.68/3.50	c Got one! Elapsed wall clock time (in seconds):3.398
4.68/3.50	o 124
4.78/3.62	c cleaning 6002 clauses out of 12012 with flag 3004/70917
4.78/3.67	c Got one! Elapsed wall clock time (in seconds):3.563
4.78/3.67	o 88
5.03/3.85	c cleaning 5930 clauses out of 11873 with flag 5000/76780
5.03/3.87	c Got one! Elapsed wall clock time (in seconds):3.759
5.03/3.87	o 81
5.23/4.03	c cleaning 5551 clauses out of 11105 with flag 5001/81942
5.43/4.27	c Got one! Elapsed wall clock time (in seconds):4.166
5.43/4.27	o 72
5.64/4.48	c cleaning 8002 clauses out of 16015 with flag 5000/92403
5.84/4.63	c Got one! Elapsed wall clock time (in seconds):4.521
5.84/4.63	o 69
5.84/4.64	c Got one! Elapsed wall clock time (in seconds):4.538
5.84/4.64	o 52
5.84/4.69	c cleaning 6717 clauses out of 13446 with flag 1000/97836
6.14/4.92	c cleaning 6360 clauses out of 12732 with flag 7003/103839
6.24/5.09	c Got one! Elapsed wall clock time (in seconds):4.981
6.24/5.09	o 36
6.34/5.13	c cleaning 6122 clauses out of 12250 with flag 1000/109717
6.54/5.34	c cleaning 6059 clauses out of 12128 with flag 7000/115717
6.75/5.59	c cleaning 6525 clauses out of 13069 with flag 14000/122717
6.84/5.63	c Got one! Elapsed wall clock time (in seconds):5.528
6.84/5.63	o 31
6.94/5.76	c cleaning 5811 clauses out of 11631 with flag 4000/127804
7.14/5.97	c cleaning 5904 clauses out of 11821 with flag 10001/133805
7.44/6.20	c cleaning 6455 clauses out of 12918 with flag 17002/140806
7.44/6.26	c Got one! Elapsed wall clock time (in seconds):6.154
7.44/6.26	o 29
7.54/6.40	c cleaning 6135 clauses out of 12280 with flag 4000/146623
7.85/6.62	c cleaning 6071 clauses out of 12146 with flag 10001/152624
8.05/6.84	c cleaning 6535 clauses out of 13075 with flag 17001/159624
8.15/6.96	c Got one! Elapsed wall clock time (in seconds):6.85
8.15/6.96	o 28
8.25/7.03	c cleaning 6017 clauses out of 12048 with flag 2001/165132
8.45/7.22	c cleaning 6009 clauses out of 12030 with flag 8000/171131
8.75/7.52	c cleaning 6509 clauses out of 13021 with flag 15000/178131
9.06/7.81	c cleaning 7247 clauses out of 14514 with flag 23002/186133
9.16/7.93	c Got one! Elapsed wall clock time (in seconds):7.826
9.16/7.93	o 25
9.26/8.00	c cleaning 6319 clauses out of 12645 with flag 2000/191511
9.46/8.20	c cleaning 6159 clauses out of 12326 with flag 8000/197511
9.66/8.45	c cleaning 6579 clauses out of 13168 with flag 15001/204512
9.96/8.73	c cleaning 7292 clauses out of 14588 with flag 23000/212511
10.26/9.03	c cleaning 8146 clauses out of 16296 with flag 32000/221511
10.56/9.37	c cleaning 9070 clauses out of 18152 with flag 42002/231513
10.96/9.75	c cleaning 9537 clauses out of 19081 with flag 52001/241512
11.09/9.83	c Got one! Elapsed wall clock time (in seconds):9.723
11.09/9.83	o 21
11.20/9.93	c cleaning 7481 clauses out of 14966 with flag 3002/246934
11.39/10.13	c cleaning 6736 clauses out of 13483 with flag 9000/252932
11.60/10.37	c cleaning 6869 clauses out of 13748 with flag 16001/259933
11.80/10.51	c Got one! Elapsed wall clock time (in seconds):10.404
11.80/10.51	o 14
11.80/10.55	c cleaning 6158 clauses out of 12322 with flag 1000/265376
12.02/10.74	c cleaning 6073 clauses out of 12164 with flag 7000/271376
12.22/10.98	c cleaning 6541 clauses out of 13094 with flag 14003/278379
12.52/11.25	c cleaning 7273 clauses out of 14551 with flag 22001/286377
12.82/11.55	c cleaning 8132 clauses out of 16278 with flag 31001/295377
12.92/11.67	c Got one! Elapsed wall clock time (in seconds):11.568
12.92/11.67	o 7
13.02/11.71	c cleaning 6622 clauses out of 13253 with flag 1002/300484
13.23/11.92	c cleaning 6312 clauses out of 12629 with flag 7000/306482
13.43/12.15	c cleaning 6657 clauses out of 13319 with flag 14002/313484
13.73/12.42	c cleaning 7325 clauses out of 14660 with flag 22000/321482
14.03/12.72	c cleaning 8163 clauses out of 16335 with flag 31000/330482
14.33/13.07	c cleaning 9083 clauses out of 18172 with flag 41000/340482
14.73/13.44	c cleaning 9542 clauses out of 19091 with flag 51002/350484
15.13/13.80	c cleaning 9771 clauses out of 19547 with flag 61000/360482
15.43/14.16	c cleaning 9886 clauses out of 19777 with flag 71001/370483
15.83/14.51	c cleaning 9941 clauses out of 19893 with flag 81003/380485
16.13/14.86	c cleaning 9968 clauses out of 19950 with flag 91001/390483
16.43/15.19	c cleaning 9985 clauses out of 19982 with flag 101001/400483
16.83/15.51	c cleaning 9993 clauses out of 19997 with flag 111001/410483
17.13/15.86	c cleaning 9996 clauses out of 20003 with flag 121000/420482
17.43/16.19	c cleaning 10000 clauses out of 20008 with flag 131001/430483
17.83/16.52	c cleaning 9999 clauses out of 20007 with flag 141000/440482
18.13/16.86	c cleaning 10002 clauses out of 20012 with flag 151004/450486
18.53/17.20	c cleaning 9997 clauses out of 20006 with flag 161000/460482
18.84/17.56	c cleaning 9997 clauses out of 20009 with flag 171000/470482
19.23/17.92	c cleaning 10003 clauses out of 20013 with flag 181001/480483
19.53/18.27	c cleaning 10001 clauses out of 20009 with flag 191000/490482
19.94/18.61	c cleaning 10003 clauses out of 20010 with flag 201002/500484
20.23/18.95	c cleaning 10000 clauses out of 20006 with flag 211001/510483
20.53/19.28	c cleaning 9997 clauses out of 20006 with flag 221001/520483
20.93/19.62	c cleaning 9997 clauses out of 20008 with flag 231000/530482
21.23/19.95	c cleaning 9999 clauses out of 20012 with flag 241001/540483
21.23/20.00	c Got one! Elapsed wall clock time (in seconds):19.889
21.23/20.00	o 2
21.43/20.13	c cleaning 7575 clauses out of 15155 with flag 4000/545625
21.63/20.32	c cleaning 6785 clauses out of 13581 with flag 10001/551626
21.83/20.54	c cleaning 6893 clauses out of 13795 with flag 17000/558625
22.04/20.79	c cleaning 7447 clauses out of 14902 with flag 25000/566625
22.44/21.10	c cleaning 8227 clauses out of 16455 with flag 34000/575625
22.74/21.45	c cleaning 9112 clauses out of 18230 with flag 44002/585627
23.04/21.80	c cleaning 9557 clauses out of 19117 with flag 54001/595626
23.44/22.15	c cleaning 9775 clauses out of 19559 with flag 64000/605625
23.74/22.49	c cleaning 9889 clauses out of 19785 with flag 74001/615626
24.14/22.83	c cleaning 9941 clauses out of 19896 with flag 84001/625626
24.45/23.19	c cleaning 9973 clauses out of 19955 with flag 94001/635626
24.85/23.56	c cleaning 9987 clauses out of 19982 with flag 104001/645626
24.95/23.69	c starts		: 193
24.95/23.69	c conflicts		: 648800
24.95/23.69	c decisions		: 1011033
24.95/23.69	c propagations		: 14759524
24.95/23.69	c inspects		: 137774913
24.95/23.69	c shortcuts		: 0
24.95/23.69	c learnt literals	: 5
24.95/23.69	c learnt binary clauses	: 21
24.95/23.69	c learnt ternary clauses	: 184
24.95/23.69	c learnt constraints	: 648794
24.95/23.69	c ignored constraints	: 0
24.95/23.69	c root simplifications	: 0
24.95/23.69	c removed literals (reason simplification)	: 5286753
24.95/23.69	c reason swapping (by a shorter reason)	: 0
24.95/23.69	c Calls to reduceDB	: 81
24.95/23.69	c number of reductions to clauses (during analyze)	: 0
24.95/23.69	c number of learned constraints concerned by reduction	: 0
24.95/23.69	c number of learning phase by resolution	: 0
24.95/23.69	c number of learning phase by cutting planes	: 0
24.95/23.69	c speed (assignments/second)	: 3996621.7167614405
24.95/23.69	c non guided choices	2289
24.95/23.69	c learnt constraints type 
24.95/23.69	c constraints type 
24.95/23.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
24.95/23.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
24.95/23.69	s OPTIMUM FOUND
24.95/23.69	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 
24.95/23.69	c objective function=2
24.95/23.69	c Total wall clock time (in seconds): 23.583

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492637-1307911041/watcher-3492637-1307911041 -o /var/tmp/evaluation-result-3492637-1307911041/solver-3492637-1307911041 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492637-1307911041.wbo 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.98 2.02 1.99 2/195 17764
/proc/meminfo: memFree=1786488/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17764/stat : 17764 (java) R 17762 17764 15624 0 -1 4202496 1104 0 0 0 0 0 0 0 25 0 1 0 902703793 23580672 846 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 47890994677255 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17764/statm: 5744 845 635 9 0 124 0

[startup+0.058479 s]
/proc/loadavg: 1.98 2.02 1.99 2/195 17764
/proc/meminfo: memFree=1786488/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 11540 0 1 0 3 1 0 0 25 0 13 0 902703793 10718838784 11235 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2616904 11235 1691 9 0 2607652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.106503 s]
/proc/loadavg: 1.98 2.02 1.99 2/195 17764
/proc/meminfo: memFree=1786488/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10539904 CPUtime=0.1 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 13162 0 1 0 9 1 0 0 25 0 18 0 902703793 10792861696 12817 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2634976 12817 2092 9 0 2625710 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539904

[startup+0.300467 s]
/proc/loadavg: 1.98 2.02 1.99 2/195 17764
/proc/meminfo: memFree=1786488/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10543712 CPUtime=0.5 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 15797 0 1 0 48 2 0 0 25 0 19 0 902703793 10796761088 14654 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2635928 14654 2214 9 0 2626662 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10543712

[startup+0.700394 s]
/proc/loadavg: 1.98 2.02 1.99 2/195 17764
/proc/meminfo: memFree=1786488/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10543712 CPUtime=0.97 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 16622 0 1 0 95 2 0 0 25 0 19 0 902703793 10796761088 15368 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2635928 15368 2218 9 0 2626662 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10543712

[startup+1.50139 s]
/proc/loadavg: 1.98 2.02 1.99 3/214 17783
/proc/meminfo: memFree=1730560/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10543712 CPUtime=1.86 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 18231 0 1 0 184 2 0 0 25 0 19 0 902703793 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2635928 16791 2248 9 0 2626662 0
[pid=17764/tid=17765] ppid=17762 vsize=10543712 CPUtime=1.43 cores=0,2,4,6
/proc/17764/task/17765/stat : 17765 (java) R 17762 17764 15624 0 -1 4202560 12592 0 1 0 142 1 0 0 25 0 19 0 902703794 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 46912505550782 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17764/tid=17767] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 176 0 0 0 0 0 0 0 16 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 902703796 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10543712 CPUtime=0.03 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 562 0 0 0 3 0 0 0 15 0 19 0 902703797 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10543712 CPUtime=0.21 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) S 17762 17764 15624 0 -1 4202560 1921 0 0 0 21 0 0 0 15 0 19 0 902703799 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10543712 CPUtime=0.16 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1265 0 0 0 16 0 0 0 15 0 19 0 902703800 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10543712 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10796761088 16791 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10543712

[startup+3.10098 s]
/proc/loadavg: 1.98 2.02 1.99 3/214 17783
/proc/meminfo: memFree=1727932/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10566236 CPUtime=4.03 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 26523 0 1 0 400 3 0 0 25 0 19 0 902703793 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2641559 22948 2249 9 0 2632293 0
[pid=17764/tid=17765] ppid=17762 vsize=10566236 CPUtime=2.97 cores=0,2,4,6
/proc/17764/task/17765/stat : 17765 (java) R 17762 17764 15624 0 -1 4202560 12598 0 1 0 296 1 0 0 25 0 19 0 902703794 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 46912505536677 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17764/tid=17767] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 902703796 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10566236 CPUtime=0.09 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 637 0 0 0 9 0 0 0 15 0 19 0 902703797 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10566236 CPUtime=0.73 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) R 17762 17764 15624 0 -1 4202560 9616 0 0 0 73 0 0 0 16 0 19 0 902703799 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 47890999549668 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10566236 CPUtime=0.19 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1610 0 0 0 19 0 0 0 15 0 19 0 902703800 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10566236 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10819825664 22948 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10566236

[startup+6.30152 s]
/proc/loadavg: 2.06 2.04 2.00 3/214 17783
/proc/meminfo: memFree=1705240/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10561916 CPUtime=7.54 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 26741 0 1 0 751 3 0 0 25 0 19 0 902703793 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2640479 21992 2250 9 0 2631213 0
[pid=17764/tid=17765] ppid=17762 vsize=10561916 CPUtime=5.97 cores=0,2,4,6
/proc/17764/task/17765/stat : 17765 (java) R 17762 17764 15624 0 -1 4202560 12613 0 1 0 596 1 0 0 18 0 19 0 902703794 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 46912505550676 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17764/tid=17767] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902703796 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10561916 CPUtime=0.27 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 637 0 0 0 27 0 0 0 15 0 19 0 902703797 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10561916 CPUtime=1 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) S 17762 17764 15624 0 -1 4202560 9648 0 0 0 100 0 0 0 15 0 19 0 902703799 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10561916 CPUtime=0.23 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1773 0 0 0 23 0 0 0 16 0 19 0 902703800 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) R 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10815401984 21992 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 10561916

[startup+12.7014 s]

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

/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 181 0 0 0 1 0 0 0 16 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 101 0 0 0 1 0 0 0 16 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10561916 CPUtime=1.01 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 833 0 0 0 100 1 0 0 16 0 19 0 902703797 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10561916 CPUtime=1.03 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) S 17762 17764 15624 0 -1 4202560 9651 0 0 0 103 0 0 0 15 0 19 0 902703799 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10561916 CPUtime=0.26 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1778 0 0 0 26 0 0 0 15 0 19 0 902703800 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10815401984 22213 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 10561916

[startup+23.1066 s]
/proc/loadavg: 2.05 2.04 2.00 3/214 17784
/proc/meminfo: memFree=1704328/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10561916 CPUtime=24.45 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 27045 0 1 0 2441 4 0 0 25 0 19 0 902703793 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2640479 22238 2251 9 0 2631213 0
[pid=17764/tid=17765] ppid=17762 vsize=10561916 CPUtime=21.94 cores=0,2,4,6
/proc/17764/task/17765/stat : 17765 (java) R 17762 17764 15624 0 -1 4202560 12670 0 1 0 2193 1 0 0 25 0 19 0 902703794 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 46912505559677 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17764/tid=17767] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 2 0 0 0 16 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10561916 CPUtime=1.04 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 858 0 0 0 103 1 0 0 16 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10561916 CPUtime=1.03 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) S 17762 17764 15624 0 -1 4202560 9651 0 0 0 103 0 0 0 15 0 19 0 902703799 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10561916 CPUtime=0.26 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1778 0 0 0 26 0 0 0 15 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 10561916

[startup+23.5015 s]
/proc/loadavg: 2.05 2.04 2.00 3/214 17784
/proc/meminfo: memFree=1704328/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10561916 CPUtime=24.85 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 27046 0 1 0 2481 4 0 0 25 0 19 0 902703793 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2640479 22238 2251 9 0 2631213 0
[pid=17764/tid=17765] ppid=17762 vsize=10561916 CPUtime=22.32 cores=0,2,4,6
/proc/17764/task/17765/stat : 17765 (java) R 17762 17764 15624 0 -1 4202560 12671 0 1 0 2231 1 0 0 25 0 19 0 902703794 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 46912505536467 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17764/tid=17767] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 101 0 0 0 1 0 0 0 16 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10561916 CPUtime=1.05 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 858 0 0 0 104 1 0 0 16 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10561916 CPUtime=1.03 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) S 17762 17764 15624 0 -1 4202560 9651 0 0 0 103 0 0 0 15 0 19 0 902703799 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10561916 CPUtime=0.26 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1778 0 0 0 26 0 0 0 15 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 10561916

[startup+23.6015 s]
/proc/loadavg: 2.05 2.04 2.00 3/214 17784
/proc/meminfo: memFree=1704328/32950928 swapFree=67079488/67111528
[pid=17764] ppid=17762 vsize=10561916 CPUtime=24.95 cores=0,2,4,6
/proc/17764/stat : 17764 (java) S 17762 17764 15624 0 -1 4202496 27047 0 1 0 2491 4 0 0 25 0 19 0 902703793 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17764/statm: 2640479 22238 2251 9 0 2631213 0
[pid=17764/tid=17765] ppid=17762 vsize=10561916 CPUtime=22.4 cores=0,2,4,6
/proc/17764/task/17765/stat : 17765 (java) R 17762 17764 15624 0 -1 4202560 12672 0 1 0 2239 1 0 0 25 0 19 0 902703794 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 46912505536384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17764/tid=17767] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17767/stat : 17767 (java) S 17762 17764 15624 0 -1 4202560 170 0 0 0 2 0 0 0 16 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17768] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17768/stat : 17768 (java) S 17762 17764 15624 0 -1 4202560 181 0 0 0 1 0 0 0 16 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17769] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17769/stat : 17769 (java) S 17762 17764 15624 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17770] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17770/stat : 17770 (java) S 17762 17764 15624 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17771] ppid=17762 vsize=10561916 CPUtime=0.02 cores=0,2,4,6
/proc/17764/task/17771/stat : 17771 (java) S 17762 17764 15624 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17772] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17772/stat : 17772 (java) S 17762 17764 15624 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17773] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17773/stat : 17773 (java) S 17762 17764 15624 0 -1 4202560 101 0 0 0 1 0 0 0 16 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17774] ppid=17762 vsize=10561916 CPUtime=0.01 cores=0,2,4,6
/proc/17764/task/17774/stat : 17774 (java) S 17762 17764 15624 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 902703796 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17775] ppid=17762 vsize=10561916 CPUtime=1.06 cores=0,2,4,6
/proc/17764/task/17775/stat : 17775 (java) S 17762 17764 15624 0 -1 4202560 858 0 0 0 105 1 0 0 16 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 0 0 16800975 18446604447866429696 0 0 -1 4 0 0 0
[pid=17764/tid=17776] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17776/stat : 17776 (java) S 17762 17764 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17777] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17777/stat : 17777 (java) S 17762 17764 15624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902703797 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17778] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17778/stat : 17778 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703799 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485791153 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17779] ppid=17762 vsize=10561916 CPUtime=1.03 cores=0,2,4,6
/proc/17764/task/17779/stat : 17779 (java) S 17762 17764 15624 0 -1 4202560 9651 0 0 0 103 0 0 0 15 0 19 0 902703799 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17780] ppid=17762 vsize=10561916 CPUtime=0.26 cores=0,2,4,6
/proc/17764/task/17780/stat : 17780 (java) S 17762 17764 15624 0 -1 4202560 1778 0 0 0 26 0 0 0 15 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
[pid=17764/tid=17781] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17781/stat : 17781 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485783449 0 4 0 16800975 18446604447866429696 0 0 -1 6 0 0 0
[pid=17764/tid=17782] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17782/stat : 17782 (java) S 17762 17764 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703800 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 0 0 0 0
[pid=17764/tid=17783] ppid=17762 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/17764/task/17783/stat : 17783 (java) S 17762 17764 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902703810 10815401984 22238 33554432000 1073741824 1073778376 140736286293376 18446744073709551615 274485784064 0 4 0 16800975 18446604447866429696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 10561916

Child status: 30
Real time (s): 23.6988
CPU time (s): 25.0572
CPU user time (s): 25.0032
CPU system time (s): 0.053991
CPU usage (%): 105.732
Max. virtual memory (cumulated for all children) (KiB): 10566236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0032
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27069
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= 2835
involuntary context switches= 1286

runsolver used 0.039993 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 22:37:21
IDJOB=3492637
IDBENCH=79202
IDSOLVER=1982
FILE ID=node125/3492637-1307911041
RUNJOBID= node125-1307907420-16977
PBS_JOBID= 13559581
Free space on /var/tmp= 2892 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221624--soft-0-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-3492637-1307911041/watcher-3492637-1307911041 -o /var/tmp/evaluation-result-3492637-1307911041/solver-3492637-1307911041 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492637-1307911041.wbo

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

MD5SUM BENCH= 52205e5ac27ea87ed13cfdddd0302b33
RANDOM SEED=1890383217

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.828
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:     32950928 kB
MemFree:       1787016 kB
Buffers:         65016 kB
Cached:       30030640 kB
SwapCached:       3272 kB
Active:       15240852 kB
Inactive:     14980772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1787016 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:      124576 kB
Mapped:          22380 kB
Slab:           878748 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10548280 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= 2892 MiB
End job on node125 at 2011-06-12 22:37:45