Trace number 3492727

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 37.1604 35.7478

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-0-100-0.wbo
MD5SUM2d2bf2958836971f0db370fff49dd93d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.92971
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1217
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/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-3492727-1307911190.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     270
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 => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.21	c SATISFIABLE
0.28/0.21	c OPTIMIZING...
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.106
0.28/0.21	o 696
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.28/0.25	o 601
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.28/0.27	o 503
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.28/0.29	o 471
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.52/0.36	o 468
0.64/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.64/0.40	o 458
0.64/0.45	c Got one! Elapsed wall clock time (in seconds):0.34
0.64/0.45	o 441
0.64/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.64/0.47	o 438
0.77/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
0.77/0.52	o 307
0.87/0.61	c Got one! Elapsed wall clock time (in seconds):0.504
0.87/0.61	o 286
0.87/0.70	c cleaning 4263 clauses out of 8539 with flag 1000/8539
1.00/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
1.00/0.72	o 258
1.22/0.93	c cleaning 4722 clauses out of 9449 with flag 5002/13712
1.33/1.03	c Got one! Elapsed wall clock time (in seconds):0.921
1.33/1.03	o 253
1.33/1.06	c Got one! Elapsed wall clock time (in seconds):0.955
1.33/1.06	o 246
1.44/1.13	c Got one! Elapsed wall clock time (in seconds):1.025
1.44/1.13	o 245
1.53/1.23	c Got one! Elapsed wall clock time (in seconds):1.119
1.53/1.23	o 239
1.53/1.28	c cleaning 6294 clauses out of 12594 with flag 1001/21579
1.80/1.45	c Got one! Elapsed wall clock time (in seconds):1.348
1.80/1.45	o 236
1.90/1.53	c cleaning 5718 clauses out of 11443 with flag 2000/26722
2.22/1.83	c cleaning 5858 clauses out of 11726 with flag 8001/32723
2.63/2.21	c cleaning 6427 clauses out of 12867 with flag 15000/39722
2.83/2.41	c Got one! Elapsed wall clock time (in seconds):2.308
2.83/2.41	o 232
2.83/2.48	c Got one! Elapsed wall clock time (in seconds):2.37
2.83/2.48	o 213
2.95/2.52	c cleaning 6350 clauses out of 12705 with flag 1000/45987
3.05/2.65	c Got one! Elapsed wall clock time (in seconds):2.542
3.05/2.65	o 194
3.15/2.77	c cleaning 6117 clauses out of 12242 with flag 3000/51874
3.45/3.03	c cleaning 6061 clauses out of 12126 with flag 9001/57875
3.76/3.33	c cleaning 6528 clauses out of 13065 with flag 16001/64875
4.05/3.64	c Got one! Elapsed wall clock time (in seconds):3.537
4.05/3.64	o 193
4.25/3.86	c cleaning 8869 clauses out of 17743 with flag 5002/76081
4.36/3.92	c Got one! Elapsed wall clock time (in seconds):3.811
4.36/3.92	o 174
4.46/4.07	c cleaning 7055 clauses out of 14121 with flag 4001/81328
4.76/4.32	c cleaning 6531 clauses out of 13065 with flag 10000/87327
5.06/4.66	c cleaning 6765 clauses out of 13535 with flag 17001/94328
5.46/5.09	c cleaning 7381 clauses out of 14770 with flag 25001/102328
5.96/5.54	c cleaning 8190 clauses out of 16389 with flag 34001/111328
6.56/6.12	c cleaning 9095 clauses out of 18198 with flag 44000/121327
7.06/6.65	c cleaning 9545 clauses out of 19105 with flag 54002/131329
7.56/7.14	c Got one! Elapsed wall clock time (in seconds):7.029
7.56/7.14	o 173
7.76/7.36	c cleaning 12027 clauses out of 24060 with flag 5002/145829
7.96/7.53	c Got one! Elapsed wall clock time (in seconds):7.424
7.96/7.53	o 160
8.11/7.62	c cleaning 8755 clauses out of 17518 with flag 2000/151314
8.31/7.85	c cleaning 7376 clauses out of 14763 with flag 8000/157314
8.62/8.18	c Got one! Elapsed wall clock time (in seconds):8.069
8.62/8.18	o 151
8.82/8.39	c cleaning 9574 clauses out of 19158 with flag 5000/169085
9.12/8.64	c cleaning 7786 clauses out of 15584 with flag 11000/175085
9.23/8.78	c Got one! Elapsed wall clock time (in seconds):8.676
9.23/8.78	o 133
9.35/8.87	c cleaning 6601 clauses out of 13215 with flag 2000/180502
9.56/9.09	c cleaning 6303 clauses out of 12614 with flag 8000/186502
9.86/9.35	c cleaning 6651 clauses out of 13313 with flag 15002/193504
10.16/9.69	c cleaning 7327 clauses out of 14661 with flag 23001/201503
10.37/9.84	c Got one! Elapsed wall clock time (in seconds):9.738
10.37/9.84	o 130
10.47/9.92	c cleaning 6220 clauses out of 12449 with flag 2001/206618
10.77/10.23	c cleaning 6109 clauses out of 12228 with flag 8000/212617
11.07/10.59	c cleaning 6558 clauses out of 13119 with flag 15000/219617
11.47/10.99	c cleaning 7271 clauses out of 14561 with flag 23000/227617
11.87/11.39	c cleaning 8142 clauses out of 16293 with flag 32003/236620
12.47/11.91	c cleaning 9064 clauses out of 18149 with flag 42001/246618
12.68/12.19	c Got one! Elapsed wall clock time (in seconds):12.086
12.68/12.19	o 124
12.87/12.39	c cleaning 9730 clauses out of 19465 with flag 5001/256998
13.17/12.62	c cleaning 7863 clauses out of 15734 with flag 11000/262997
13.37/12.89	c cleaning 7432 clauses out of 14872 with flag 18001/269998
13.57/13.09	c Got one! Elapsed wall clock time (in seconds):12.981
13.57/13.09	o 120
13.68/13.14	c cleaning 6549 clauses out of 13110 with flag 1001/275668
13.87/13.36	c cleaning 6277 clauses out of 12563 with flag 7003/281670
14.17/13.62	c cleaning 6636 clauses out of 13284 with flag 14001/288668
14.47/13.91	c cleaning 7319 clauses out of 14649 with flag 22002/296669
14.78/14.29	c cleaning 8164 clauses out of 16333 with flag 31005/305672
14.98/14.33	c Got one! Elapsed wall clock time (in seconds):14.226
14.98/14.33	o 111
15.35/14.58	c cleaning 6786 clauses out of 13583 with flag 5001/311086
15.90/14.90	c cleaning 6394 clauses out of 12796 with flag 11000/317085
16.49/15.26	c cleaning 6696 clauses out of 13403 with flag 18001/324086
16.95/15.68	c cleaning 7353 clauses out of 14709 with flag 26003/332088
17.45/16.15	c cleaning 8173 clauses out of 16353 with flag 35000/341085
17.95/16.64	c cleaning 9087 clauses out of 18183 with flag 45003/351088
18.46/17.18	c cleaning 9545 clauses out of 19096 with flag 55003/361088
18.86/17.60	c Got one! Elapsed wall clock time (in seconds):17.493
18.86/17.60	o 110
19.16/17.81	c cleaning 11327 clauses out of 22664 with flag 5001/374201
19.36/18.04	c cleaning 8665 clauses out of 17336 with flag 11000/380200
19.66/18.30	c cleaning 7829 clauses out of 15673 with flag 18002/387202
19.96/18.63	c cleaning 7914 clauses out of 15842 with flag 26000/395200
20.36/19.07	c cleaning 8463 clauses out of 16930 with flag 35002/404202
20.96/19.62	c cleaning 9225 clauses out of 18465 with flag 45000/414200
21.46/20.18	c cleaning 9616 clauses out of 19240 with flag 55000/424200
22.06/20.74	c cleaning 9801 clauses out of 19625 with flag 65001/434201
22.56/21.26	c cleaning 9909 clauses out of 19823 with flag 75000/444200
23.16/21.80	c cleaning 9954 clauses out of 19914 with flag 85000/454200
23.16/21.86	c Got one! Elapsed wall clock time (in seconds):21.756
23.16/21.86	o 100
23.37/22.04	c cleaning 7966 clauses out of 15939 with flag 5002/460179
23.56/22.24	c Got one! Elapsed wall clock time (in seconds):22.13
23.56/22.24	o 82
23.56/22.28	c cleaning 6597 clauses out of 13204 with flag 1001/465410
23.77/22.48	c cleaning 6301 clauses out of 12607 with flag 7001/471410
24.17/22.80	c cleaning 6642 clauses out of 13307 with flag 14002/478411
24.48/23.17	c cleaning 7330 clauses out of 14663 with flag 22000/486409
24.98/23.61	c cleaning 8164 clauses out of 16333 with flag 31000/495409
25.28/23.92	c Got one! Elapsed wall clock time (in seconds):23.81
25.28/23.92	o 44
25.48/24.13	c cleaning 9557 clauses out of 19121 with flag 5001/506361
25.68/24.35	c cleaning 7779 clauses out of 15565 with flag 11002/512362
25.88/24.59	c cleaning 7386 clauses out of 14784 with flag 18000/519360
26.18/24.89	c cleaning 7697 clauses out of 15399 with flag 26001/527361
26.58/25.26	c cleaning 8343 clauses out of 16701 with flag 35000/536360
26.98/25.67	c cleaning 9174 clauses out of 18359 with flag 45001/546361
27.38/26.02	c cleaning 9582 clauses out of 19185 with flag 55001/556361
27.69/26.38	c cleaning 9798 clauses out of 19606 with flag 65004/566364
28.08/26.73	c cleaning 9899 clauses out of 19804 with flag 75000/576360
28.28/26.99	c Got one! Elapsed wall clock time (in seconds):26.888
28.28/26.99	o 15
28.58/27.22	c cleaning 11374 clauses out of 22755 with flag 5001/589210
28.79/27.43	c cleaning 8687 clauses out of 17380 with flag 11000/595209
28.98/27.67	c cleaning 7842 clauses out of 15694 with flag 18001/602210
29.28/27.96	c cleaning 7922 clauses out of 15855 with flag 26004/610213
29.58/28.26	c cleaning 8460 clauses out of 16929 with flag 35000/619209
29.99/28.62	c cleaning 9231 clauses out of 18470 with flag 45001/629210
30.38/29.07	c cleaning 9616 clauses out of 19239 with flag 55001/639210
30.79/29.45	c cleaning 9809 clauses out of 19625 with flag 65003/649212
31.18/29.81	c cleaning 9901 clauses out of 19816 with flag 75003/659212
31.49/30.17	c cleaning 9954 clauses out of 19913 with flag 85001/669210
31.89/30.55	c cleaning 9975 clauses out of 19959 with flag 95001/679210
32.29/30.91	c cleaning 9987 clauses out of 19985 with flag 105002/689211
32.29/30.94	c Got one! Elapsed wall clock time (in seconds):30.829
32.29/30.94	o 4
32.49/31.10	c cleaning 7636 clauses out of 15280 with flag 5000/694493
32.59/31.29	c cleaning 6819 clauses out of 13647 with flag 11003/700496
32.89/31.53	c cleaning 6910 clauses out of 13826 with flag 18001/707494
33.20/31.80	c cleaning 7453 clauses out of 14915 with flag 26000/715493
33.40/32.09	c cleaning 8223 clauses out of 16462 with flag 35000/724493
33.79/32.44	c cleaning 9115 clauses out of 18240 with flag 45001/734494
34.10/32.78	c cleaning 9559 clauses out of 19124 with flag 55000/744493
34.50/33.13	c cleaning 9778 clauses out of 19565 with flag 65000/754493
34.90/33.50	c cleaning 9892 clauses out of 19789 with flag 75002/764495
35.20/33.86	c cleaning 9943 clauses out of 19896 with flag 85001/774494
35.60/34.21	c cleaning 9973 clauses out of 19952 with flag 95000/784493
35.91/34.56	c cleaning 9987 clauses out of 19980 with flag 105001/794494
36.31/34.90	c cleaning 9991 clauses out of 19992 with flag 115000/804493
36.61/35.26	c cleaning 9998 clauses out of 20001 with flag 125000/814493
37.01/35.61	c cleaning 9994 clauses out of 20003 with flag 135000/824493
37.11/35.73	c Got one! Elapsed wall clock time (in seconds):35.62
37.11/35.73	o 1
37.11/35.74	c starts		: 203
37.11/35.74	c conflicts		: 827975
37.11/35.74	c decisions		: 1329259
37.11/35.74	c propagations		: 24293667
37.11/35.74	c inspects		: 193359390
37.11/35.74	c shortcuts		: 0
37.11/35.74	c learnt literals	: 0
37.11/35.74	c learnt binary clauses	: 83
37.11/35.74	c learnt ternary clauses	: 781
37.11/35.74	c learnt constraints	: 827975
37.11/35.74	c ignored constraints	: 0
37.11/35.74	c root simplifications	: 0
37.11/35.74	c removed literals (reason simplification)	: 4719621
37.11/35.74	c reason swapping (by a shorter reason)	: 0
37.11/35.74	c Calls to reduceDB	: 100
37.11/35.74	c number of reductions to clauses (during analyze)	: 0
37.11/35.74	c number of learned constraints concerned by reduction	: 0
37.11/35.74	c number of learning phase by resolution	: 0
37.11/35.74	c number of learning phase by cutting planes	: 0
37.11/35.74	c speed (assignments/second)	: 2.4293667E9
37.11/35.74	c non guided choices	2136
37.11/35.74	c learnt constraints type 
37.11/35.74	c constraints type 
37.11/35.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
37.11/35.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
37.11/35.74	s OPTIMUM FOUND
37.11/35.74	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 
37.11/35.74	c objective function=1
37.11/35.74	c Total wall clock time (in seconds): 35.632

Verifier Data

OK	1

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-3492727-1307911190/watcher-3492727-1307911190 -o /var/tmp/evaluation-result-3492727-1307911190/solver-3492727-1307911190 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492727-1307911190.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.91 2/192 29357
/proc/meminfo: memFree=1316984/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 1169 0 0 0 0 0 0 0 25 0 2 0 883534937 26714112 897 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 6522 897 682 9 0 381 0
[pid=29357/tid=29358] ppid=29355 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 883534937 27824128 906 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220811312775 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0528169 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29357
/proc/meminfo: memFree=1316984/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 11458 0 1 0 2 1 0 0 25 0 13 0 883534937 10718838784 11154 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2616904 11155 1685 9 0 2607652 0
[pid=29357/tid=29358] ppid=29355 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 10310 0 1 0 2 1 0 0 24 0 13 0 883534937 10718838784 11155 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505099250 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.100776 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29357
/proc/meminfo: memFree=1316984/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10539928 CPUtime=0.1 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 13088 0 1 0 8 2 0 0 25 0 18 0 883534937 10792886272 12757 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2634982 12757 2092 9 0 2625716 0
[pid=29357/tid=29358] ppid=29355 vsize=10539928 CPUtime=0.07 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 11146 0 1 0 6 1 0 0 25 0 18 0 883534937 10792886272 12757 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912504002604 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) 10539928

[startup+0.300734 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29357
/proc/meminfo: memFree=1316984/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10544128 CPUtime=0.52 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 15974 0 1 0 49 3 0 0 25 0 19 0 883534937 10797187072 14929 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2636032 14929 2214 9 0 2626766 0
[pid=29357/tid=29358] ppid=29355 vsize=10544128 CPUtime=0.28 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 11811 0 1 0 26 2 0 0 25 0 19 0 883534937 10797187072 14929 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505550721 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10544128

[startup+0.700629 s]
/proc/loadavg: 2.00 2.00 1.91 2/192 29357
/proc/meminfo: memFree=1316984/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10543860 CPUtime=1 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 16930 0 1 0 97 3 0 0 25 0 19 0 883534937 10796912640 15603 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2635965 15603 2226 9 0 2626699 0
[pid=29357/tid=29358] ppid=29355 vsize=10543860 CPUtime=0.68 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) S 29355 29357 27059 0 -1 4202560 12523 0 1 0 66 2 0 0 25 0 19 0 883534937 10796912640 15603 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10543860

[startup+1.50151 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 29376
/proc/meminfo: memFree=1259452/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10543860 CPUtime=1.9 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 18962 0 1 0 187 3 0 0 25 0 19 0 883534937 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2635965 16964 2249 9 0 2626699 0
[pid=29357/tid=29358] ppid=29355 vsize=10543860 CPUtime=1.44 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 12527 0 1 0 142 2 0 0 25 0 19 0 883534937 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505581900 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29357/tid=29360] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 239 0 0 0 0 0 0 0 16 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10543860 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 552 0 0 0 3 0 0 0 15 0 19 0 883534940 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10543860 CPUtime=0.24 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 2579 0 0 0 24 0 0 0 15 0 19 0 883534943 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10543860 CPUtime=0.16 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 1392 0 0 0 16 0 0 0 15 0 19 0 883534943 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29374] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29374/stat : 29374 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29375] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29375/stat : 29375 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883534943 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29376] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29376/stat : 29376 (java) S 29355 29357 27059 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883534954 10796912640 16964 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10543860

[startup+3.10122 s]
/proc/loadavg: 2.08 2.02 1.91 3/211 29376
/proc/meminfo: memFree=1256976/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10543860 CPUtime=3.55 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 19050 0 1 0 351 4 0 0 25 0 19 0 883534937 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2635965 17046 2249 9 0 2626699 0
[pid=29357/tid=29358] ppid=29355 vsize=10543860 CPUtime=2.96 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 12533 0 1 0 294 2 0 0 25 0 19 0 883534937 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505524801 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29357/tid=29360] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 19 0 883534939 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10543860 CPUtime=0.1 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 552 0 0 0 10 0 0 0 15 0 19 0 883534940 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10543860 CPUtime=0.28 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 2586 0 0 0 28 0 0 0 15 0 19 0 883534943 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10543860 CPUtime=0.16 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 1392 0 0 0 16 0 0 0 15 0 19 0 883534943 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29374] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29374/stat : 29374 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29375] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29375/stat : 29375 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883534943 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29376] ppid=29355 vsize=10543860 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29376/stat : 29376 (java) S 29355 29357 27059 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883534954 10796912640 17046 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10543860

[startup+6.30063 s]
/proc/loadavg: 2.08 2.02 1.91 3/211 29376
/proc/meminfo: memFree=1256348/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10543120 CPUtime=6.76 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 19238 0 1 0 672 4 0 0 25 0 19 0 883534937 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2635780 17032 2249 9 0 2626514 0
[pid=29357/tid=29358] ppid=29355 vsize=10543120 CPUtime=6.04 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 12542 0 1 0 602 2 0 0 25 0 19 0 883534937 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505357447 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29357/tid=29360] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 19 0 883534939 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10543120 CPUtime=0.2 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 685 0 0 0 20 0 0 0 16 0 19 0 883534940 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10543120 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10543120 CPUtime=0.28 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 2586 0 0 0 28 0 0 0 15 0 19 0 883534943 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10543120 CPUtime=0.16 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 1392 0 0 0 16 0 0 0 15 0 19 0 883534943 10796154880 17032 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0

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

/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10545428 CPUtime=0.01 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 83 0 0 0 2 0 0 0 16 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 140 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10545428 CPUtime=1.23 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 999 0 0 0 122 1 0 0 15 0 19 0 883534940 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10545428 CPUtime=0.66 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 11059 0 0 0 65 1 0 0 15 0 19 0 883534943 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10545428 CPUtime=0.63 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 4930 0 0 0 62 1 0 0 15 0 19 0 883534943 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29374] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29374/stat : 29374 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29375] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29375/stat : 29375 (java) S 29355 29357 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883534943 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29376] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29376/stat : 29376 (java) S 29355 29357 27059 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883534954 10798518272 20337 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.9
Current children cumulated vsize (KiB) 10545428

[startup+35.1013 s]
/proc/loadavg: 2.05 2.01 1.91 3/211 29377
/proc/meminfo: memFree=1242164/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10545428 CPUtime=36.51 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 31785 0 1 0 3642 9 0 0 25 0 19 0 883534937 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2636357 20344 2251 9 0 2627091 0
[pid=29357/tid=29358] ppid=29355 vsize=10545428 CPUtime=33.65 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 12626 0 1 0 3363 2 0 0 18 0 19 0 883534937 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505541630 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29357/tid=29360] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 136 0 0 0 2 0 0 0 16 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 83 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 3 0 0 0 16 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10545428 CPUtime=1.3 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 1005 0 0 0 128 2 0 0 15 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10545428 CPUtime=0.66 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 11059 0 0 0 65 1 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10545428 CPUtime=0.63 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 4930 0 0 0 62 1 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29374] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29374/stat : 29374 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29375] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29375/stat : 29375 (java) S 29355 29357 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29376] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29376/stat : 29376 (java) S 29355 29357 27059 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883534954 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.51
Current children cumulated vsize (KiB) 10545428

[startup+35.5012 s]
/proc/loadavg: 2.05 2.01 1.91 3/211 29377
/proc/meminfo: memFree=1242164/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10545428 CPUtime=36.91 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 31786 0 1 0 3682 9 0 0 25 0 19 0 883534937 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2636357 20344 2251 9 0 2627091 0
[pid=29357/tid=29358] ppid=29355 vsize=10545428 CPUtime=34.03 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 12627 0 1 0 3401 2 0 0 18 0 19 0 883534937 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505566367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29357/tid=29360] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 83 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 3 0 0 0 16 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10545428 CPUtime=1.32 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 1005 0 0 0 130 2 0 0 15 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10545428 CPUtime=0.66 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 11059 0 0 0 65 1 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10545428 CPUtime=0.63 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 4930 0 0 0 62 1 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29374] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29374/stat : 29374 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29375] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29375/stat : 29375 (java) S 29355 29357 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29376] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29376/stat : 29376 (java) S 29355 29357 27059 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883534954 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.91
Current children cumulated vsize (KiB) 10545428

[startup+35.7012 s]
/proc/loadavg: 2.05 2.01 1.91 3/211 29377
/proc/meminfo: memFree=1242164/32951124 swapFree=67062232/67111528
[pid=29357] ppid=29355 vsize=10545428 CPUtime=37.11 cores=1,3,5,7
/proc/29357/stat : 29357 (java) S 29355 29357 27059 0 -1 4202496 31787 0 1 0 3702 9 0 0 25 0 19 0 883534937 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29357/statm: 2636357 20344 2251 9 0 2627091 0
[pid=29357/tid=29358] ppid=29355 vsize=10545428 CPUtime=34.21 cores=1,3,5,7
/proc/29357/task/29358/stat : 29358 (java) R 29355 29357 27059 0 -1 4202560 12628 0 1 0 3419 2 0 0 17 0 19 0 883534937 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 46912505531985 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29357/tid=29360] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29360/stat : 29360 (java) S 29355 29357 27059 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29361] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29361/stat : 29361 (java) S 29355 29357 27059 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29362] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29362/stat : 29362 (java) S 29355 29357 27059 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29363] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29363/stat : 29363 (java) S 29355 29357 27059 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29364] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29364/stat : 29364 (java) S 29355 29357 27059 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 7 0 0 0
[pid=29357/tid=29365] ppid=29355 vsize=10545428 CPUtime=0.02 cores=1,3,5,7
/proc/29357/task/29365/stat : 29365 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29366] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29366/stat : 29366 (java) S 29355 29357 27059 0 -1 4202560 83 0 0 0 3 0 0 0 15 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29367] ppid=29355 vsize=10545428 CPUtime=0.03 cores=1,3,5,7
/proc/29357/task/29367/stat : 29367 (java) S 29355 29357 27059 0 -1 4202560 141 0 0 0 3 0 0 0 16 0 19 0 883534939 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29368] ppid=29355 vsize=10545428 CPUtime=1.33 cores=1,3,5,7
/proc/29357/task/29368/stat : 29368 (java) S 29355 29357 27059 0 -1 4202560 1005 0 0 0 131 2 0 0 15 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 0 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29369] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29369/stat : 29369 (java) S 29355 29357 27059 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29370] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29370/stat : 29370 (java) S 29355 29357 27059 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 883534940 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29371] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29371/stat : 29371 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828060081 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29372] ppid=29355 vsize=10545428 CPUtime=0.66 cores=1,3,5,7
/proc/29357/task/29372/stat : 29372 (java) S 29355 29357 27059 0 -1 4202560 11059 0 0 0 65 1 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29373] ppid=29355 vsize=10545428 CPUtime=0.63 cores=1,3,5,7
/proc/29357/task/29373/stat : 29373 (java) S 29355 29357 27059 0 -1 4202560 4930 0 0 0 62 1 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
[pid=29357/tid=29374] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29374/stat : 29374 (java) S 29355 29357 27059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052377 0 4 0 16800975 18446604461839125504 0 0 -1 5 0 0 0
[pid=29357/tid=29375] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29375/stat : 29375 (java) S 29355 29357 27059 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883534943 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 3 0 0 0
[pid=29357/tid=29376] ppid=29355 vsize=10545428 CPUtime=0 cores=1,3,5,7
/proc/29357/task/29376/stat : 29376 (java) S 29355 29357 27059 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883534954 10798518272 20344 33554432000 1073741824 1073778376 140734027534112 18446744073709551615 220828052992 0 4 0 16800975 18446604461839125504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.11
Current children cumulated vsize (KiB) 10545428

Child status: 30
Real time (s): 35.7478
CPU time (s): 37.1604
CPU user time (s): 37.0654
CPU system time (s): 0.094985
CPU usage (%): 103.951
Max. virtual memory (cumulated for all children) (KiB): 10555332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0654
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31808
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= 3890
involuntary context switches= 1660

runsolver used 0.06199 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 22:39:50
IDJOB=3492727
IDBENCH=79247
IDSOLVER=1982
FILE ID=node147/3492727-1307911190
RUNJOBID= node147-1307908199-28931
PBS_JOBID= 13559562
Free space on /var/tmp= 2912 MiB

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

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

MD5SUM BENCH= 2d2bf2958836971f0db370fff49dd93d
RANDOM SEED=530308418

node147.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.836
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.67
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:       1317140 kB
Buffers:         63972 kB
Cached:       30482788 kB
SwapCached:       9980 kB
Active:       15829680 kB
Inactive:     14857588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1317140 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:             516 kB
Writeback:           4 kB
AnonPages:      138180 kB
Mapped:          18532 kB
Slab:           883012 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10515320 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 node147 at 2011-06-12 22:40:26