Trace number 3492337

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 40.9798 39.617

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
MD5SUMdce35c207127a4ac706b019c5103970d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.42578
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/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-3492337-1307909559.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     233
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.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.129
0.27/0.24	o 536
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.161
0.27/0.27	o 502
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.183
0.27/0.29	o 462
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.202
0.53/0.31	o 336
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.228
0.53/0.34	o 319
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.53/0.37	o 273
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.297
0.65/0.41	o 259
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.322
0.65/0.43	o 256
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.423
0.78/0.53	o 251
1.00/0.71	c cleaning 4988 clauses out of 9982 with flag 3002/9982
1.00/0.77	c Got one! Elapsed wall clock time (in seconds):0.657
1.00/0.77	o 245
1.00/0.79	c Got one! Elapsed wall clock time (in seconds):0.686
1.00/0.79	o 236
1.13/0.86	c Got one! Elapsed wall clock time (in seconds):0.75
1.13/0.86	o 228
1.23/0.97	c cleaning 5838 clauses out of 11685 with flag 3001/16673
1.23/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
1.23/0.99	o 207
1.34/1.03	c Got one! Elapsed wall clock time (in seconds):0.919
1.34/1.03	o 201
1.34/1.09	c Got one! Elapsed wall clock time (in seconds):0.98
1.34/1.09	o 187
1.54/1.24	c cleaning 6361 clauses out of 12742 with flag 4000/23568
1.76/1.45	c Got one! Elapsed wall clock time (in seconds):1.341
1.76/1.45	o 124
1.97/1.69	c cleaning 8494 clauses out of 16997 with flag 5002/34184
2.27/1.90	c Got one! Elapsed wall clock time (in seconds):1.792
2.27/1.90	o 109
2.47/2.15	c cleaning 9282 clauses out of 18572 with flag 5001/44253
2.78/2.40	c cleaning 7639 clauses out of 15290 with flag 11001/50253
2.98/2.69	c cleaning 7321 clauses out of 14650 with flag 18000/57252
3.28/2.92	c Got one! Elapsed wall clock time (in seconds):2.814
3.28/2.92	o 107
3.48/3.11	c Got one! Elapsed wall clock time (in seconds):3.006
3.48/3.11	o 97
3.48/3.17	c cleaning 9380 clauses out of 18765 with flag 1001/68688
3.78/3.41	c cleaning 7686 clauses out of 15385 with flag 7001/74688
4.08/3.72	c cleaning 7341 clauses out of 14698 with flag 14000/81687
4.39/4.06	c cleaning 7678 clauses out of 15360 with flag 22003/89690
4.69/4.36	c Got one! Elapsed wall clock time (in seconds):4.247
4.69/4.36	o 82
4.89/4.58	c cleaning 10333 clauses out of 20673 with flag 5001/102681
5.19/4.83	c cleaning 8160 clauses out of 16340 with flag 11001/108681
5.39/5.04	c Got one! Elapsed wall clock time (in seconds):4.928
5.39/5.04	o 74
5.61/5.23	c cleaning 9562 clauses out of 19131 with flag 5000/119632
5.82/5.46	c cleaning 7779 clauses out of 15569 with flag 11000/125632
6.11/5.72	c cleaning 7387 clauses out of 14790 with flag 18000/132632
6.41/6.03	c cleaning 7696 clauses out of 15404 with flag 26001/140633
6.71/6.38	c cleaning 8346 clauses out of 16707 with flag 35000/149632
7.11/6.75	c cleaning 9174 clauses out of 18362 with flag 45001/159633
7.31/6.92	c Got one! Elapsed wall clock time (in seconds):6.81
7.31/6.92	o 66
7.31/6.96	c cleaning 7354 clauses out of 14713 with flag 1002/165158
7.52/7.17	c cleaning 6676 clauses out of 13360 with flag 7003/171159
7.82/7.41	c cleaning 6836 clauses out of 13681 with flag 14000/178156
8.12/7.70	c cleaning 7420 clauses out of 14848 with flag 22003/186159
8.42/8.01	c cleaning 8208 clauses out of 16426 with flag 31001/195157
8.82/8.40	c cleaning 9105 clauses out of 18218 with flag 41001/205157
9.13/8.79	c cleaning 9551 clauses out of 19112 with flag 51000/215156
9.62/9.21	c cleaning 9779 clauses out of 19563 with flag 61002/225158
10.02/9.60	c cleaning 9885 clauses out of 19782 with flag 71000/235156
10.33/9.99	c cleaning 9944 clauses out of 19898 with flag 81001/245157
10.72/10.39	c cleaning 9971 clauses out of 19953 with flag 91000/255156
11.13/10.80	c cleaning 9988 clauses out of 19984 with flag 101002/265158
11.63/11.20	c cleaning 9991 clauses out of 19994 with flag 111000/275156
11.73/11.32	c Got one! Elapsed wall clock time (in seconds):11.214
11.73/11.32	o 59
11.73/11.40	c cleaning 7537 clauses out of 15079 with flag 2001/280232
12.03/11.61	c cleaning 6768 clauses out of 13543 with flag 8002/286233
12.23/11.85	c cleaning 6885 clauses out of 13776 with flag 15003/293234
12.54/12.11	c cleaning 7437 clauses out of 14888 with flag 23000/301231
12.84/12.42	c cleaning 8223 clauses out of 16451 with flag 32000/310231
13.14/12.79	c cleaning 9114 clauses out of 18232 with flag 42004/320235
13.54/13.17	c cleaning 9553 clauses out of 19116 with flag 52002/330233
13.94/13.54	c cleaning 9775 clauses out of 19563 with flag 62002/340233
14.34/13.92	c cleaning 9889 clauses out of 19788 with flag 72002/350233
14.75/14.32	c cleaning 9944 clauses out of 19899 with flag 82002/360233
15.14/14.72	c cleaning 9969 clauses out of 19953 with flag 92000/370231
15.44/15.04	c Got one! Elapsed wall clock time (in seconds):14.929
15.44/15.04	o 57
15.64/15.27	c cleaning 11782 clauses out of 23567 with flag 5006/383814
15.94/15.51	c cleaning 8884 clauses out of 17779 with flag 11000/389808
16.14/15.74	c cleaning 7943 clauses out of 15897 with flag 18002/396810
16.46/16.02	c cleaning 7974 clauses out of 15953 with flag 26001/404809
16.76/16.36	c cleaning 8480 clauses out of 16978 with flag 35000/413808
17.16/16.75	c cleaning 9244 clauses out of 18499 with flag 45001/423809
17.56/17.11	c cleaning 9626 clauses out of 19257 with flag 55003/433811
17.66/17.27	c Got one! Elapsed wall clock time (in seconds):17.162
17.66/17.27	o 40
17.86/17.47	c cleaning 9862 clauses out of 19732 with flag 5001/443912
18.07/17.68	c cleaning 7929 clauses out of 15869 with flag 11000/449911
18.36/17.92	c cleaning 7465 clauses out of 14940 with flag 18000/456911
18.56/18.19	c cleaning 7733 clauses out of 15477 with flag 26002/464913
18.96/18.50	c cleaning 8369 clauses out of 16743 with flag 35001/473912
19.27/18.86	c cleaning 9181 clauses out of 18374 with flag 45001/483912
19.47/19.05	c Got one! Elapsed wall clock time (in seconds):18.938
19.47/19.05	o 22
19.67/19.25	c cleaning 9969 clauses out of 19965 with flag 5000/494684
19.87/19.46	c cleaning 7991 clauses out of 15996 with flag 11000/500684
20.07/19.70	c cleaning 7499 clauses out of 15005 with flag 18000/507684
20.37/19.98	c cleaning 7745 clauses out of 15506 with flag 26000/515684
20.67/20.29	c cleaning 8376 clauses out of 16761 with flag 35000/524684
21.08/20.65	c cleaning 9189 clauses out of 18386 with flag 45001/534685
21.48/21.01	c cleaning 9594 clauses out of 19196 with flag 55000/544684
21.78/21.35	c cleaning 9796 clauses out of 19602 with flag 65000/554684
22.08/21.68	c cleaning 9898 clauses out of 19806 with flag 75000/564684
22.50/22.02	c cleaning 9946 clauses out of 19908 with flag 85000/574684
22.79/22.37	c cleaning 9979 clauses out of 19963 with flag 95001/584685
23.19/22.71	c cleaning 9986 clauses out of 19983 with flag 105000/594684
23.50/23.05	c cleaning 9996 clauses out of 19999 with flag 115002/604686
23.89/23.40	c cleaning 9998 clauses out of 20004 with flag 125003/614687
24.20/23.74	c cleaning 9992 clauses out of 20003 with flag 135000/624684
24.50/24.08	c cleaning 10002 clauses out of 20012 with flag 145001/634685
24.90/24.42	c cleaning 9995 clauses out of 20009 with flag 155000/644684
25.20/24.75	c cleaning 10001 clauses out of 20014 with flag 165000/654684
25.60/25.11	c cleaning 10000 clauses out of 20013 with flag 175000/664684
25.90/25.46	c cleaning 9998 clauses out of 20013 with flag 185000/674684
26.30/25.84	c cleaning 10007 clauses out of 20018 with flag 195003/684687
26.70/26.20	c cleaning 10000 clauses out of 20008 with flag 205000/694684
27.00/26.55	c cleaning 9999 clauses out of 20010 with flag 215002/704686
27.40/26.91	c cleaning 9999 clauses out of 20010 with flag 225001/714685
27.70/27.26	c cleaning 10003 clauses out of 20011 with flag 235001/724685
28.10/27.61	c cleaning 9999 clauses out of 20009 with flag 245002/734686
28.41/27.95	c cleaning 9999 clauses out of 20009 with flag 255001/744685
28.71/28.29	c cleaning 10001 clauses out of 20009 with flag 265000/754684
29.11/28.66	c cleaning 10002 clauses out of 20011 with flag 275003/764687
29.51/29.01	c cleaning 9999 clauses out of 20008 with flag 285002/774686
29.81/29.35	c cleaning 9996 clauses out of 20007 with flag 295000/784684
30.11/29.70	c cleaning 10002 clauses out of 20013 with flag 305002/794686
30.51/30.06	c cleaning 10001 clauses out of 20009 with flag 315000/804684
30.91/30.41	c cleaning 10003 clauses out of 20010 with flag 325002/814686
31.22/30.76	c cleaning 10000 clauses out of 20007 with flag 335002/824686
31.61/31.12	c cleaning 9996 clauses out of 20005 with flag 345000/834684
31.91/31.46	c cleaning 10001 clauses out of 20009 with flag 355000/844684
32.32/31.82	c cleaning 10000 clauses out of 20008 with flag 365000/854684
32.61/32.16	c cleaning 10000 clauses out of 20010 with flag 375002/864686
33.01/32.52	c cleaning 9999 clauses out of 20008 with flag 385000/874684
33.31/32.86	c cleaning 10001 clauses out of 20012 with flag 395003/884687
33.71/33.20	c cleaning 9998 clauses out of 20008 with flag 405000/894684
34.01/33.56	c cleaning 9998 clauses out of 20011 with flag 415001/904685
34.41/33.90	c cleaning 10000 clauses out of 20012 with flag 425000/914684
34.72/34.29	c cleaning 10002 clauses out of 20013 with flag 435001/924685
35.12/34.65	c cleaning 10000 clauses out of 20010 with flag 445000/934684
35.52/35.00	c cleaning 10000 clauses out of 20010 with flag 455000/944684
35.82/35.36	c cleaning 10001 clauses out of 20012 with flag 465002/954686
36.02/35.56	c Got one! Elapsed wall clock time (in seconds):35.45
36.02/35.56	o 4
36.22/35.78	c cleaning 10579 clauses out of 21166 with flag 5000/965841
36.43/35.98	c cleaning 8286 clauses out of 16588 with flag 11001/971842
36.73/36.21	c cleaning 7645 clauses out of 15301 with flag 18000/978841
36.93/36.48	c cleaning 7827 clauses out of 15659 with flag 26003/986844
37.23/36.78	c cleaning 8410 clauses out of 16830 with flag 35001/995842
37.63/37.16	c cleaning 9205 clauses out of 18419 with flag 45000/1005841
38.43/37.55	c cleaning 9608 clauses out of 19217 with flag 55003/1015844
39.20/37.93	c cleaning 9799 clauses out of 19606 with flag 65000/1025841
39.50/38.29	c cleaning 9902 clauses out of 19808 with flag 75001/1035842
39.90/38.65	c cleaning 9949 clauses out of 19905 with flag 85000/1045841
40.34/39.02	c cleaning 9975 clauses out of 19957 with flag 95002/1055843
40.76/39.42	c cleaning 9988 clauses out of 19980 with flag 105000/1065841
40.86/39.59	c starts		: 198
40.86/39.59	c conflicts		: 1070559
40.86/39.59	c decisions		: 1653899
40.86/39.59	c propagations		: 24217093
40.86/39.59	c inspects		: 244460398
40.86/39.59	c shortcuts		: 0
40.86/39.59	c learnt literals	: 7
40.86/39.59	c learnt binary clauses	: 24
40.86/39.59	c learnt ternary clauses	: 489
40.86/39.59	c learnt constraints	: 1070551
40.86/39.59	c ignored constraints	: 0
40.86/39.59	c root simplifications	: 0
40.86/39.59	c removed literals (reason simplification)	: 9420252
40.86/39.59	c reason swapping (by a shorter reason)	: 0
40.86/39.59	c Calls to reduceDB	: 116
40.86/39.59	c number of reductions to clauses (during analyze)	: 0
40.86/39.59	c number of learned constraints concerned by reduction	: 0
40.86/39.59	c number of learning phase by resolution	: 0
40.86/39.59	c number of learning phase by cutting planes	: 0
40.86/39.59	c speed (assignments/second)	: 6001757.868649318
40.86/39.59	c non guided choices	1186
40.86/39.59	c learnt constraints type 
40.86/39.59	c constraints type 
40.86/39.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
40.86/39.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
40.86/39.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
40.86/39.59	s OPTIMUM FOUND
40.86/39.60	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
40.86/39.60	c objective function=4
40.86/39.60	c Total wall clock time (in seconds): 39.487

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492337-1307909559/watcher-3492337-1307909559 -o /tmp/evaluation-result-3492337-1307909559/solver-3492337-1307909559 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492337-1307909559.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.04 2.03 1.95 2/193 22726
/proc/meminfo: memFree=12010676/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/22726/stat : 22726 (java) R 22724 22726 19566 0 -1 4202496 943 0 0 0 0 0 0 0 25 0 1 0 902555524 23580672 686 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274659840292 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22726/statm: 5757 691 508 9 0 124 0

[startup+0.093204 s]
/proc/loadavg: 2.04 2.03 1.95 2/193 22726
/proc/meminfo: memFree=12010676/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10539640 CPUtime=0.09 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 12909 0 1 0 8 1 0 0 25 0 18 0 902555524 10792591360 12605 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2634910 12607 2091 9 0 2625644 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539640

[startup+0.100239 s]
/proc/loadavg: 2.04 2.03 1.95 2/193 22726
/proc/meminfo: memFree=12010676/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10539640 CPUtime=0.1 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 12997 0 1 0 9 1 0 0 25 0 18 0 902555524 10792591360 12694 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2634910 12695 2092 9 0 2625644 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539640

[startup+0.300207 s]
/proc/loadavg: 2.04 2.03 1.95 2/193 22726
/proc/meminfo: memFree=12010676/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10543736 CPUtime=0.53 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 15648 0 1 0 51 2 0 0 25 0 19 0 902555524 10796785664 14689 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2635934 14689 2214 9 0 2626668 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543736

[startup+0.700098 s]
/proc/loadavg: 2.04 2.03 1.95 2/193 22726
/proc/meminfo: memFree=12010676/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10543736 CPUtime=1 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 16286 0 1 0 98 2 0 0 25 0 19 0 902555524 10796785664 15323 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2635934 15323 2222 9 0 2626668 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10543736

[startup+1.501 s]
/proc/loadavg: 2.04 2.03 1.95 4/212 22745
/proc/meminfo: memFree=11953820/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10543736 CPUtime=1.87 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 17573 0 1 0 185 2 0 0 25 0 19 0 902555524 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2635934 16606 2247 9 0 2626668 0
[pid=22726/tid=22728] ppid=22724 vsize=10543736 CPUtime=1.43 cores=1,3,5,7
/proc/22726/task/22728/stat : 22728 (java) R 22724 22726 19566 0 -1 4202560 12406 0 1 0 142 1 0 0 20 0 19 0 902555524 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 46912505541100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10543736 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) S 22724 22726 19566 0 -1 4202560 527 0 0 0 3 0 0 0 15 0 19 0 902555527 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 0 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902555528 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902555528 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676631985 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10543736 CPUtime=0.22 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 1595 0 0 0 22 0 0 0 15 0 19 0 902555530 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10543736 CPUtime=0.15 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1154 0 0 0 15 0 0 0 16 0 19 0 902555530 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22744] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22744/stat : 22744 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902555530 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902555541 10796785664 16606 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10543736

[startup+3.10073 s]
/proc/loadavg: 2.04 2.03 1.95 3/212 22745
/proc/meminfo: memFree=11952544/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10543736 CPUtime=3.48 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 17779 0 1 0 345 3 0 0 25 0 19 0 902555524 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2635934 16808 2247 9 0 2626668 0
[pid=22726/tid=22728] ppid=22724 vsize=10543736 CPUtime=2.97 cores=1,3,5,7
/proc/22726/task/22728/stat : 22728 (java) R 22724 22726 19566 0 -1 4202560 12410 0 1 0 296 1 0 0 25 0 19 0 902555524 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 46912505545583 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 280 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10543736 CPUtime=0.08 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) S 22724 22726 19566 0 -1 4202560 659 0 0 0 8 0 0 0 15 0 19 0 902555527 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 0 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902555528 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902555528 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676631985 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10543736 CPUtime=0.23 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 1595 0 0 0 23 0 0 0 15 0 19 0 902555530 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10543736 CPUtime=0.15 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1154 0 0 0 15 0 0 0 16 0 19 0 902555530 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22744] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22744/stat : 22744 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902555530 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902555541 10796785664 16808 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10543736

[startup+6.30117 s]
/proc/loadavg: 2.04 2.03 1.95 3/212 22745
/proc/meminfo: memFree=11951704/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10543736 CPUtime=6.71 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 17840 0 1 0 668 3 0 0 25 0 19 0 902555524 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2635934 16822 2248 9 0 2626668 0
[pid=22726/tid=22728] ppid=22724 vsize=10543736 CPUtime=6.03 cores=1,3,5,7
/proc/22726/task/22728/stat : 22728 (java) R 22724 22726 19566 0 -1 4202560 12421 0 1 0 602 1 0 0 25 0 19 0 902555524 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 46912505563624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 19 0 902555526 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10543736 CPUtime=0.21 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) S 22724 22726 19566 0 -1 4202560 692 0 0 0 21 0 0 0 15 0 19 0 902555527 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 0 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902555528 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902555528 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676631985 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10543736 CPUtime=0.24 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 1598 0 0 0 24 0 0 0 15 0 19 0 902555530 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10543736 CPUtime=0.16 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1159 0 0 0 16 0 0 0 15 0 19 0 902555530 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22744] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22744/stat : 22744 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902555530 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10543736 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902555541 10796785664 16822 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 10543736

[startup+12.7011 s]

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

/proc/22726/task/22728/stat : 22728 (java) S 22724 22726 19566 0 -1 4202560 12518 0 1 0 3662 2 0 0 25 0 19 0 902555524 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 138 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 150 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 75 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 52 0 0 0 3 0 0 0 16 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10560888 CPUtime=0.04 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 283 0 0 0 4 0 0 0 15 0 19 0 902555526 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10560888 CPUtime=1.48 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) R 22724 22726 19566 0 -1 4202560 945 0 0 0 147 1 0 0 15 0 19 0 902555527 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 47138516174978 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902555528 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902555528 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676631985 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10560888 CPUtime=1 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 9749 0 0 0 100 0 0 0 15 0 19 0 902555530 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10560888 CPUtime=0.18 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1364 0 0 0 18 0 0 0 15 0 19 0 902555530 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22744] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22744/stat : 22744 (java) S 22724 22726 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902555530 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902555541 10814349312 21703 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39.6
Current children cumulated vsize (KiB) 10560888

[startup+39.1015 s]
/proc/loadavg: 2.02 2.02 1.95 3/212 22860
/proc/meminfo: memFree=11964920/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10560888 CPUtime=40.45 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 26709 0 1 0 4039 6 0 0 25 0 19 0 902555524 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2640222 21764 2250 9 0 2630956 0
[pid=22726/tid=22728] ppid=22724 vsize=10560888 CPUtime=37.39 cores=1,3,5,7
/proc/22726/task/22728/stat : 22728 (java) R 22724 22726 19566 0 -1 4202560 12522 0 1 0 3737 2 0 0 25 0 19 0 902555524 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 46912505535881 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 138 0 0 0 3 0 0 0 16 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 150 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 3 0 0 0 16 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 75 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 52 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10560888 CPUtime=0.04 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 283 0 0 0 4 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10560888 CPUtime=1.52 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) S 22724 22726 19566 0 -1 4202560 980 0 0 0 151 1 0 0 15 0 19 0 902555527 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 0 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902555528 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902555528 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676631985 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10560888 CPUtime=1.02 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 9749 0 0 0 102 0 0 0 15 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10560888 CPUtime=0.21 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1459 0 0 0 21 0 0 0 15 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22744] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22744/stat : 22744 (java) S 22724 22726 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902555541 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40.45
Current children cumulated vsize (KiB) 10560888

[startup+39.5014 s]
/proc/loadavg: 2.02 2.02 1.95 3/212 22860
/proc/meminfo: memFree=11964672/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10560888 CPUtime=40.86 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 26710 0 1 0 4080 6 0 0 25 0 19 0 902555524 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2640222 21764 2250 9 0 2630956 0
[pid=22726/tid=22728] ppid=22724 vsize=10560888 CPUtime=37.78 cores=1,3,5,7
/proc/22726/task/22728/stat : 22728 (java) R 22724 22726 19566 0 -1 4202560 12523 0 1 0 3776 2 0 0 25 0 19 0 902555524 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 46912505597797 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 138 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 150 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 132 0 0 0 2 0 0 0 16 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10560888 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 75 0 0 0 3 0 0 0 16 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10560888 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 52 0 0 0 3 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10560888 CPUtime=0.04 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 283 0 0 0 4 0 0 0 15 0 19 0 902555526 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10560888 CPUtime=1.54 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) S 22724 22726 19566 0 -1 4202560 980 0 0 0 153 1 0 0 15 0 19 0 902555527 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 0 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902555528 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902555528 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676631985 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10560888 CPUtime=1.03 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 9749 0 0 0 103 0 0 0 15 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10560888 CPUtime=0.21 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1459 0 0 0 21 0 0 0 15 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22744] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22744/stat : 22744 (java) S 22724 22726 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902555530 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10560888 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902555541 10814349312 21764 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40.86
Current children cumulated vsize (KiB) 10560888

[startup+39.6074 s]
/proc/loadavg: 2.02 2.02 1.95 3/212 22860
/proc/meminfo: memFree=11964672/32951132 swapFree=67054624/67111528
[pid=22726] ppid=22724 vsize=10561916 CPUtime=40.96 cores=1,3,5,7
/proc/22726/stat : 22726 (java) S 22724 22726 19566 0 -1 4202496 26731 0 1 0 4090 6 0 0 25 0 18 0 902555524 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22726/statm: 2640479 21784 2252 9 0 2631213 0
[pid=22726/tid=22728] ppid=22724 vsize=10561916 CPUtime=37.87 cores=1,3,5,7
/proc/22726/task/22728/stat : 22728 (java) S 22724 22726 19566 0 -1 4202560 12527 0 1 0 3785 2 0 0 25 0 18 0 902555524 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22729] ppid=22724 vsize=10561916 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22729/stat : 22729 (java) S 22724 22726 19566 0 -1 4202560 138 0 0 0 3 0 0 0 15 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22730] ppid=22724 vsize=10561916 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22730/stat : 22730 (java) S 22724 22726 19566 0 -1 4202560 150 0 0 0 2 0 0 0 15 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22731] ppid=22724 vsize=10561916 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22731/stat : 22731 (java) S 22724 22726 19566 0 -1 4202560 132 0 0 0 2 0 0 0 16 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22732] ppid=22724 vsize=10561916 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22732/stat : 22732 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22733] ppid=22724 vsize=10561916 CPUtime=0.02 cores=1,3,5,7
/proc/22726/task/22733/stat : 22733 (java) S 22724 22726 19566 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22734] ppid=22724 vsize=10561916 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22734/stat : 22734 (java) S 22724 22726 19566 0 -1 4202560 75 0 0 0 3 0 0 0 16 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22735] ppid=22724 vsize=10561916 CPUtime=0.03 cores=1,3,5,7
/proc/22726/task/22735/stat : 22735 (java) S 22724 22726 19566 0 -1 4202560 52 0 0 0 3 0 0 0 15 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22736] ppid=22724 vsize=10561916 CPUtime=0.04 cores=1,3,5,7
/proc/22726/task/22736/stat : 22736 (java) S 22724 22726 19566 0 -1 4202560 283 0 0 0 4 0 0 0 15 0 18 0 902555526 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22737] ppid=22724 vsize=10561916 CPUtime=1.54 cores=1,3,5,7
/proc/22726/task/22737/stat : 22737 (java) S 22724 22726 19566 0 -1 4202560 981 0 0 0 153 1 0 0 15 0 18 0 902555527 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 0 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22738] ppid=22724 vsize=10561916 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22738/stat : 22738 (java) S 22724 22726 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 902555528 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22739] ppid=22724 vsize=10561916 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22739/stat : 22739 (java) S 22724 22726 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 18 0 902555528 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 1 0 0 0
[pid=22726/tid=22740] ppid=22724 vsize=10561916 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22740/stat : 22740 (java) S 22724 22726 19566 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 902555530 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22741] ppid=22724 vsize=10561916 CPUtime=1.03 cores=1,3,5,7
/proc/22726/task/22741/stat : 22741 (java) S 22724 22726 19566 0 -1 4202560 9749 0 0 0 103 0 0 0 15 0 18 0 902555530 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
[pid=22726/tid=22742] ppid=22724 vsize=10561916 CPUtime=0.21 cores=1,3,5,7
/proc/22726/task/22742/stat : 22742 (java) S 22724 22726 19566 0 -1 4202560 1459 0 0 0 21 0 0 0 15 0 18 0 902555530 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 7 0 0 0
[pid=22726/tid=22743] ppid=22724 vsize=10561916 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22743/stat : 22743 (java) S 22724 22726 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902555530 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624281 0 4 0 16800975 18446604457315465344 0 0 -1 3 0 0 0
[pid=22726/tid=22745] ppid=22724 vsize=10561916 CPUtime=0 cores=1,3,5,7
/proc/22726/task/22745/stat : 22745 (java) S 22724 22726 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 902555541 10815401984 21784 33554432000 1073741824 1073778376 140737120972816 18446744073709551615 274676624896 0 4 0 16800975 18446604457315465344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40.96
Current children cumulated vsize (KiB) 10561916

Child status: 30
Real time (s): 39.617
CPU time (s): 40.9798
CPU user time (s): 40.9068
CPU system time (s): 0.072988
CPU usage (%): 103.44
Max. virtual memory (cumulated for all children) (KiB): 10566776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9068
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26731
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= 4019
involuntary context switches= 2057

runsolver used 0.075988 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:12:39
IDJOB=3492337
IDBENCH=78764
IDSOLVER=1982
FILE ID=node131/3492337-1307909559
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= dce35c207127a4ac706b019c5103970d
RANDOM SEED=995851264

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12011352 kB
Buffers:        332896 kB
Cached:       19808572 kB
SwapCached:       9816 kB
Active:       15692984 kB
Inactive:      4561784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12011352 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:      111580 kB
Mapped:          21484 kB
Slab:           621940 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10586700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:13:19