Trace number 3492546

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 35.6876 34.4993

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
MD5SUMf6f5996763a3538cd959432d54a4a5d7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1.56276
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/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@13d4c61c
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-3492546-1307909947.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     211
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 => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.28/0.27	o 429
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.56/0.33	o 366
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.315
0.70/0.42	o 291
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.70/0.46	o 243
0.80/0.55	c cleaning 3965 clauses out of 7934 with flag 2002/7934
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.469
0.80/0.57	o 239
1.05/0.72	c cleaning 4576 clauses out of 9159 with flag 5000/13124
1.05/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.05/0.78	o 228
1.15/0.89	c cleaning 5223 clauses out of 10455 with flag 4003/18996
1.26/0.94	c Got one! Elapsed wall clock time (in seconds):0.838
1.26/0.94	o 197
1.36/1.06	c cleaning 5287 clauses out of 10583 with flag 4000/24347
1.49/1.12	c Got one! Elapsed wall clock time (in seconds):1.015
1.49/1.12	o 136
1.59/1.24	c Got one! Elapsed wall clock time (in seconds):1.132
1.59/1.24	o 129
1.59/1.28	c cleaning 5964 clauses out of 11939 with flag 1001/30990
1.68/1.38	c Got one! Elapsed wall clock time (in seconds):1.272
1.68/1.38	o 94
1.78/1.45	c cleaning 5605 clauses out of 11215 with flag 2001/36230
1.88/1.56	c Got one! Elapsed wall clock time (in seconds):1.46
1.88/1.56	o 86
1.98/1.63	c cleaning 5710 clauses out of 11430 with flag 2000/42050
2.18/1.82	c cleaning 5855 clauses out of 11721 with flag 8001/48051
2.38/2.05	c cleaning 6427 clauses out of 12866 with flag 15001/55051
2.69/2.30	c cleaning 7214 clauses out of 14440 with flag 23002/63052
2.99/2.61	c cleaning 8105 clauses out of 16224 with flag 32000/72050
3.29/2.94	c cleaning 9056 clauses out of 18119 with flag 42000/82050
3.60/3.27	c cleaning 9528 clauses out of 19064 with flag 52001/92051
3.81/3.47	c Got one! Elapsed wall clock time (in seconds):3.364
3.81/3.47	o 60
4.00/3.66	c cleaning 10328 clauses out of 20670 with flag 5000/103185
4.20/3.89	c cleaning 8170 clauses out of 16346 with flag 11004/109189
4.50/4.14	c cleaning 7579 clauses out of 15172 with flag 18000/116185
4.81/4.42	c cleaning 7788 clauses out of 15593 with flag 26000/124185
5.10/4.75	c cleaning 8395 clauses out of 16805 with flag 35000/133185
5.50/5.10	c cleaning 9199 clauses out of 18411 with flag 45001/143186
5.80/5.46	c cleaning 9601 clauses out of 19211 with flag 55000/153185
6.11/5.79	c cleaning 9802 clauses out of 19612 with flag 65002/163187
6.51/6.12	c cleaning 9896 clauses out of 19808 with flag 75000/173185
6.81/6.46	c cleaning 9952 clauses out of 19912 with flag 85000/183185
7.21/6.84	c cleaning 9977 clauses out of 19962 with flag 95002/193187
7.61/7.21	c cleaning 9987 clauses out of 19985 with flag 105002/203187
7.92/7.56	c cleaning 9994 clauses out of 19998 with flag 115002/213187
8.02/7.60	c Got one! Elapsed wall clock time (in seconds):7.498
8.02/7.60	o 58
8.12/7.76	c cleaning 7964 clauses out of 15934 with flag 5001/219117
8.32/7.96	c cleaning 6979 clauses out of 13970 with flag 11001/225117
8.63/8.20	c cleaning 6992 clauses out of 13991 with flag 18001/232117
8.83/8.49	c cleaning 7491 clauses out of 14998 with flag 26000/240116
9.13/8.78	c cleaning 8249 clauses out of 16507 with flag 35000/249116
9.53/9.10	c cleaning 9124 clauses out of 18260 with flag 45002/259118
9.83/9.42	c cleaning 9564 clauses out of 19136 with flag 55002/269118
10.13/9.76	c cleaning 9782 clauses out of 19570 with flag 65000/279116
10.53/10.13	c cleaning 9891 clauses out of 19789 with flag 75001/289117
10.93/10.51	c cleaning 9945 clauses out of 19897 with flag 85000/299116
11.23/10.89	c cleaning 9972 clauses out of 19952 with flag 95000/309116
11.64/11.27	c cleaning 9990 clauses out of 19983 with flag 105003/319119
12.04/11.63	c cleaning 9990 clauses out of 19991 with flag 115001/329117
12.44/12.00	c cleaning 9993 clauses out of 20001 with flag 125001/339117
12.74/12.36	c cleaning 9997 clauses out of 20007 with flag 135000/349116
13.14/12.73	c cleaning 9999 clauses out of 20012 with flag 145002/359118
13.24/12.86	c Got one! Elapsed wall clock time (in seconds):12.759
13.24/12.86	o 36
13.34/12.94	c cleaning 7952 clauses out of 15909 with flag 2000/365014
13.54/13.12	c cleaning 6972 clauses out of 13957 with flag 8000/371014
13.74/13.35	c cleaning 6989 clauses out of 13985 with flag 15000/378014
14.04/13.61	c cleaning 7494 clauses out of 14996 with flag 23000/386014
14.34/13.90	c cleaning 8247 clauses out of 16502 with flag 32000/395014
14.65/14.24	c cleaning 9123 clauses out of 18256 with flag 42001/405015
15.05/14.61	c cleaning 9563 clauses out of 19134 with flag 52002/415016
15.35/14.93	c cleaning 9779 clauses out of 19569 with flag 62000/425014
15.65/15.26	c cleaning 9890 clauses out of 19791 with flag 72001/435015
16.05/15.60	c cleaning 9946 clauses out of 19901 with flag 82001/445015
16.35/15.98	c cleaning 9975 clauses out of 19955 with flag 92001/455015
16.75/16.33	c cleaning 9988 clauses out of 19980 with flag 102001/465015
17.06/16.65	c cleaning 9993 clauses out of 19992 with flag 112001/475015
17.37/16.98	c cleaning 9994 clauses out of 19998 with flag 122000/485014
17.47/17.05	c Got one! Elapsed wall clock time (in seconds):16.943
17.47/17.05	o 35
17.57/17.18	c cleaning 7879 clauses out of 15763 with flag 4001/490773
17.77/17.37	c cleaning 6936 clauses out of 13883 with flag 10000/496772
17.97/17.59	c cleaning 6970 clauses out of 13947 with flag 17000/503772
18.28/17.86	c cleaning 7484 clauses out of 14977 with flag 25000/511772
18.58/18.15	c cleaning 8242 clauses out of 16493 with flag 34000/520772
18.98/18.51	c cleaning 9121 clauses out of 18251 with flag 44000/530772
19.29/18.86	c cleaning 9559 clauses out of 19130 with flag 54000/540772
19.58/19.19	c cleaning 9776 clauses out of 19574 with flag 64003/550775
19.98/19.52	c cleaning 9889 clauses out of 19795 with flag 74000/560772
19.98/19.58	c Got one! Elapsed wall clock time (in seconds):19.472
19.98/19.58	o 28
20.19/19.70	c cleaning 7787 clauses out of 15583 with flag 4001/566449
20.29/19.89	c cleaning 6888 clauses out of 13797 with flag 10002/572450
20.58/20.12	c cleaning 6951 clauses out of 13908 with flag 17001/579449
20.79/20.38	c cleaning 7472 clauses out of 14956 with flag 25000/587448
21.09/20.68	c cleaning 8238 clauses out of 16486 with flag 34002/596450
21.49/21.00	c cleaning 9119 clauses out of 18246 with flag 44000/606448
21.79/21.38	c cleaning 9559 clauses out of 19128 with flag 54001/616449
22.19/21.74	c cleaning 9781 clauses out of 19570 with flag 64002/626450
22.60/22.12	c cleaning 9885 clauses out of 19787 with flag 74000/636448
22.99/22.53	c cleaning 9948 clauses out of 19904 with flag 84002/646450
23.29/22.86	c cleaning 9972 clauses out of 19954 with flag 94000/656448
23.60/23.17	c cleaning 9987 clauses out of 19983 with flag 104001/666449
23.99/23.51	c cleaning 9994 clauses out of 19995 with flag 114000/676448
24.29/23.85	c cleaning 9999 clauses out of 20004 with flag 124003/686451
24.60/24.18	c cleaning 9992 clauses out of 20004 with flag 134002/696450
25.00/24.52	c cleaning 10003 clauses out of 20011 with flag 144001/706449
25.31/24.83	c cleaning 10001 clauses out of 20007 with flag 154000/716448
25.61/25.15	c cleaning 9997 clauses out of 20007 with flag 164001/726449
25.91/25.48	c cleaning 10000 clauses out of 20009 with flag 174000/736448
26.21/25.79	c cleaning 9998 clauses out of 20011 with flag 184002/746450
26.61/26.10	c cleaning 10000 clauses out of 20012 with flag 194001/756449
26.91/26.44	c cleaning 10003 clauses out of 20011 with flag 204000/766448
27.21/26.76	c cleaning 9994 clauses out of 20008 with flag 214000/776448
27.51/27.10	c cleaning 10004 clauses out of 20016 with flag 224002/786450
27.91/27.41	c cleaning 10000 clauses out of 20011 with flag 234001/796449
28.21/27.74	c cleaning 10002 clauses out of 20010 with flag 244000/806448
28.51/28.05	c cleaning 10001 clauses out of 20008 with flag 254000/816448
28.81/28.38	c cleaning 9998 clauses out of 20007 with flag 264000/826448
29.21/28.71	c cleaning 9997 clauses out of 20009 with flag 274000/836448
29.51/29.05	c cleaning 10003 clauses out of 20012 with flag 284000/846448
29.81/29.37	c cleaning 9999 clauses out of 20010 with flag 294001/856449
30.11/29.70	c cleaning 10003 clauses out of 20011 with flag 304001/866449
30.52/30.02	c cleaning 10001 clauses out of 20008 with flag 314001/876449
30.62/30.14	c Got one! Elapsed wall clock time (in seconds):30.035
30.62/30.14	o 14
30.72/30.21	c cleaning 7981 clauses out of 15976 with flag 2000/882418
30.92/30.40	c cleaning 6991 clauses out of 13995 with flag 8000/888418
31.12/30.61	c cleaning 7000 clauses out of 14007 with flag 15003/895421
31.33/30.86	c cleaning 7494 clauses out of 15004 with flag 23000/903418
31.62/31.15	c cleaning 8246 clauses out of 16510 with flag 32000/912418
31.92/31.47	c cleaning 9127 clauses out of 18264 with flag 42000/922418
32.33/31.81	c cleaning 9565 clauses out of 19139 with flag 52002/932420
32.63/32.14	c cleaning 9783 clauses out of 19572 with flag 62000/942418
32.93/32.47	c cleaning 9891 clauses out of 19790 with flag 72001/952419
33.33/32.86	c cleaning 9943 clauses out of 19898 with flag 82000/962418
34.05/33.24	c cleaning 9975 clauses out of 19955 with flag 92000/972418
34.75/33.62	c cleaning 9987 clauses out of 19979 with flag 102001/982419
35.06/33.99	c cleaning 9985 clauses out of 19991 with flag 112000/992418
35.47/34.36	c cleaning 9999 clauses out of 20007 with flag 122001/1002419
35.57/34.49	c starts		: 200
35.57/34.49	c conflicts		: 1006026
35.57/34.49	c decisions		: 1542271
35.57/34.49	c propagations		: 22775120
35.57/34.49	c inspects		: 209822106
35.57/34.49	c shortcuts		: 0
35.57/34.49	c learnt literals	: 7
35.57/34.49	c learnt binary clauses	: 24
35.57/34.49	c learnt ternary clauses	: 463
35.57/34.49	c learnt constraints	: 1006018
35.57/34.49	c ignored constraints	: 0
35.57/34.49	c root simplifications	: 0
35.57/34.49	c removed literals (reason simplification)	: 8448921
35.57/34.49	c reason swapping (by a shorter reason)	: 0
35.57/34.49	c Calls to reduceDB	: 112
35.57/34.49	c number of reductions to clauses (during analyze)	: 0
35.57/34.49	c number of learned constraints concerned by reduction	: 0
35.57/34.49	c number of learning phase by resolution	: 0
35.57/34.49	c number of learning phase by cutting planes	: 0
35.57/34.49	c speed (assignments/second)	: 5236863.64681536
35.57/34.49	c non guided choices	723
35.57/34.49	c learnt constraints type 
35.57/34.49	c constraints type 
35.57/34.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
35.57/34.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
35.57/34.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
35.57/34.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
35.57/34.49	s OPTIMUM FOUND
35.57/34.49	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 
35.57/34.49	c objective function=14
35.57/34.49	c Total wall clock time (in seconds): 34.385

Verifier Data

OK	14

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-3492546-1307909947/watcher-3492546-1307909947 -o /var/tmp/evaluation-result-3492546-1307909947/solver-3492546-1307909947 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492546-1307909947.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.09 2.00 2/195 26977
/proc/meminfo: memFree=10913244/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 981225257 31260672 957 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 7632 957 730 9 0 383 0
[pid=26977/tid=26978] ppid=26975 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 981225257 31260672 957 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260020395776 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.10693 s]
/proc/loadavg: 2.14 2.09 2.00 2/195 26977
/proc/meminfo: memFree=10913244/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10540264 CPUtime=0.11 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 13222 0 1 0 10 1 0 0 25 0 18 0 981225257 10793230336 12862 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2635066 12862 2107 9 0 2625800 0
[pid=26977/tid=26978] ppid=26975 vsize=10540264 CPUtime=0.09 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 11261 0 1 0 8 1 0 0 18 0 18 0 981225257 10793230336 12863 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540264

[startup+0.200934 s]
/proc/loadavg: 2.14 2.09 2.00 2/195 26977
/proc/meminfo: memFree=10913244/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10544044 CPUtime=0.28 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 15463 0 1 0 26 2 0 0 25 0 19 0 981225257 10797101056 14605 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2636011 14605 2201 9 0 2626745 0
[pid=26977/tid=26978] ppid=26975 vsize=10544044 CPUtime=0.18 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 11708 0 1 0 17 1 0 0 19 0 19 0 981225257 10797101056 14605 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505185408 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10544044

[startup+0.300941 s]
/proc/loadavg: 2.14 2.09 2.00 2/195 26977
/proc/meminfo: memFree=10913244/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10544244 CPUtime=0.56 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 16005 0 1 0 54 2 0 0 25 0 19 0 981225257 10797305856 14877 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2636061 14877 2214 9 0 2626795 0
[pid=26977/tid=26978] ppid=26975 vsize=10544244 CPUtime=0.28 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 11791 0 1 0 27 1 0 0 19 0 19 0 981225257 10797305856 14877 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505516065 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544244

[startup+0.700839 s]
/proc/loadavg: 2.14 2.09 2.00 2/195 26977
/proc/meminfo: memFree=10913244/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10544556 CPUtime=1.05 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 17309 0 1 0 103 2 0 0 25 0 19 0 981225257 10797625344 15873 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2636139 15873 2246 9 0 2626873 0
[pid=26977/tid=26978] ppid=26975 vsize=10544556 CPUtime=0.67 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 12164 0 1 0 66 1 0 0 18 0 19 0 981225257 10797625344 15873 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505555456 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10544556

[startup+1.5007 s]
/proc/loadavg: 2.14 2.09 2.00 3/214 26996
/proc/meminfo: memFree=10857612/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10544556 CPUtime=1.88 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 17631 0 1 0 186 2 0 0 25 0 19 0 981225257 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2636139 16190 2247 9 0 2626873 0
[pid=26977/tid=26978] ppid=26975 vsize=10544556 CPUtime=1.4 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 12168 0 1 0 139 1 0 0 18 0 19 0 981225257 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505555733 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26977/tid=26980] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 62 0 0 0 0 0 0 0 16 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10544556 CPUtime=0.06 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) S 26975 26977 24181 0 -1 4202560 397 0 0 0 6 0 0 0 15 0 19 0 981225260 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10544556 CPUtime=0.19 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 1690 0 0 0 19 0 0 0 19 0 19 0 981225262 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10544556 CPUtime=0.18 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1783 0 0 0 18 0 0 0 15 0 19 0 981225263 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26994] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26994/stat : 26994 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225263 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26995] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26995/stat : 26995 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981225263 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26996] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26996/stat : 26996 (java) S 26975 26977 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981225273 10797625344 16190 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10544556

[startup+3.1014 s]
/proc/loadavg: 2.14 2.09 2.00 3/214 26996
/proc/meminfo: memFree=10856868/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10544556 CPUtime=3.5 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 17870 0 1 0 347 3 0 0 25 0 19 0 981225257 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2636139 16423 2247 9 0 2626873 0
[pid=26977/tid=26978] ppid=26975 vsize=10544556 CPUtime=2.92 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 12174 0 1 0 291 1 0 0 19 0 19 0 981225257 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505540606 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26977/tid=26980] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10544556 CPUtime=0.14 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) S 26975 26977 24181 0 -1 4202560 519 0 0 0 14 0 0 0 15 0 19 0 981225260 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10544556 CPUtime=0.2 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 1690 0 0 0 20 0 0 0 18 0 19 0 981225262 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10544556 CPUtime=0.18 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1783 0 0 0 18 0 0 0 15 0 19 0 981225263 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26994] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26994/stat : 26994 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225263 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26995] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26995/stat : 26995 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981225263 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26996] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26996/stat : 26996 (java) S 26975 26977 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981225273 10797625344 16423 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10544556

[startup+6.30081 s]
/proc/loadavg: 2.13 2.09 2.00 3/214 26996
/proc/meminfo: memFree=10855120/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10544556 CPUtime=6.71 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 18018 0 1 0 668 3 0 0 25 0 19 0 981225257 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2636139 16557 2247 9 0 2626873 0
[pid=26977/tid=26978] ppid=26975 vsize=10544556 CPUtime=5.98 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 12185 0 1 0 597 1 0 0 25 0 19 0 981225257 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505640732 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26977/tid=26980] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 981225259 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10544556 CPUtime=0.26 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) S 26975 26977 24181 0 -1 4202560 643 0 0 0 26 0 0 0 16 0 19 0 981225260 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10544556 CPUtime=0.2 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 1690 0 0 0 20 0 0 0 18 0 19 0 981225262 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10544556 CPUtime=0.18 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1783 0 0 0 18 0 0 0 15 0 19 0 981225263 10797625344 16557 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0

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

/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 74 0 0 0 3 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10544556 CPUtime=0.02 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 116 0 0 0 2 0 0 0 16 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10544556 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10544556 CPUtime=0.02 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10544556 CPUtime=0.02 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10544556 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10544556 CPUtime=0.02 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 18 0 0 0 2 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10544556 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 71 0 0 0 3 0 0 0 15 0 19 0 981225259 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10544556 CPUtime=1.36 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) S 26975 26977 24181 0 -1 4202560 874 0 0 0 135 1 0 0 15 0 19 0 981225260 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10544556 CPUtime=0.22 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 2109 0 0 0 22 0 0 0 15 0 19 0 981225262 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10544556 CPUtime=0.18 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1783 0 0 0 18 0 0 0 15 0 19 0 981225263 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26994] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26994/stat : 26994 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225263 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26995] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26995/stat : 26995 (java) S 26975 26977 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981225263 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26996] ppid=26975 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26996/stat : 26996 (java) S 26975 26977 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981225273 10797625344 16840 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.54
Current children cumulated vsize (KiB) 10544556

[startup+33.6008 s]
/proc/loadavg: 2.08 2.08 2.00 4/214 26997
/proc/meminfo: memFree=10835784/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10562756 CPUtime=34.75 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 26588 0 1 0 3468 7 0 0 25 0 19 0 981225257 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2640689 21509 2250 9 0 2631423 0
[pid=26977/tid=26978] ppid=26975 vsize=10562756 CPUtime=32 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 12274 0 1 0 3198 2 0 0 18 0 19 0 981225257 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505604360 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26977/tid=26980] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 74 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 116 0 0 0 3 0 0 0 16 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 13 0 0 0 3 0 0 0 16 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10562756 CPUtime=0.04 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 71 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10562756 CPUtime=1.41 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) S 26975 26977 24181 0 -1 4202560 908 0 0 0 140 1 0 0 16 0 19 0 981225260 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10562756 CPUtime=0.8 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 9815 0 0 0 79 1 0 0 16 0 19 0 981225262 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10562756 CPUtime=0.21 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1842 0 0 0 21 0 0 0 15 0 19 0 981225263 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26994] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26994/stat : 26994 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225263 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26995] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26995/stat : 26995 (java) S 26975 26977 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981225263 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26996] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26996/stat : 26996 (java) S 26975 26977 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981225273 10816262144 21509 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 10562756

[startup+34.0007 s]
/proc/loadavg: 2.08 2.08 2.00 4/214 26997
/proc/meminfo: memFree=10835784/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10562756 CPUtime=35.16 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 26592 0 1 0 3509 7 0 0 25 0 19 0 981225257 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2640689 21511 2250 9 0 2631423 0
[pid=26977/tid=26978] ppid=26975 vsize=10562756 CPUtime=32.37 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) S 26975 26977 24181 0 -1 4202560 12276 0 1 0 3235 2 0 0 18 0 19 0 981225257 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26980] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 74 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10562756 CPUtime=0.04 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 71 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10562756 CPUtime=1.44 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) R 26975 26977 24181 0 -1 4202560 910 0 0 0 142 2 0 0 15 0 19 0 981225260 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 47140885751866 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10562756 CPUtime=0.81 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 9815 0 0 0 80 1 0 0 15 0 19 0 981225262 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10562756 CPUtime=0.21 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1842 0 0 0 21 0 0 0 15 0 19 0 981225263 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26994] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26994/stat : 26994 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225263 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26995] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26995/stat : 26995 (java) S 26975 26977 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981225263 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26996] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26996/stat : 26996 (java) S 26975 26977 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981225273 10816262144 21511 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.16
Current children cumulated vsize (KiB) 10562756

[startup+34.4007 s]
/proc/loadavg: 2.08 2.08 2.00 3/214 26997
/proc/meminfo: memFree=10832808/32951124 swapFree=67056304/67111528
[pid=26977] ppid=26975 vsize=10562756 CPUtime=35.57 cores=0,2,4,6
/proc/26977/stat : 26977 (java) S 26975 26977 24181 0 -1 4202496 26601 0 1 0 3550 7 0 0 25 0 19 0 981225257 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26977/statm: 2640689 21519 2250 9 0 2631423 0
[pid=26977/tid=26978] ppid=26975 vsize=10562756 CPUtime=32.75 cores=0,2,4,6
/proc/26977/task/26978/stat : 26978 (java) R 26975 26977 24181 0 -1 4202560 12277 0 1 0 3273 2 0 0 19 0 19 0 981225257 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 46912505516052 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26977/tid=26980] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26980/stat : 26980 (java) S 26975 26977 24181 0 -1 4202560 74 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26981] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26981/stat : 26981 (java) S 26975 26977 24181 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26982] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26982/stat : 26982 (java) S 26975 26977 24181 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26983] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26983/stat : 26983 (java) S 26975 26977 24181 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26984] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26984/stat : 26984 (java) S 26975 26977 24181 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26985] ppid=26975 vsize=10562756 CPUtime=0.04 cores=0,2,4,6
/proc/26977/task/26985/stat : 26985 (java) S 26975 26977 24181 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26986] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26986/stat : 26986 (java) S 26975 26977 24181 0 -1 4202560 18 0 0 0 3 0 0 0 16 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26987] ppid=26975 vsize=10562756 CPUtime=0.03 cores=0,2,4,6
/proc/26977/task/26987/stat : 26987 (java) S 26975 26977 24181 0 -1 4202560 71 0 0 0 3 0 0 0 15 0 19 0 981225259 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26988] ppid=26975 vsize=10562756 CPUtime=1.46 cores=0,2,4,6
/proc/26977/task/26988/stat : 26988 (java) S 26975 26977 24181 0 -1 4202560 918 0 0 0 144 2 0 0 16 0 19 0 981225260 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=26977/tid=26989] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26989/stat : 26989 (java) S 26975 26977 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981225260 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26990] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26990/stat : 26990 (java) S 26975 26977 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981225260 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26991] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26991/stat : 26991 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225262 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26992] ppid=26975 vsize=10562756 CPUtime=0.82 cores=0,2,4,6
/proc/26977/task/26992/stat : 26992 (java) S 26975 26977 24181 0 -1 4202560 9815 0 0 0 81 1 0 0 15 0 19 0 981225262 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=26977/tid=26993] ppid=26975 vsize=10562756 CPUtime=0.21 cores=0,2,4,6
/proc/26977/task/26993/stat : 26993 (java) S 26975 26977 24181 0 -1 4202560 1842 0 0 0 21 0 0 0 15 0 19 0 981225263 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=26977/tid=26994] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26994/stat : 26994 (java) S 26975 26977 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981225263 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26995] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26995/stat : 26995 (java) S 26975 26977 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981225263 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=26977/tid=26996] ppid=26975 vsize=10562756 CPUtime=0 cores=0,2,4,6
/proc/26977/task/26996/stat : 26996 (java) S 26975 26977 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981225273 10816262144 21519 33554432000 1073741824 1073778376 140733720401296 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.57
Current children cumulated vsize (KiB) 10562756

Child status: 30
Real time (s): 34.4993
CPU time (s): 35.6876
CPU user time (s): 35.6076
CPU system time (s): 0.079987
CPU usage (%): 103.444
Max. virtual memory (cumulated for all children) (KiB): 10565608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6076
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26621
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= 3837
involuntary context switches= 1834

runsolver used 0.069989 second user time and 0.131979 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:19:07
IDJOB=3492546
IDBENCH=78873
IDSOLVER=1982
FILE ID=node110/3492546-1307909947
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
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.1111213868--soft-66-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-3492546-1307909947/watcher-3492546-1307909947 -o /var/tmp/evaluation-result-3492546-1307909947/solver-3492546-1307909947 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492546-1307909947.wbo

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

MD5SUM BENCH= f6f5996763a3538cd959432d54a4a5d7
RANDOM SEED=1337784101

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10913648 kB
Buffers:         52472 kB
Cached:       20955248 kB
SwapCached:       9144 kB
Active:        6015672 kB
Inactive:     15307648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10913648 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             148 kB
Writeback:           0 kB
AnonPages:      313136 kB
Mapped:          21488 kB
Slab:           649680 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10551692 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 node110 at 2011-06-12 22:19:41