Trace number 3492408

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 34.3638 33.1122

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-33-100-0.wbo
MD5SUM6dd8afea921ee9eef16bd5f535a42450
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.9707
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492408-1307909804.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.30/0.23	c SATISFIABLE
0.30/0.23	c OPTIMIZING...
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.129
0.30/0.23	o 527
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.148
0.30/0.25	o 486
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.30/0.26	o 390
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.30/0.27	o 379
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.186
0.30/0.29	o 340
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.199
0.54/0.30	o 337
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.54/0.33	o 266
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.54/0.39	o 243
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.68/0.47	o 209
0.78/0.57	c cleaning 4026 clauses out of 8057 with flag 2001/8057
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.504
0.91/0.61	o 185
1.03/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.03/0.71	o 170
1.03/0.77	c Got one! Elapsed wall clock time (in seconds):0.671
1.03/0.78	o 101
1.13/0.82	c cleaning 5551 clauses out of 11110 with flag 1001/15136
1.35/1.08	c cleaning 5773 clauses out of 11558 with flag 7000/21135
1.97/1.36	c cleaning 6382 clauses out of 12785 with flag 14000/28135
2.76/1.72	c cleaning 7199 clauses out of 14403 with flag 22000/36135
3.08/2.09	c cleaning 8093 clauses out of 16204 with flag 31000/45135
3.19/2.16	c Got one! Elapsed wall clock time (in seconds):2.06
3.19/2.16	o 99
3.39/2.30	c cleaning 6874 clauses out of 13758 with flag 4000/50782
3.49/2.40	c Got one! Elapsed wall clock time (in seconds):2.294
3.49/2.40	o 98
3.59/2.51	c cleaning 6381 clauses out of 12765 with flag 3001/56663
3.79/2.74	c cleaning 6187 clauses out of 12383 with flag 9000/62662
4.09/3.00	c cleaning 6592 clauses out of 13196 with flag 16000/69662
4.29/3.25	c Got one! Elapsed wall clock time (in seconds):3.15
4.29/3.25	o 96
4.49/3.44	c cleaning 9075 clauses out of 18157 with flag 5000/81215
4.69/3.67	c cleaning 7533 clauses out of 15084 with flag 11002/87217
4.99/3.92	c cleaning 7262 clauses out of 14549 with flag 18000/94215
5.19/4.14	c Got one! Elapsed wall clock time (in seconds):4.035
5.19/4.14	o 72
5.40/4.33	c cleaning 8915 clauses out of 17839 with flag 5000/104767
5.60/4.58	c cleaning 7456 clauses out of 14925 with flag 11001/110768
5.80/4.74	c Got one! Elapsed wall clock time (in seconds):4.634
5.80/4.74	o 69
5.90/4.81	c cleaning 6401 clauses out of 12804 with flag 2001/116103
6.10/5.02	c cleaning 6198 clauses out of 12404 with flag 8002/122104
6.31/5.29	c cleaning 6600 clauses out of 13206 with flag 15002/129104
6.61/5.57	c cleaning 7298 clauses out of 14604 with flag 23000/137102
7.01/5.91	c cleaning 8152 clauses out of 16309 with flag 32003/146105
7.31/6.22	c Got one! Elapsed wall clock time (in seconds):6.118
7.31/6.22	o 53
7.51/6.43	c cleaning 11244 clauses out of 22502 with flag 5001/160450
7.72/6.66	c cleaning 8625 clauses out of 17259 with flag 11002/166451
8.01/6.97	c cleaning 7811 clauses out of 15633 with flag 18001/173450
8.31/7.27	c cleaning 7900 clauses out of 15821 with flag 26000/181449
8.61/7.59	c cleaning 8457 clauses out of 16922 with flag 35001/190450
8.82/7.79	c Got one! Elapsed wall clock time (in seconds):7.688
8.82/7.79	o 34
9.02/7.99	c cleaning 9701 clauses out of 19412 with flag 5000/201397
9.32/8.20	c cleaning 7851 clauses out of 15711 with flag 11000/207397
9.52/8.44	c cleaning 7428 clauses out of 14863 with flag 18003/214400
9.83/8.71	c cleaning 7710 clauses out of 15432 with flag 26000/222397
10.02/8.91	c Got one! Elapsed wall clock time (in seconds):8.802
10.02/8.91	o 33
10.22/9.10	c cleaning 9597 clauses out of 19204 with flag 5000/233879
10.32/9.20	c Got one! Elapsed wall clock time (in seconds):9.098
10.32/9.20	o 17
10.32/9.28	c cleaning 7333 clauses out of 14680 with flag 2000/238952
10.55/9.48	c cleaning 6669 clauses out of 13347 with flag 8000/244952
10.85/9.70	c cleaning 6833 clauses out of 13678 with flag 15000/251952
11.06/9.96	c cleaning 7418 clauses out of 14845 with flag 23000/259952
11.35/10.25	c cleaning 8208 clauses out of 16428 with flag 32001/268953
11.65/10.57	c cleaning 9107 clauses out of 18219 with flag 42000/278952
12.05/10.90	c cleaning 9554 clauses out of 19114 with flag 52002/288954
12.35/11.23	c cleaning 9776 clauses out of 19559 with flag 62001/298953
12.65/11.54	c cleaning 9880 clauses out of 19782 with flag 72000/308952
13.05/11.91	c cleaning 9947 clauses out of 19902 with flag 82000/318952
13.35/12.26	c cleaning 9969 clauses out of 19955 with flag 92000/328952
13.65/12.59	c cleaning 9989 clauses out of 19986 with flag 102000/338952
14.05/12.91	c cleaning 9995 clauses out of 19997 with flag 112000/348952
14.36/13.23	c cleaning 9998 clauses out of 20006 with flag 122004/358956
14.65/13.57	c cleaning 9997 clauses out of 20004 with flag 132000/368952
15.06/13.91	c cleaning 10001 clauses out of 20009 with flag 142002/378954
15.36/14.24	c cleaning 9993 clauses out of 20007 with flag 152001/388953
15.46/14.38	c Got one! Elapsed wall clock time (in seconds):14.276
15.46/14.38	o 15
15.58/14.42	c cleaning 7746 clauses out of 15503 with flag 1002/394442
15.78/14.63	c cleaning 6874 clauses out of 13755 with flag 7000/400440
15.98/14.86	c cleaning 6937 clauses out of 13881 with flag 14000/407440
16.28/15.12	c cleaning 7469 clauses out of 14945 with flag 22001/415441
16.59/15.43	c cleaning 8233 clauses out of 16476 with flag 31001/424441
16.88/15.75	c cleaning 9117 clauses out of 18242 with flag 41000/434440
17.19/16.08	c cleaning 9559 clauses out of 19125 with flag 51000/444440
17.59/16.40	c cleaning 9779 clauses out of 19566 with flag 61000/454440
17.89/16.72	c cleaning 9886 clauses out of 19788 with flag 71001/464441
18.19/17.08	c cleaning 9949 clauses out of 19901 with flag 81000/474440
18.59/17.43	c cleaning 9971 clauses out of 19952 with flag 91000/484440
18.89/17.77	c cleaning 9988 clauses out of 19981 with flag 101000/494440
19.30/18.12	c cleaning 9994 clauses out of 19993 with flag 111000/504440
19.60/18.48	c cleaning 9995 clauses out of 20000 with flag 121001/514441
20.00/18.80	c cleaning 9995 clauses out of 20004 with flag 131000/524440
20.30/19.16	c cleaning 10000 clauses out of 20011 with flag 141002/534442
20.60/19.48	c cleaning 9998 clauses out of 20009 with flag 151000/544440
20.91/19.80	c cleaning 10001 clauses out of 20012 with flag 161001/554441
21.30/20.13	c cleaning 10002 clauses out of 20010 with flag 171000/564440
21.61/20.48	c cleaning 9997 clauses out of 20008 with flag 181000/574440
22.01/20.81	c cleaning 10003 clauses out of 20014 with flag 191003/584443
22.31/21.15	c cleaning 9998 clauses out of 20008 with flag 201000/594440
22.61/21.48	c cleaning 10000 clauses out of 20010 with flag 211000/604440
23.01/21.80	c cleaning 10003 clauses out of 20012 with flag 221002/614442
23.31/22.15	c cleaning 9997 clauses out of 20007 with flag 231000/624440
23.31/22.18	c Got one! Elapsed wall clock time (in seconds):22.074
23.31/22.18	o 14
23.51/22.35	c cleaning 7817 clauses out of 15648 with flag 5001/630078
23.72/22.57	c cleaning 6913 clauses out of 13832 with flag 11002/636079
24.02/22.80	c cleaning 6957 clauses out of 13919 with flag 18002/643079
24.23/23.05	c cleaning 7477 clauses out of 14960 with flag 26000/651077
24.53/23.34	c cleaning 8239 clauses out of 16484 with flag 35001/660078
24.83/23.67	c cleaning 9117 clauses out of 18245 with flag 45001/670078
25.23/24.01	c cleaning 9556 clauses out of 19128 with flag 55001/680078
25.53/24.35	c cleaning 9779 clauses out of 19571 with flag 65000/690077
25.93/24.71	c cleaning 9892 clauses out of 19793 with flag 75001/700078
26.23/25.07	c cleaning 9948 clauses out of 19904 with flag 85004/710081
26.63/25.44	c cleaning 9973 clauses out of 19954 with flag 95002/720079
26.93/25.78	c cleaning 9987 clauses out of 19980 with flag 105001/730078
27.33/26.13	c cleaning 9993 clauses out of 19995 with flag 115003/740080
27.63/26.47	c cleaning 9999 clauses out of 20002 with flag 125003/750080
28.03/26.81	c cleaning 9995 clauses out of 20001 with flag 135001/760078
28.33/27.13	c cleaning 9998 clauses out of 20005 with flag 145000/770077
28.64/27.46	c cleaning 10000 clauses out of 20008 with flag 155001/780078
28.93/27.78	c cleaning 10000 clauses out of 20008 with flag 165001/790078
29.33/28.11	c cleaning 9996 clauses out of 20007 with flag 175000/800077
29.63/28.45	c cleaning 10001 clauses out of 20012 with flag 185001/810078
29.93/28.79	c cleaning 10001 clauses out of 20010 with flag 195000/820077
30.33/29.12	c cleaning 10001 clauses out of 20009 with flag 205000/830077
30.64/29.46	c cleaning 9999 clauses out of 20009 with flag 215001/840078
31.04/29.83	c cleaning 9999 clauses out of 20011 with flag 225002/850079
31.34/30.17	c cleaning 10001 clauses out of 20010 with flag 235000/860077
31.74/30.52	c cleaning 9998 clauses out of 20009 with flag 245000/870077
32.05/30.86	c cleaning 9999 clauses out of 20011 with flag 255000/880077
32.44/31.21	c cleaning 10002 clauses out of 20013 with flag 265001/890078
32.74/31.53	c cleaning 10001 clauses out of 20011 with flag 275001/900078
33.04/31.90	c cleaning 10001 clauses out of 20009 with flag 285000/910077
33.44/32.23	c cleaning 10001 clauses out of 20009 with flag 295001/920078
33.74/32.58	c cleaning 10001 clauses out of 20007 with flag 305001/930078
34.15/32.92	c cleaning 10001 clauses out of 20006 with flag 315001/940078
34.25/33.09	c starts		: 194
34.25/33.09	c conflicts		: 945058
34.25/33.09	c decisions		: 1553356
34.25/33.09	c propagations		: 21720029
34.25/33.09	c inspects		: 199382990
34.25/33.09	c shortcuts		: 0
34.25/33.09	c learnt literals	: 6
34.25/33.09	c learnt binary clauses	: 79
34.25/33.09	c learnt ternary clauses	: 526
34.25/33.09	c learnt constraints	: 945051
34.25/33.09	c ignored constraints	: 0
34.25/33.09	c root simplifications	: 0
34.25/33.09	c removed literals (reason simplification)	: 6698206
34.25/33.09	c reason swapping (by a shorter reason)	: 0
34.25/33.09	c Calls to reduceDB	: 105
34.25/33.09	c number of reductions to clauses (during analyze)	: 0
34.25/33.09	c number of learned constraints concerned by reduction	: 0
34.25/33.09	c number of learning phase by resolution	: 0
34.25/33.09	c number of learning phase by cutting planes	: 0
34.25/33.09	c speed (assignments/second)	: 1990654.2938319128
34.25/33.09	c non guided choices	1023
34.25/33.09	c learnt constraints type 
34.25/33.09	c constraints type 
34.25/33.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
34.25/33.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
34.25/33.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
34.25/33.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
34.25/33.09	s OPTIMUM FOUND
34.25/33.09	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 
34.25/33.09	c objective function=14
34.25/33.09	c Total wall clock time (in seconds): 32.986

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.77 2/195 5377
/proc/meminfo: memFree=32210564/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 1179 0 0 0 0 0 0 0 25 0 2 0 902583150 27824128 906 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 6793 906 688 9 0 381 0
[pid=5377/tid=5378] ppid=5375 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 69 0 0 0 0 0 0 0 25 0 2 0 902583151 29065216 910 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218366033930 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.098636 s]
/proc/loadavg: 2.00 2.00 1.77 2/195 5377
/proc/meminfo: memFree=32210564/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10540244 CPUtime=0.1 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 13118 0 1 0 9 1 0 0 25 0 18 0 902583150 10793209856 12783 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2635061 12785 2092 9 0 2625795 0
[pid=5377/tid=5378] ppid=5375 vsize=10540244 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 11186 0 1 0 8 1 0 0 25 0 18 0 902583151 10793209856 12786 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 47167485320019 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540244

[startup+0.10067 s]
/proc/loadavg: 2.00 2.00 1.77 2/195 5377
/proc/meminfo: memFree=32210564/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10540244 CPUtime=0.1 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 13142 0 1 0 9 1 0 0 25 0 18 0 902583150 10793209856 12807 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2635061 12807 2092 9 0 2625795 0
[pid=5377/tid=5378] ppid=5375 vsize=10540244 CPUtime=0.09 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 11207 0 1 0 8 1 0 0 25 0 18 0 902583151 10793209856 12807 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540244

[startup+0.300599 s]
/proc/loadavg: 2.00 2.00 1.77 2/195 5377
/proc/meminfo: memFree=32210564/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10544064 CPUtime=0.54 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 15962 0 1 0 52 2 0 0 25 0 19 0 902583150 10797121536 14873 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2636016 14873 2214 9 0 2626750 0
[pid=5377/tid=5378] ppid=5375 vsize=10544064 CPUtime=0.28 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 11853 0 1 0 27 1 0 0 25 0 19 0 902583151 10797121536 14873 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505207086 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544064

[startup+0.700565 s]
/proc/loadavg: 2.00 2.00 1.77 2/195 5377
/proc/meminfo: memFree=32210564/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10543764 CPUtime=1.03 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 17214 0 1 0 101 2 0 0 25 0 19 0 902583150 10796814336 15832 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2635941 15832 2246 9 0 2626675 0
[pid=5377/tid=5378] ppid=5375 vsize=10543764 CPUtime=0.67 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 12270 0 1 0 66 1 0 0 25 0 19 0 902583151 10796814336 15832 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505536891 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10543764

[startup+1.50142 s]
/proc/loadavg: 2.00 2.00 1.77 3/214 5396
/proc/meminfo: memFree=32154576/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10557688 CPUtime=2.36 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 26217 0 1 0 233 3 0 0 25 0 19 0 902583150 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2639422 22210 2248 9 0 2630156 0
[pid=5377/tid=5378] ppid=5375 vsize=10557688 CPUtime=1.43 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 12274 0 1 0 142 1 0 0 17 0 19 0 902583151 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505590680 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 902583152 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10557688 CPUtime=0.04 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) S 5375 5377 2655 0 -1 4202560 459 0 0 0 4 0 0 0 16 0 19 0 902583153 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 0 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902583154 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902583154 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382780849 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10557688 CPUtime=0.44 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6381 0 0 0 44 0 0 0 17 0 19 0 902583156 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10557688 CPUtime=0.4 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) R 5375 5377 2655 0 -1 4202560 5347 0 0 0 40 0 0 0 16 0 19 0 902583156 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 47167480461400 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5377/tid=5394] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5394/stat : 5394 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5395] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5395/stat : 5395 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902583156 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5396] ppid=5375 vsize=10557688 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5396/stat : 5396 (java) S 5375 5377 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902583167 10811072512 22210 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 10557688

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 1.77 3/214 5396
/proc/meminfo: memFree=32127784/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10559300 CPUtime=4.18 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 26841 0 1 0 415 3 0 0 25 0 19 0 902583150 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2639825 22828 2248 9 0 2630559 0
[pid=5377/tid=5378] ppid=5375 vsize=10559300 CPUtime=2.95 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 12280 0 1 0 294 1 0 0 19 0 19 0 902583151 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505555290 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10559300 CPUtime=0.12 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) S 5375 5377 2655 0 -1 4202560 576 0 0 0 12 0 0 0 16 0 19 0 902583153 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 0 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382780849 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10559300 CPUtime=0.44 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6381 0 0 0 44 0 0 0 17 0 19 0 902583156 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10559300 CPUtime=0.63 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) S 5375 5377 2655 0 -1 4202560 5844 0 0 0 63 0 0 0 16 0 19 0 902583156 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5394] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5394/stat : 5394 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5395] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5395/stat : 5395 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902583156 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5396] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5396/stat : 5396 (java) S 5375 5377 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902583167 10812723200 22828 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10559300

[startup+6.30057 s]
/proc/loadavg: 2.00 2.00 1.77 3/214 5396
/proc/meminfo: memFree=32129072/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10559300 CPUtime=7.41 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 26931 0 1 0 737 4 0 0 25 0 19 0 902583150 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2639825 22080 2248 9 0 2630559 0
[pid=5377/tid=5378] ppid=5375 vsize=10559300 CPUtime=6.01 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 12291 0 1 0 600 1 0 0 25 0 19 0 902583151 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505555278 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902583152 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10559300 CPUtime=0.24 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) S 5375 5377 2655 0 -1 4202560 597 0 0 0 24 0 0 0 16 0 19 0 902583153 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 0 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382780849 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10559300 CPUtime=0.44 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6381 0 0 0 44 0 0 0 17 0 19 0 902583156 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10559300 CPUtime=0.64 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) S 5375 5377 2655 0 -1 4202560 5844 0 0 0 64 0 0 0 15 0 19 0 902583156 10812723200 22080 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0

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

/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 12369 0 1 0 2890 1 0 0 18 0 19 0 902583151 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505536860 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 54 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 150 0 0 0 2 0 0 0 16 0 19 0 902583152 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10559300 CPUtime=1.26 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) S 5375 5377 2655 0 -1 4202560 901 0 0 0 125 1 0 0 16 0 19 0 902583153 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 0 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382780849 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10559300 CPUtime=0.47 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6382 0 0 0 47 0 0 0 15 0 19 0 902583156 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10559300 CPUtime=0.65 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) S 5375 5377 2655 0 -1 4202560 5844 0 0 0 65 0 0 0 15 0 19 0 902583156 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5394] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5394/stat : 5394 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5395] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5395/stat : 5395 (java) S 5375 5377 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902583156 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5396] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5396/stat : 5396 (java) S 5375 5377 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902583167 10812723200 21769 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.54
Current children cumulated vsize (KiB) 10559300

[startup+31.907 s]
/proc/loadavg: 2.00 2.00 1.78 3/214 5397
/proc/meminfo: memFree=32129824/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10559300 CPUtime=33.15 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 27374 0 1 0 3310 5 0 0 25 0 19 0 902583150 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2639825 21771 2249 9 0 2630559 0
[pid=5377/tid=5378] ppid=5375 vsize=10559300 CPUtime=30.45 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) S 5375 5377 2655 0 -1 4202560 12374 0 1 0 3044 1 0 0 18 0 19 0 902583151 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 54 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 125 0 0 0 2 0 0 0 16 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 150 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10559300 CPUtime=1.32 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) R 5375 5377 2655 0 -1 4202560 901 0 0 0 131 1 0 0 15 0 19 0 902583153 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218370651188 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382780849 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10559300 CPUtime=0.47 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6382 0 0 0 47 0 0 0 15 0 19 0 902583156 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10559300 CPUtime=0.65 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) S 5375 5377 2655 0 -1 4202560 5844 0 0 0 65 0 0 0 15 0 19 0 902583156 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5394] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5394/stat : 5394 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5395] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5395/stat : 5395 (java) S 5375 5377 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902583156 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5396] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5396/stat : 5396 (java) S 5375 5377 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902583167 10812723200 21771 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (KiB) 10559300

[startup+32.7009 s]
/proc/loadavg: 2.00 2.00 1.78 3/214 5397
/proc/meminfo: memFree=32129824/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10559300 CPUtime=33.94 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 27384 0 1 0 3389 5 0 0 25 0 19 0 902583150 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2639825 21779 2249 9 0 2630559 0
[pid=5377/tid=5378] ppid=5375 vsize=10559300 CPUtime=31.21 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) R 5375 5377 2655 0 -1 4202560 12377 0 1 0 3120 1 0 0 17 0 19 0 902583151 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 46912505536396 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10559300 CPUtime=0.03 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 54 0 0 0 3 0 0 0 16 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10559300 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 150 0 0 0 2 0 0 0 16 0 19 0 902583152 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10559300 CPUtime=1.35 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) S 5375 5377 2655 0 -1 4202560 907 0 0 0 134 1 0 0 16 0 19 0 902583153 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 0 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902583154 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382780849 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10559300 CPUtime=0.47 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6382 0 0 0 47 0 0 0 15 0 19 0 902583156 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10559300 CPUtime=0.65 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) S 5375 5377 2655 0 -1 4202560 5844 0 0 0 65 0 0 0 15 0 19 0 902583156 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5394] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5394/stat : 5394 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902583156 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5395] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5395/stat : 5395 (java) S 5375 5377 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902583156 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5396] ppid=5375 vsize=10559300 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5396/stat : 5396 (java) S 5375 5377 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902583167 10812723200 21779 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 33.94
Current children cumulated vsize (KiB) 10559300

[startup+33.1008 s]
/proc/loadavg: 2.00 2.00 1.78 3/214 5397
/proc/meminfo: memFree=32129700/32951124 swapFree=67050044/67111528
[pid=5377] ppid=5375 vsize=10560328 CPUtime=34.35 cores=1,3,5,7
/proc/5377/stat : 5377 (java) S 5375 5377 2655 0 -1 4202496 27407 0 1 0 3430 5 0 0 25 0 18 0 902583150 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5377/statm: 2640082 21799 2251 9 0 2630816 0
[pid=5377/tid=5378] ppid=5375 vsize=10560328 CPUtime=31.58 cores=1,3,5,7
/proc/5377/task/5378/stat : 5378 (java) S 5375 5377 2655 0 -1 4202560 12383 0 1 0 3157 1 0 0 18 0 18 0 902583151 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5380] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5380/stat : 5380 (java) S 5375 5377 2655 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5381] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5381/stat : 5381 (java) S 5375 5377 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5382] ppid=5375 vsize=10560328 CPUtime=0.03 cores=1,3,5,7
/proc/5377/task/5382/stat : 5382 (java) S 5375 5377 2655 0 -1 4202560 54 0 0 0 3 0 0 0 16 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5383] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5383/stat : 5383 (java) S 5375 5377 2655 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5384] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5384/stat : 5384 (java) S 5375 5377 2655 0 -1 4202560 116 0 0 0 2 0 0 0 16 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5385] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5385/stat : 5385 (java) S 5375 5377 2655 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5386] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5386/stat : 5386 (java) S 5375 5377 2655 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5387] ppid=5375 vsize=10560328 CPUtime=0.02 cores=1,3,5,7
/proc/5377/task/5387/stat : 5387 (java) S 5375 5377 2655 0 -1 4202560 150 0 0 0 2 0 0 0 16 0 18 0 902583152 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 7 0 0 0
[pid=5377/tid=5388] ppid=5375 vsize=10560328 CPUtime=1.36 cores=1,3,5,7
/proc/5377/task/5388/stat : 5388 (java) S 5375 5377 2655 0 -1 4202560 908 0 0 0 135 1 0 0 16 0 18 0 902583153 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 0 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5389] ppid=5375 vsize=10560328 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5389/stat : 5389 (java) S 5375 5377 2655 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 902583154 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5390] ppid=5375 vsize=10560328 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5390/stat : 5390 (java) S 5375 5377 2655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 902583154 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5391] ppid=5375 vsize=10560328 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5391/stat : 5391 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 902583156 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5392] ppid=5375 vsize=10560328 CPUtime=0.48 cores=1,3,5,7
/proc/5377/task/5392/stat : 5392 (java) S 5375 5377 2655 0 -1 4202560 6383 0 0 0 48 0 0 0 15 0 18 0 902583156 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
[pid=5377/tid=5393] ppid=5375 vsize=10560328 CPUtime=0.66 cores=1,3,5,7
/proc/5377/task/5393/stat : 5393 (java) S 5375 5377 2655 0 -1 4202560 5844 0 0 0 66 0 0 0 15 0 18 0 902583156 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 3 0 0 0
[pid=5377/tid=5394] ppid=5375 vsize=10560328 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5394/stat : 5394 (java) S 5375 5377 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902583156 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773145 0 4 0 16800975 18446604457805073280 0 0 -1 5 0 0 0
[pid=5377/tid=5396] ppid=5375 vsize=10560328 CPUtime=0 cores=1,3,5,7
/proc/5377/task/5396/stat : 5396 (java) S 5375 5377 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 902583167 10813775872 21799 33554432000 1073741824 1073778376 140735486066688 18446744073709551615 218382773760 0 4 0 16800975 18446604457805073280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.35
Current children cumulated vsize (KiB) 10560328

Child status: 30
Real time (s): 33.1122
CPU time (s): 34.3638
CPU user time (s): 34.3018
CPU system time (s): 0.06199
CPU usage (%): 103.78
Max. virtual memory (cumulated for all children) (KiB): 10560328

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

runsolver used 0.06499 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 22:16:44
IDJOB=3492408
IDBENCH=78801
IDSOLVER=1982
FILE ID=node101/3492408-1307909804
RUNJOBID= node101-1307908937-4736
PBS_JOBID= 13559601
Free space on /tmp= 74060 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969170--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492408-1307909804/watcher-3492408-1307909804 -o /tmp/evaluation-result-3492408-1307909804/solver-3492408-1307909804 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492408-1307909804.wbo

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

MD5SUM BENCH= 6dd8afea921ee9eef16bd5f535a42450
RANDOM SEED=304680539

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.841
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:      32211216 kB
Buffers:        119184 kB
Cached:         165748 kB
SwapCached:      24860 kB
Active:         455556 kB
Inactive:        98820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32211216 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:             172 kB
Writeback:           0 kB
AnonPages:      266944 kB
Mapped:          17496 kB
Slab:           120688 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10545504 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 /tmp at the end= 74060 MiB
End job on node101 at 2011-06-12 22:17:17