Trace number 3492615

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 28.5397 27.486

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-0-100-0.wbo
MD5SUMd14175b3b4719f4504fd05dae924b9b8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.91971
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492615-1307910977.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.118
0.28/0.22	o 648
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.146
0.28/0.25	o 603
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.27	o 553
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.179
0.28/0.28	o 527
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.51/0.32	o 526
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.51/0.33	o 436
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.65/0.41	o 380
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.65/0.44	o 379
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.65/0.46	o 367
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.65/0.48	o 360
0.77/0.50	c Got one! Elapsed wall clock time (in seconds):0.396
0.77/0.50	o 339
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
0.77/0.53	o 241
0.88/0.62	c Got one! Elapsed wall clock time (in seconds):0.511
0.88/0.62	o 231
0.98/0.79	c cleaning 5032 clauses out of 10067 with flag 3000/10067
1.14/0.88	c Got one! Elapsed wall clock time (in seconds):0.775
1.14/0.88	o 220
1.44/1.11	c cleaning 5355 clauses out of 10715 with flag 4002/15747
1.55/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
1.55/1.27	o 214
1.65/1.34	c Got one! Elapsed wall clock time (in seconds):1.239
1.65/1.34	o 211
1.65/1.39	c cleaning 5627 clauses out of 11261 with flag 1000/21648
1.97/1.67	c cleaning 5814 clauses out of 11634 with flag 7000/27648
2.27/1.99	c cleaning 6403 clauses out of 12820 with flag 14000/34648
2.48/2.11	c Got one! Elapsed wall clock time (in seconds):2.01
2.48/2.11	o 209
2.58/2.27	c cleaning 5804 clauses out of 11618 with flag 3001/39849
2.88/2.53	c cleaning 5899 clauses out of 11813 with flag 9000/45848
3.18/2.85	c cleaning 6449 clauses out of 12914 with flag 16000/52848
3.38/3.09	c Got one! Elapsed wall clock time (in seconds):2.984
3.38/3.09	o 189
3.49/3.13	c cleaning 6083 clauses out of 12170 with flag 1000/58553
3.80/3.43	c cleaning 6039 clauses out of 12090 with flag 7003/64556
4.10/3.79	c cleaning 6521 clauses out of 13049 with flag 14001/71554
4.20/3.84	c Got one! Elapsed wall clock time (in seconds):3.731
4.20/3.84	o 178
4.40/4.01	c cleaning 6094 clauses out of 12198 with flag 5005/77224
4.60/4.25	c Got one! Elapsed wall clock time (in seconds):4.148
4.60/4.25	o 169
4.70/4.38	c Got one! Elapsed wall clock time (in seconds):4.272
4.70/4.38	o 156
4.80/4.47	c cleaning 8529 clauses out of 17065 with flag 2005/88185
4.90/4.59	c Got one! Elapsed wall clock time (in seconds):4.482
4.90/4.59	o 152
5.10/4.71	c cleaning 6936 clauses out of 13880 with flag 3000/93529
5.20/4.87	c Got one! Elapsed wall clock time (in seconds):4.765
5.20/4.87	o 125
5.32/4.96	c cleaning 6137 clauses out of 12284 with flag 2002/98869
5.55/5.17	c Got one! Elapsed wall clock time (in seconds):5.068
5.55/5.17	o 115
5.85/5.41	c cleaning 8255 clauses out of 16520 with flag 5000/109242
6.06/5.65	c cleaning 7126 clauses out of 14265 with flag 11000/115242
6.16/5.71	c Got one! Elapsed wall clock time (in seconds):5.604
6.16/5.71	o 107
6.29/5.89	c cleaning 6557 clauses out of 13127 with flag 5000/121230
6.59/6.11	c cleaning 6280 clauses out of 12570 with flag 11000/127230
6.92/6.45	c cleaning 6639 clauses out of 13290 with flag 18000/134230
7.29/6.70	c Got one! Elapsed wall clock time (in seconds):6.593
7.29/6.70	o 91
7.83/6.91	c cleaning 8366 clauses out of 16742 with flag 5006/144321
7.83/6.92	c Got one! Elapsed wall clock time (in seconds):6.82
7.83/6.92	o 71
8.03/7.11	c cleaning 6723 clauses out of 13457 with flag 5002/149402
8.13/7.21	c Got one! Elapsed wall clock time (in seconds):7.109
8.13/7.21	o 62
8.23/7.34	c cleaning 6144 clauses out of 12297 with flag 3000/154965
8.43/7.56	c cleaning 6071 clauses out of 12154 with flag 9001/160966
8.74/7.86	c cleaning 6535 clauses out of 13082 with flag 16000/167965
9.04/8.19	c cleaning 7270 clauses out of 14547 with flag 24000/175965
9.34/8.47	c Got one! Elapsed wall clock time (in seconds):8.37
9.34/8.47	o 60
9.55/8.68	c cleaning 9778 clauses out of 19561 with flag 5001/188249
9.85/8.90	c cleaning 7886 clauses out of 15785 with flag 11003/194251
10.05/9.17	c cleaning 7444 clauses out of 14897 with flag 18001/201249
10.15/9.28	c Got one! Elapsed wall clock time (in seconds):9.177
10.15/9.28	o 41
10.25/9.36	c cleaning 6236 clauses out of 12475 with flag 2003/206271
10.45/9.56	c cleaning 6115 clauses out of 12236 with flag 8000/212268
10.75/9.82	c cleaning 6550 clauses out of 13122 with flag 15001/219269
11.05/10.13	c cleaning 7277 clauses out of 14571 with flag 23000/227268
11.25/10.30	c Got one! Elapsed wall clock time (in seconds):10.199
11.25/10.30	o 38
11.35/10.49	c cleaning 8685 clauses out of 17378 with flag 5002/237352
11.65/10.71	c cleaning 7343 clauses out of 14691 with flag 11000/243350
11.85/10.97	c cleaning 7169 clauses out of 14351 with flag 18003/250353
12.25/11.33	c cleaning 7587 clauses out of 15180 with flag 26001/258351
12.66/11.71	c cleaning 8293 clauses out of 16595 with flag 35003/267353
13.06/12.14	c cleaning 9146 clauses out of 18299 with flag 45000/277350
13.46/12.55	c cleaning 9572 clauses out of 19153 with flag 55000/287350
13.88/12.93	c cleaning 9790 clauses out of 19583 with flag 65002/297352
14.08/13.12	c Got one! Elapsed wall clock time (in seconds):13.012
14.08/13.12	o 31
14.28/13.31	c cleaning 9944 clauses out of 19902 with flag 5000/307461
14.48/13.55	c cleaning 7977 clauses out of 15959 with flag 11001/313462
14.68/13.76	c Got one! Elapsed wall clock time (in seconds):13.656
14.68/13.76	o 28
14.88/13.95	c cleaning 9565 clauses out of 19133 with flag 5002/324613
15.08/14.17	c cleaning 7780 clauses out of 15570 with flag 11004/330615
15.38/14.45	c cleaning 7388 clauses out of 14787 with flag 18001/337612
15.68/14.74	c cleaning 7695 clauses out of 15398 with flag 26000/345611
16.08/15.12	c cleaning 8347 clauses out of 16703 with flag 35000/354611
16.28/15.35	c Got one! Elapsed wall clock time (in seconds):15.247
16.28/15.35	o 24
16.49/15.55	c cleaning 9215 clauses out of 18442 with flag 5000/364697
16.68/15.76	c cleaning 7607 clauses out of 15227 with flag 11000/370697
16.98/16.00	c cleaning 7306 clauses out of 14622 with flag 18002/377699
17.28/16.30	c cleaning 7655 clauses out of 15317 with flag 26003/385700
17.38/16.40	c Got one! Elapsed wall clock time (in seconds):16.298
17.38/16.40	o 15
17.38/16.48	c cleaning 6373 clauses out of 12758 with flag 2002/390796
17.59/16.68	c cleaning 6189 clauses out of 12383 with flag 8000/396794
17.89/16.90	c cleaning 6593 clauses out of 13196 with flag 15002/403796
18.09/17.18	c cleaning 7298 clauses out of 14603 with flag 23002/411796
18.39/17.48	c cleaning 8152 clauses out of 16309 with flag 32006/420800
18.79/17.90	c cleaning 9074 clauses out of 18154 with flag 42003/430797
19.10/18.16	c Got one! Elapsed wall clock time (in seconds):18.058
19.10/18.16	o 13
19.39/18.41	c cleaning 10998 clauses out of 22002 with flag 5001/443719
19.60/18.62	c cleaning 8501 clauses out of 17006 with flag 11003/449721
19.80/18.87	c cleaning 7748 clauses out of 15503 with flag 18001/456719
20.10/19.14	c cleaning 7873 clauses out of 15754 with flag 26000/464718
20.40/19.46	c cleaning 8433 clauses out of 16881 with flag 35000/473718
20.80/19.83	c cleaning 9220 clauses out of 18448 with flag 45000/483718
21.20/20.20	c cleaning 9609 clauses out of 19228 with flag 55000/493718
21.50/20.57	c cleaning 9807 clauses out of 19621 with flag 65002/503720
21.70/20.70	c Got one! Elapsed wall clock time (in seconds):20.596
21.70/20.70	o 6
21.70/20.74	c cleaning 7523 clauses out of 15053 with flag 1004/508959
21.91/20.94	c cleaning 6755 clauses out of 13526 with flag 7000/514955
22.11/21.18	c cleaning 6879 clauses out of 13771 with flag 14000/521955
22.41/21.43	c cleaning 7443 clauses out of 14892 with flag 22000/529955
22.71/21.74	c cleaning 8216 clauses out of 16451 with flag 31002/538957
23.02/22.08	c cleaning 9111 clauses out of 18233 with flag 41000/548955
23.42/22.44	c cleaning 9554 clauses out of 19123 with flag 51001/558956
23.82/22.80	c cleaning 9780 clauses out of 19569 with flag 61001/568956
24.12/23.16	c cleaning 9891 clauses out of 19789 with flag 71001/578956
24.52/23.52	c cleaning 9944 clauses out of 19897 with flag 81000/588955
24.72/23.72	c Got one! Elapsed wall clock time (in seconds):23.618
24.72/23.72	o 3
24.94/23.92	c cleaning 10502 clauses out of 21012 with flag 5000/600014
25.14/24.14	c cleaning 8247 clauses out of 16510 with flag 11000/606014
25.34/24.37	c cleaning 7629 clauses out of 15266 with flag 18003/613017
25.64/24.64	c cleaning 7813 clauses out of 15636 with flag 26002/621016
25.94/24.95	c cleaning 8406 clauses out of 16822 with flag 35001/630015
26.35/25.33	c cleaning 9204 clauses out of 18415 with flag 45000/640014
26.45/25.49	c Got one! Elapsed wall clock time (in seconds):25.386
26.45/25.49	o 1
26.54/25.54	c cleaning 7402 clauses out of 14817 with flag 1000/645620
26.74/25.74	c cleaning 6703 clauses out of 13416 with flag 7001/651621
26.94/25.96	c cleaning 6850 clauses out of 13712 with flag 14000/658620
27.24/26.23	c cleaning 7428 clauses out of 14862 with flag 22000/666620
27.55/26.54	c cleaning 8215 clauses out of 16440 with flag 31006/675626
27.94/26.91	c cleaning 9107 clauses out of 18219 with flag 41000/685620
28.25/27.28	c cleaning 9554 clauses out of 19112 with flag 51000/695620
28.46/27.46	c starts		: 192
28.46/27.46	c conflicts		: 700715
28.46/27.46	c decisions		: 1096354
28.46/27.46	c propagations		: 17091894
28.46/27.46	c inspects		: 152993030
28.46/27.46	c shortcuts		: 0
28.46/27.46	c learnt literals	: 6
28.46/27.46	c learnt binary clauses	: 35
28.46/27.46	c learnt ternary clauses	: 313
28.46/27.46	c learnt constraints	: 700708
28.46/27.46	c ignored constraints	: 0
28.46/27.46	c root simplifications	: 0
28.46/27.46	c removed literals (reason simplification)	: 5225865
28.46/27.46	c reason swapping (by a shorter reason)	: 0
28.46/27.46	c Calls to reduceDB	: 89
28.46/27.46	c number of reductions to clauses (during analyze)	: 0
28.46/27.46	c number of learned constraints concerned by reduction	: 0
28.46/27.46	c number of learning phase by resolution	: 0
28.46/27.46	c number of learning phase by cutting planes	: 0
28.46/27.46	c speed (assignments/second)	: 8662896.097313736
28.46/27.46	c non guided choices	2531
28.46/27.46	c learnt constraints type 
28.46/27.46	c constraints type 
28.46/27.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
28.46/27.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
28.46/27.46	s OPTIMUM FOUND
28.46/27.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 
28.46/27.47	c objective function=1
28.46/27.47	c Total wall clock time (in seconds): 27.361

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492615-1307910977/watcher-3492615-1307910977 -o /var/tmp/evaluation-result-3492615-1307910977/solver-3492615-1307910977 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492615-1307910977.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.02 2.02 1.91 2/195 5918
/proc/meminfo: memFree=1056620/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 1220 0 0 0 0 0 0 0 25 0 2 0 635289002 31260672 938 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 7632 945 720 9 0 383 0
[pid=5918/tid=5919] ppid=5916 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 635289002 31260672 957 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268660662016 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.102869 s]
/proc/loadavg: 2.02 2.02 1.91 2/195 5918
/proc/meminfo: memFree=1056620/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10540420 CPUtime=0.1 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 13194 0 1 0 9 1 0 0 25 0 18 0 635289002 10793390080 12824 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635105 12824 2092 9 0 2625839 0
[pid=5918/tid=5919] ppid=5916 vsize=10540420 CPUtime=0.08 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 11227 0 1 0 7 1 0 0 25 0 18 0 635289002 10793390080 12824 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268660320822 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540420

[startup+0.200805 s]
/proc/loadavg: 2.02 2.02 1.91 2/195 5918
/proc/meminfo: memFree=1056620/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543560 CPUtime=0.28 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 15315 0 1 0 26 2 0 0 25 0 19 0 635289002 10796605440 14519 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635890 14519 2200 9 0 2626624 0
[pid=5918/tid=5919] ppid=5916 vsize=10543560 CPUtime=0.18 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 11710 0 1 0 17 1 0 0 25 0 19 0 635289002 10796605440 14519 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505175408 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10543560

[startup+0.300823 s]
/proc/loadavg: 2.02 2.02 1.91 2/195 5918
/proc/meminfo: memFree=1056620/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543708 CPUtime=0.51 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 15849 0 1 0 49 2 0 0 25 0 19 0 635289002 10796756992 14793 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635927 14793 2214 9 0 2626661 0
[pid=5918/tid=5919] ppid=5916 vsize=10543708 CPUtime=0.28 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 11853 0 1 0 27 1 0 0 25 0 19 0 635289002 10796756992 14793 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505563392 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543708

[startup+0.700749 s]
/proc/loadavg: 2.02 2.02 1.91 2/195 5918
/proc/meminfo: memFree=1056620/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543708 CPUtime=0.98 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 16632 0 1 0 96 2 0 0 25 0 19 0 635289002 10796756992 15527 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635927 15527 2218 9 0 2626661 0
[pid=5918/tid=5919] ppid=5916 vsize=10543708 CPUtime=0.69 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12559 0 1 0 67 2 0 0 25 0 19 0 635289002 10796756992 15527 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505612160 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10543708

[startup+1.50061 s]
/proc/loadavg: 2.01 2.02 1.91 3/214 5937
/proc/meminfo: memFree=993544/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543856 CPUtime=1.87 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 17912 0 1 0 184 3 0 0 25 0 19 0 635289002 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635964 16799 2248 9 0 2626698 0
[pid=5918/tid=5919] ppid=5916 vsize=10543856 CPUtime=1.45 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12645 0 1 0 143 2 0 0 25 0 19 0 635289002 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505561952 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5918/tid=5921] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 98 0 0 0 0 0 0 0 16 0 19 0 635289004 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543856 CPUtime=0.03 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 522 0 0 0 3 0 0 0 16 0 19 0 635289005 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543856 CPUtime=0.18 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 1920 0 0 0 18 0 0 0 15 0 19 0 635289007 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543856 CPUtime=0.18 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) S 5916 5918 2916 0 -1 4202560 1061 0 0 0 18 0 0 0 15 0 19 0 635289007 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5935] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5935/stat : 5935 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5936] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5936/stat : 5936 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635289007 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5937] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5937/stat : 5937 (java) S 5916 5918 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635289018 10796908544 16799 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10543856

[startup+3.10151 s]
/proc/loadavg: 2.01 2.02 1.91 3/214 5937
/proc/meminfo: memFree=992428/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543856 CPUtime=3.49 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 17930 0 1 0 346 3 0 0 25 0 19 0 635289002 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635964 16812 2248 9 0 2626698 0
[pid=5918/tid=5919] ppid=5916 vsize=10543856 CPUtime=2.98 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12650 0 1 0 296 2 0 0 25 0 19 0 635289002 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505555980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5918/tid=5921] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 635289004 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543856 CPUtime=0.09 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 525 0 0 0 9 0 0 0 15 0 19 0 635289005 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543856 CPUtime=0.19 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 1920 0 0 0 19 0 0 0 15 0 19 0 635289007 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543856 CPUtime=0.19 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) R 5916 5918 2916 0 -1 4202560 1061 0 0 0 19 0 0 0 15 0 19 0 635289007 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 47132038241826 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5918/tid=5935] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5935/stat : 5935 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5936] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5936/stat : 5936 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635289007 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5937] ppid=5916 vsize=10543856 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5937/stat : 5937 (java) S 5916 5918 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635289018 10796908544 16812 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10543856

[startup+6.30077 s]
/proc/loadavg: 2.01 2.02 1.91 3/214 5937
/proc/meminfo: memFree=990824/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543592 CPUtime=6.82 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 20042 0 1 0 678 4 0 0 25 0 19 0 635289002 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635898 17828 2250 9 0 2626632 0
[pid=5918/tid=5919] ppid=5916 vsize=10543592 CPUtime=6.02 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12665 0 1 0 600 2 0 0 25 0 19 0 635289002 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505579396 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5918/tid=5921] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 635289004 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543592 CPUtime=0.23 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 631 0 0 0 23 0 0 0 15 0 19 0 635289005 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543592 CPUtime=0.23 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 2754 0 0 0 23 0 0 0 15 0 19 0 635289007 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543592 CPUtime=0.26 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) S 5916 5918 2916 0 -1 4202560 1887 0 0 0 26 0 0 0 16 0 19 0 635289007 10796638208 17828 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0

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

/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 186 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 127 0 0 0 1 0 0 0 16 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 309 0 0 0 1 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 63 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543592 CPUtime=1.06 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 823 0 0 0 105 1 0 0 15 0 19 0 635289005 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543592 CPUtime=0.25 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 2850 0 0 0 25 0 0 0 15 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543592 CPUtime=0.71 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) S 5916 5918 2916 0 -1 4202560 9008 0 0 0 70 1 0 0 15 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5935] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5935/stat : 5935 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5936] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5936/stat : 5936 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5937] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5937/stat : 5937 (java) S 5916 5918 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635289018 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.64
Current children cumulated vsize (KiB) 10543592

[startup+26.4012 s]
/proc/loadavg: 2.01 2.01 1.91 3/214 5938
/proc/meminfo: memFree=962080/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543592 CPUtime=27.45 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 27540 0 1 0 2739 6 0 0 25 0 19 0 635289002 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635898 20218 2251 9 0 2626632 0
[pid=5918/tid=5919] ppid=5916 vsize=10543592 CPUtime=25.17 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12730 0 1 0 2515 2 0 0 25 0 19 0 635289002 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505579412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5918/tid=5921] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 186 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 127 0 0 0 1 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 309 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 63 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 140 0 0 0 1 0 0 0 16 0 19 0 635289004 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543592 CPUtime=1.1 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 823 0 0 0 109 1 0 0 15 0 19 0 635289005 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543592 CPUtime=0.25 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 2850 0 0 0 25 0 0 0 15 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543592 CPUtime=0.71 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) S 5916 5918 2916 0 -1 4202560 9008 0 0 0 70 1 0 0 15 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5935] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5935/stat : 5935 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5936] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5936/stat : 5936 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635289007 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5937] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5937/stat : 5937 (java) S 5916 5918 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635289018 10796638208 20218 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 27.45
Current children cumulated vsize (KiB) 10543592

[startup+27.2011 s]
/proc/loadavg: 2.01 2.01 1.91 3/214 5938
/proc/meminfo: memFree=962080/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543592 CPUtime=28.25 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 27543 0 1 0 2818 7 0 0 25 0 19 0 635289002 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635898 20219 2251 9 0 2626632 0
[pid=5918/tid=5919] ppid=5916 vsize=10543592 CPUtime=25.93 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12733 0 1 0 2591 2 0 0 25 0 19 0 635289002 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5918/tid=5921] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 186 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 127 0 0 0 1 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 309 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 63 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 635289004 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543592 CPUtime=1.13 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 823 0 0 0 112 1 0 0 15 0 19 0 635289005 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543592 CPUtime=0.25 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 2850 0 0 0 25 0 0 0 15 0 19 0 635289007 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543592 CPUtime=0.71 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) S 5916 5918 2916 0 -1 4202560 9008 0 0 0 70 1 0 0 15 0 19 0 635289007 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5935] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5935/stat : 5935 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5936] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5936/stat : 5936 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635289007 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5937] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5937/stat : 5937 (java) S 5916 5918 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635289018 10796638208 20219 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.25
Current children cumulated vsize (KiB) 10543592

[startup+27.401 s]
/proc/loadavg: 2.01 2.01 1.91 3/214 5938
/proc/meminfo: memFree=962080/32951124 swapFree=67055716/67111528
[pid=5918] ppid=5916 vsize=10543592 CPUtime=28.46 cores=1,3,5,7
/proc/5918/stat : 5918 (java) S 5916 5918 2916 0 -1 4202496 27545 0 1 0 2839 7 0 0 25 0 19 0 635289002 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5918/statm: 2635898 20220 2251 9 0 2626632 0
[pid=5918/tid=5919] ppid=5916 vsize=10543592 CPUtime=26.12 cores=1,3,5,7
/proc/5918/task/5919/stat : 5919 (java) R 5916 5918 2916 0 -1 4202560 12735 0 1 0 2610 2 0 0 25 0 19 0 635289002 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 46912505579452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5918/tid=5921] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5921/stat : 5921 (java) S 5916 5918 2916 0 -1 4202560 186 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5922] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5922/stat : 5922 (java) S 5916 5918 2916 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5923] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5923/stat : 5923 (java) S 5916 5918 2916 0 -1 4202560 127 0 0 0 2 0 0 0 16 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5924] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5924/stat : 5924 (java) S 5916 5918 2916 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5925] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5925/stat : 5925 (java) S 5916 5918 2916 0 -1 4202560 309 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5926] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5926/stat : 5926 (java) S 5916 5918 2916 0 -1 4202560 63 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5927] ppid=5916 vsize=10543592 CPUtime=0.02 cores=1,3,5,7
/proc/5918/task/5927/stat : 5927 (java) S 5916 5918 2916 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5928] ppid=5916 vsize=10543592 CPUtime=0.01 cores=1,3,5,7
/proc/5918/task/5928/stat : 5928 (java) S 5916 5918 2916 0 -1 4202560 140 0 0 0 1 0 0 0 16 0 19 0 635289004 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5929] ppid=5916 vsize=10543592 CPUtime=1.14 cores=1,3,5,7
/proc/5918/task/5929/stat : 5929 (java) S 5916 5918 2916 0 -1 4202560 823 0 0 0 113 1 0 0 15 0 19 0 635289005 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 0 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5930] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5930/stat : 5930 (java) S 5916 5918 2916 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5931] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5931/stat : 5931 (java) S 5916 5918 2916 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 635289005 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5932] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5932/stat : 5932 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672485809 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5933] ppid=5916 vsize=10543592 CPUtime=0.25 cores=1,3,5,7
/proc/5918/task/5933/stat : 5933 (java) S 5916 5918 2916 0 -1 4202560 2850 0 0 0 25 0 0 0 15 0 19 0 635289007 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 7 0 0 0
[pid=5918/tid=5934] ppid=5916 vsize=10543592 CPUtime=0.71 cores=1,3,5,7
/proc/5918/task/5934/stat : 5934 (java) S 5916 5918 2916 0 -1 4202560 9008 0 0 0 70 1 0 0 16 0 19 0 635289007 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
[pid=5918/tid=5935] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5935/stat : 5935 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635289007 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478105 0 4 0 16800975 18446604460180682816 0 0 -1 5 0 0 0
[pid=5918/tid=5936] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5936/stat : 5936 (java) S 5916 5918 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635289007 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 1 0 0 0
[pid=5918/tid=5937] ppid=5916 vsize=10543592 CPUtime=0 cores=1,3,5,7
/proc/5918/task/5937/stat : 5937 (java) S 5916 5918 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635289018 10796638208 20220 33554432000 1073741824 1073778376 140734440298896 18446744073709551615 268672478720 0 4 0 16800975 18446604460180682816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.46
Current children cumulated vsize (KiB) 10543592

Child status: 30
Real time (s): 27.486
CPU time (s): 28.5397
CPU user time (s): 28.4647
CPU system time (s): 0.074988
CPU usage (%): 103.833
Max. virtual memory (cumulated for all children) (KiB): 10545332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.4647
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27565
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= 3051
involuntary context switches= 1583

runsolver used 0.048992 second user time and 0.112982 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:36:17
IDJOB=3492615
IDBENCH=79191
IDSOLVER=1982
FILE ID=node107/3492615-1307910977
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111223004--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492615-1307910977/watcher-3492615-1307910977 -o /var/tmp/evaluation-result-3492615-1307910977/solver-3492615-1307910977 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492615-1307910977.wbo

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

MD5SUM BENCH= d14175b3b4719f4504fd05dae924b9b8
RANDOM SEED=1230299403

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:       1057024 kB
Buffers:         62560 kB
Cached:       30723812 kB
SwapCached:      20072 kB
Active:       15746904 kB
Inactive:     15187240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1057024 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             704 kB
Writeback:           0 kB
AnonPages:      145424 kB
Mapped:          21156 kB
Slab:           896752 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10539236 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:36:45