Trace number 3492598

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 56.5084 55.3949

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
MD5SUMc3adda683c0d048bf44386b3ccfc9e41
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark17.6543
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1816
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492598-1307910019.wbo
0.10/0.11	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.202s.
0.48/0.31	c #vars     2047
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.76/0.44	c SATISFIABLE
0.76/0.44	c OPTIMIZING...
0.76/0.44	c Got one! Elapsed wall clock time (in seconds):0.326
0.76/0.44	o 625
0.76/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.76/0.48	o 503
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.05/0.51	o 355
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.421
1.05/0.53	o 246
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.44
1.05/0.55	o 232
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
1.05/0.57	o 226
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.472
1.05/0.58	o 194
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.34/0.60	o 161
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.525
1.34/0.63	o 155
1.34/0.66	c Got one! Elapsed wall clock time (in seconds):0.556
1.34/0.66	o 136
1.47/0.72	c Got one! Elapsed wall clock time (in seconds):0.609
1.47/0.72	o 125
1.47/0.77	c Got one! Elapsed wall clock time (in seconds):0.657
1.47/0.77	o 109
1.58/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.58/0.80	o 92
1.58/0.86	c Got one! Elapsed wall clock time (in seconds):0.75
1.58/0.86	o 90
1.58/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.58/0.89	o 77
1.88/1.11	c Got one! Elapsed wall clock time (in seconds):1.004
1.88/1.11	o 68
2.08/1.31	c Got one! Elapsed wall clock time (in seconds):1.198
2.08/1.31	o 64
2.20/1.42	c Got one! Elapsed wall clock time (in seconds):1.307
2.20/1.42	o 57
2.30/1.51	c Got one! Elapsed wall clock time (in seconds):1.402
2.30/1.51	o 55
2.60/1.89	c Got one! Elapsed wall clock time (in seconds):1.78
2.60/1.89	o 54
2.72/1.97	c Got one! Elapsed wall clock time (in seconds):1.856
2.72/1.97	o 19
3.02/2.26	c cleaning 6330 clauses out of 12666 with flag 2000/12666
3.56/2.70	c cleaning 6164 clauses out of 12336 with flag 8000/18666
4.08/3.26	c Got one! Elapsed wall clock time (in seconds):3.151
4.08/3.26	o 17
4.37/3.56	c Got one! Elapsed wall clock time (in seconds):3.45
4.37/3.56	o 15
4.67/3.87	c cleaning 9344 clauses out of 18697 with flag 3001/31191
5.33/4.45	c cleaning 7670 clauses out of 15352 with flag 9000/37190
5.43/4.50	c Got one! Elapsed wall clock time (in seconds):4.392
5.43/4.50	o 14
5.73/4.87	c cleaning 6602 clauses out of 13209 with flag 5001/42717
6.13/5.23	c cleaning 6300 clauses out of 12610 with flag 11004/48720
6.53/5.60	c Got one! Elapsed wall clock time (in seconds):5.489
6.53/5.60	o 13
6.93/6.04	c cleaning 8905 clauses out of 17819 with flag 5001/60229
7.34/6.42	c cleaning 7453 clauses out of 14916 with flag 11003/66231
7.84/6.95	c cleaning 7227 clauses out of 14460 with flag 18000/73228
8.44/7.50	c cleaning 7612 clauses out of 15234 with flag 26001/81229
8.94/8.04	c cleaning 8305 clauses out of 16623 with flag 35002/90230
9.64/8.71	c cleaning 9154 clauses out of 18320 with flag 45004/100232
10.24/9.34	c cleaning 9571 clauses out of 19163 with flag 55001/110229
10.95/10.05	c cleaning 9792 clauses out of 19591 with flag 65000/120228
11.56/10.68	c cleaning 9896 clauses out of 19799 with flag 75000/130228
12.26/11.30	c cleaning 9948 clauses out of 19905 with flag 85002/140230
12.86/11.92	c cleaning 9971 clauses out of 19956 with flag 95001/150229
12.86/11.96	c Got one! Elapsed wall clock time (in seconds):11.853
12.86/11.96	o 12
13.16/12.20	c cleaning 7743 clauses out of 15498 with flag 5000/155742
13.36/12.48	c cleaning 6876 clauses out of 13756 with flag 11001/161743
13.86/12.96	c cleaning 6927 clauses out of 13881 with flag 18002/168744
14.46/13.53	c cleaning 7463 clauses out of 14953 with flag 26001/176743
15.06/14.11	c cleaning 8239 clauses out of 16490 with flag 35001/185743
15.67/14.71	c cleaning 9118 clauses out of 18250 with flag 45000/195742
16.27/15.30	c cleaning 9558 clauses out of 19134 with flag 55002/205744
16.27/15.35	c Got one! Elapsed wall clock time (in seconds):15.245
16.27/15.35	o 10
16.57/15.61	c cleaning 7607 clauses out of 15223 with flag 5004/211391
16.87/15.97	c cleaning 6798 clauses out of 13613 with flag 11001/217388
17.77/16.90	c cleaning 6900 clauses out of 13814 with flag 18000/224387
18.48/17.54	c cleaning 7451 clauses out of 14914 with flag 26000/232387
18.97/18.04	c cleaning 8224 clauses out of 16463 with flag 35000/241387
19.58/18.63	c cleaning 9116 clauses out of 18239 with flag 45000/251387
20.17/19.20	c cleaning 9556 clauses out of 19124 with flag 55001/261388
20.68/19.80	c cleaning 9775 clauses out of 19567 with flag 65000/271387
20.98/20.09	c Got one! Elapsed wall clock time (in seconds):19.983
20.98/20.09	o 9
21.38/20.40	c cleaning 10266 clauses out of 20541 with flag 5000/282136
21.58/20.68	c cleaning 8126 clauses out of 16276 with flag 11001/288137
21.98/21.02	c cleaning 7571 clauses out of 15151 with flag 18002/295138
22.28/21.40	c cleaning 7782 clauses out of 15578 with flag 26000/303136
22.78/21.87	c cleaning 8393 clauses out of 16796 with flag 35000/312136
23.28/22.35	c cleaning 9194 clauses out of 18403 with flag 45000/322136
23.78/22.82	c cleaning 9598 clauses out of 19209 with flag 55000/332136
24.28/23.30	c cleaning 9800 clauses out of 19612 with flag 65001/342137
24.78/23.81	c cleaning 9902 clauses out of 19811 with flag 75000/352136
25.31/24.33	c cleaning 9945 clauses out of 19910 with flag 85001/362137
25.81/24.88	c cleaning 9974 clauses out of 19964 with flag 95000/372136
26.41/25.41	c cleaning 9987 clauses out of 19990 with flag 105000/382136
26.91/25.92	c cleaning 9993 clauses out of 20004 with flag 115001/392137
27.41/26.44	c cleaning 10000 clauses out of 20012 with flag 125002/402138
27.91/26.97	c cleaning 10001 clauses out of 20011 with flag 135001/412137
28.52/27.57	c cleaning 9997 clauses out of 20009 with flag 145000/422136
28.82/27.89	c Got one! Elapsed wall clock time (in seconds):27.784
28.82/27.89	o 8
29.22/28.26	c cleaning 10686 clauses out of 21379 with flag 5001/433503
29.52/28.57	c cleaning 8337 clauses out of 16692 with flag 11000/439502
29.92/28.98	c cleaning 7675 clauses out of 15355 with flag 18000/446502
30.42/29.41	c cleaning 7835 clauses out of 15684 with flag 26004/454506
30.82/29.85	c cleaning 8417 clauses out of 16846 with flag 35001/463503
31.32/30.35	c cleaning 9204 clauses out of 18428 with flag 45000/473502
31.83/30.89	c cleaning 9602 clauses out of 19226 with flag 55002/483504
32.42/31.45	c cleaning 9801 clauses out of 19622 with flag 65000/493502
32.93/31.98	c cleaning 9904 clauses out of 19821 with flag 75000/503502
33.52/32.51	c cleaning 9950 clauses out of 19917 with flag 85000/513502
34.03/33.03	c cleaning 9981 clauses out of 19968 with flag 95001/523503
34.52/33.59	c cleaning 9989 clauses out of 19987 with flag 105001/533503
35.03/34.09	c cleaning 9995 clauses out of 20000 with flag 115003/543505
35.72/34.70	c cleaning 9991 clauses out of 20002 with flag 125000/553502
36.23/35.27	c cleaning 10001 clauses out of 20011 with flag 135000/563502
36.83/35.86	c cleaning 9999 clauses out of 20011 with flag 145001/573503
37.43/36.49	c cleaning 9988 clauses out of 20011 with flag 155000/583502
38.03/37.08	c cleaning 10003 clauses out of 20023 with flag 165000/593502
38.73/37.76	c cleaning 10002 clauses out of 20020 with flag 175000/603502
39.43/38.41	c cleaning 10006 clauses out of 20020 with flag 185002/613504
40.03/39.01	c cleaning 9996 clauses out of 20012 with flag 195000/623502
40.73/39.70	c cleaning 10000 clauses out of 20017 with flag 205001/633503
41.43/40.45	c cleaning 10001 clauses out of 20017 with flag 215001/643503
42.03/41.02	c cleaning 10006 clauses out of 20016 with flag 225001/653503
42.64/41.63	c cleaning 9998 clauses out of 20009 with flag 235000/663502
43.14/42.19	c cleaning 10003 clauses out of 20012 with flag 245001/673503
43.74/42.79	c cleaning 9996 clauses out of 20008 with flag 255000/683502
44.25/43.29	c cleaning 10002 clauses out of 20013 with flag 265001/693503
44.95/43.96	c cleaning 10000 clauses out of 20010 with flag 275000/703502
45.45/44.46	c Got one! Elapsed wall clock time (in seconds):44.355
45.45/44.46	o 7
45.85/44.82	c cleaning 11846 clauses out of 23701 with flag 5001/717193
46.15/45.12	c cleaning 8922 clauses out of 17855 with flag 11001/723193
46.45/45.43	c cleaning 7959 clauses out of 15932 with flag 18000/730192
46.85/45.82	c cleaning 7986 clauses out of 15977 with flag 26004/738196
47.26/46.21	c cleaning 8493 clauses out of 16990 with flag 35003/747195
47.65/46.68	c cleaning 9234 clauses out of 18495 with flag 45001/757193
48.65/47.60	c cleaning 9628 clauses out of 19263 with flag 55003/767195
49.36/48.39	c cleaning 9809 clauses out of 19633 with flag 65001/777193
50.16/49.11	c cleaning 9908 clauses out of 19823 with flag 75000/787192
50.86/49.81	c cleaning 9948 clauses out of 19917 with flag 85002/797194
51.86/50.84	c cleaning 9977 clauses out of 19967 with flag 95000/807192
52.46/51.47	c cleaning 9992 clauses out of 19990 with flag 105000/817192
53.06/52.06	c cleaning 9997 clauses out of 19999 with flag 115001/827193
53.77/52.71	c cleaning 9997 clauses out of 20002 with flag 125001/837193
54.47/53.41	c cleaning 9999 clauses out of 20004 with flag 135000/847192
55.07/54.06	c cleaning 9988 clauses out of 20005 with flag 145000/857192
55.80/54.74	c cleaning 10004 clauses out of 20018 with flag 155001/867193
56.40/55.38	c starts		: 201
56.40/55.38	c conflicts		: 875836
56.40/55.38	c decisions		: 1556863
56.40/55.38	c propagations		: 49694152
56.40/55.38	c inspects		: 448745977
56.40/55.38	c shortcuts		: 0
56.40/55.38	c learnt literals	: 4
56.40/55.38	c learnt binary clauses	: 18
56.40/55.38	c learnt ternary clauses	: 674
56.40/55.38	c learnt constraints	: 875831
56.40/55.38	c ignored constraints	: 0
56.40/55.38	c root simplifications	: 0
56.40/55.38	c removed literals (reason simplification)	: 3945148
56.40/55.38	c reason swapping (by a shorter reason)	: 0
56.40/55.38	c Calls to reduceDB	: 94
56.40/55.38	c number of reductions to clauses (during analyze)	: 0
56.40/55.38	c number of learned constraints concerned by reduction	: 0
56.40/55.38	c number of learning phase by resolution	: 0
56.40/55.38	c number of learning phase by cutting planes	: 0
56.40/55.38	c speed (assignments/second)	: 4551163.293341881
56.40/55.38	c non guided choices	3766
56.40/55.38	c learnt constraints type 
56.40/55.38	c constraints type 
56.40/55.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
56.40/55.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
56.40/55.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
56.40/55.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
56.40/55.38	s OPTIMUM FOUND
56.40/55.39	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
56.40/55.39	c objective function=7
56.40/55.39	c Total wall clock time (in seconds): 55.276

Verifier Data

OK	7

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-3492598-1307910019/watcher-3492598-1307910019 -o /var/tmp/evaluation-result-3492598-1307910019/solver-3492598-1307910019 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492598-1307910019.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: 1.84 1.97 1.91 2/172 30112
/proc/meminfo: memFree=1541688/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/30112/stat : 30112 (java) R 30110 30112 28722 0 -1 4202496 907 0 0 0 0 0 0 0 25 0 1 0 883417555 23580672 650 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264721442560 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30112/statm: 5757 661 485 9 0 124 0

[startup+0.0655069 s]
/proc/loadavg: 1.84 1.97 1.91 2/172 30112
/proc/meminfo: memFree=1541688/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10472924 CPUtime=0.04 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 11697 0 1 0 3 1 0 0 25 0 18 0 883417555 10724274176 11394 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2618231 11394 1733 9 0 2608972 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10472924

[startup+0.100543 s]
/proc/loadavg: 1.84 1.97 1.91 2/172 30112
/proc/meminfo: memFree=1541688/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10539708 CPUtime=0.1 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 13004 0 1 0 8 2 0 0 25 0 18 0 883417555 10792660992 12700 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2634927 12703 2092 9 0 2625661 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539708

[startup+0.300462 s]
/proc/loadavg: 1.84 1.97 1.91 2/172 30112
/proc/meminfo: memFree=1541688/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10541508 CPUtime=0.48 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 16231 0 1 0 45 3 0 0 25 0 18 0 883417555 10794504192 15318 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635377 15318 2200 9 0 2626111 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541508

[startup+0.70038 s]
/proc/loadavg: 1.84 1.97 1.91 2/172 30112
/proc/meminfo: memFree=1541688/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543436 CPUtime=1.47 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 21008 0 1 0 143 4 0 0 25 0 19 0 883417555 10796478464 18413 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635859 18413 2226 9 0 2626593 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10543436

[startup+1.50123 s]
/proc/loadavg: 1.84 1.97 1.91 4/211 30187
/proc/meminfo: memFree=1406744/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543436 CPUtime=2.3 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 22854 0 1 0 225 5 0 0 25 0 19 0 883417555 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635859 20258 2230 9 0 2626593 0
[pid=30112/tid=30114] ppid=30110 vsize=10543436 CPUtime=1.48 cores=0,2,4,6
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 28722 0 -1 4202560 16884 0 1 0 145 3 0 0 20 0 19 0 883417555 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 46912505735907 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883417557 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 883417558 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 883417558 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883417558 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543436 CPUtime=0.43 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2503 0 0 0 42 1 0 0 15 0 19 0 883417561 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543436 CPUtime=0.36 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2305 0 0 0 36 0 0 0 15 0 19 0 883417561 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883417561 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796478464 20258 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10543436

[startup+3.1009 s]
/proc/loadavg: 1.84 1.97 1.91 3/211 30187
/proc/meminfo: memFree=1390624/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543436 CPUtime=3.97 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 25902 0 1 0 392 5 0 0 25 0 19 0 883417555 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635859 23107 2255 9 0 2626593 0
[pid=30112/tid=30114] ppid=30110 vsize=10543436 CPUtime=3.04 cores=0,2,4,6
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 28722 0 -1 4202560 17730 0 1 0 301 3 0 0 18 0 19 0 883417555 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 46912505710264 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 57 0 0 0 0 0 0 0 16 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 410 0 0 0 0 0 0 0 16 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 883417557 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543436 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 917 0 0 0 2 0 0 0 16 0 19 0 883417558 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883417558 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883417558 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543436 CPUtime=0.47 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2711 0 0 0 46 1 0 0 15 0 19 0 883417561 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543436 CPUtime=0.39 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2308 0 0 0 39 0 0 0 15 0 19 0 883417561 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883417561 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543436 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796478464 23107 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 10543436

[startup+6.30133 s]
/proc/loadavg: 1.85 1.97 1.91 3/211 30187
/proc/meminfo: memFree=1361448/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543256 CPUtime=7.24 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 26281 0 1 0 719 5 0 0 25 0 19 0 883417555 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635814 23255 2255 9 0 2626548 0
[pid=30112/tid=30114] ppid=30110 vsize=10543256 CPUtime=6.16 cores=0,2,4,6
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 28722 0 -1 4202560 17736 0 1 0 613 3 0 0 25 0 19 0 883417555 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 46912505660549 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 415 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 402 0 0 0 0 0 0 0 15 0 19 0 883417557 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543256 CPUtime=0.1 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 1138 0 0 0 10 0 0 0 16 0 19 0 883417558 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883417558 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883417558 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543256 CPUtime=0.48 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2711 0 0 0 47 1 0 0 15 0 19 0 883417561 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543256 CPUtime=0.45 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2438 0 0 0 45 0 0 0 15 0 19 0 883417561 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883417561 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796294144 23255 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10543256

[startup+12.7011 s]

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

/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 190 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 418 0 0 0 2 0 0 0 16 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543560 CPUtime=1.41 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 1330 0 0 0 139 2 0 0 15 0 19 0 883417558 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543560 CPUtime=0.48 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2711 0 0 0 47 1 0 0 15 0 19 0 883417561 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543560 CPUtime=0.48 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2678 0 0 0 48 0 0 0 15 0 19 0 883417561 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883417561 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796605440 23529 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 53.77
Current children cumulated vsize (KiB) 10543560

[startup+54.3013 s]
/proc/loadavg: 1.93 1.97 1.91 3/211 30189
/proc/meminfo: memFree=1371748/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543560 CPUtime=55.37 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 26845 0 1 0 5529 8 0 0 25 0 19 0 883417555 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635890 23544 2256 9 0 2626624 0
[pid=30112/tid=30114] ppid=30110 vsize=10543560 CPUtime=52.66 cores=0,2,4,6
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 28722 0 -1 4202560 17821 0 1 0 5263 3 0 0 25 0 19 0 883417555 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 46912505709405 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 419 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 406 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543560 CPUtime=1.45 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 1340 0 0 0 143 2 0 0 15 0 19 0 883417558 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543560 CPUtime=0.48 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2711 0 0 0 47 1 0 0 15 0 19 0 883417561 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543560 CPUtime=0.48 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2678 0 0 0 48 0 0 0 15 0 19 0 883417561 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883417561 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796605440 23544 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 55.37
Current children cumulated vsize (KiB) 10543560

[startup+55.1011 s]
/proc/loadavg: 1.93 1.97 1.91 3/211 30189
/proc/meminfo: memFree=1371624/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543560 CPUtime=56.2 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 26864 0 1 0 5612 8 0 0 25 0 19 0 883417555 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635890 23561 2256 9 0 2626624 0
[pid=30112/tid=30114] ppid=30110 vsize=10543560 CPUtime=53.44 cores=0,2,4,6
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 28722 0 -1 4202560 17823 0 1 0 5341 3 0 0 25 0 19 0 883417555 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 46912505782717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 419 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 406 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543560 CPUtime=1.47 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 1353 0 0 0 145 2 0 0 15 0 19 0 883417558 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543560 CPUtime=0.5 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2711 0 0 0 49 1 0 0 15 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543560 CPUtime=0.49 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2680 0 0 0 49 0 0 0 15 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 56.2
Current children cumulated vsize (KiB) 10543560

[startup+55.301 s]
/proc/loadavg: 1.93 1.97 1.91 3/211 30189
/proc/meminfo: memFree=1371624/32951124 swapFree=67064576/67111528
[pid=30112] ppid=30110 vsize=10543560 CPUtime=56.4 cores=0,2,4,6
/proc/30112/stat : 30112 (java) S 30110 30112 28722 0 -1 4202496 26864 0 1 0 5632 8 0 0 25 0 19 0 883417555 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30112/statm: 2635890 23561 2256 9 0 2626624 0
[pid=30112/tid=30114] ppid=30110 vsize=10543560 CPUtime=53.64 cores=0,2,4,6
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 28722 0 -1 4202560 17823 0 1 0 5361 3 0 0 25 0 19 0 883417555 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 46912505709585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30112/tid=30115] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 28722 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30117] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 28722 0 -1 4202560 70 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30118] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30119] ppid=30110 vsize=10543560 CPUtime=0.02 cores=0,2,4,6
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 28722 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30120] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 28722 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30121] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 28722 0 -1 4202560 419 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30122] ppid=30110 vsize=10543560 CPUtime=0.03 cores=0,2,4,6
/proc/30112/task/30122/stat : 30122 (java) S 30110 30112 28722 0 -1 4202560 406 0 0 0 3 0 0 0 15 0 19 0 883417557 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30126] ppid=30110 vsize=10543560 CPUtime=1.47 cores=0,2,4,6
/proc/30112/task/30126/stat : 30126 (java) S 30110 30112 28722 0 -1 4202560 1353 0 0 0 145 2 0 0 15 0 19 0 883417558 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 0 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30128] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30128/stat : 30128 (java) S 30110 30112 28722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
[pid=30112/tid=30129] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30129/stat : 30129 (java) S 30110 30112 28722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883417558 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30133] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30133/stat : 30133 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738228657 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30134] ppid=30110 vsize=10543560 CPUtime=0.5 cores=0,2,4,6
/proc/30112/task/30134/stat : 30134 (java) S 30110 30112 28722 0 -1 4202560 2711 0 0 0 49 1 0 0 15 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30135] ppid=30110 vsize=10543560 CPUtime=0.49 cores=0,2,4,6
/proc/30112/task/30135/stat : 30135 (java) S 30110 30112 28722 0 -1 4202560 2680 0 0 0 49 0 0 0 15 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 0 0 0 0
[pid=30112/tid=30136] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30136/stat : 30136 (java) S 30110 30112 28722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738220953 0 4 0 16800975 18446604440279314816 0 0 -1 2 0 0 0
[pid=30112/tid=30137] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30137/stat : 30137 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883417561 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 4 0 0 0
[pid=30112/tid=30181] ppid=30110 vsize=10543560 CPUtime=0 cores=0,2,4,6
/proc/30112/task/30181/stat : 30181 (java) S 30110 30112 28722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883417588 10796605440 23561 33554432000 1073741824 1073778376 140734670596560 18446744073709551615 264738221568 0 4 0 16800975 18446604440279314816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 56.4
Current children cumulated vsize (KiB) 10543560

Child status: 30
Real time (s): 55.3949
CPU time (s): 56.5084
CPU user time (s): 56.4174
CPU system time (s): 0.090986
CPU usage (%): 102.01
Max. virtual memory (cumulated for all children) (KiB): 10544656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.4174
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26890
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= 3858
involuntary context switches= 1875

runsolver used 0.116982 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-12 22:20:19
IDJOB=3492598
IDBENCH=78913
IDSOLVER=1982
FILE ID=node141/3492598-1307910019
RUNJOBID= node141-1307908222-29947
PBS_JOBID= 13559567
Free space on /var/tmp= 2912 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492598-1307910019/watcher-3492598-1307910019 -o /var/tmp/evaluation-result-3492598-1307910019/solver-3492598-1307910019 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492598-1307910019.wbo

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

MD5SUM BENCH= c3adda683c0d048bf44386b3ccfc9e41
RANDOM SEED=896066416

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1541992 kB
Buffers:         60636 kB
Cached:       30381136 kB
SwapCached:       8816 kB
Active:       15198600 kB
Inactive:     15262360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1541992 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:             520 kB
Writeback:           0 kB
AnonPages:       17728 kB
Mapped:          10100 kB
Slab:           884904 kB
PageTables:       3804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186700 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= 2912 MiB
End job on node141 at 2011-06-12 22:21:15