Trace number 3492536

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 40.4638 39.2536

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975607--soft-33-100-0.wbo
MD5SUM9a2a28c5bb6a02365b79a03ef797cc3c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1.62475
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 1221
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492536-1307909934.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.30/0.24	c SATISFIABLE
0.30/0.24	c OPTIMIZING...
0.30/0.24	c Got one! Elapsed wall clock time (in seconds):0.134
0.30/0.24	o 633
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.30/0.27	o 590
0.57/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.57/0.30	o 554
0.57/0.31	c Got one! Elapsed wall clock time (in seconds):0.209
0.57/0.31	o 481
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.57/0.32	o 479
0.57/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.57/0.34	o 459
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.27
0.57/0.37	o 438
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.304
0.70/0.41	o 419
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.33
0.70/0.43	o 399
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.346
0.70/0.45	o 384
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.437
0.81/0.54	o 370
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.51
0.91/0.61	o 363
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
0.91/0.69	o 355
1.04/0.71	c Got one! Elapsed wall clock time (in seconds):0.603
1.04/0.71	o 354
1.04/0.78	c cleaning 5851 clauses out of 11710 with flag 1001/11710
1.27/0.92	c Got one! Elapsed wall clock time (in seconds):0.819
1.27/0.92	o 325
1.27/1.00	c cleaning 5719 clauses out of 11442 with flag 2000/17293
1.38/1.07	c Got one! Elapsed wall clock time (in seconds):0.965
1.38/1.07	o 324
1.59/1.22	c cleaning 5753 clauses out of 11522 with flag 4003/23092
1.59/1.23	c Got one! Elapsed wall clock time (in seconds):1.128
1.59/1.23	o 313
1.72/1.35	c Got one! Elapsed wall clock time (in seconds):1.249
1.72/1.35	o 299
1.82/1.40	c Got one! Elapsed wall clock time (in seconds):1.293
1.82/1.40	o 278
1.82/1.44	c cleaning 6006 clauses out of 12022 with flag 1001/29345
1.93/1.56	c Got one! Elapsed wall clock time (in seconds):1.457
1.93/1.56	o 277
2.03/1.63	c cleaning 5630 clauses out of 11272 with flag 2001/34601
2.13/1.72	c Got one! Elapsed wall clock time (in seconds):1.616
2.13/1.72	o 251
2.25/1.82	c cleaning 5423 clauses out of 10853 with flag 3002/39812
2.45/2.03	c cleaning 5712 clauses out of 11429 with flag 9001/45811
2.66/2.24	c Got one! Elapsed wall clock time (in seconds):2.14
2.66/2.24	o 230
2.85/2.42	c cleaning 8051 clauses out of 16111 with flag 5003/56205
2.85/2.46	c Got one! Elapsed wall clock time (in seconds):2.361
2.85/2.46	o 225
3.06/2.64	c cleaning 7013 clauses out of 14030 with flag 5000/62175
3.26/2.82	c Got one! Elapsed wall clock time (in seconds):2.713
3.26/2.82	o 202
3.26/2.86	c cleaning 6372 clauses out of 12749 with flag 1000/67907
3.46/3.08	c cleaning 6181 clauses out of 12377 with flag 7000/73907
3.77/3.35	c cleaning 6596 clauses out of 13196 with flag 14000/80907
3.97/3.52	c Got one! Elapsed wall clock time (in seconds):3.413
3.97/3.52	o 198
3.97/3.56	c cleaning 5908 clauses out of 11834 with flag 1002/86141
4.17/3.76	c cleaning 5959 clauses out of 11926 with flag 7002/92141
4.37/3.96	c Got one! Elapsed wall clock time (in seconds):3.853
4.37/3.96	o 194
4.47/4.08	c Got one! Elapsed wall clock time (in seconds):3.975
4.47/4.08	o 178
4.57/4.17	c cleaning 8406 clauses out of 16819 with flag 2002/102993
4.88/4.42	c cleaning 7202 clauses out of 14411 with flag 8000/108991
5.17/4.71	c cleaning 7099 clauses out of 14210 with flag 15001/115992
5.47/5.06	c cleaning 7551 clauses out of 15112 with flag 23002/123993
5.88/5.48	c cleaning 8267 clauses out of 16559 with flag 32000/132991
6.08/5.67	c Got one! Elapsed wall clock time (in seconds):5.563
6.08/5.67	o 169
6.18/5.71	c cleaning 6890 clauses out of 13786 with flag 1000/138485
6.38/5.98	c cleaning 6444 clauses out of 12896 with flag 7000/144485
6.68/6.20	c Got one! Elapsed wall clock time (in seconds):6.1
6.68/6.20	o 150
6.88/6.40	c cleaning 8323 clauses out of 16652 with flag 5000/154685
7.09/6.68	c cleaning 7157 clauses out of 14329 with flag 11000/160685
7.29/6.82	c Got one! Elapsed wall clock time (in seconds):6.714
7.29/6.82	o 116
7.29/6.89	c cleaning 6215 clauses out of 12443 with flag 2000/165956
7.59/7.11	c cleaning 6111 clauses out of 12230 with flag 8002/171958
7.89/7.43	c cleaning 6550 clauses out of 13117 with flag 15000/178956
8.29/7.81	c cleaning 7281 clauses out of 14568 with flag 23001/186957
8.69/8.29	c cleaning 8135 clauses out of 16286 with flag 32000/195956
9.19/8.77	c cleaning 9074 clauses out of 18151 with flag 42000/205956
9.69/9.24	c cleaning 9534 clauses out of 19077 with flag 52000/215956
10.19/9.73	c cleaning 9765 clauses out of 19544 with flag 62001/225957
10.40/9.98	c Got one! Elapsed wall clock time (in seconds):9.881
10.40/9.99	o 113
10.59/10.19	c cleaning 10225 clauses out of 20455 with flag 5000/236633
10.89/10.44	c cleaning 8112 clauses out of 16231 with flag 11001/242634
11.19/10.75	c cleaning 7551 clauses out of 15119 with flag 18001/249634
11.59/11.13	c cleaning 7777 clauses out of 15567 with flag 26000/257633
12.00/11.57	c cleaning 8392 clauses out of 16791 with flag 35001/266634
12.50/12.03	c cleaning 9195 clauses out of 18398 with flag 45000/276633
12.90/12.50	c cleaning 9598 clauses out of 19203 with flag 55000/286633
13.40/12.99	c cleaning 9799 clauses out of 19606 with flag 65001/296634
13.92/13.47	c cleaning 9894 clauses out of 19807 with flag 75001/306634
14.32/13.85	c Got one! Elapsed wall clock time (in seconds):13.747
14.32/13.85	o 86
14.62/14.10	c cleaning 11905 clauses out of 23816 with flag 5000/320537
14.84/14.36	c cleaning 8951 clauses out of 17911 with flag 11000/326537
15.13/14.69	c cleaning 7976 clauses out of 15961 with flag 18001/333538
15.53/15.05	c cleaning 7985 clauses out of 15985 with flag 26001/341538
15.94/15.49	c cleaning 8498 clauses out of 17001 with flag 35002/350539
16.43/15.92	c cleaning 9247 clauses out of 18501 with flag 45000/360537
16.83/16.36	c cleaning 9621 clauses out of 19254 with flag 55000/370537
17.33/16.81	c cleaning 9813 clauses out of 19634 with flag 65001/380538
17.74/17.25	c cleaning 9901 clauses out of 19820 with flag 75000/390537
18.24/17.73	c cleaning 9958 clauses out of 19920 with flag 85001/400538
18.64/18.19	c cleaning 9972 clauses out of 19961 with flag 95000/410537
19.14/18.66	c cleaning 9993 clauses out of 19991 with flag 105002/420539
19.54/19.04	c Got one! Elapsed wall clock time (in seconds):18.937
19.54/19.04	o 39
19.74/19.25	c cleaning 11607 clauses out of 23220 with flag 5001/433761
19.94/19.49	c cleaning 8803 clauses out of 17613 with flag 11001/439761
20.24/19.76	c cleaning 7901 clauses out of 15809 with flag 18000/446760
20.54/20.08	c cleaning 7952 clauses out of 15909 with flag 26001/454761
20.94/20.42	c cleaning 8473 clauses out of 16956 with flag 35000/463760
21.35/20.81	c cleaning 9238 clauses out of 18483 with flag 45000/473760
21.75/21.25	c cleaning 9615 clauses out of 19246 with flag 55001/483761
22.15/21.64	c cleaning 9805 clauses out of 19630 with flag 65000/493760
22.55/22.02	c cleaning 9911 clauses out of 19825 with flag 75000/503760
22.95/22.41	c cleaning 9955 clauses out of 19916 with flag 85002/513762
23.25/22.79	c cleaning 9974 clauses out of 19960 with flag 95001/523761
23.66/23.18	c cleaning 9988 clauses out of 19986 with flag 105001/533761
24.05/23.57	c cleaning 9995 clauses out of 19997 with flag 115000/543760
24.45/23.96	c cleaning 9993 clauses out of 20002 with flag 125000/553760
24.85/24.35	c cleaning 10000 clauses out of 20009 with flag 135000/563760
25.26/24.76	c cleaning 10002 clauses out of 20011 with flag 145002/573762
25.66/25.16	c cleaning 10001 clauses out of 20008 with flag 155001/583761
26.06/25.57	c cleaning 10000 clauses out of 20007 with flag 165001/593761
26.46/25.97	c cleaning 9999 clauses out of 20006 with flag 175000/603760
26.87/26.37	c cleaning 9996 clauses out of 20009 with flag 185002/613762
27.27/26.76	c cleaning 10000 clauses out of 20012 with flag 195001/623761
27.57/27.04	c Got one! Elapsed wall clock time (in seconds):26.937
27.57/27.04	o 24
27.77/27.29	c cleaning 11185 clauses out of 22378 with flag 5000/636127
28.07/27.53	c cleaning 8592 clauses out of 17194 with flag 11001/642128
28.37/27.80	c cleaning 7797 clauses out of 15602 with flag 18001/649128
28.57/28.09	c cleaning 7897 clauses out of 15804 with flag 26000/657127
28.97/28.42	c cleaning 8450 clauses out of 16907 with flag 35000/666127
29.37/28.81	c cleaning 9222 clauses out of 18458 with flag 45001/676128
29.77/29.22	c cleaning 9612 clauses out of 19235 with flag 55000/686127
30.18/29.62	c cleaning 9805 clauses out of 19623 with flag 65000/696127
30.57/30.02	c cleaning 9905 clauses out of 19818 with flag 75000/706127
30.97/30.45	c cleaning 9956 clauses out of 19916 with flag 85003/716130
31.38/30.85	c cleaning 9978 clauses out of 19960 with flag 95003/726130
31.77/31.26	c cleaning 9981 clauses out of 19979 with flag 105000/736127
32.17/31.66	c cleaning 9993 clauses out of 19999 with flag 115001/746128
32.58/32.05	c cleaning 9998 clauses out of 20006 with flag 125001/756128
32.98/32.47	c cleaning 10001 clauses out of 20007 with flag 135000/766127
33.38/32.89	c cleaning 9998 clauses out of 20006 with flag 145000/776127
33.78/33.29	c cleaning 10003 clauses out of 20011 with flag 155003/786130
34.28/33.70	c cleaning 9995 clauses out of 20007 with flag 165002/796129
34.58/34.09	c cleaning 10001 clauses out of 20012 with flag 175002/806129
34.98/34.48	c cleaning 10000 clauses out of 20012 with flag 185003/816130
35.38/34.88	c cleaning 10001 clauses out of 20010 with flag 195001/826128
35.79/35.26	c cleaning 10001 clauses out of 20009 with flag 205001/836128
36.19/35.66	c cleaning 10002 clauses out of 20009 with flag 215002/846129
36.59/36.05	c cleaning 10002 clauses out of 20005 with flag 225000/856127
36.99/36.46	c cleaning 9996 clauses out of 20007 with flag 235004/866131
37.39/36.87	c cleaning 10000 clauses out of 20010 with flag 245003/876130
37.79/37.29	c cleaning 10000 clauses out of 20009 with flag 255002/886129
38.30/37.74	c cleaning 10000 clauses out of 20007 with flag 265000/896127
38.98/38.13	c cleaning 10000 clauses out of 20009 with flag 275002/906129
39.66/38.51	c cleaning 10002 clauses out of 20008 with flag 285001/916128
40.05/38.91	c cleaning 10002 clauses out of 20008 with flag 295003/926130
40.39/39.24	c starts		: 205
40.39/39.24	c conflicts		: 934900
40.39/39.24	c decisions		: 1493779
40.39/39.24	c propagations		: 24019142
40.39/39.24	c inspects		: 207997565
40.39/39.24	c shortcuts		: 0
40.39/39.24	c learnt literals	: 6
40.39/39.24	c learnt binary clauses	: 25
40.39/39.24	c learnt ternary clauses	: 653
40.39/39.24	c learnt constraints	: 934893
40.39/39.24	c ignored constraints	: 0
40.39/39.24	c root simplifications	: 0
40.39/39.24	c removed literals (reason simplification)	: 6919090
40.39/39.24	c reason swapping (by a shorter reason)	: 0
40.39/39.24	c Calls to reduceDB	: 104
40.39/39.24	c number of reductions to clauses (during analyze)	: 0
40.39/39.24	c number of learned constraints concerned by reduction	: 0
40.39/39.24	c number of learning phase by resolution	: 0
40.39/39.24	c number of learning phase by cutting planes	: 0
40.39/39.24	c speed (assignments/second)	: 1968459.4328798559
40.39/39.24	c non guided choices	1496
40.39/39.24	c learnt constraints type 
40.39/39.24	c constraints type 
40.39/39.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
40.39/39.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
40.39/39.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
40.39/39.24	s OPTIMUM FOUND
40.39/39.24	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 
40.39/39.24	c objective function=24
40.39/39.24	c Total wall clock time (in seconds): 39.14

Verifier Data

OK	24

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

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.07 1.98 3/195 15825
/proc/meminfo: memFree=3200520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 1142 0 0 0 0 0 0 0 25 0 2 0 981224111 24580096 877 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 6001 877 664 9 0 381 0
[pid=15825/tid=15826] ppid=15823 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 37 0 0 0 0 0 0 0 25 0 2 0 981224112 26767360 888 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256410429084 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0479419 s]
/proc/loadavg: 2.14 2.07 1.98 3/195 15825
/proc/meminfo: memFree=3200520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 11379 0 1 0 2 1 0 0 25 0 13 0 981224111 10718699520 11074 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2616870 11075 1681 9 0 2607618 0
[pid=15825/tid=15826] ppid=15823 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 10231 0 1 0 2 1 0 0 25 0 13 0 981224112 10718699520 11075 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 47860423120915 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100897 s]
/proc/loadavg: 2.14 2.07 1.98 3/195 15825
/proc/meminfo: memFree=3200520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10540000 CPUtime=0.11 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 13124 0 1 0 9 2 0 0 25 0 18 0 981224111 10792960000 12809 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2635000 12810 2093 9 0 2625734 0
[pid=15825/tid=15826] ppid=15823 vsize=10540000 CPUtime=0.08 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 11213 0 1 0 7 1 0 0 18 0 18 0 981224112 10792960000 12810 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 47860420718597 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540000

[startup+0.300915 s]
/proc/loadavg: 2.14 2.07 1.98 3/195 15825
/proc/meminfo: memFree=3200520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10546324 CPUtime=0.57 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 16263 0 1 0 55 2 0 0 25 0 19 0 981224111 10799435776 15090 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2636581 15090 2215 9 0 2627315 0
[pid=15825/tid=15826] ppid=15823 vsize=10546324 CPUtime=0.28 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 11796 0 1 0 27 1 0 0 19 0 19 0 981224112 10799435776 15090 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505527564 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10546324

[startup+0.70081 s]
/proc/loadavg: 2.14 2.07 1.98 3/195 15825
/proc/meminfo: memFree=3200520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10546324 CPUtime=1.04 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 17014 0 1 0 102 2 0 0 25 0 19 0 981224111 10799435776 15841 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2636581 15841 2219 9 0 2627315 0
[pid=15825/tid=15826] ppid=15823 vsize=10546324 CPUtime=0.68 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12525 0 1 0 66 2 0 0 19 0 19 0 981224112 10799435776 15841 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505572375 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10546324

[startup+1.50066 s]
/proc/loadavg: 2.14 2.07 1.98 5/214 15844
/proc/meminfo: memFree=3142480/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10546324 CPUtime=1.93 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 18210 0 1 0 190 3 0 0 25 0 19 0 981224111 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2636581 17030 2248 9 0 2627315 0
[pid=15825/tid=15826] ppid=15823 vsize=10546324 CPUtime=1.42 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12621 0 1 0 140 2 0 0 20 0 19 0 981224112 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505549252 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10546324 CPUtime=0.04 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 506 0 0 0 4 0 0 0 16 0 19 0 981224114 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10546324 CPUtime=0.19 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) S 15823 15825 11872 0 -1 4202560 1703 0 0 0 19 0 0 0 15 0 19 0 981224117 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10546324 CPUtime=0.22 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 1646 0 0 0 22 0 0 0 15 0 19 0 981224117 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15842] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15842/stat : 15842 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15843] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15843/stat : 15843 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224117 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15844] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15844/stat : 15844 (java) S 15823 15825 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224128 10799435776 17030 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10546324

[startup+3.10136 s]
/proc/loadavg: 2.14 2.07 1.98 3/214 15844
/proc/meminfo: memFree=3140624/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10546324 CPUtime=3.57 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 18419 0 1 0 354 3 0 0 25 0 19 0 981224111 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2636581 17231 2249 9 0 2627315 0
[pid=15825/tid=15826] ppid=15823 vsize=10546324 CPUtime=2.94 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12628 0 1 0 292 2 0 0 25 0 19 0 981224112 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505549821 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 198 0 0 0 0 0 0 0 16 0 19 0 981224113 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10546324 CPUtime=0.12 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 542 0 0 0 12 0 0 0 16 0 19 0 981224114 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10546324 CPUtime=0.21 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) S 15823 15825 11872 0 -1 4202560 1704 0 0 0 21 0 0 0 15 0 19 0 981224117 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10546324 CPUtime=0.24 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 1649 0 0 0 24 0 0 0 15 0 19 0 981224117 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15842] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15842/stat : 15842 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15843] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15843/stat : 15843 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224117 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15844] ppid=15823 vsize=10546324 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15844/stat : 15844 (java) S 15823 15825 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224128 10799435776 17231 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10546324

[startup+6.30076 s]
/proc/loadavg: 2.13 2.07 1.98 3/214 15844
/proc/meminfo: memFree=3122516/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10544964 CPUtime=6.78 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 18494 0 1 0 675 3 0 0 25 0 19 0 981224111 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2636241 16964 2249 9 0 2626975 0
[pid=15825/tid=15826] ppid=15823 vsize=10544964 CPUtime=6 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12639 0 1 0 598 2 0 0 20 0 19 0 981224112 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505564003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10544964 CPUtime=0.01 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 19 0 981224113 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10544964 CPUtime=0.24 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 603 0 0 0 24 0 0 0 15 0 19 0 981224114 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10544964 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10544964 CPUtime=0.21 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) S 15823 15825 11872 0 -1 4202560 1704 0 0 0 21 0 0 0 15 0 19 0 981224117 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10544964 CPUtime=0.24 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 1649 0 0 0 24 0 0 0 15 0 19 0 981224117 10798043136 16964 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0

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

/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 178 0 0 0 3 0 0 0 16 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10563804 CPUtime=1.4 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 978 0 0 0 137 3 0 0 15 0 19 0 981224114 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10563804 CPUtime=0.67 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) R 15823 15825 11872 0 -1 4202560 8803 0 0 0 67 0 0 0 15 0 19 0 981224117 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 47860424436271 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10563804 CPUtime=0.27 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 2045 0 0 0 27 0 0 0 15 0 19 0 981224117 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15842] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15842/stat : 15842 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15843] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15843/stat : 15843 (java) S 15823 15825 11872 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981224117 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15844] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15844/stat : 15844 (java) S 15823 15825 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224128 10817335296 22346 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.37
Current children cumulated vsize (KiB) 10563804

[startup+38.7016 s]
/proc/loadavg: 2.08 2.06 1.98 3/214 15845
/proc/meminfo: memFree=3101520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10563804 CPUtime=39.85 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 26526 0 1 0 3977 8 0 0 25 0 19 0 981224111 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2640951 22381 2251 9 0 2631685 0
[pid=15825/tid=15826] ppid=15823 vsize=10563804 CPUtime=37.13 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12722 0 1 0 3711 2 0 0 25 0 19 0 981224112 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505564367 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10563804 CPUtime=1.41 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 978 0 0 0 138 3 0 0 15 0 19 0 981224114 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10563804 CPUtime=0.76 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) S 15823 15825 11872 0 -1 4202560 8838 0 0 0 76 0 0 0 16 0 19 0 981224117 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10563804 CPUtime=0.27 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 2045 0 0 0 27 0 0 0 15 0 19 0 981224117 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15842] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15842/stat : 15842 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15843] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15843/stat : 15843 (java) S 15823 15825 11872 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981224117 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15844] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15844/stat : 15844 (java) S 15823 15825 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224128 10817335296 22381 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.85
Current children cumulated vsize (KiB) 10563804

[startup+39.1015 s]
/proc/loadavg: 2.08 2.06 1.98 3/214 15845
/proc/meminfo: memFree=3101520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10563804 CPUtime=40.29 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 26606 0 1 0 4021 8 0 0 25 0 19 0 981224111 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2640951 22403 2251 9 0 2631685 0
[pid=15825/tid=15826] ppid=15823 vsize=10563804 CPUtime=37.51 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12725 0 1 0 3749 2 0 0 25 0 19 0 981224112 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505564500 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 136 0 0 0 3 0 0 0 16 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10563804 CPUtime=1.43 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 978 0 0 0 140 3 0 0 15 0 19 0 981224114 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10563804 CPUtime=0.77 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) S 15823 15825 11872 0 -1 4202560 8838 0 0 0 77 0 0 0 15 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10563804 CPUtime=0.29 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 2122 0 0 0 29 0 0 0 16 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15842] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15842/stat : 15842 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15843] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15843/stat : 15843 (java) S 15823 15825 11872 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15844] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15844/stat : 15844 (java) S 15823 15825 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224128 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.29
Current children cumulated vsize (KiB) 10563804

[startup+39.2015 s]
/proc/loadavg: 2.08 2.06 1.98 3/214 15845
/proc/meminfo: memFree=3101520/32950928 swapFree=67056212/67111528
[pid=15825] ppid=15823 vsize=10563804 CPUtime=40.39 cores=0,2,4,6
/proc/15825/stat : 15825 (java) S 15823 15825 11872 0 -1 4202496 26606 0 1 0 4031 8 0 0 25 0 19 0 981224111 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15825/statm: 2640951 22403 2251 9 0 2631685 0
[pid=15825/tid=15826] ppid=15823 vsize=10563804 CPUtime=37.61 cores=0,2,4,6
/proc/15825/task/15826/stat : 15826 (java) R 15823 15825 11872 0 -1 4202560 12725 0 1 0 3759 2 0 0 25 0 19 0 981224112 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 46912505571912 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 11872 0 -1 4202560 136 0 0 0 3 0 0 0 16 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 11872 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 11872 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 11872 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 11872 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=10563804 CPUtime=0.02 cores=0,2,4,6
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 11872 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=10563804 CPUtime=0.03 cores=0,2,4,6
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 11872 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 981224113 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=10563804 CPUtime=1.43 cores=0,2,4,6
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 11872 0 -1 4202560 978 0 0 0 140 3 0 0 15 0 19 0 981224114 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 0 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 11872 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 11872 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981224115 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15839/stat : 15839 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427215281 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15840] ppid=15823 vsize=10563804 CPUtime=0.77 cores=0,2,4,6
/proc/15825/task/15840/stat : 15840 (java) S 15823 15825 11872 0 -1 4202560 8838 0 0 0 77 0 0 0 15 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 2 0 0 0
[pid=15825/tid=15841] ppid=15823 vsize=10563804 CPUtime=0.29 cores=0,2,4,6
/proc/15825/task/15841/stat : 15841 (java) S 15823 15825 11872 0 -1 4202560 2122 0 0 0 29 0 0 0 16 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
[pid=15825/tid=15842] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15842/stat : 15842 (java) S 15823 15825 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427207577 0 4 0 16800975 18446604451978528768 0 0 -1 4 0 0 0
[pid=15825/tid=15843] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15843/stat : 15843 (java) S 15823 15825 11872 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981224117 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 6 0 0 0
[pid=15825/tid=15844] ppid=15823 vsize=10563804 CPUtime=0 cores=0,2,4,6
/proc/15825/task/15844/stat : 15844 (java) S 15823 15825 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224128 10817335296 22403 33554432000 1073741824 1073778376 140734627047456 18446744073709551615 256427208192 0 4 0 16800975 18446604451978528768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.39
Current children cumulated vsize (KiB) 10563804

Child status: 30
Real time (s): 39.2536
CPU time (s): 40.4638
CPU user time (s): 40.3769
CPU system time (s): 0.086986
CPU usage (%): 103.083
Max. virtual memory (cumulated for all children) (KiB): 10563804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.3769
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26631
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= 3932
involuntary context switches= 1676

runsolver used 0.083987 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:18:54
IDJOB=3492536
IDBENCH=78864
IDSOLVER=1982
FILE ID=node115/3492536-1307909934
RUNJOBID= node115-1307908016-15259
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.1110975607--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-3492536-1307909934/watcher-3492536-1307909934 -o /var/tmp/evaluation-result-3492536-1307909934/solver-3492536-1307909934 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492536-1307909934.wbo

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

MD5SUM BENCH= 9a2a28c5bb6a02365b79a03ef797cc3c
RANDOM SEED=74520557

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:       3200552 kB
Buffers:         61776 kB
Cached:       28695388 kB
SwapCached:       9240 kB
Active:       13803700 kB
Inactive:     15036948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3200552 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:             904 kB
Writeback:           0 kB
AnonPages:       80772 kB
Mapped:          21468 kB
Slab:           845376 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10542964 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:19:34