Trace number 3492450

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 24.3793 23.7594

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-33-100-0.wbo
MD5SUM9bf5159c7db1b1e3f0d68c452139be86
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.77173
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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-3492450-1307909856.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     233
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.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.109
0.28/0.22	o 764
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.142
0.28/0.25	o 690
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.28/0.28	o 588
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.28/0.29	o 488
0.58/0.31	c Got one! Elapsed wall clock time (in seconds):0.208
0.58/0.31	o 418
0.58/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.58/0.33	o 379
0.74/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.74/0.46	o 374
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
0.86/0.51	o 373
0.86/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.86/0.53	o 348
0.86/0.59	c cleaning 3774 clauses out of 7553 with flag 1001/7553
0.99/0.62	c Got one! Elapsed wall clock time (in seconds):0.517
0.99/0.62	o 270
1.12/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.12/0.74	o 259
1.22/0.80	c Got one! Elapsed wall clock time (in seconds):0.693
1.22/0.80	o 242
1.22/0.85	c cleaning 5283 clauses out of 10573 with flag 1002/14347
1.32/0.96	c Got one! Elapsed wall clock time (in seconds):0.857
1.32/0.96	o 241
1.43/1.04	c cleaning 5343 clauses out of 10697 with flag 2000/19754
1.43/1.08	c Got one! Elapsed wall clock time (in seconds):0.973
1.43/1.08	o 239
1.63/1.26	c cleaning 5524 clauses out of 11061 with flag 5002/25461
1.85/1.48	c cleaning 5764 clauses out of 11536 with flag 11001/31460
2.15/1.73	c cleaning 6382 clauses out of 12771 with flag 18000/38459
2.35/1.97	c Got one! Elapsed wall clock time (in seconds):1.87
2.35/1.97	o 222
2.56/2.13	c Got one! Elapsed wall clock time (in seconds):2.027
2.56/2.13	o 214
2.56/2.19	c cleaning 9032 clauses out of 18067 with flag 1002/50137
2.86/2.42	c cleaning 7512 clauses out of 15033 with flag 7000/56135
2.96/2.53	c Got one! Elapsed wall clock time (in seconds):2.43
2.96/2.53	o 206
3.06/2.61	c cleaning 6286 clauses out of 12586 with flag 2000/61200
3.27/2.83	c cleaning 6144 clauses out of 12302 with flag 8002/67202
3.27/2.89	c Got one! Elapsed wall clock time (in seconds):2.786
3.27/2.89	o 201
3.47/3.03	c cleaning 5762 clauses out of 11534 with flag 4000/72578
3.57/3.16	c Got one! Elapsed wall clock time (in seconds):3.051
3.57/3.16	o 152
3.67/3.23	c cleaning 5637 clauses out of 11277 with flag 2000/78083
3.87/3.46	c cleaning 5817 clauses out of 11640 with flag 8000/84083
4.17/3.70	c cleaning 6405 clauses out of 12823 with flag 15000/91083
4.17/3.73	c Got one! Elapsed wall clock time (in seconds):3.628
4.17/3.73	o 151
4.37/3.91	c cleaning 6044 clauses out of 12103 with flag 5001/96768
4.57/4.13	c cleaning 6026 clauses out of 12058 with flag 11000/102767
4.67/4.28	c Got one! Elapsed wall clock time (in seconds):4.176
4.67/4.28	o 149
4.80/4.32	c cleaning 5538 clauses out of 11083 with flag 1003/107818
4.99/4.55	c cleaning 5769 clauses out of 11544 with flag 7002/113817
5.29/4.80	c cleaning 6377 clauses out of 12774 with flag 14001/120816
5.49/5.07	c Got one! Elapsed wall clock time (in seconds):4.963
5.49/5.07	o 148
5.80/5.32	c cleaning 8979 clauses out of 17967 with flag 5001/132386
6.00/5.57	c cleaning 7489 clauses out of 14988 with flag 11001/138386
6.20/5.75	c Got one! Elapsed wall clock time (in seconds):5.649
6.20/5.75	o 125
6.40/5.98	c cleaning 8802 clauses out of 17613 with flag 5003/148500
6.60/6.11	c Got one! Elapsed wall clock time (in seconds):6.01
6.60/6.11	o 114
6.71/6.20	c cleaning 7128 clauses out of 14266 with flag 2002/153955
6.81/6.32	c Got one! Elapsed wall clock time (in seconds):6.218
6.81/6.32	o 110
6.91/6.41	c cleaning 6159 clauses out of 12325 with flag 2002/159142
7.01/6.60	c Got one! Elapsed wall clock time (in seconds):6.492
7.01/6.60	o 103
7.31/6.82	c cleaning 8263 clauses out of 16534 with flag 5002/169510
7.51/7.06	c cleaning 7132 clauses out of 14270 with flag 11001/175509
7.61/7.16	c Got one! Elapsed wall clock time (in seconds):7.06
7.61/7.16	o 102
7.71/7.28	c cleaning 6327 clauses out of 12659 with flag 3001/181030
8.01/7.51	c cleaning 6162 clauses out of 12331 with flag 9000/187029
8.21/7.78	c cleaning 6578 clauses out of 13169 with flag 16000/194029
8.31/7.84	c Got one! Elapsed wall clock time (in seconds):7.738
8.31/7.84	o 36
8.41/7.98	c cleaning 5982 clauses out of 11970 with flag 4000/199408
8.72/8.20	c cleaning 5990 clauses out of 11988 with flag 10000/205408
8.92/8.46	c cleaning 6496 clauses out of 12999 with flag 17001/212409
9.12/8.70	c Got one! Elapsed wall clock time (in seconds):8.597
9.12/8.70	o 34
9.42/8.93	c cleaning 9406 clauses out of 18815 with flag 5002/224721
9.62/9.13	c cleaning 7700 clauses out of 15408 with flag 11001/230720
9.82/9.35	c cleaning 7350 clauses out of 14710 with flag 18003/237722
10.12/9.61	c cleaning 7675 clauses out of 15358 with flag 26001/245720
10.43/9.92	c cleaning 8339 clauses out of 16682 with flag 35000/254719
10.72/10.26	c cleaning 9166 clauses out of 18343 with flag 45000/264719
10.92/10.49	c Got one! Elapsed wall clock time (in seconds):10.388
10.92/10.49	o 24
11.22/10.70	c cleaning 10903 clauses out of 21812 with flag 5000/277354
11.43/10.93	c cleaning 8451 clauses out of 16909 with flag 11000/283354
11.65/11.19	c cleaning 7724 clauses out of 15459 with flag 18001/290355
11.95/11.48	c cleaning 7863 clauses out of 15736 with flag 26002/298356
12.06/11.56	c Got one! Elapsed wall clock time (in seconds):11.458
12.06/11.56	o 22
12.16/11.67	c cleaning 6775 clauses out of 13558 with flag 3000/304041
12.36/11.87	c cleaning 6386 clauses out of 12783 with flag 9000/310041
12.66/12.12	c cleaning 6695 clauses out of 13397 with flag 16000/317041
12.86/12.39	c cleaning 7347 clauses out of 14702 with flag 24000/325041
13.16/12.68	c cleaning 8172 clauses out of 16356 with flag 33001/334042
13.56/13.03	c cleaning 9087 clauses out of 18184 with flag 43001/344042
13.86/13.36	c cleaning 9544 clauses out of 19096 with flag 53000/354041
14.16/13.67	c Got one! Elapsed wall clock time (in seconds):13.564
14.16/13.67	o 6
14.46/13.93	c cleaning 11916 clauses out of 23838 with flag 5002/368327
14.66/14.15	c cleaning 8956 clauses out of 17921 with flag 11001/374326
14.87/14.39	c cleaning 7978 clauses out of 15965 with flag 18001/381326
15.17/14.65	c cleaning 7989 clauses out of 15986 with flag 26000/389325
15.47/14.96	c cleaning 8496 clauses out of 16997 with flag 35000/398325
15.77/15.29	c cleaning 9244 clauses out of 18501 with flag 45000/408325
16.17/15.61	c cleaning 9623 clauses out of 19257 with flag 55000/418325
16.47/15.96	c cleaning 9814 clauses out of 19634 with flag 65000/428325
16.87/16.31	c cleaning 9907 clauses out of 19822 with flag 75002/438327
17.17/16.65	c cleaning 9953 clauses out of 19914 with flag 85001/448326
17.57/17.02	c cleaning 9976 clauses out of 19960 with flag 95000/458325
17.97/17.40	c cleaning 9988 clauses out of 19984 with flag 105000/468325
18.27/17.76	c cleaning 9993 clauses out of 19996 with flag 115000/478325
18.67/18.14	c cleaning 9994 clauses out of 20003 with flag 125000/488325
19.08/18.52	c cleaning 10004 clauses out of 20009 with flag 135000/498325
19.38/18.88	c cleaning 10000 clauses out of 20006 with flag 145001/508326
19.78/19.22	c cleaning 9995 clauses out of 20005 with flag 155000/518325
19.98/19.42	c Got one! Elapsed wall clock time (in seconds):19.316
19.98/19.42	o 2
20.18/19.64	c cleaning 10686 clauses out of 21378 with flag 5001/529693
20.39/19.84	c cleaning 8340 clauses out of 16692 with flag 11001/535693
20.58/20.09	c cleaning 7673 clauses out of 15351 with flag 18000/542692
20.88/20.35	c cleaning 7834 clauses out of 15678 with flag 26000/550692
21.18/20.66	c cleaning 8417 clauses out of 16845 with flag 35001/559693
21.58/21.04	c cleaning 9205 clauses out of 18428 with flag 45001/569693
21.98/21.42	c cleaning 9607 clauses out of 19222 with flag 55000/579692
22.28/21.79	c cleaning 9803 clauses out of 19616 with flag 65001/589693
22.68/22.18	c cleaning 9902 clauses out of 19812 with flag 75000/599692
23.08/22.58	c cleaning 9951 clauses out of 19910 with flag 85000/609692
23.49/22.96	c cleaning 9976 clauses out of 19960 with flag 95001/619693
23.89/23.35	c cleaning 9989 clauses out of 19983 with flag 105000/629692
24.30/23.75	c starts		: 186
24.30/23.75	c conflicts		: 639315
24.30/23.75	c decisions		: 949497
24.30/23.75	c propagations		: 14385630
24.30/23.75	c inspects		: 156128557
24.30/23.75	c shortcuts		: 0
24.30/23.75	c learnt literals	: 6
24.30/23.75	c learnt binary clauses	: 16
24.30/23.75	c learnt ternary clauses	: 187
24.30/23.75	c learnt constraints	: 639308
24.30/23.75	c ignored constraints	: 0
24.30/23.75	c root simplifications	: 0
24.30/23.75	c removed literals (reason simplification)	: 5519710
24.30/23.75	c reason swapping (by a shorter reason)	: 0
24.30/23.75	c Calls to reduceDB	: 78
24.30/23.75	c number of reductions to clauses (during analyze)	: 0
24.30/23.75	c number of learned constraints concerned by reduction	: 0
24.30/23.75	c number of learning phase by resolution	: 0
24.30/23.75	c number of learning phase by cutting planes	: 0
24.30/23.75	c speed (assignments/second)	: 3323083.853083853
24.30/23.75	c non guided choices	1561
24.30/23.75	c learnt constraints type 
24.30/23.75	c constraints type 
24.30/23.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
24.30/23.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
24.30/23.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
24.30/23.75	s OPTIMUM FOUND
24.30/23.75	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.30/23.75	c objective function=2
24.30/23.75	c Total wall clock time (in seconds): 23.646

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 1.99 1.78 3/195 5430
/proc/meminfo: memFree=1031872/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 1180 0 0 0 0 0 0 0 25 0 2 0 635176904 27824128 906 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 7096 906 688 9 0 381 0
[pid=5430/tid=5431] ppid=5428 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 89 0 0 0 0 0 0 0 25 0 2 0 635176905 31313920 929 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268655699733 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.032438 s]
/proc/loadavg: 2.01 1.99 1.78 3/195 5430
/proc/meminfo: memFree=1031872/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10530960 CPUtime=0.02 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 10963 0 1 0 1 1 0 0 25 0 11 0 635176904 10783703040 10660 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2632740 10660 1601 9 0 2623488 0
[pid=5430/tid=5431] ppid=5428 vsize=10530960 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 9835 0 1 0 1 0 0 0 25 0 11 0 635176905 10783703040 10660 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672488907 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10530960

[startup+0.104465 s]
/proc/loadavg: 2.01 1.99 1.78 3/195 5430
/proc/meminfo: memFree=1031872/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10540088 CPUtime=0.1 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 13143 0 1 0 9 1 0 0 25 0 18 0 635176904 10793050112 12808 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2635022 12808 2093 9 0 2625756 0
[pid=5430/tid=5431] ppid=5428 vsize=10540088 CPUtime=0.09 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 11194 0 1 0 8 1 0 0 18 0 18 0 635176905 10793050112 12808 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 47108828027731 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540088

[startup+0.300388 s]
/proc/loadavg: 2.01 1.99 1.78 3/195 5430
/proc/meminfo: memFree=1031872/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10546148 CPUtime=0.58 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 18487 0 1 0 56 2 0 0 25 0 19 0 635176904 10799255552 16233 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636537 16233 2213 9 0 2627271 0
[pid=5430/tid=5431] ppid=5428 vsize=10546148 CPUtime=0.28 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 11770 0 1 0 27 1 0 0 19 0 19 0 635176905 10799255552 16234 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10546148

[startup+0.700323 s]
/proc/loadavg: 2.01 1.99 1.78 3/195 5430
/proc/meminfo: memFree=1031872/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=1.12 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 19999 0 1 0 109 3 0 0 25 0 19 0 635176904 10798882816 17320 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 17320 2248 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=0.66 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12237 0 1 0 65 1 0 0 19 0 19 0 635176905 10798882816 17320 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505555952 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10545784

[startup+1.50118 s]
/proc/loadavg: 2.01 1.99 1.78 3/214 5449
/proc/meminfo: memFree=969744/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=1.95 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 20553 0 1 0 192 3 0 0 25 0 19 0 635176904 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 17870 2249 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=1.41 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12240 0 1 0 140 1 0 0 20 0 19 0 635176905 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505329190 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5430/tid=5433] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 191 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.05 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 451 0 0 0 5 0 0 0 16 0 19 0 635176908 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.21 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3779 0 0 0 21 0 0 0 15 0 19 0 635176910 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.23 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2286 0 0 0 23 0 0 0 15 0 19 0 635176910 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5447] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5447/stat : 5447 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635176910 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5448] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5448/stat : 5448 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635176910 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5449] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5449/stat : 5449 (java) S 5428 5430 2916 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 19 0 635176921 10798882816 17870 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10545784

[startup+3.1009 s]
/proc/loadavg: 2.01 1.99 1.79 3/214 5449
/proc/meminfo: memFree=968744/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=3.57 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 20879 0 1 0 354 3 0 0 25 0 19 0 635176904 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 18190 2249 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=2.93 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12246 0 1 0 292 1 0 0 24 0 19 0 635176905 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505166942 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5430/tid=5433] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 148 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.13 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 608 0 0 0 13 0 0 0 16 0 19 0 635176908 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.22 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3779 0 0 0 22 0 0 0 15 0 19 0 635176910 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.23 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2286 0 0 0 23 0 0 0 15 0 19 0 635176910 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5447] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5447/stat : 5447 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635176910 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5448] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5448/stat : 5448 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635176910 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5449] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5449/stat : 5449 (java) S 5428 5430 2916 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 19 0 635176921 10798882816 18190 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10545784

[startup+6.30135 s]
/proc/loadavg: 2.01 1.99 1.79 3/214 5449
/proc/meminfo: memFree=967008/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=6.81 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 21068 0 1 0 678 3 0 0 25 0 19 0 635176904 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 18349 2250 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=5.97 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12260 0 1 0 596 1 0 0 25 0 19 0 635176905 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505622940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5430/tid=5433] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 270 0 0 0 0 0 0 0 16 0 19 0 635176907 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.27 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 660 0 0 0 27 0 0 0 16 0 19 0 635176908 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.24 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3782 0 0 0 24 0 0 0 15 0 19 0 635176910 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.24 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2287 0 0 0 24 0 0 0 16 0 19 0 635176910 10798882816 18349 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0

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

/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 122 0 0 0 1 0 0 0 16 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 30 0 0 0 1 0 0 0 16 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 184 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 54 0 0 0 1 0 0 0 16 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 196 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.94 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 817 0 0 0 93 1 0 0 15 0 19 0 635176908 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.26 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3826 0 0 0 26 0 0 0 15 0 19 0 635176910 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.24 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2287 0 0 0 24 0 0 0 16 0 19 0 635176910 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5447] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5447/stat : 5447 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635176910 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5448] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5448/stat : 5448 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635176910 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5449] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5449/stat : 5449 (java) S 5428 5430 2916 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 19 0 635176921 10798882816 18572 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.88
Current children cumulated vsize (KiB) 10545784

[startup+23.1064 s]
/proc/loadavg: 2.01 1.99 1.79 3/214 5450
/proc/meminfo: memFree=965544/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=23.69 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 21349 0 1 0 2364 5 0 0 25 0 19 0 635176904 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 18575 2251 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=22.02 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12315 0 1 0 2201 1 0 0 17 0 19 0 635176905 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505539392 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5430/tid=5433] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 36 0 0 0 2 0 0 0 16 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 184 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 196 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.97 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 817 0 0 0 96 1 0 0 15 0 19 0 635176908 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.26 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3826 0 0 0 26 0 0 0 15 0 19 0 635176910 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.24 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2287 0 0 0 24 0 0 0 16 0 19 0 635176910 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5447] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5447/stat : 5447 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635176910 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5448] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5448/stat : 5448 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635176910 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5449] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5449/stat : 5449 (java) S 5428 5430 2916 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 19 0 635176921 10798882816 18575 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 10545784

[startup+23.5013 s]
/proc/loadavg: 2.01 1.99 1.79 3/214 5450
/proc/meminfo: memFree=965544/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=24.09 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 21356 0 1 0 2404 5 0 0 25 0 19 0 635176904 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 18581 2251 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=22.4 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12318 0 1 0 2239 1 0 0 18 0 19 0 635176905 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505554653 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5430/tid=5433] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 36 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 184 0 0 0 2 0 0 0 16 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 196 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.98 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 821 0 0 0 97 1 0 0 15 0 19 0 635176908 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.26 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3826 0 0 0 26 0 0 0 15 0 19 0 635176910 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.24 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2287 0 0 0 24 0 0 0 16 0 19 0 635176910 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5447] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5447/stat : 5447 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635176910 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5448] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5448/stat : 5448 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635176910 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5449] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5449/stat : 5449 (java) S 5428 5430 2916 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 19 0 635176921 10798882816 18581 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 10545784

[startup+23.7012 s]
/proc/loadavg: 2.01 1.99 1.79 3/214 5450
/proc/meminfo: memFree=965544/32951124 swapFree=67055716/67111528
[pid=5430] ppid=5428 vsize=10545784 CPUtime=24.3 cores=1,3,5,7
/proc/5430/stat : 5430 (java) S 5428 5430 2916 0 -1 4202496 21361 0 1 0 2425 5 0 0 25 0 19 0 635176904 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5430/statm: 2636446 18586 2251 9 0 2627180 0
[pid=5430/tid=5431] ppid=5428 vsize=10545784 CPUtime=22.59 cores=1,3,5,7
/proc/5430/task/5431/stat : 5431 (java) R 5428 5430 2916 0 -1 4202560 12320 0 1 0 2258 1 0 0 18 0 19 0 635176905 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 46912505539696 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5430/tid=5433] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5433/stat : 5433 (java) S 5428 5430 2916 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5434] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5434/stat : 5434 (java) S 5428 5430 2916 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5435] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5435/stat : 5435 (java) S 5428 5430 2916 0 -1 4202560 36 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5436] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5436/stat : 5436 (java) S 5428 5430 2916 0 -1 4202560 184 0 0 0 2 0 0 0 16 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5437] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5437/stat : 5437 (java) S 5428 5430 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5438] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5438/stat : 5438 (java) S 5428 5430 2916 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5439] ppid=5428 vsize=10545784 CPUtime=0.01 cores=1,3,5,7
/proc/5430/task/5439/stat : 5439 (java) S 5428 5430 2916 0 -1 4202560 196 0 0 0 1 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5440] ppid=5428 vsize=10545784 CPUtime=0.02 cores=1,3,5,7
/proc/5430/task/5440/stat : 5440 (java) S 5428 5430 2916 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 19 0 635176907 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5441] ppid=5428 vsize=10545784 CPUtime=0.98 cores=1,3,5,7
/proc/5430/task/5441/stat : 5441 (java) S 5428 5430 2916 0 -1 4202560 821 0 0 0 97 1 0 0 15 0 19 0 635176908 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 0 0 16800975 18446604459869592640 0 0 -1 1 0 0 0
[pid=5430/tid=5442] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5442/stat : 5442 (java) S 5428 5430 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5443] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5443/stat : 5443 (java) S 5428 5430 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 635176908 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 7 0 0 0
[pid=5430/tid=5444] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5444/stat : 5444 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635176910 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672485809 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5445] ppid=5428 vsize=10545784 CPUtime=0.27 cores=1,3,5,7
/proc/5430/task/5445/stat : 5445 (java) S 5428 5430 2916 0 -1 4202560 3827 0 0 0 27 0 0 0 15 0 19 0 635176910 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5446] ppid=5428 vsize=10545784 CPUtime=0.25 cores=1,3,5,7
/proc/5430/task/5446/stat : 5446 (java) S 5428 5430 2916 0 -1 4202560 2289 0 0 0 25 0 0 0 15 0 19 0 635176910 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5447] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5447/stat : 5447 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635176910 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478105 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
[pid=5430/tid=5448] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5448/stat : 5448 (java) S 5428 5430 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635176910 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 5 0 0 0
[pid=5430/tid=5449] ppid=5428 vsize=10545784 CPUtime=0 cores=1,3,5,7
/proc/5430/task/5449/stat : 5449 (java) S 5428 5430 2916 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 19 0 635176921 10798882816 18586 33554432000 1073741824 1073778376 140736025944208 18446744073709551615 268672478720 0 4 0 16800975 18446604459869592640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 10545784

Child status: 30
Real time (s): 23.7594
CPU time (s): 24.3793
CPU user time (s): 24.3173
CPU system time (s): 0.06199
CPU usage (%): 102.609
Max. virtual memory (cumulated for all children) (KiB): 10546148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3173
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21387
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= 2962
involuntary context switches= 1218

runsolver used 0.031995 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:17:36
IDJOB=3492450
IDBENCH=78822
IDSOLVER=1982
FILE ID=node107/3492450-1307909856
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= 9bf5159c7db1b1e3f0d68c452139be86
RANDOM SEED=343774657

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1032524 kB
Buffers:         60448 kB
Cached:       30723756 kB
SwapCached:      20072 kB
Active:       15773632 kB
Inactive:     15184928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1032524 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      171968 kB
Mapped:          21068 kB
Slab:           896700 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10537632 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 node107 at 2011-06-12 22:18:00