Trace number 3492719

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 32.803 31.5357

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-0-100-0.wbo
MD5SUM7fd7081013808377c58c0d6e2ccd3b26
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2.93255
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492719-1307911180.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.136
0.27/0.24	o 762
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.27/0.26	o 716
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.27/0.27	o 670
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.172
0.27/0.28	o 453
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.27/0.29	o 444
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.193
0.52/0.30	o 379
0.77/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.77/0.50	o 369
0.87/0.62	c cleaning 3438 clauses out of 6879 with flag 2000/6879
0.87/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
0.87/0.64	o 332
1.00/0.70	c Got one! Elapsed wall clock time (in seconds):0.592
1.00/0.70	o 305
1.12/0.88	c cleaning 4625 clauses out of 9255 with flag 4001/12693
1.22/0.95	c Got one! Elapsed wall clock time (in seconds):0.842
1.22/0.95	o 299
1.33/1.02	c Got one! Elapsed wall clock time (in seconds):0.909
1.33/1.02	o 249
1.43/1.16	c cleaning 5191 clauses out of 10390 with flag 3001/18453
1.73/1.48	c cleaning 5593 clauses out of 11198 with flag 9000/24452
2.15/1.81	c cleaning 6298 clauses out of 12605 with flag 16000/31452
2.56/2.25	c cleaning 7152 clauses out of 14309 with flag 24002/39454
2.65/2.31	c Got one! Elapsed wall clock time (in seconds):2.199
2.65/2.31	o 241
2.76/2.49	c cleaning 6076 clauses out of 12158 with flag 4002/44455
2.86/2.52	c Got one! Elapsed wall clock time (in seconds):2.417
2.86/2.52	o 212
3.06/2.73	c cleaning 5735 clauses out of 11486 with flag 5002/49859
3.36/3.04	c cleaning 5870 clauses out of 11749 with flag 11000/55857
3.47/3.17	c Got one! Elapsed wall clock time (in seconds):3.064
3.47/3.17	o 185
3.57/3.29	c Got one! Elapsed wall clock time (in seconds):3.182
3.57/3.29	o 156
3.69/3.34	c cleaning 6078 clauses out of 12159 with flag 1000/62137
3.78/3.42	c Got one! Elapsed wall clock time (in seconds):3.31
3.78/3.42	o 111
3.89/3.60	c cleaning 6030 clauses out of 12073 with flag 4001/68129
4.29/3.96	c cleaning 6021 clauses out of 12043 with flag 10001/74129
4.71/4.36	c cleaning 6505 clauses out of 13021 with flag 17000/81128
5.06/4.56	c Got one! Elapsed wall clock time (in seconds):4.455
5.06/4.56	o 110
5.27/4.63	c cleaning 5755 clauses out of 11520 with flag 1000/86132
5.65/4.94	c cleaning 5878 clauses out of 11766 with flag 7001/92133
6.41/5.35	c cleaning 6438 clauses out of 12889 with flag 14002/99134
6.81/5.77	c cleaning 7209 clauses out of 14449 with flag 22000/107132
7.31/6.26	c cleaning 8115 clauses out of 16242 with flag 31002/116134
7.51/6.41	c Got one! Elapsed wall clock time (in seconds):6.307
7.51/6.41	o 105
7.51/6.49	c cleaning 6563 clauses out of 13131 with flag 2001/121138
7.82/6.71	c cleaning 6280 clauses out of 12568 with flag 8001/127138
8.03/6.99	c cleaning 6638 clauses out of 13288 with flag 15001/134138
8.43/7.39	c cleaning 7319 clauses out of 14649 with flag 23000/142137
8.74/7.63	c Got one! Elapsed wall clock time (in seconds):7.524
8.74/7.63	o 98
8.74/7.68	c cleaning 6576 clauses out of 13162 with flag 1003/147969
8.93/7.88	c Got one! Elapsed wall clock time (in seconds):7.774
8.93/7.88	o 87
9.23/8.12	c cleaning 8326 clauses out of 16662 with flag 5001/158045
9.53/8.41	c cleaning 7163 clauses out of 14337 with flag 11002/164046
9.63/8.55	c Got one! Elapsed wall clock time (in seconds):8.444
9.63/8.55	o 83
9.73/8.67	c cleaning 6494 clauses out of 12997 with flag 3001/169869
10.04/8.92	c cleaning 6245 clauses out of 12502 with flag 9000/175868
10.34/9.24	c cleaning 6621 clauses out of 13259 with flag 16002/182870
10.44/9.39	c Got one! Elapsed wall clock time (in seconds):9.287
10.44/9.39	o 79
10.54/9.48	c cleaning 5874 clauses out of 11754 with flag 2000/187986
10.84/9.72	c cleaning 5938 clauses out of 11883 with flag 8003/193989
11.14/10.03	c cleaning 6466 clauses out of 12942 with flag 15000/200986
11.44/10.39	c cleaning 7234 clauses out of 14476 with flag 23000/208986
11.94/10.89	c cleaning 8113 clauses out of 16242 with flag 32000/217986
12.55/11.43	c cleaning 9062 clauses out of 18129 with flag 42000/227986
12.65/11.57	c Got one! Elapsed wall clock time (in seconds):11.468
12.65/11.57	o 70
12.85/11.71	c cleaning 7366 clauses out of 14736 with flag 3000/233655
13.05/11.97	c cleaning 6679 clauses out of 13370 with flag 9000/239655
13.35/12.20	c Got one! Elapsed wall clock time (in seconds):12.092
13.35/12.20	o 55
13.35/12.25	c cleaning 6305 clauses out of 12616 with flag 1000/245580
13.55/12.49	c cleaning 6152 clauses out of 12312 with flag 7001/251581
13.86/12.75	c cleaning 6573 clauses out of 13159 with flag 14000/258580
13.86/12.78	c Got one! Elapsed wall clock time (in seconds):12.668
13.86/12.78	o 52
14.09/12.94	c cleaning 6030 clauses out of 12065 with flag 5001/264059
14.30/13.17	c cleaning 6012 clauses out of 12034 with flag 11000/270058
14.59/13.43	c cleaning 6507 clauses out of 13023 with flag 18001/277059
14.69/13.53	c Got one! Elapsed wall clock time (in seconds):13.426
14.69/13.53	o 51
14.79/13.61	c cleaning 5762 clauses out of 11530 with flag 2000/282073
14.99/13.84	c cleaning 5878 clauses out of 11768 with flag 8000/288073
15.29/14.12	c cleaning 6440 clauses out of 12890 with flag 15000/295073
15.61/14.46	c cleaning 7222 clauses out of 14450 with flag 23000/303073
16.01/14.84	c cleaning 8110 clauses out of 16231 with flag 32003/312076
16.32/15.15	c Got one! Elapsed wall clock time (in seconds):15.042
16.32/15.15	o 36
16.62/15.42	c cleaning 9989 clauses out of 19983 with flag 5000/323938
16.92/15.71	c cleaning 7991 clauses out of 15994 with flag 11000/329938
16.92/15.75	c Got one! Elapsed wall clock time (in seconds):15.648
16.92/15.76	o 31
17.12/15.95	c cleaning 6968 clauses out of 13942 with flag 5002/335877
17.32/16.19	c cleaning 6484 clauses out of 12976 with flag 11004/341879
17.62/16.50	c cleaning 6740 clauses out of 13492 with flag 18004/348879
17.92/16.78	c cleaning 7365 clauses out of 14748 with flag 26000/356875
18.02/16.86	c Got one! Elapsed wall clock time (in seconds):16.75
18.02/16.86	o 28
18.12/16.97	c cleaning 6320 clauses out of 12649 with flag 3000/362141
18.32/17.17	c cleaning 6161 clauses out of 12329 with flag 9000/368141
18.62/17.41	c cleaning 6580 clauses out of 13171 with flag 16003/375144
18.82/17.69	c cleaning 7289 clauses out of 14589 with flag 24001/383142
19.22/18.03	c cleaning 8145 clauses out of 16299 with flag 33000/392141
19.62/18.46	c cleaning 9070 clauses out of 18154 with flag 43000/402141
20.02/18.87	c cleaning 9538 clauses out of 19086 with flag 53002/412143
20.42/19.28	c cleaning 9768 clauses out of 19546 with flag 63000/422141
20.92/19.71	c cleaning 9885 clauses out of 19778 with flag 73000/432141
21.32/20.14	c cleaning 9941 clauses out of 19893 with flag 83000/442141
21.42/20.22	c Got one! Elapsed wall clock time (in seconds):20.116
21.42/20.22	o 10
21.52/20.33	c cleaning 7529 clauses out of 15068 with flag 3001/447257
21.72/20.54	c cleaning 6765 clauses out of 13538 with flag 9000/453256
21.92/20.77	c cleaning 6882 clauses out of 13774 with flag 16001/460257
22.22/21.03	c cleaning 7442 clauses out of 14892 with flag 24001/468257
22.53/21.36	c cleaning 8218 clauses out of 16449 with flag 33000/477256
22.93/21.72	c cleaning 9111 clauses out of 18233 with flag 43002/487258
22.93/21.77	c Got one! Elapsed wall clock time (in seconds):21.662
22.93/21.77	o 9
23.13/21.91	c cleaning 7142 clauses out of 14291 with flag 4001/492427
23.33/22.13	c cleaning 6572 clauses out of 13150 with flag 10002/498428
23.53/22.38	c cleaning 6785 clauses out of 13577 with flag 17001/505427
23.83/22.67	c cleaning 7392 clauses out of 14793 with flag 25002/513428
24.24/23.01	c cleaning 8195 clauses out of 16399 with flag 34000/522426
24.63/23.40	c cleaning 9100 clauses out of 18204 with flag 44000/532426
24.93/23.77	c cleaning 9549 clauses out of 19105 with flag 54001/542427
25.34/24.17	c cleaning 9775 clauses out of 19555 with flag 64000/552426
25.74/24.54	c cleaning 9889 clauses out of 19783 with flag 74003/562429
26.14/24.94	c cleaning 9942 clauses out of 19891 with flag 84000/572426
26.54/25.34	c cleaning 9968 clauses out of 19949 with flag 94000/582426
26.94/25.74	c cleaning 9985 clauses out of 19981 with flag 104000/592426
27.34/26.11	c cleaning 9995 clauses out of 19998 with flag 114002/602428
27.74/26.51	c cleaning 9994 clauses out of 20001 with flag 124000/612426
28.04/26.87	c cleaning 10001 clauses out of 20009 with flag 134002/622428
28.44/27.24	c cleaning 10000 clauses out of 20007 with flag 144001/632427
28.85/27.65	c cleaning 10002 clauses out of 20007 with flag 154001/642427
29.25/28.05	c cleaning 9998 clauses out of 20004 with flag 164000/652426
29.65/28.47	c cleaning 9999 clauses out of 20008 with flag 174002/662428
30.16/28.92	c cleaning 10000 clauses out of 20007 with flag 184000/672426
30.56/29.36	c cleaning 10002 clauses out of 20010 with flag 194003/682429
31.06/29.85	c cleaning 9999 clauses out of 20008 with flag 204003/692429
31.56/30.31	c cleaning 10000 clauses out of 20006 with flag 214000/702426
31.96/30.78	c cleaning 10000 clauses out of 20009 with flag 224003/712429
32.46/31.24	c cleaning 10001 clauses out of 20008 with flag 234002/722428
32.76/31.53	c starts		: 198
32.76/31.53	c conflicts		: 728792
32.76/31.53	c decisions		: 1071488
32.76/31.53	c propagations		: 18506932
32.76/31.53	c inspects		: 199682905
32.76/31.53	c shortcuts		: 0
32.76/31.53	c learnt literals	: 6
32.76/31.53	c learnt binary clauses	: 72
32.76/31.53	c learnt ternary clauses	: 588
32.76/31.53	c learnt constraints	: 728785
32.76/31.53	c ignored constraints	: 0
32.76/31.53	c root simplifications	: 0
32.76/31.53	c removed literals (reason simplification)	: 6766238
32.76/31.53	c reason swapping (by a shorter reason)	: 0
32.76/31.53	c Calls to reduceDB	: 94
32.76/31.53	c number of reductions to clauses (during analyze)	: 0
32.76/31.53	c number of learned constraints concerned by reduction	: 0
32.76/31.53	c number of learning phase by resolution	: 0
32.76/31.53	c number of learning phase by cutting planes	: 0
32.76/31.53	c speed (assignments/second)	: 1896785.0773803424
32.76/31.53	c non guided choices	1437
32.76/31.53	c learnt constraints type 
32.76/31.53	c constraints type 
32.76/31.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
32.76/31.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
32.76/31.53	s OPTIMUM FOUND
32.76/31.53	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 
32.76/31.53	c objective function=9
32.76/31.53	c Total wall clock time (in seconds): 31.42

Verifier Data

OK	9

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-3492719-1307911180/watcher-3492719-1307911180 -o /var/tmp/evaluation-result-3492719-1307911180/solver-3492719-1307911180 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492719-1307911180.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: 2.19 2.07 1.95 2/195 16514
/proc/meminfo: memFree=1360568/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/16514/stat : 16514 (java) R 16512 16514 14274 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 902717782 23580672 699 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237273917329 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16514/statm: 5757 700 517 9 0 124 0

[startup+0.0333409 s]
/proc/loadavg: 2.19 2.07 1.95 2/195 16514
/proc/meminfo: memFree=1360568/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10455012 CPUtime=0.02 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 10861 0 1 0 1 1 0 0 25 0 10 0 902717782 10705932288 10560 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2615552 10571 1544 9 0 2606300 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.105331 s]
/proc/loadavg: 2.19 2.07 1.95 2/195 16514
/proc/meminfo: memFree=1360568/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10605444 CPUtime=0.11 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 13161 0 1 0 9 2 0 0 25 0 18 0 902717782 10859974656 12821 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2651361 12821 2093 9 0 2642095 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10605444

[startup+0.300293 s]
/proc/loadavg: 2.19 2.07 1.95 2/195 16514
/proc/meminfo: memFree=1360568/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611128 CPUtime=0.52 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 16367 0 1 0 50 2 0 0 25 0 19 0 902717782 10865795072 15319 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652782 15319 2215 9 0 2643516 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10611128

[startup+0.700223 s]
/proc/loadavg: 2.19 2.07 1.95 2/195 16514
/proc/meminfo: memFree=1360568/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611128 CPUtime=1 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 17489 0 1 0 98 2 0 0 25 0 19 0 902717782 10865795072 16435 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652782 16435 2247 9 0 2643516 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10611128

[startup+1.50119 s]
/proc/loadavg: 2.19 2.07 1.95 3/214 16533
/proc/meminfo: memFree=1302160/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611128 CPUtime=1.84 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 18002 0 1 0 182 2 0 0 25 0 19 0 902717782 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652782 16945 2247 9 0 2643516 0
[pid=16514/tid=16516] ppid=16512 vsize=10611128 CPUtime=1.42 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) S 16512 16514 14274 0 -1 4202560 12331 0 1 0 141 1 0 0 25 0 19 0 902717783 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611128 CPUtime=0.04 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) R 16512 16514 14274 0 -1 4202560 451 0 0 0 4 0 0 0 15 0 19 0 902717785 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 47980876627960 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611128 CPUtime=0.2 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2117 0 0 0 20 0 0 0 15 0 19 0 902717788 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611128 CPUtime=0.15 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 1327 0 0 0 15 0 0 0 15 0 19 0 902717788 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10865795072 16945 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10611128

[startup+3.10079 s]
/proc/loadavg: 2.19 2.07 1.95 3/214 16533
/proc/meminfo: memFree=1300796/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611128 CPUtime=3.47 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 18224 0 1 0 345 2 0 0 25 0 19 0 902717782 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652782 17162 2248 9 0 2643516 0
[pid=16514/tid=16516] ppid=16512 vsize=10611128 CPUtime=2.95 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14274 0 -1 4202560 12336 0 1 0 294 1 0 0 25 0 19 0 902717783 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 46912505590206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902717784 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611128 CPUtime=0.11 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14274 0 -1 4202560 572 0 0 0 11 0 0 0 16 0 19 0 902717785 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 0 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611128 CPUtime=0.22 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2124 0 0 0 22 0 0 0 15 0 19 0 902717788 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611128 CPUtime=0.15 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 1327 0 0 0 15 0 0 0 15 0 19 0 902717788 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611128 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10865795072 17162 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10611128

[startup+6.30123 s]
/proc/loadavg: 2.17 2.07 1.95 3/214 16533
/proc/meminfo: memFree=1281804/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611608 CPUtime=7.41 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 25677 0 1 0 737 4 0 0 25 0 19 0 902717782 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652902 21658 2250 9 0 2643636 0
[pid=16514/tid=16516] ppid=16512 vsize=10611608 CPUtime=6.02 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14274 0 -1 4202560 12350 0 1 0 601 1 0 0 25 0 19 0 902717783 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 46912505166938 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 902717784 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611608 CPUtime=0.22 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14274 0 -1 4202560 640 0 0 0 22 0 0 0 16 0 19 0 902717785 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 0 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611608 CPUtime=0.27 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2301 0 0 0 27 0 0 0 15 0 19 0 902717788 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611608 CPUtime=0.82 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 8466 0 0 0 81 1 0 0 15 0 19 0 902717788 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10866286592 21658 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 10611608

[startup+12.7011 s]

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

/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 153 0 0 0 1 0 0 0 15 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611608 CPUtime=0.01 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 56 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 33 0 0 0 2 0 0 0 16 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 75 0 0 0 2 0 0 0 16 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 42 0 0 0 2 0 0 0 16 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 313 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 180 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611608 CPUtime=1.19 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14274 0 -1 4202560 885 0 0 0 118 1 0 0 15 0 19 0 902717785 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 0 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611608 CPUtime=0.28 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2301 0 0 0 28 0 0 0 15 0 19 0 902717788 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611608 CPUtime=0.88 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 8474 0 0 0 87 1 0 0 16 0 19 0 902717788 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10866286592 19289 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (KiB) 10611608

[startup+30.3011 s]
/proc/loadavg: 2.11 2.06 1.95 3/214 16533
/proc/meminfo: memFree=1290092/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611608 CPUtime=31.56 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 26112 0 1 0 3150 6 0 0 25 0 19 0 902717782 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652902 19303 2252 9 0 2643636 0
[pid=16514/tid=16516] ppid=16512 vsize=10611608 CPUtime=28.93 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14274 0 -1 4202560 12424 0 1 0 2892 1 0 0 25 0 19 0 902717783 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 46912505611959 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=10611608 CPUtime=0.01 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 153 0 0 0 1 0 0 0 16 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611608 CPUtime=0.01 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 56 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 42 0 0 0 2 0 0 0 16 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 313 0 0 0 2 0 0 0 16 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 180 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611608 CPUtime=1.24 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14274 0 -1 4202560 899 0 0 0 123 1 0 0 15 0 19 0 902717785 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 0 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611608 CPUtime=0.28 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2301 0 0 0 28 0 0 0 15 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611608 CPUtime=0.88 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 8474 0 0 0 87 1 0 0 16 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 31.56
Current children cumulated vsize (KiB) 10611608

[startup+31.1009 s]
/proc/loadavg: 2.11 2.06 1.95 3/214 16533
/proc/meminfo: memFree=1290212/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611608 CPUtime=32.36 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 26114 0 1 0 3230 6 0 0 25 0 19 0 902717782 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652902 19303 2252 9 0 2643636 0
[pid=16514/tid=16516] ppid=16512 vsize=10611608 CPUtime=29.69 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14274 0 -1 4202560 12426 0 1 0 2968 1 0 0 25 0 19 0 902717783 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 46912505590210 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611608 CPUtime=0.01 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 56 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 313 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 180 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611608 CPUtime=1.27 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14274 0 -1 4202560 899 0 0 0 126 1 0 0 15 0 19 0 902717785 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 0 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611608 CPUtime=0.28 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2301 0 0 0 28 0 0 0 15 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611608 CPUtime=0.88 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 8474 0 0 0 87 1 0 0 16 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10866286592 19303 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.36
Current children cumulated vsize (KiB) 10611608

[startup+31.5008 s]
/proc/loadavg: 2.11 2.06 1.95 3/214 16533
/proc/meminfo: memFree=1290212/32950904 swapFree=67055440/67111528
[pid=16514] ppid=16512 vsize=10611608 CPUtime=32.76 cores=0,2,4,6
/proc/16514/stat : 16514 (java) S 16512 16514 14274 0 -1 4202496 26117 0 1 0 3270 6 0 0 25 0 19 0 902717782 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16514/statm: 2652902 19305 2252 9 0 2643636 0
[pid=16514/tid=16516] ppid=16512 vsize=10611608 CPUtime=30.08 cores=0,2,4,6
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14274 0 -1 4202560 12429 0 1 0 3007 1 0 0 25 0 19 0 902717783 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 46912505621872 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14274 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=10611608 CPUtime=0.01 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14274 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=10611608 CPUtime=0.03 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14274 0 -1 4202560 56 0 0 0 3 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14274 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14274 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16522] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14274 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16523] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14274 0 -1 4202560 313 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=10611608 CPUtime=0.02 cores=0,2,4,6
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14274 0 -1 4202560 180 0 0 0 2 0 0 0 15 0 19 0 902717784 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=10611608 CPUtime=1.28 cores=0,2,4,6
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14274 0 -1 4202560 899 0 0 0 127 1 0 0 15 0 19 0 902717785 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 0 0 16800975 18446604453937811776 0 0 -1 0 0 0 0
[pid=16514/tid=16526] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14274 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16527] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16527/stat : 16527 (java) S 16512 16514 14274 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902717786 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16528] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16528/stat : 16528 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290703281 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16529] ppid=16512 vsize=10611608 CPUtime=0.28 cores=0,2,4,6
/proc/16514/task/16529/stat : 16529 (java) S 16512 16514 14274 0 -1 4202560 2301 0 0 0 28 0 0 0 15 0 19 0 902717788 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16530] ppid=16512 vsize=10611608 CPUtime=0.88 cores=0,2,4,6
/proc/16514/task/16530/stat : 16530 (java) S 16512 16514 14274 0 -1 4202560 8474 0 0 0 87 1 0 0 16 0 19 0 902717788 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
[pid=16514/tid=16531] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16531/stat : 16531 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902717788 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290695577 0 4 0 16800975 18446604453937811776 0 0 -1 6 0 0 0
[pid=16514/tid=16532] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16532/stat : 16532 (java) S 16512 16514 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717788 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 4 0 0 0
[pid=16514/tid=16533] ppid=16512 vsize=10611608 CPUtime=0 cores=0,2,4,6
/proc/16514/task/16533/stat : 16533 (java) S 16512 16514 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902717799 10866286592 19305 33554432000 1073741824 1073778376 140733262235200 18446744073709551615 237290696192 0 4 0 16800975 18446604453937811776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.76
Current children cumulated vsize (KiB) 10611608

Child status: 30
Real time (s): 31.5357
CPU time (s): 32.803
CPU user time (s): 32.738
CPU system time (s): 0.06499
CPU usage (%): 104.019
Max. virtual memory (cumulated for all children) (KiB): 10612736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.738
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26142
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= 3437
involuntary context switches= 1497

runsolver used 0.056991 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-12 22:39:40
IDJOB=3492719
IDBENCH=79243
IDSOLVER=1982
FILE ID=node121/3492719-1307911180
RUNJOBID= node121-1307908110-15571
PBS_JOBID= 13559585
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.1110967142--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-3492719-1307911180/watcher-3492719-1307911180 -o /var/tmp/evaluation-result-3492719-1307911180/solver-3492719-1307911180 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492719-1307911180.wbo

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

MD5SUM BENCH= 7fd7081013808377c58c0d6e2ccd3b26
RANDOM SEED=1142854528

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:       1360972 kB
Buffers:         66164 kB
Cached:       30302976 kB
SwapCached:       9696 kB
Active:       15391848 kB
Inactive:     15252580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       1360972 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:             480 kB
Writeback:          28 kB
AnonPages:      272664 kB
Mapped:          21316 kB
Slab:           882160 kB
PageTables:       5620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 10554632 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 node121 at 2011-06-12 22:40:12