Trace number 3492486

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 41.7227 40.4835

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219348--soft-33-100-0.wbo
MD5SUM137575c353ea976a2596969302480bf9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1.59976
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 1212
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-3492486-1307909898.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.054s.
0.10/0.17	c #vars     233
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.26/0.26	c SATISFIABLE
0.26/0.26	c OPTIMIZING...
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.147
0.26/0.26	o 414
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.26/0.28	o 406
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.198
0.54/0.31	o 381
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.54/0.32	o 355
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.54/0.35	o 217
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.383
0.68/0.49	o 175
0.79/0.56	c cleaning 3790 clauses out of 7588 with flag 1001/7588
1.04/0.72	c Got one! Elapsed wall clock time (in seconds):0.61
1.04/0.72	o 169
1.04/0.76	c cleaning 4496 clauses out of 8999 with flag 1001/12789
1.14/0.88	c Got one! Elapsed wall clock time (in seconds):0.77
1.14/0.88	o 149
1.24/0.96	c cleaning 4899 clauses out of 9803 with flag 2001/18089
1.46/1.19	c cleaning 5449 clauses out of 10904 with flag 8001/24089
1.56/1.29	c Got one! Elapsed wall clock time (in seconds):1.176
1.56/1.29	o 136
1.67/1.39	c cleaning 5460 clauses out of 10931 with flag 3001/29565
1.77/1.49	c Got one! Elapsed wall clock time (in seconds):1.374
1.77/1.49	o 134
1.87/1.59	c cleaning 5398 clauses out of 10803 with flag 3001/34897
1.98/1.70	c Got one! Elapsed wall clock time (in seconds):1.585
1.98/1.70	o 133
2.08/1.77	c cleaning 5202 clauses out of 10411 with flag 2000/39903
2.28/1.98	c cleaning 5601 clauses out of 11210 with flag 8001/45904
2.58/2.27	c cleaning 6297 clauses out of 12608 with flag 15000/52903
2.88/2.57	c cleaning 7152 clauses out of 14312 with flag 23001/60904
3.28/2.91	c cleaning 8072 clauses out of 16159 with flag 32000/69903
3.48/3.18	c Got one! Elapsed wall clock time (in seconds):3.064
3.48/3.18	o 125
3.69/3.38	c cleaning 9739 clauses out of 19485 with flag 5002/81301
3.88/3.56	c Got one! Elapsed wall clock time (in seconds):3.447
3.88/3.56	o 111
3.98/3.60	c cleaning 7811 clauses out of 15637 with flag 1003/87192
3.98/3.63	c Got one! Elapsed wall clock time (in seconds):3.52
3.98/3.63	o 99
4.18/3.81	c cleaning 6623 clauses out of 13258 with flag 5001/92624
4.38/4.05	c cleaning 6312 clauses out of 12634 with flag 11000/98623
4.69/4.31	c Got one! Elapsed wall clock time (in seconds):4.202
4.69/4.31	o 98
4.88/4.50	c cleaning 8880 clauses out of 17768 with flag 5000/110069
5.08/4.72	c cleaning 7437 clauses out of 14888 with flag 11000/116069
5.28/4.98	c cleaning 7219 clauses out of 14453 with flag 18002/123071
5.49/5.11	c Got one! Elapsed wall clock time (in seconds):4.996
5.49/5.11	o 91
5.49/5.18	c cleaning 6266 clauses out of 12538 with flag 2001/128375
5.70/5.38	c cleaning 6131 clauses out of 12272 with flag 8001/134375
6.00/5.62	c cleaning 6565 clauses out of 13141 with flag 15001/141375
6.00/5.69	c Got one! Elapsed wall clock time (in seconds):5.575
6.00/5.69	o 46
6.10/5.79	c Got one! Elapsed wall clock time (in seconds):5.679
6.10/5.79	o 43
6.20/5.83	c cleaning 6294 clauses out of 12593 with flag 1000/147392
6.40/6.02	c cleaning 6147 clauses out of 12301 with flag 7002/153394
6.50/6.14	c Got one! Elapsed wall clock time (in seconds):6.026
6.50/6.14	o 41
6.60/6.21	c cleaning 5918 clauses out of 11842 with flag 2003/159082
6.80/6.40	c Got one! Elapsed wall clock time (in seconds):6.288
6.80/6.40	o 39
7.01/6.60	c cleaning 8421 clauses out of 16849 with flag 5000/170007
7.20/6.82	c cleaning 7208 clauses out of 14430 with flag 11002/176009
7.30/6.91	c Got one! Elapsed wall clock time (in seconds):6.795
7.30/6.91	o 38
7.41/7.02	c cleaning 6331 clauses out of 12675 with flag 3000/181462
7.62/7.22	c cleaning 6166 clauses out of 12345 with flag 9001/187463
7.82/7.45	c cleaning 6587 clauses out of 13179 with flag 16001/194463
8.13/7.72	c cleaning 7292 clauses out of 14592 with flag 24001/202463
8.43/8.05	c cleaning 8147 clauses out of 16299 with flag 33000/211462
8.63/8.21	c Got one! Elapsed wall clock time (in seconds):8.101
8.63/8.21	o 22
8.63/8.26	c cleaning 6825 clauses out of 13659 with flag 1000/216969
8.83/8.46	c cleaning 6416 clauses out of 12837 with flag 7003/222972
9.03/8.69	c cleaning 6707 clauses out of 13419 with flag 14001/229970
9.33/8.96	c cleaning 7350 clauses out of 14711 with flag 22000/237969
9.63/9.28	c cleaning 8176 clauses out of 16361 with flag 31000/246969
10.03/9.63	c cleaning 9086 clauses out of 18187 with flag 41002/256971
10.43/10.00	c cleaning 9547 clauses out of 19099 with flag 51000/266969
10.74/10.33	c cleaning 9769 clauses out of 19552 with flag 61000/276969
11.04/10.68	c cleaning 9888 clauses out of 19783 with flag 71000/286969
11.45/11.03	c cleaning 9937 clauses out of 19895 with flag 81000/296969
11.74/11.39	c cleaning 9975 clauses out of 19959 with flag 91001/306970
12.14/11.72	c cleaning 9986 clauses out of 19983 with flag 101000/316969
12.45/12.09	c cleaning 9991 clauses out of 19997 with flag 111000/326969
12.84/12.44	c cleaning 9996 clauses out of 20006 with flag 121000/336969
13.24/12.81	c cleaning 10001 clauses out of 20010 with flag 131000/346969
13.55/13.17	c cleaning 10003 clauses out of 20010 with flag 141001/356970
13.95/13.55	c cleaning 9998 clauses out of 20007 with flag 151001/366970
14.27/13.90	c cleaning 10001 clauses out of 20008 with flag 161000/376969
14.68/14.24	c cleaning 10001 clauses out of 20008 with flag 171001/386970
14.97/14.59	c cleaning 9998 clauses out of 20007 with flag 181001/396970
15.37/14.95	c cleaning 9998 clauses out of 20008 with flag 191000/406969
15.68/15.28	c cleaning 10001 clauses out of 20012 with flag 201002/416971
15.98/15.52	c Got one! Elapsed wall clock time (in seconds):15.413
15.98/15.52	o 20
16.18/15.73	c cleaning 11339 clauses out of 22687 with flag 5001/429647
16.38/15.94	c cleaning 8671 clauses out of 17348 with flag 11001/435647
16.58/16.16	c cleaning 7833 clauses out of 15676 with flag 18000/442646
16.88/16.44	c cleaning 7916 clauses out of 15843 with flag 26000/450646
17.18/16.74	c cleaning 8460 clauses out of 16928 with flag 35001/459647
17.48/17.07	c cleaning 9229 clauses out of 18467 with flag 45000/469646
17.88/17.47	c cleaning 9614 clauses out of 19238 with flag 55000/479646
18.29/17.86	c cleaning 9805 clauses out of 19624 with flag 65000/489646
18.69/18.21	c cleaning 9901 clauses out of 19819 with flag 75000/499646
18.99/18.55	c cleaning 9955 clauses out of 19919 with flag 85001/509647
19.29/18.89	c cleaning 9975 clauses out of 19963 with flag 95000/519646
19.69/19.23	c cleaning 9991 clauses out of 19989 with flag 105001/529647
20.09/19.60	c cleaning 9993 clauses out of 20000 with flag 115003/539649
20.39/19.96	c cleaning 9996 clauses out of 20004 with flag 125000/549646
20.79/20.32	c cleaning 9997 clauses out of 20008 with flag 135000/559646
21.09/20.65	c cleaning 10000 clauses out of 20011 with flag 145000/569646
21.40/20.99	c cleaning 10003 clauses out of 20012 with flag 155001/579647
21.80/21.35	c cleaning 10001 clauses out of 20010 with flag 165002/589648
22.20/21.71	c cleaning 10000 clauses out of 20007 with flag 175000/599646
22.50/22.06	c cleaning 10003 clauses out of 20009 with flag 185002/609648
22.80/22.39	c cleaning 9996 clauses out of 20004 with flag 195000/619646
23.20/22.75	c cleaning 10001 clauses out of 20010 with flag 205002/629648
23.50/23.09	c cleaning 10000 clauses out of 20008 with flag 215001/639647
23.90/23.46	c cleaning 9999 clauses out of 20007 with flag 225000/649646
24.30/23.81	c cleaning 9999 clauses out of 20010 with flag 235002/659648
24.61/24.19	c cleaning 10000 clauses out of 20010 with flag 245001/669647
25.00/24.55	c cleaning 10000 clauses out of 20010 with flag 255001/679647
25.40/24.91	c cleaning 10001 clauses out of 20009 with flag 265000/689646
25.71/25.26	c cleaning 9997 clauses out of 20008 with flag 275000/699646
26.10/25.63	c cleaning 10002 clauses out of 20012 with flag 285001/709647
26.40/25.97	c cleaning 10003 clauses out of 20011 with flag 295002/719648
26.81/26.32	c cleaning 10002 clauses out of 20009 with flag 305003/729649
27.10/26.67	c cleaning 10000 clauses out of 20005 with flag 315001/739647
27.50/27.02	c cleaning 9997 clauses out of 20004 with flag 325000/749646
27.92/27.40	c cleaning 10002 clauses out of 20010 with flag 335003/759649
28.21/27.78	c cleaning 9999 clauses out of 20006 with flag 345001/769647
28.61/28.15	c cleaning 9998 clauses out of 20007 with flag 355001/779647
28.91/28.50	c cleaning 10001 clauses out of 20009 with flag 365001/789647
29.31/28.86	c cleaning 10000 clauses out of 20007 with flag 375000/799646
29.71/29.21	c cleaning 9996 clauses out of 20007 with flag 385000/809646
30.01/29.57	c cleaning 10001 clauses out of 20011 with flag 395000/819646
30.41/29.91	c cleaning 10002 clauses out of 20011 with flag 405001/829647
30.71/30.28	c cleaning 10000 clauses out of 20008 with flag 415000/839646
31.11/30.64	c cleaning 10001 clauses out of 20009 with flag 425001/849647
31.51/31.03	c cleaning 9999 clauses out of 20007 with flag 435000/859646
31.81/31.38	c cleaning 9999 clauses out of 20010 with flag 445002/869648
32.21/31.72	c cleaning 9996 clauses out of 20009 with flag 455000/879646
32.51/32.08	c cleaning 10006 clauses out of 20018 with flag 465005/889651
32.92/32.44	c cleaning 9997 clauses out of 20007 with flag 475000/899646
33.21/32.79	c cleaning 10000 clauses out of 20011 with flag 485001/909647
33.61/33.14	c cleaning 9998 clauses out of 20010 with flag 495000/919646
34.01/33.50	c cleaning 10001 clauses out of 20014 with flag 505002/929648
34.32/33.84	c cleaning 10000 clauses out of 20011 with flag 515000/939646
34.72/34.20	c cleaning 9999 clauses out of 20011 with flag 525000/949646
35.02/34.54	c Got one! Elapsed wall clock time (in seconds):34.427
35.02/34.54	o 9
35.32/34.80	c cleaning 12093 clauses out of 24194 with flag 5001/963828
35.52/35.02	c cleaning 9043 clauses out of 18100 with flag 11000/969827
35.72/35.25	c cleaning 8027 clauses out of 16058 with flag 18001/976828
36.02/35.52	c cleaning 8008 clauses out of 16030 with flag 26000/984827
36.32/35.83	c cleaning 8510 clauses out of 17025 with flag 35003/993830
36.62/36.16	c cleaning 9253 clauses out of 18513 with flag 45001/1003828
37.02/36.51	c cleaning 9626 clauses out of 19259 with flag 55000/1013827
37.32/36.85	c cleaning 9813 clauses out of 19634 with flag 65001/1023828
37.62/37.19	c cleaning 9908 clauses out of 19822 with flag 75002/1033829
38.02/37.59	c cleaning 9950 clauses out of 19913 with flag 85001/1043828
38.71/37.95	c cleaning 9975 clauses out of 19962 with flag 95000/1053827
39.47/38.36	c cleaning 9996 clauses out of 19992 with flag 105006/1063833
39.87/38.74	c cleaning 9992 clauses out of 19992 with flag 115002/1073829
40.18/39.09	c cleaning 9993 clauses out of 20000 with flag 125002/1083829
40.58/39.45	c cleaning 10001 clauses out of 20005 with flag 135000/1093827
41.01/39.82	c cleaning 9997 clauses out of 20004 with flag 145001/1103828
41.42/40.21	c cleaning 10001 clauses out of 20007 with flag 155001/1113828
41.62/40.47	c starts		: 209
41.62/40.47	c conflicts		: 1121165
41.62/40.47	c decisions		: 1726198
41.62/40.47	c propagations		: 25156667
41.62/40.47	c inspects		: 257048215
41.62/40.47	c shortcuts		: 0
41.62/40.47	c learnt literals	: 7
41.62/40.47	c learnt binary clauses	: 28
41.62/40.47	c learnt ternary clauses	: 339
41.62/40.47	c learnt constraints	: 1121157
41.62/40.47	c ignored constraints	: 0
41.62/40.47	c root simplifications	: 0
41.62/40.47	c removed literals (reason simplification)	: 10353985
41.62/40.47	c reason swapping (by a shorter reason)	: 0
41.62/40.47	c Calls to reduceDB	: 124
41.62/40.47	c number of reductions to clauses (during analyze)	: 0
41.62/40.47	c number of learned constraints concerned by reduction	: 0
41.62/40.47	c number of learning phase by resolution	: 0
41.62/40.47	c number of learning phase by cutting planes	: 0
41.62/40.47	c speed (assignments/second)	: 4239411.358274351
41.62/40.47	c non guided choices	1018
41.62/40.47	c learnt constraints type 
41.62/40.47	c constraints type 
41.62/40.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
41.62/40.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
41.62/40.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
41.62/40.47	s OPTIMUM FOUND
41.62/40.47	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 
41.62/40.47	c objective function=9
41.62/40.47	c Total wall clock time (in seconds): 40.363

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492486-1307909898/watcher-3492486-1307909898 -o /var/tmp/evaluation-result-3492486-1307909898/solver-3492486-1307909898 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492486-1307909898.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 1.99 1.79 6/195 5545
/proc/meminfo: memFree=1031440/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5545/stat : 5545 (java) R 5543 5545 2916 0 -1 4202496 951 0 0 0 0 0 0 0 17 0 1 0 635181072 23580672 694 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268655699857 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5545/statm: 5757 694 510 9 0 124 0

[startup+0.010749 s]
/proc/loadavg: 2.00 1.99 1.79 6/195 5545
/proc/meminfo: memFree=1031440/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 1371 0 1 0 0 0 0 0 17 0 2 0 635181072 37810176 1073 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 9231 1073 833 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.105735 s]
/proc/loadavg: 2.00 1.99 1.79 6/195 5545
/proc/meminfo: memFree=1031440/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10540212 CPUtime=0.1 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 13071 0 1 0 9 1 0 0 17 0 18 0 635181072 10793177088 12767 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2635053 12768 2093 9 0 2625787 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540212

[startup+0.300652 s]
/proc/loadavg: 2.00 1.99 1.79 6/195 5545
/proc/meminfo: memFree=1031440/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10545192 CPUtime=0.54 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 16452 0 1 0 52 2 0 0 17 0 19 0 635181072 10798276608 14881 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636298 14881 2215 9 0 2627032 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10545192

[startup+0.700593 s]
/proc/loadavg: 2.00 1.99 1.79 6/195 5545
/proc/meminfo: memFree=1031440/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10545580 CPUtime=1.04 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 17509 0 1 0 102 2 0 0 17 0 19 0 635181072 10798673920 15932 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636395 15932 2247 9 0 2627129 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10545580

[startup+1.50144 s]
/proc/loadavg: 2.00 1.99 1.79 3/214 5564
/proc/meminfo: memFree=975320/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10545580 CPUtime=1.87 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 18135 0 1 0 185 2 0 0 17 0 19 0 635181072 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636395 16307 2248 9 0 2627129 0
[pid=5545/tid=5547] ppid=5543 vsize=10545580 CPUtime=1.41 cores=1,3,5,7
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 2916 0 -1 4202560 12218 0 1 0 140 1 0 0 18 0 19 0 635181073 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 46912505605559 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10545580 CPUtime=0.05 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) S 5543 5545 2916 0 -1 4202560 410 0 0 0 5 0 0 0 16 0 19 0 635181076 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10545580 CPUtime=0.17 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 1700 0 0 0 17 0 0 0 15 0 19 0 635181078 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10545580 CPUtime=0.2 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2153 0 0 0 20 0 0 0 15 0 19 0 635181078 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635181078 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798673920 16307 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10545580

[startup+3.10116 s]
/proc/loadavg: 2.00 1.99 1.79 3/214 5564
/proc/meminfo: memFree=974328/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10545580 CPUtime=3.48 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 18357 0 1 0 346 2 0 0 17 0 19 0 635181072 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636395 16523 2248 9 0 2627129 0
[pid=5545/tid=5547] ppid=5543 vsize=10545580 CPUtime=2.93 cores=1,3,5,7
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 2916 0 -1 4202560 12224 0 1 0 292 1 0 0 20 0 19 0 635181073 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 46912505545419 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 91 0 0 0 0 0 0 0 16 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10545580 CPUtime=0.12 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) S 5543 5545 2916 0 -1 4202560 534 0 0 0 12 0 0 0 16 0 19 0 635181076 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10545580 CPUtime=0.17 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 1700 0 0 0 17 0 0 0 15 0 19 0 635181078 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10545580 CPUtime=0.2 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2153 0 0 0 20 0 0 0 15 0 19 0 635181078 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635181078 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798673920 16523 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10545580

[startup+6.30059 s]
/proc/loadavg: 2.00 1.99 1.79 3/214 5565
/proc/meminfo: memFree=972740/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10545580 CPUtime=6.7 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 18613 0 1 0 668 2 0 0 17 0 19 0 635181072 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636395 16527 2248 9 0 2627129 0
[pid=5545/tid=5547] ppid=5543 vsize=10545580 CPUtime=5.95 cores=1,3,5,7
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 2916 0 -1 4202560 12239 0 1 0 594 1 0 0 19 0 19 0 635181073 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 46912505539872 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10545580 CPUtime=0.01 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 99 0 0 0 0 0 0 0 16 0 19 0 635181075 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10545580 CPUtime=0.28 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) S 5543 5545 2916 0 -1 4202560 608 0 0 0 28 0 0 0 15 0 19 0 635181076 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10545580 CPUtime=0.18 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 1705 0 0 0 18 0 0 0 15 0 19 0 635181078 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10545580 CPUtime=0.2 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2153 0 0 0 20 0 0 0 15 0 19 0 635181078 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635181078 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10545580 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798673920 16527 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 10545580

[startup+12.7015 s]

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

/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 53 0 0 0 3 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 9 0 0 0 3 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10544968 CPUtime=0.01 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 45 0 0 0 3 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10544968 CPUtime=0.02 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10544968 CPUtime=1.57 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) R 5543 5545 2916 0 -1 4202560 946 0 0 0 155 2 0 0 15 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268660356148 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10544968 CPUtime=0.84 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 12479 0 0 0 83 1 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10544968 CPUtime=0.24 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2177 0 0 0 24 0 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40.28
Current children cumulated vsize (KiB) 10544968

[startup+39.9007 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5565
/proc/meminfo: memFree=948292/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10544968 CPUtime=41.11 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 29887 0 1 0 4105 6 0 0 17 0 19 0 635181072 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636242 22483 2250 9 0 2626976 0
[pid=5545/tid=5547] ppid=5543 vsize=10544968 CPUtime=38.1 cores=1,3,5,7
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 2916 0 -1 4202560 12340 0 1 0 3808 2 0 0 18 0 19 0 635181073 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 46912505577543 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10544968 CPUtime=0.01 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 45 0 0 0 3 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10544968 CPUtime=0.02 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 230 0 0 0 2 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10544968 CPUtime=0.04 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 162 0 0 0 4 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10544968 CPUtime=1.6 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) S 5543 5545 2916 0 -1 4202560 946 0 0 0 158 2 0 0 15 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10544968 CPUtime=0.85 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 12479 0 0 0 84 1 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10544968 CPUtime=0.26 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2177 0 0 0 26 0 0 0 16 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.11
Current children cumulated vsize (KiB) 10544968

[startup+40.3006 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5565
/proc/meminfo: memFree=948292/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10544968 CPUtime=41.52 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 29888 0 1 0 4146 6 0 0 17 0 19 0 635181072 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636242 22483 2250 9 0 2626976 0
[pid=5545/tid=5547] ppid=5543 vsize=10544968 CPUtime=38.49 cores=1,3,5,7
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 2916 0 -1 4202560 12341 0 1 0 3847 2 0 0 18 0 19 0 635181073 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 46912505562664 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 9 0 0 0 3 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10544968 CPUtime=0.01 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 45 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10544968 CPUtime=0.02 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10544968 CPUtime=0.04 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 162 0 0 0 4 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10544968 CPUtime=1.62 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) S 5543 5545 2916 0 -1 4202560 946 0 0 0 160 2 0 0 15 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10544968 CPUtime=0.85 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 12479 0 0 0 84 1 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10544968 CPUtime=0.27 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2177 0 0 0 27 0 0 0 16 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (KiB) 10544968

[startup+40.4006 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5565
/proc/meminfo: memFree=948292/32951124 swapFree=67055716/67111528
[pid=5545] ppid=5543 vsize=10544968 CPUtime=41.62 cores=1,3,5,7
/proc/5545/stat : 5545 (java) S 5543 5545 2916 0 -1 4202496 29888 0 1 0 4156 6 0 0 17 0 19 0 635181072 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5545/statm: 2636242 22483 2250 9 0 2626976 0
[pid=5545/tid=5547] ppid=5543 vsize=10544968 CPUtime=38.59 cores=1,3,5,7
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 2916 0 -1 4202560 12341 0 1 0 3857 2 0 0 18 0 19 0 635181073 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 46912505577427 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 2916 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5549] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 2916 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5550] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 2916 0 -1 4202560 9 0 0 0 3 0 0 0 16 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5551] ppid=5543 vsize=10544968 CPUtime=0.01 cores=1,3,5,7
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 2916 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 2916 0 -1 4202560 45 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=10544968 CPUtime=0.02 cores=1,3,5,7
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 2916 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5554] ppid=5543 vsize=10544968 CPUtime=0.04 cores=1,3,5,7
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 2916 0 -1 4202560 162 0 0 0 4 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5555] ppid=5543 vsize=10544968 CPUtime=0.03 cores=1,3,5,7
/proc/5545/task/5555/stat : 5555 (java) S 5543 5545 2916 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 635181075 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5556] ppid=5543 vsize=10544968 CPUtime=1.62 cores=1,3,5,7
/proc/5545/task/5556/stat : 5556 (java) S 5543 5545 2916 0 -1 4202560 946 0 0 0 160 2 0 0 15 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5557] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5557/stat : 5557 (java) S 5543 5545 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5558] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5558/stat : 5558 (java) S 5543 5545 2916 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 635181076 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=5545/tid=5559] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5559/stat : 5559 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5560] ppid=5543 vsize=10544968 CPUtime=0.85 cores=1,3,5,7
/proc/5545/task/5560/stat : 5560 (java) S 5543 5545 2916 0 -1 4202560 12479 0 0 0 84 1 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=5545/tid=5561] ppid=5543 vsize=10544968 CPUtime=0.27 cores=1,3,5,7
/proc/5545/task/5561/stat : 5561 (java) S 5543 5545 2916 0 -1 4202560 2177 0 0 0 27 0 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5562] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5562/stat : 5562 (java) S 5543 5545 2916 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=5545/tid=5563] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5563/stat : 5563 (java) S 5543 5545 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635181078 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=5545/tid=5564] ppid=5543 vsize=10544968 CPUtime=0 cores=1,3,5,7
/proc/5545/task/5564/stat : 5564 (java) S 5543 5545 2916 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 635181090 10798047232 22483 33554432000 1073741824 1073778376 140733199807872 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.62
Current children cumulated vsize (KiB) 10544968

Child status: 30
Real time (s): 40.4835
CPU time (s): 41.7227
CPU user time (s): 41.6507
CPU system time (s): 0.071989
CPU usage (%): 103.061
Max. virtual memory (cumulated for all children) (KiB): 10545580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6507
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29914
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= 4252
involuntary context switches= 1699

runsolver used 0.075988 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:18:18
IDJOB=3492486
IDBENCH=78839
IDSOLVER=1982
FILE ID=node107/3492486-1307909898
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= 137575c353ea976a2596969302480bf9
RANDOM SEED=1560642054

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:       1031488 kB
Buffers:         60552 kB
Cached:       30723832 kB
SwapCached:      20072 kB
Active:       15773724 kB
Inactive:     15185092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1031488 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:      172392 kB
Mapped:          21128 kB
Slab:           896636 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10535400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node107 at 2011-06-12 22:18:59