Trace number 3492462

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 38.6811 37.4047

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-33-100-0.wbo
MD5SUMe1995b9ec907174fc65ceec959beef4e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1.21981
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 1239
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492462-1307909873.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.29/0.23	c SATISFIABLE
0.29/0.23	c OPTIMIZING...
0.29/0.23	c Got one! Elapsed wall clock time (in seconds):0.121
0.29/0.23	o 599
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.149
0.29/0.26	o 575
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.166
0.29/0.27	o 481
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.29/0.29	o 469
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.55/0.31	o 448
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.55/0.32	o 439
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.279
0.55/0.39	o 398
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.303
0.66/0.41	o 341
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.66/0.48	o 332
0.88/0.63	c cleaning 4266 clauses out of 8539 with flag 3000/8539
1.03/0.73	c Got one! Elapsed wall clock time (in seconds):0.625
1.03/0.73	o 283
1.13/0.85	c cleaning 5076 clauses out of 10172 with flag 3000/14438
1.13/0.87	c Got one! Elapsed wall clock time (in seconds):0.759
1.13/0.87	o 278
1.34/1.03	c cleaning 5053 clauses out of 10110 with flag 5000/19452
1.54/1.23	c cleaning 5522 clauses out of 11058 with flag 11001/25453
1.66/1.34	c Got one! Elapsed wall clock time (in seconds):1.235
1.66/1.34	o 259
1.76/1.44	c cleaning 5607 clauses out of 11220 with flag 3000/31137
1.86/1.51	c Got one! Elapsed wall clock time (in seconds):1.407
1.86/1.51	o 254
1.96/1.61	c cleaning 5304 clauses out of 10614 with flag 3001/36138
2.06/1.77	c Got one! Elapsed wall clock time (in seconds):1.658
2.06/1.77	o 244
2.16/1.80	c cleaning 5573 clauses out of 11160 with flag 1001/41988
2.26/1.90	c Got one! Elapsed wall clock time (in seconds):1.795
2.26/1.90	o 243
2.36/2.02	c cleaning 5758 clauses out of 11525 with flag 3002/47926
2.47/2.14	c Got one! Elapsed wall clock time (in seconds):2.03
2.47/2.14	o 179
2.58/2.21	c cleaning 5643 clauses out of 11291 with flag 2002/53450
2.77/2.42	c cleaning 5820 clauses out of 11648 with flag 8002/59450
2.97/2.66	c cleaning 6405 clauses out of 12828 with flag 15002/66450
3.17/2.84	c Got one! Elapsed wall clock time (in seconds):2.736
3.17/2.84	o 173
3.38/3.03	c cleaning 8250 clauses out of 16506 with flag 5000/76533
3.58/3.28	c cleaning 7122 clauses out of 14258 with flag 11002/82535
3.88/3.52	c Got one! Elapsed wall clock time (in seconds):3.409
3.88/3.52	o 167
4.08/3.72	c cleaning 9262 clauses out of 18539 with flag 5001/93938
4.08/3.74	c Got one! Elapsed wall clock time (in seconds):3.631
4.08/3.74	o 166
4.28/3.90	c cleaning 7180 clauses out of 14371 with flag 5003/99032
4.38/4.01	c Got one! Elapsed wall clock time (in seconds):3.899
4.38/4.01	o 122
4.38/4.07	c cleaning 6262 clauses out of 12534 with flag 2003/104375
4.58/4.27	c cleaning 6129 clauses out of 12269 with flag 8000/110372
4.79/4.48	c Got one! Elapsed wall clock time (in seconds):4.373
4.79/4.48	o 115
5.01/4.66	c cleaning 8222 clauses out of 16451 with flag 5001/120683
5.21/4.88	c cleaning 7106 clauses out of 14228 with flag 11000/126682
5.51/5.14	c cleaning 7055 clauses out of 14122 with flag 18000/133682
5.81/5.43	c cleaning 7530 clauses out of 15067 with flag 26000/141682
6.11/5.77	c cleaning 8264 clauses out of 16537 with flag 35000/150682
6.31/5.97	c Got one! Elapsed wall clock time (in seconds):5.861
6.31/5.97	o 95
6.51/6.15	c cleaning 9391 clauses out of 18789 with flag 5001/161198
6.71/6.36	c cleaning 7691 clauses out of 15397 with flag 11000/167197
7.01/6.66	c cleaning 7350 clauses out of 14707 with flag 18001/174198
7.31/6.94	c Got one! Elapsed wall clock time (in seconds):6.829
7.31/6.94	o 61
7.51/7.13	c cleaning 10109 clauses out of 20223 with flag 5001/187064
7.71/7.35	c cleaning 8053 clauses out of 16113 with flag 11000/193063
7.92/7.59	c cleaning 7527 clauses out of 15063 with flag 18003/200066
8.22/7.86	c cleaning 7765 clauses out of 15533 with flag 26000/208063
8.52/8.18	c cleaning 8376 clauses out of 16768 with flag 35000/217063
8.92/8.55	c cleaning 9191 clauses out of 18392 with flag 45000/227063
9.32/8.92	c cleaning 9599 clauses out of 19203 with flag 55002/237065
9.72/9.31	c cleaning 9798 clauses out of 19604 with flag 65002/247065
10.12/9.71	c cleaning 9899 clauses out of 19804 with flag 75000/257063
10.53/10.11	c cleaning 9947 clauses out of 19905 with flag 85000/267063
10.83/10.46	c cleaning 9970 clauses out of 19958 with flag 95000/277063
11.23/10.80	c cleaning 9987 clauses out of 19990 with flag 105002/287065
11.53/11.16	c cleaning 9994 clauses out of 20002 with flag 115001/297064
11.93/11.54	c cleaning 10000 clauses out of 20007 with flag 125000/307063
12.33/11.91	c cleaning 9994 clauses out of 20008 with flag 135001/317064
12.53/12.10	c Got one! Elapsed wall clock time (in seconds):11.996
12.53/12.10	o 56
12.64/12.29	c cleaning 10352 clauses out of 20710 with flag 5001/327760
12.84/12.49	c cleaning 8172 clauses out of 16357 with flag 11000/333759
13.14/12.74	c cleaning 7589 clauses out of 15189 with flag 18004/340763
13.44/13.05	c cleaning 7793 clauses out of 15596 with flag 26000/348759
13.74/13.38	c cleaning 8398 clauses out of 16805 with flag 35002/357761
14.14/13.71	c cleaning 9201 clauses out of 18405 with flag 45000/367759
14.46/14.05	c cleaning 9600 clauses out of 19204 with flag 55000/377759
14.77/14.38	c cleaning 9793 clauses out of 19604 with flag 65000/387759
15.16/14.72	c cleaning 9902 clauses out of 19811 with flag 75000/397759
15.46/15.06	c cleaning 9950 clauses out of 19912 with flag 85003/407762
15.77/15.40	c cleaning 9975 clauses out of 19960 with flag 95001/417760
16.16/15.73	c cleaning 9990 clauses out of 19988 with flag 105004/427763
16.46/16.09	c cleaning 9992 clauses out of 19995 with flag 115001/437760
16.87/16.41	c cleaning 9994 clauses out of 20002 with flag 125000/447759
17.16/16.74	c cleaning 10000 clauses out of 20008 with flag 135000/457759
17.46/17.06	c cleaning 10002 clauses out of 20008 with flag 145000/467759
17.86/17.40	c cleaning 9996 clauses out of 20006 with flag 155000/477759
18.17/17.74	c cleaning 10002 clauses out of 20011 with flag 165001/487760
18.47/18.08	c cleaning 9999 clauses out of 20009 with flag 175001/497760
18.87/18.42	c cleaning 9998 clauses out of 20010 with flag 185001/507760
19.08/18.65	c Got one! Elapsed wall clock time (in seconds):18.545
19.08/18.65	o 44
19.27/18.85	c cleaning 11149 clauses out of 22303 with flag 5001/520051
19.48/19.05	c cleaning 8574 clauses out of 17155 with flag 11002/526052
19.68/19.29	c cleaning 7786 clauses out of 15579 with flag 18000/533050
19.98/19.56	c cleaning 7894 clauses out of 15794 with flag 26001/541051
20.28/19.86	c cleaning 8441 clauses out of 16899 with flag 35000/550050
20.68/20.20	c cleaning 9220 clauses out of 18458 with flag 45000/560050
20.78/20.38	c Got one! Elapsed wall clock time (in seconds):20.269
20.78/20.38	o 26
20.88/20.42	c cleaning 7578 clauses out of 15162 with flag 1001/565974
21.08/20.61	c cleaning 6788 clauses out of 13584 with flag 7001/571974
21.29/20.84	c cleaning 6895 clauses out of 13795 with flag 14000/578973
21.58/21.10	c cleaning 7447 clauses out of 14903 with flag 22003/586976
21.79/21.39	c cleaning 8222 clauses out of 16454 with flag 31001/595974
22.19/21.71	c cleaning 9114 clauses out of 18233 with flag 41002/605975
22.50/22.06	c cleaning 9556 clauses out of 19118 with flag 51001/615974
22.89/22.40	c cleaning 9773 clauses out of 19561 with flag 61000/625973
23.19/22.74	c cleaning 9891 clauses out of 19788 with flag 71000/635973
23.50/23.07	c cleaning 9944 clauses out of 19897 with flag 81000/645973
23.89/23.41	c cleaning 9969 clauses out of 19954 with flag 91001/655974
24.19/23.77	c cleaning 9990 clauses out of 19988 with flag 101004/665977
24.60/24.12	c cleaning 9995 clauses out of 19995 with flag 111001/675974
24.89/24.47	c cleaning 9997 clauses out of 20003 with flag 121004/685977
25.29/24.83	c cleaning 9999 clauses out of 20003 with flag 131001/695974
25.60/25.17	c cleaning 9999 clauses out of 20007 with flag 141004/705977
26.00/25.51	c cleaning 9997 clauses out of 20004 with flag 151000/715973
26.31/25.84	c cleaning 9999 clauses out of 20008 with flag 161001/725974
26.61/26.18	c cleaning 9995 clauses out of 20009 with flag 171001/735974
27.01/26.50	c cleaning 10002 clauses out of 20013 with flag 181000/745973
27.31/26.82	c cleaning 10001 clauses out of 20012 with flag 191001/755974
27.61/27.17	c cleaning 9998 clauses out of 20010 with flag 201000/765973
28.02/27.51	c cleaning 9995 clauses out of 20012 with flag 211000/775973
28.31/27.83	c cleaning 10006 clauses out of 20018 with flag 221001/785974
28.62/28.14	c cleaning 10002 clauses out of 20013 with flag 231002/795975
28.92/28.49	c cleaning 9999 clauses out of 20009 with flag 241000/805973
29.32/28.83	c cleaning 10002 clauses out of 20011 with flag 251001/815974
29.62/29.16	c cleaning 9997 clauses out of 20008 with flag 261000/825973
29.92/29.49	c cleaning 10001 clauses out of 20012 with flag 271001/835974
30.33/29.84	c cleaning 10002 clauses out of 20010 with flag 281000/845973
30.63/30.19	c cleaning 10003 clauses out of 20012 with flag 291004/855977
31.02/30.53	c cleaning 9998 clauses out of 20005 with flag 301000/865973
31.33/30.86	c cleaning 9997 clauses out of 20007 with flag 311000/875973
31.63/31.18	c cleaning 10004 clauses out of 20011 with flag 321001/885974
32.03/31.52	c cleaning 9997 clauses out of 20006 with flag 331000/895973
32.33/31.83	c cleaning 9997 clauses out of 20010 with flag 341001/905974
32.63/32.17	c cleaning 10002 clauses out of 20013 with flag 351001/915974
33.03/32.57	c cleaning 9999 clauses out of 20011 with flag 361001/925974
33.20/32.67	c Got one! Elapsed wall clock time (in seconds):32.561
33.20/32.67	o 22
33.41/32.76	c cleaning 7502 clauses out of 15013 with flag 2001/930975
33.76/32.98	c cleaning 6753 clauses out of 13511 with flag 8001/936975
34.28/33.25	c cleaning 6876 clauses out of 13758 with flag 15001/943975
34.71/33.55	c cleaning 7438 clauses out of 14883 with flag 23002/951976
35.01/33.86	c cleaning 8218 clauses out of 16446 with flag 32003/960977
35.41/34.21	c cleaning 9108 clauses out of 18225 with flag 42000/970974
35.41/34.25	c Got one! Elapsed wall clock time (in seconds):34.147
35.41/34.25	o 10
35.52/34.39	c cleaning 7147 clauses out of 14306 with flag 4001/976163
35.72/34.58	c cleaning 6573 clauses out of 13158 with flag 10000/982162
35.93/34.79	c cleaning 6786 clauses out of 13585 with flag 17000/989162
36.23/35.04	c cleaning 7395 clauses out of 14799 with flag 25000/997162
36.53/35.33	c cleaning 8199 clauses out of 16407 with flag 34003/1006165
36.83/35.69	c cleaning 9097 clauses out of 18205 with flag 44000/1016162
37.23/36.04	c cleaning 9550 clauses out of 19108 with flag 54000/1026162
37.54/36.39	c cleaning 9773 clauses out of 19558 with flag 64000/1036162
37.93/36.78	c cleaning 9890 clauses out of 19786 with flag 74001/1046163
38.36/37.16	c cleaning 9945 clauses out of 19895 with flag 84001/1056163
38.56/37.39	c starts		: 199
38.56/37.39	c conflicts		: 1062092
38.56/37.39	c decisions		: 1610228
38.56/37.39	c propagations		: 24348257
38.56/37.39	c inspects		: 231891259
38.56/37.39	c shortcuts		: 0
38.56/37.39	c learnt literals	: 6
38.56/37.39	c learnt binary clauses	: 12
38.56/37.39	c learnt ternary clauses	: 326
38.56/37.39	c learnt constraints	: 1062085
38.56/37.39	c ignored constraints	: 0
38.56/37.39	c root simplifications	: 0
38.56/37.39	c removed literals (reason simplification)	: 9223066
38.56/37.39	c reason swapping (by a shorter reason)	: 0
38.56/37.39	c Calls to reduceDB	: 120
38.56/37.39	c number of reductions to clauses (during analyze)	: 0
38.56/37.39	c number of learned constraints concerned by reduction	: 0
38.56/37.39	c number of learning phase by resolution	: 0
38.56/37.39	c number of learning phase by cutting planes	: 0
38.56/37.39	c speed (assignments/second)	: 7756692.258681109
38.56/37.39	c non guided choices	1343
38.56/37.39	c learnt constraints type 
38.56/37.39	c constraints type 
38.56/37.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
38.56/37.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
38.56/37.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
38.56/37.39	s OPTIMUM FOUND
38.56/37.40	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 
38.56/37.40	c objective function=10
38.56/37.40	c Total wall clock time (in seconds): 37.288

Verifier Data

OK	10

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-3492462-1307909873/watcher-3492462-1307909873 -o /tmp/evaluation-result-3492462-1307909873/solver-3492462-1307909873 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492462-1307909873.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.79 2/195 5493
/proc/meminfo: memFree=32204136/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5493/stat : 5493 (java) R 5491 5493 2655 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 902590023 23580672 692 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218366035376 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5493/statm: 5757 693 509 9 0 124 0

[startup+0.0288131 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5493
/proc/meminfo: memFree=32204136/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 10606 0 1 0 1 1 0 0 25 0 10 0 902590023 10705932288 10304 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2613753 10316 1493 9 0 2604501 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100801 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5493
/proc/meminfo: memFree=32204136/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10605412 CPUtime=0.11 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 13095 0 1 0 9 2 0 0 25 0 18 0 902590023 10859941888 12760 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2651353 12760 2093 9 0 2642087 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10605412

[startup+0.301729 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5493
/proc/meminfo: memFree=32204136/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=0.55 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 15946 0 1 0 53 2 0 0 25 0 19 0 902590023 10863808512 14699 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 14699 2215 9 0 2643031 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10609188

[startup+0.700694 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5493
/proc/meminfo: memFree=32204136/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=1.03 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 17371 0 1 0 101 2 0 0 25 0 19 0 902590023 10863808512 15802 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 15802 2248 9 0 2643031 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10609188

[startup+1.50055 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5512
/proc/meminfo: memFree=32148532/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=1.86 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 17718 0 1 0 184 2 0 0 25 0 19 0 902590023 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 16145 2249 9 0 2643031 0
[pid=5493/tid=5495] ppid=5491 vsize=10609188 CPUtime=1.41 cores=1,3,5,7
/proc/5493/task/5495/stat : 5495 (java) R 5491 5493 2655 0 -1 4202560 12319 0 1 0 140 1 0 0 20 0 19 0 902590024 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 46912505565064 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5493/tid=5496] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 66 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=0.06 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 421 0 0 0 6 0 0 0 16 0 19 0 902590026 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.18 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1770 0 0 0 18 0 0 0 16 0 19 0 902590029 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.18 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 1548 0 0 0 18 0 0 0 15 0 19 0 902590029 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 16145 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10609188

[startup+3.10127 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5512
/proc/meminfo: memFree=32147416/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=3.48 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 17919 0 1 0 346 2 0 0 25 0 19 0 902590023 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 16339 2249 9 0 2643031 0
[pid=5493/tid=5495] ppid=5491 vsize=10609188 CPUtime=2.92 cores=1,3,5,7
/proc/5493/task/5495/stat : 5495 (java) R 5491 5493 2655 0 -1 4202560 12327 0 1 0 291 1 0 0 23 0 19 0 902590024 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 46912505527328 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5493/tid=5496] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=0.14 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 498 0 0 0 14 0 0 0 16 0 19 0 902590026 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.19 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1770 0 0 0 19 0 0 0 15 0 19 0 902590029 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.18 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 1548 0 0 0 18 0 0 0 15 0 19 0 902590029 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 16339 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10609188

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5512
/proc/meminfo: memFree=32146240/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=6.71 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 18077 0 1 0 669 2 0 0 25 0 19 0 902590023 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 16451 2250 9 0 2643031 0
[pid=5493/tid=5495] ppid=5491 vsize=10609188 CPUtime=5.97 cores=1,3,5,7
/proc/5493/task/5495/stat : 5495 (java) R 5491 5493 2655 0 -1 4202560 12340 0 1 0 596 1 0 0 25 0 19 0 902590024 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 46912505579831 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5493/tid=5496] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 902590025 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=0.27 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 618 0 0 0 27 0 0 0 16 0 19 0 902590026 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.2 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1773 0 0 0 20 0 0 0 15 0 19 0 902590029 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.19 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 1564 0 0 0 19 0 0 0 15 0 19 0 902590029 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 16451 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 10609188

[startup+12.7006 s]

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

/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 37 0 0 0 2 0 0 0 16 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 19 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 126 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0.01 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 206 0 0 0 2 0 0 0 16 0 19 0 902590025 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=1.49 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 923 0 0 0 148 1 0 0 16 0 19 0 902590026 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.23 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1787 0 0 0 23 0 0 0 16 0 19 0 902590029 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.89 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 13253 0 0 0 88 1 0 0 16 0 19 0 902590029 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 21820 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.33
Current children cumulated vsize (KiB) 10609188

[startup+36.7013 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5513
/proc/meminfo: memFree=32123168/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=37.93 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 30225 0 1 0 3787 6 0 0 25 0 19 0 902590023 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 20034 2251 9 0 2643031 0
[pid=5493/tid=5495] ppid=5491 vsize=10609188 CPUtime=34.99 cores=1,3,5,7
/proc/5493/task/5495/stat : 5495 (java) R 5491 5493 2655 0 -1 4202560 12436 0 1 0 3497 2 0 0 18 0 19 0 902590024 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 46912505563912 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5493/tid=5496] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 84 0 0 0 3 0 0 0 16 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 19 0 0 0 3 0 0 0 16 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 126 0 0 0 3 0 0 0 16 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0.01 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 206 0 0 0 2 0 0 0 16 0 19 0 902590025 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=1.54 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 940 0 0 0 153 1 0 0 16 0 19 0 902590026 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.23 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1787 0 0 0 23 0 0 0 16 0 19 0 902590029 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.89 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 13253 0 0 0 88 1 0 0 16 0 19 0 902590029 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 20034 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 10609188

[startup+37.1012 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5513
/proc/meminfo: memFree=32123168/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=38.36 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 30234 0 1 0 3830 6 0 0 25 0 19 0 902590023 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 20042 2251 9 0 2643031 0
[pid=5493/tid=5495] ppid=5491 vsize=10609188 CPUtime=35.37 cores=1,3,5,7
/proc/5493/task/5495/stat : 5495 (java) R 5491 5493 2655 0 -1 4202560 12438 0 1 0 3535 2 0 0 18 0 19 0 902590024 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 46912505366563 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5493/tid=5496] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 84 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 19 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 126 0 0 0 3 0 0 0 16 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 161 0 0 0 2 0 0 0 16 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 206 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=1.55 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 947 0 0 0 154 1 0 0 15 0 19 0 902590026 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.25 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1787 0 0 0 25 0 0 0 16 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.9 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 13253 0 0 0 89 1 0 0 15 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38.36
Current children cumulated vsize (KiB) 10609188

[startup+37.3012 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5513
/proc/meminfo: memFree=32130348/32951124 swapFree=67050044/67111528
[pid=5493] ppid=5491 vsize=10609188 CPUtime=38.56 cores=1,3,5,7
/proc/5493/stat : 5493 (java) S 5491 5493 2655 0 -1 4202496 30235 0 1 0 3850 6 0 0 25 0 19 0 902590023 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5493/statm: 2652297 20042 2251 9 0 2643031 0
[pid=5493/tid=5495] ppid=5491 vsize=10609188 CPUtime=35.56 cores=1,3,5,7
/proc/5493/task/5495/stat : 5495 (java) R 5491 5493 2655 0 -1 4202560 12439 0 1 0 3554 2 0 0 19 0 19 0 902590024 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 46912505818153 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5493/tid=5496] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5496/stat : 5496 (java) S 5491 5493 2655 0 -1 4202560 13 0 0 0 3 0 0 0 16 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5497] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5497/stat : 5497 (java) S 5491 5493 2655 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5498] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5498/stat : 5498 (java) S 5491 5493 2655 0 -1 4202560 84 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5499] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5499/stat : 5499 (java) S 5491 5493 2655 0 -1 4202560 19 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5500] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5500/stat : 5500 (java) S 5491 5493 2655 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5501] ppid=5491 vsize=10609188 CPUtime=0.03 cores=1,3,5,7
/proc/5493/task/5501/stat : 5501 (java) S 5491 5493 2655 0 -1 4202560 126 0 0 0 3 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5502] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5502/stat : 5502 (java) S 5491 5493 2655 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5503] ppid=5491 vsize=10609188 CPUtime=0.02 cores=1,3,5,7
/proc/5493/task/5503/stat : 5503 (java) S 5491 5493 2655 0 -1 4202560 206 0 0 0 2 0 0 0 15 0 19 0 902590025 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5493/tid=5504] ppid=5491 vsize=10609188 CPUtime=1.57 cores=1,3,5,7
/proc/5493/task/5504/stat : 5504 (java) S 5491 5493 2655 0 -1 4202560 947 0 0 0 156 1 0 0 15 0 19 0 902590026 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5505] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5505/stat : 5505 (java) S 5491 5493 2655 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5506] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5506/stat : 5506 (java) S 5491 5493 2655 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902590027 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5507] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5507/stat : 5507 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5508] ppid=5491 vsize=10609188 CPUtime=0.25 cores=1,3,5,7
/proc/5493/task/5508/stat : 5508 (java) S 5491 5493 2655 0 -1 4202560 1787 0 0 0 25 0 0 0 16 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5509] ppid=5491 vsize=10609188 CPUtime=0.9 cores=1,3,5,7
/proc/5493/task/5509/stat : 5509 (java) S 5491 5493 2655 0 -1 4202560 13253 0 0 0 89 1 0 0 15 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5493/tid=5510] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5510/stat : 5510 (java) S 5491 5493 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5493/tid=5511] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5511/stat : 5511 (java) S 5491 5493 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590029 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5493/tid=5512] ppid=5491 vsize=10609188 CPUtime=0 cores=1,3,5,7
/proc/5493/task/5512/stat : 5512 (java) S 5491 5493 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590040 10863808512 20042 33554432000 1073741824 1073778376 140735636305184 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38.56
Current children cumulated vsize (KiB) 10609188

Child status: 30
Real time (s): 37.4047
CPU time (s): 38.6811
CPU user time (s): 38.6111
CPU system time (s): 0.069989
CPU usage (%): 103.412
Max. virtual memory (cumulated for all children) (KiB): 10609188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6111
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30257
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= 4189
involuntary context switches= 1841

runsolver used 0.072988 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 22:17:53
IDJOB=3492462
IDBENCH=78827
IDSOLVER=1982
FILE ID=node101/3492462-1307909873
RUNJOBID= node101-1307908937-4736
PBS_JOBID= 13559601
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= e1995b9ec907174fc65ceec959beef4e
RANDOM SEED=416480827

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32204680 kB
Buffers:        119404 kB
Cached:         165424 kB
SwapCached:      24860 kB
Active:         462132 kB
Inactive:        99032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32204680 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:      273192 kB
Mapped:          17496 kB
Slab:           120644 kB
PageTables:       5296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10544736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node101 at 2011-06-12 22:18:30