Trace number 3492482

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 31.8332 31.2923

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-33-100-0.wbo
MD5SUMfccded6cff561c59d5626150da1e6e32
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 benchmark0.91486
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 1237
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492482-1307909885.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c #vars     233
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.135
0.25/0.25	o 604
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.25/0.27	o 560
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.53/0.33	o 550
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.53/0.37	o 541
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.285
0.65/0.40	o 531
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.65/0.41	o 435
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.65/0.44	o 423
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.65/0.47	o 370
0.77/0.51	c Got one! Elapsed wall clock time (in seconds):0.398
0.77/0.51	o 369
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
0.77/0.53	o 236
0.77/0.59	c Got one! Elapsed wall clock time (in seconds):0.477
0.77/0.59	o 214
0.87/0.67	c cleaning 4860 clauses out of 9726 with flag 1001/9726
1.02/0.79	c Got one! Elapsed wall clock time (in seconds):0.677
1.02/0.79	o 205
1.12/0.86	c cleaning 5140 clauses out of 10288 with flag 2000/15148
1.33/1.09	c cleaning 5573 clauses out of 11148 with flag 8000/21148
1.65/1.34	c cleaning 6282 clauses out of 12576 with flag 15001/28149
1.85/1.51	c Got one! Elapsed wall clock time (in seconds):1.4
1.85/1.51	o 198
1.85/1.55	c cleaning 5875 clauses out of 11761 with flag 1000/33616
2.05/1.75	c cleaning 5938 clauses out of 11886 with flag 7000/39616
2.15/1.86	c Got one! Elapsed wall clock time (in seconds):1.752
2.15/1.86	o 115
2.25/1.97	c cleaning 5821 clauses out of 11649 with flag 3000/45317
2.46/2.19	c cleaning 5909 clauses out of 11830 with flag 9002/51319
2.75/2.46	c cleaning 6458 clauses out of 12920 with flag 16001/58318
3.05/2.75	c cleaning 7224 clauses out of 14461 with flag 24000/66317
3.36/3.08	c Got one! Elapsed wall clock time (in seconds):2.966
3.36/3.08	o 100
3.57/3.30	c cleaning 10280 clauses out of 20570 with flag 5003/79650
3.86/3.52	c cleaning 8137 clauses out of 16287 with flag 11000/85647
4.07/3.78	c cleaning 7566 clauses out of 15150 with flag 18000/92647
4.47/4.11	c cleaning 7787 clauses out of 15584 with flag 26000/100647
4.77/4.47	c cleaning 8393 clauses out of 16798 with flag 35001/109648
5.07/4.71	c Got one! Elapsed wall clock time (in seconds):4.601
5.07/4.71	o 95
5.27/4.91	c cleaning 9634 clauses out of 19276 with flag 5000/120519
5.47/5.14	c cleaning 7813 clauses out of 15642 with flag 11000/126519
5.78/5.40	c cleaning 7413 clauses out of 14829 with flag 18000/133519
5.78/5.49	c Got one! Elapsed wall clock time (in seconds):5.38
5.78/5.49	o 89
5.97/5.60	c cleaning 6391 clauses out of 12792 with flag 3001/138895
6.17/5.83	c cleaning 6193 clauses out of 12402 with flag 9002/144896
6.47/6.11	c cleaning 6596 clauses out of 13207 with flag 16000/151894
6.77/6.42	c cleaning 7302 clauses out of 14613 with flag 24002/159896
7.07/6.79	c cleaning 8150 clauses out of 16309 with flag 33000/168894
7.48/7.14	c Got one! Elapsed wall clock time (in seconds):7.027
7.48/7.14	o 74
7.68/7.34	c cleaning 11183 clauses out of 22371 with flag 5002/183106
7.89/7.56	c cleaning 8587 clauses out of 17187 with flag 11001/189105
8.19/7.80	c cleaning 7795 clauses out of 15599 with flag 18000/196104
8.39/8.08	c cleaning 7901 clauses out of 15808 with flag 26004/204108
8.79/8.42	c cleaning 8449 clauses out of 16905 with flag 35002/213106
9.10/8.79	c cleaning 9223 clauses out of 18454 with flag 45000/223104
9.60/9.22	c cleaning 9614 clauses out of 19234 with flag 55003/233107
9.70/9.38	c Got one! Elapsed wall clock time (in seconds):9.269
9.70/9.38	o 68
9.80/9.42	c cleaning 7522 clauses out of 15051 with flag 1001/238538
10.00/9.62	c cleaning 6760 clauses out of 13528 with flag 7000/244537
10.20/9.85	c cleaning 6878 clauses out of 13769 with flag 14001/251538
10.50/10.13	c cleaning 7441 clauses out of 14891 with flag 22001/259538
10.90/10.53	c cleaning 8217 clauses out of 16449 with flag 31000/268537
11.31/10.96	c cleaning 9114 clauses out of 18233 with flag 41001/278538
11.70/11.35	c cleaning 9556 clauses out of 19120 with flag 51002/288539
12.10/11.72	c cleaning 9777 clauses out of 19563 with flag 61001/298538
12.41/12.08	c cleaning 9889 clauses out of 19787 with flag 71002/308539
12.81/12.48	c cleaning 9942 clauses out of 19897 with flag 81001/318538
13.21/12.88	c cleaning 9971 clauses out of 19954 with flag 91000/328537
13.61/13.26	c cleaning 9987 clauses out of 19983 with flag 101000/338537
14.01/13.64	c cleaning 9992 clauses out of 19997 with flag 111001/348538
14.41/14.03	c cleaning 9998 clauses out of 20008 with flag 121004/358541
14.81/14.43	c cleaning 9997 clauses out of 20006 with flag 131000/368537
15.21/14.80	c cleaning 9994 clauses out of 20010 with flag 141001/378538
15.61/15.22	c cleaning 10006 clauses out of 20017 with flag 151002/388539
16.01/15.60	c cleaning 9999 clauses out of 20010 with flag 161001/398538
16.11/15.78	c Got one! Elapsed wall clock time (in seconds):15.665
16.11/15.78	o 43
16.21/15.82	c cleaning 7974 clauses out of 15951 with flag 1000/404478
16.41/16.02	c cleaning 6986 clauses out of 13978 with flag 7001/410479
16.63/16.25	c cleaning 6992 clauses out of 13991 with flag 14000/417478
16.94/16.54	c cleaning 7493 clauses out of 14999 with flag 22000/425478
17.23/16.84	c cleaning 8250 clauses out of 16508 with flag 31002/434480
17.53/17.18	c cleaning 9123 clauses out of 18256 with flag 41000/444478
17.94/17.54	c cleaning 9564 clauses out of 19133 with flag 51000/454478
17.94/17.58	c Got one! Elapsed wall clock time (in seconds):17.471
17.94/17.58	o 39
18.15/17.75	c cleaning 7711 clauses out of 15442 with flag 5000/460351
18.35/17.96	c cleaning 6860 clauses out of 13731 with flag 11000/466351
18.65/18.20	c cleaning 6934 clauses out of 13874 with flag 18003/473354
18.86/18.48	c cleaning 7468 clauses out of 14940 with flag 26003/481354
19.16/18.77	c cleaning 8232 clauses out of 16470 with flag 35001/490352
19.56/19.10	c cleaning 9114 clauses out of 18237 with flag 45000/500351
19.86/19.44	c cleaning 9558 clauses out of 19123 with flag 55000/510351
20.16/19.77	c Got one! Elapsed wall clock time (in seconds):19.658
20.16/19.77	o 38
20.46/20.02	c cleaning 12263 clauses out of 24534 with flag 5001/525320
20.66/20.24	c cleaning 9130 clauses out of 18270 with flag 11000/531319
20.86/20.49	c cleaning 8067 clauses out of 16140 with flag 18000/538319
21.16/20.76	c cleaning 8033 clauses out of 16074 with flag 26001/546320
21.46/21.06	c cleaning 8515 clauses out of 17040 with flag 35000/555319
21.86/21.41	c cleaning 9257 clauses out of 18525 with flag 45000/565319
22.16/21.76	c cleaning 9627 clauses out of 19268 with flag 55000/575319
22.56/22.10	c cleaning 9818 clauses out of 19642 with flag 65001/585320
22.86/22.46	c cleaning 9908 clauses out of 19824 with flag 75001/595320
23.27/22.83	c cleaning 9954 clauses out of 19916 with flag 85001/605320
23.58/23.19	c cleaning 9975 clauses out of 19962 with flag 95001/615320
23.97/23.55	c cleaning 9987 clauses out of 19988 with flag 105002/625321
24.27/23.81	c Got one! Elapsed wall clock time (in seconds):23.694
24.27/23.81	o 35
24.47/24.03	c cleaning 11281 clauses out of 22572 with flag 5001/637892
24.68/24.25	c cleaning 8640 clauses out of 17290 with flag 11000/643891
24.87/24.49	c cleaning 7819 clauses out of 15650 with flag 18000/650891
25.17/24.75	c cleaning 7912 clauses out of 15831 with flag 26000/658891
25.48/25.06	c cleaning 8455 clauses out of 16919 with flag 35000/667891
25.78/25.39	c cleaning 9228 clauses out of 18465 with flag 45001/677892
26.18/25.74	c cleaning 9614 clauses out of 19238 with flag 55002/687893
26.47/26.08	c cleaning 9805 clauses out of 19622 with flag 65000/697891
26.88/26.44	c cleaning 9906 clauses out of 19818 with flag 75001/707892
27.28/26.80	c cleaning 9953 clauses out of 19913 with flag 85002/717893
27.58/27.15	c cleaning 9971 clauses out of 19958 with flag 95000/727891
27.88/27.50	c cleaning 9991 clauses out of 19988 with flag 105001/737892
28.28/27.85	c cleaning 9994 clauses out of 19996 with flag 115000/747891
28.58/28.19	c cleaning 9997 clauses out of 20002 with flag 125000/757891
28.99/28.54	c cleaning 10000 clauses out of 20007 with flag 135002/767893
29.18/28.72	c Got one! Elapsed wall clock time (in seconds):28.604
29.18/28.72	o 2
29.38/28.91	c cleaning 10257 clauses out of 20520 with flag 5001/778406
29.59/29.11	c cleaning 8126 clauses out of 16262 with flag 11000/784405
29.79/29.34	c cleaning 7565 clauses out of 15136 with flag 18000/791405
29.99/29.58	c cleaning 7781 clauses out of 15571 with flag 26000/799405
30.29/29.89	c cleaning 8389 clauses out of 16790 with flag 35000/808405
30.69/30.24	c cleaning 9197 clauses out of 18401 with flag 45000/818405
31.09/30.60	c cleaning 9595 clauses out of 19205 with flag 55001/828406
31.49/31.00	c cleaning 9802 clauses out of 19609 with flag 65000/838405
31.73/31.28	c starts		: 193
31.73/31.28	c conflicts		: 845892
31.73/31.28	c decisions		: 1336568
31.73/31.28	c propagations		: 20937835
31.73/31.28	c inspects		: 190673238
31.73/31.28	c shortcuts		: 0
31.73/31.28	c learnt literals	: 6
31.73/31.28	c learnt binary clauses	: 27
31.73/31.28	c learnt ternary clauses	: 664
31.73/31.28	c learnt constraints	: 845885
31.73/31.28	c ignored constraints	: 0
31.73/31.28	c root simplifications	: 0
31.73/31.28	c removed literals (reason simplification)	: 6386796
31.73/31.28	c reason swapping (by a shorter reason)	: 0
31.73/31.28	c Calls to reduceDB	: 97
31.73/31.28	c number of reductions to clauses (during analyze)	: 0
31.73/31.28	c number of learned constraints concerned by reduction	: 0
31.73/31.28	c number of learning phase by resolution	: 0
31.73/31.28	c number of learning phase by cutting planes	: 0
31.73/31.28	c speed (assignments/second)	: 8159717.459080281
31.73/31.28	c non guided choices	1173
31.73/31.28	c learnt constraints type 
31.73/31.28	c constraints type 
31.73/31.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
31.73/31.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
31.73/31.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
31.73/31.28	s OPTIMUM FOUND
31.73/31.28	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 
31.73/31.28	c objective function=2
31.73/31.28	c Total wall clock time (in seconds): 31.171

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-3492482-1307909885/watcher-3492482-1307909885 -o /var/tmp/evaluation-result-3492482-1307909885/solver-3492482-1307909885 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492482-1307909885.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.14 2.06 1.97 3/195 15710
/proc/meminfo: memFree=3203752/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=3528 CPUtime=0 cores=1,3,5,7
/proc/15710/stat : 15710 (java) R 15708 15710 11872 0 -1 4194304 284 0 0 0 0 0 0 0 24 0 1 0 981219202 3612672 46 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256410467975 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15710/statm: 1398 50 39 9 0 27 0

[startup+0.0618839 s]
/proc/loadavg: 2.14 2.06 1.97 3/195 15710
/proc/meminfo: memFree=3203752/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10533148 CPUtime=0.04 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 11542 0 1 0 3 1 0 0 24 0 13 0 981219202 10785943552 11237 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2633287 11238 1691 9 0 2624035 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533148

[startup+0.100863 s]
/proc/loadavg: 2.14 2.06 1.97 3/195 15710
/proc/meminfo: memFree=3203752/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10539540 CPUtime=0.09 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 12974 0 1 0 8 1 0 0 24 0 18 0 981219202 10792488960 12652 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2634885 12652 2093 9 0 2625619 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539540

[startup+0.300813 s]
/proc/loadavg: 2.14 2.06 1.97 3/195 15710
/proc/meminfo: memFree=3203752/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10543548 CPUtime=0.53 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 16110 0 1 0 51 2 0 0 24 0 19 0 981219202 10796593152 14949 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2635887 14949 2215 9 0 2626621 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543548

[startup+0.700733 s]
/proc/loadavg: 2.14 2.06 1.97 3/195 15710
/proc/meminfo: memFree=3203752/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10543548 CPUtime=1.02 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 17446 0 1 0 100 2 0 0 24 0 19 0 981219202 10796593152 16276 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2635887 16277 2247 9 0 2626621 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10543548

[startup+1.50159 s]
/proc/loadavg: 2.14 2.06 1.97 3/214 15729
/proc/meminfo: memFree=3146336/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10543548 CPUtime=1.85 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 17879 0 1 0 183 2 0 0 24 0 19 0 981219202 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2635887 16706 2248 9 0 2626621 0
[pid=15710/tid=15712] ppid=15708 vsize=10543548 CPUtime=1.42 cores=1,3,5,7
/proc/15710/task/15712/stat : 15712 (java) R 15708 15710 11872 0 -1 4202560 12413 0 1 0 141 1 0 0 25 0 19 0 981219203 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 46912505526609 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15710/tid=15713] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10543548 CPUtime=0.04 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 468 0 0 0 4 0 0 0 16 0 19 0 981219206 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10543548 CPUtime=0.14 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1195 0 0 0 14 0 0 0 15 0 19 0 981219209 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10543548 CPUtime=0.21 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2031 0 0 0 21 0 0 0 15 0 19 0 981219209 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10796593152 16706 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10543548

[startup+3.1013 s]
/proc/loadavg: 2.14 2.06 1.97 4/214 15729
/proc/meminfo: memFree=3144848/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10543548 CPUtime=3.46 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 17912 0 1 0 343 3 0 0 24 0 19 0 981219202 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2635887 16733 2248 9 0 2626621 0
[pid=15710/tid=15712] ppid=15708 vsize=10543548 CPUtime=2.94 cores=1,3,5,7
/proc/15710/task/15712/stat : 15712 (java) R 15708 15710 11872 0 -1 4202560 12420 0 1 0 293 1 0 0 25 0 19 0 981219203 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 46912505597245 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15710/tid=15713] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 62 0 0 0 0 0 0 0 16 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 103 0 0 0 0 0 0 0 16 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10543548 CPUtime=0.11 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 489 0 0 0 11 0 0 0 16 0 19 0 981219206 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10543548 CPUtime=0.14 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1195 0 0 0 14 0 0 0 15 0 19 0 981219209 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10543548 CPUtime=0.21 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2031 0 0 0 21 0 0 0 15 0 19 0 981219209 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10796593152 16733 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10543548

[startup+6.30068 s]
/proc/loadavg: 2.12 2.06 1.97 3/214 15729
/proc/meminfo: memFree=3143936/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10543548 CPUtime=6.67 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 18108 0 1 0 664 3 0 0 24 0 19 0 981219202 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2635887 16909 2248 9 0 2626621 0
[pid=15710/tid=15712] ppid=15708 vsize=10543548 CPUtime=5.99 cores=1,3,5,7
/proc/15710/task/15712/stat : 15712 (java) R 15708 15710 11872 0 -1 4202560 12432 0 1 0 598 1 0 0 25 0 19 0 981219203 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 46912505526565 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15710/tid=15713] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981219205 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10543548 CPUtime=0.24 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 601 0 0 0 24 0 0 0 16 0 19 0 981219206 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10543548 CPUtime=0.14 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1195 0 0 0 14 0 0 0 15 0 19 0 981219209 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10543548 CPUtime=0.22 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2031 0 0 0 22 0 0 0 15 0 19 0 981219209 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10796593152 16909 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10543548

[startup+12.7015 s]

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

/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 94 0 0 0 2 0 0 0 16 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 18 0 0 0 2 0 0 0 16 0 19 0 981219205 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10544436 CPUtime=1.19 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 926 0 0 0 118 1 0 0 16 0 19 0 981219206 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10544436 CPUtime=0.15 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1204 0 0 0 15 0 0 0 15 0 19 0 981219209 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10544436 CPUtime=0.25 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2225 0 0 0 25 0 0 0 15 0 19 0 981219209 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10797502464 17501 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 30.79
Current children cumulated vsize (KiB) 10544436

[startup+30.701 s]
/proc/loadavg: 2.08 2.06 1.97 3/214 15730
/proc/meminfo: memFree=3140852/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10544436 CPUtime=31.19 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 18777 0 1 0 3114 5 0 0 24 0 19 0 981219202 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2636109 17502 2249 9 0 2626843 0
[pid=15710/tid=15712] ppid=15708 vsize=10544436 CPUtime=29.34 cores=1,3,5,7
/proc/15710/task/15712/stat : 15712 (java) R 15708 15710 11872 0 -1 4202560 12508 0 1 0 2933 1 0 0 25 0 19 0 981219203 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 46912505630836 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15710/tid=15713] ppid=15708 vsize=10544436 CPUtime=0.01 cores=1,3,5,7
/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 94 0 0 0 2 0 0 0 16 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10544436 CPUtime=0.03 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 18 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10544436 CPUtime=1.21 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 926 0 0 0 120 1 0 0 16 0 19 0 981219206 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10544436 CPUtime=0.15 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1204 0 0 0 15 0 0 0 15 0 19 0 981219209 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10544436 CPUtime=0.25 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2225 0 0 0 25 0 0 0 15 0 19 0 981219209 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10797502464 17502 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (KiB) 10544436

[startup+31.101 s]
/proc/loadavg: 2.08 2.06 1.97 3/214 15730
/proc/meminfo: memFree=3140852/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10544436 CPUtime=31.59 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 18780 0 1 0 3154 5 0 0 24 0 19 0 981219202 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2636109 17504 2249 9 0 2626843 0
[pid=15710/tid=15712] ppid=15708 vsize=10544436 CPUtime=29.72 cores=1,3,5,7
/proc/15710/task/15712/stat : 15712 (java) R 15708 15710 11872 0 -1 4202560 12511 0 1 0 2971 1 0 0 25 0 19 0 981219203 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 46912505560617 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15710/tid=15713] ppid=15708 vsize=10544436 CPUtime=0.01 cores=1,3,5,7
/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 58 0 0 0 2 0 0 0 16 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10544436 CPUtime=0.03 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 18 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10544436 CPUtime=1.22 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 926 0 0 0 121 1 0 0 16 0 19 0 981219206 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10544436 CPUtime=0.15 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1204 0 0 0 15 0 0 0 15 0 19 0 981219209 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10544436 CPUtime=0.25 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2225 0 0 0 25 0 0 0 15 0 19 0 981219209 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10797502464 17504 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 10544436

[startup+31.2009 s]
/proc/loadavg: 2.08 2.06 1.97 3/214 15730
/proc/meminfo: memFree=3140852/32950928 swapFree=67056212/67111528
[pid=15710] ppid=15708 vsize=10544436 CPUtime=31.73 cores=1,3,5,7
/proc/15710/stat : 15710 (java) S 15708 15710 11872 0 -1 4202496 18794 0 1 0 3168 5 0 0 24 0 19 0 981219202 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15710/statm: 2636109 17518 2250 9 0 2626843 0
[pid=15710/tid=15712] ppid=15708 vsize=10544436 CPUtime=29.82 cores=1,3,5,7
/proc/15710/task/15712/stat : 15712 (java) R 15708 15710 11872 0 -1 4202560 12513 0 1 0 2981 1 0 0 25 0 19 0 981219203 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15710/tid=15713] ppid=15708 vsize=10544436 CPUtime=0.01 cores=1,3,5,7
/proc/15710/task/15713/stat : 15713 (java) S 15708 15710 11872 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15714] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15714/stat : 15714 (java) S 15708 15710 11872 0 -1 4202560 58 0 0 0 2 0 0 0 16 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15715] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15715/stat : 15715 (java) S 15708 15710 11872 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15716] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15716/stat : 15716 (java) S 15708 15710 11872 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15717] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15717/stat : 15717 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15718] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15718/stat : 15718 (java) S 15708 15710 11872 0 -1 4202560 193 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 7 0 0 0
[pid=15710/tid=15719] ppid=15708 vsize=10544436 CPUtime=0.03 cores=1,3,5,7
/proc/15710/task/15719/stat : 15719 (java) S 15708 15710 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15720] ppid=15708 vsize=10544436 CPUtime=0.02 cores=1,3,5,7
/proc/15710/task/15720/stat : 15720 (java) S 15708 15710 11872 0 -1 4202560 18 0 0 0 2 0 0 0 15 0 19 0 981219205 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15721] ppid=15708 vsize=10544436 CPUtime=1.22 cores=1,3,5,7
/proc/15710/task/15721/stat : 15721 (java) S 15708 15710 11872 0 -1 4202560 926 0 0 0 121 1 0 0 16 0 19 0 981219206 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 0 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15722] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15722/stat : 15722 (java) S 15708 15710 11872 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981219206 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15723] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15723/stat : 15723 (java) S 15708 15710 11872 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981219206 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15724] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15724/stat : 15724 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981219209 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427215281 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15725] ppid=15708 vsize=10544436 CPUtime=0.17 cores=1,3,5,7
/proc/15710/task/15725/stat : 15725 (java) S 15708 15710 11872 0 -1 4202560 1209 0 0 0 17 0 0 0 16 0 19 0 981219209 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
[pid=15710/tid=15726] ppid=15708 vsize=10544436 CPUtime=0.27 cores=1,3,5,7
/proc/15710/task/15726/stat : 15726 (java) S 15708 15710 11872 0 -1 4202560 2232 0 0 0 27 0 0 0 16 0 19 0 981219209 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15727] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15727/stat : 15727 (java) S 15708 15710 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981219209 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427207577 0 4 0 16800975 18446604471134686016 0 0 -1 1 0 0 0
[pid=15710/tid=15728] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15728/stat : 15728 (java) S 15708 15710 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981219209 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 5 0 0 0
[pid=15710/tid=15729] ppid=15708 vsize=10544436 CPUtime=0 cores=1,3,5,7
/proc/15710/task/15729/stat : 15729 (java) S 15708 15710 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981219220 10797502464 17518 33554432000 1073741824 1073778376 140736773970032 18446744073709551615 256427208192 0 4 0 16800975 18446604471134686016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 10544436

Child status: 30
Real time (s): 31.2923
CPU time (s): 31.8332
CPU user time (s): 31.7712
CPU system time (s): 0.06199
CPU usage (%): 101.729
Max. virtual memory (cumulated for all children) (KiB): 10544436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.7712
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= 18825
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= 3735
involuntary context switches= 1568

runsolver used 0.05999 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:18:05
IDJOB=3492482
IDBENCH=78837
IDSOLVER=1982
FILE ID=node115/3492482-1307909885
RUNJOBID= node115-1307908016-15260
PBS_JOBID= 13559590
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= fccded6cff561c59d5626150da1e6e32
RANDOM SEED=350503094

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3203940 kB
Buffers:         61652 kB
Cached:       28694940 kB
SwapCached:       9240 kB
Active:       13800004 kB
Inactive:     15036800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3203940 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:             500 kB
Writeback:           0 kB
AnonPages:       77488 kB
Mapped:          21468 kB
Slab:           845336 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10544692 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= 2884 MiB
End job on node115 at 2011-06-12 22:18:37