Trace number 3718407

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 PB 2012-05-28OPTIMUM 76.6214 74.0958

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558739--soft-0-100-0.wbo
MD5SUM96d1f19cba40c7363abd0128bfda9b7c
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 benchmark53.1659
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.3.2.v20120528
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.07	c Number of processors 	8
0.03/0.10	c Pseudo Boolean Optimization by upper bound
0.03/0.10	c --- Begin Solver configuration ---
0.03/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.03/0.10	c Learn all clauses as in MiniSAT
0.03/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.10	c No reason simplification
0.03/0.10	c Armin Biere (Picosat) restarts strategy
0.03/0.10	c Glucose 2 learned constraints deletion strategy
0.03/0.10	c timeout=2147483s
0.03/0.10	c DB Simplification allowed=false
0.03/0.10	c --- End Solver configuration ---
0.03/0.10	c solving HOME/instance-3718407-1338254293.wbo
0.03/0.10	c reading problem ... 
0.54/0.30	c ... done. Wall clock time 0.204s.
0.54/0.30	c declared #vars     231
0.54/0.30	c internal #vars     2938
0.54/0.30	c #constraints  2707
0.54/0.30	c constraints type 
0.54/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.54/0.30	c ignored satisfied constraints => 1
0.54/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.54/0.30	c 2708 constraints processed.
0.54/0.30	c objective function length is 2707 literals
0.83/0.48	c SATISFIABLE
0.83/0.48	c OPTIMIZING...
0.83/0.48	c Got one! Elapsed wall clock time (in seconds):0.382
0.83/0.48	o 419
1.12/0.53	c Got one! Elapsed wall clock time (in seconds):0.431
1.12/0.53	o 381
1.40/0.62	c Got one! Elapsed wall clock time (in seconds):0.523
1.40/0.62	o 357
1.40/0.64	c Got one! Elapsed wall clock time (in seconds):0.544
1.40/0.64	o 340
1.40/0.65	c Got one! Elapsed wall clock time (in seconds):0.556
1.40/0.65	o 282
1.40/0.67	c Got one! Elapsed wall clock time (in seconds):0.572
1.40/0.67	o 261
1.61/0.70	c Got one! Elapsed wall clock time (in seconds):0.602
1.61/0.70	o 260
1.61/0.72	c Got one! Elapsed wall clock time (in seconds):0.622
1.61/0.72	o 245
1.61/0.73	c Got one! Elapsed wall clock time (in seconds):0.637
1.61/0.73	o 241
1.61/0.75	c Got one! Elapsed wall clock time (in seconds):0.654
1.61/0.75	o 197
1.61/0.77	c Got one! Elapsed wall clock time (in seconds):0.672
1.61/0.77	o 194
1.61/0.79	c Got one! Elapsed wall clock time (in seconds):0.697
1.61/0.79	o 184
1.73/0.84	c Got one! Elapsed wall clock time (in seconds):0.742
1.73/0.84	o 178
1.73/0.85	c Got one! Elapsed wall clock time (in seconds):0.75
1.73/0.85	o 171
1.73/0.87	c Got one! Elapsed wall clock time (in seconds):0.776
1.73/0.87	o 161
1.83/0.91	c Got one! Elapsed wall clock time (in seconds):0.813
1.83/0.91	o 157
1.83/0.94	c Got one! Elapsed wall clock time (in seconds):0.845
1.83/0.94	o 138
2.04/1.11	c Got one! Elapsed wall clock time (in seconds):1.012
2.04/1.11	o 135
2.04/1.13	c Got one! Elapsed wall clock time (in seconds):1.033
2.04/1.13	o 134
2.04/1.14	c Got one! Elapsed wall clock time (in seconds):1.048
2.04/1.14	o 125
2.04/1.16	c Got one! Elapsed wall clock time (in seconds):1.063
2.04/1.16	o 112
2.14/1.27	c Got one! Elapsed wall clock time (in seconds):1.171
2.14/1.27	o 111
2.36/1.41	c Got one! Elapsed wall clock time (in seconds):1.311
2.36/1.41	o 106
2.36/1.43	c Got one! Elapsed wall clock time (in seconds):1.33
2.36/1.43	o 90
2.46/1.52	c Got one! Elapsed wall clock time (in seconds):1.429
2.46/1.52	o 88
2.46/1.54	c Got one! Elapsed wall clock time (in seconds):1.446
2.46/1.54	o 84
2.46/1.57	c Got one! Elapsed wall clock time (in seconds):1.477
2.46/1.57	o 81
2.56/1.68	c Got one! Elapsed wall clock time (in seconds):1.582
2.56/1.68	o 80
2.76/1.80	c Got one! Elapsed wall clock time (in seconds):1.702
2.76/1.80	o 79
2.76/1.83	c Got one! Elapsed wall clock time (in seconds):1.736
2.76/1.83	o 76
2.89/1.93	c Got one! Elapsed wall clock time (in seconds):1.832
2.89/1.93	o 75
2.99/2.06	c cleaning 6246 clauses out of 12501 with flag 8217/12501
3.16/2.13	c Got one! Elapsed wall clock time (in seconds):2.03
3.16/2.13	o 74
3.36/2.38	c Got one! Elapsed wall clock time (in seconds):2.287
3.36/2.38	o 67
3.46/2.46	c Got one! Elapsed wall clock time (in seconds):2.367
3.46/2.46	o 64
3.56/2.58	c Got one! Elapsed wall clock time (in seconds):2.482
3.56/2.58	o 60
3.66/2.68	c cleaning 6438 clauses out of 12900 with flag 11805/19146
3.88/2.85	c Got one! Elapsed wall clock time (in seconds):2.752
3.88/2.85	o 55
4.08/3.07	c Got one! Elapsed wall clock time (in seconds):2.978
4.08/3.07	o 49
4.18/3.15	c Got one! Elapsed wall clock time (in seconds):3.057
4.18/3.15	o 39
4.31/3.24	c cleaning 6192 clauses out of 12388 with flag 9172/25072
4.31/3.29	c Got one! Elapsed wall clock time (in seconds):3.198
4.31/3.29	o 38
4.73/3.45	c Got one! Elapsed wall clock time (in seconds):3.357
4.73/3.45	o 32
5.13/3.68	c cleaning 6211 clauses out of 12449 with flag 29244/31325
5.31/3.75	c Got one! Elapsed wall clock time (in seconds):3.659
5.31/3.75	o 29
5.42/3.80	c Got one! Elapsed wall clock time (in seconds):3.705
5.42/3.80	o 28
5.42/3.82	c Got one! Elapsed wall clock time (in seconds):3.723
5.42/3.82	o 21
5.42/3.86	c Got one! Elapsed wall clock time (in seconds):3.764
5.42/3.86	o 16
5.53/3.90	c Got one! Elapsed wall clock time (in seconds):3.805
5.53/3.90	o 11
5.73/4.11	c Got one! Elapsed wall clock time (in seconds):4.011
5.73/4.11	o 10
5.83/4.24	c Got one! Elapsed wall clock time (in seconds):4.146
5.83/4.24	o 9
5.94/4.34	c cleaning 7848 clauses out of 15704 with flag 13024/40791
6.28/4.53	c Got one! Elapsed wall clock time (in seconds):4.439
6.28/4.53	o 8
6.68/4.78	c cleaning 6790 clauses out of 13595 with flag 37845/46530
7.18/5.13	c Got one! Elapsed wall clock time (in seconds):5.034
7.18/5.13	o 7
7.28/5.27	c Got one! Elapsed wall clock time (in seconds):5.175
7.28/5.27	o 6
7.59/5.57	c cleaning 9358 clauses out of 18716 with flag 39823/58441
7.79/5.79	c Got one! Elapsed wall clock time (in seconds):5.695
7.79/5.79	o 5
7.99/5.96	c cleaning 7239 clauses out of 14491 with flag 30294/63574
8.39/6.39	c cleaning 6616 clauses out of 13252 with flag 92733/69574
8.79/6.73	c Got one! Elapsed wall clock time (in seconds):6.635
8.79/6.73	o 4
8.79/6.78	c Got one! Elapsed wall clock time (in seconds):6.686
8.79/6.78	o 3
9.19/7.11	c cleaning 8798 clauses out of 17605 with flag 41480/80543
9.60/7.54	c cleaning 7403 clauses out of 14808 with flag 92984/86544
10.11/8.01	c cleaning 7199 clauses out of 14405 with flag 154070/93544
10.63/8.58	c cleaning 7595 clauses out of 15207 with flag 225042/101545
11.23/9.18	c cleaning 8298 clauses out of 16610 with flag 301836/110544
11.85/9.77	c cleaning 9150 clauses out of 18314 with flag 381864/120546
11.96/9.89	c Got one! Elapsed wall clock time (in seconds):9.792
11.96/9.89	o 2
12.28/10.17	c cleaning 7433 clauses out of 14884 with flag 41275/126266
12.68/10.59	c cleaning 6720 clauses out of 13448 with flag 93117/132263
12.99/10.85	c Got one! Elapsed wall clock time (in seconds):10.75
12.99/10.85	o 1
13.09/10.94	c cleaning 5875 clauses out of 11763 with flag 14772/137298
13.49/11.31	c cleaning 5935 clauses out of 11888 with flag 71564/143298
13.89/11.71	c cleaning 6476 clauses out of 12953 with flag 127800/150298
14.39/12.26	c cleaning 7234 clauses out of 14479 with flag 196432/158300
15.10/12.91	c cleaning 8115 clauses out of 16243 with flag 279103/167298
15.70/13.57	c cleaning 9057 clauses out of 18128 with flag 363405/177298
16.70/14.51	c cleaning 10032 clauses out of 20072 with flag 467780/188299
17.60/15.41	c cleaning 11018 clauses out of 22040 with flag 565387/200299
18.50/16.39	c cleaning 12013 clauses out of 24026 with flag 668900/213303
19.71/17.54	c cleaning 12997 clauses out of 26008 with flag 783648/227298
21.11/18.90	c cleaning 14000 clauses out of 28013 with flag 910918/242300
22.51/20.33	c cleaning 14998 clauses out of 30011 with flag 1042765/258298
24.01/21.80	c cleaning 16003 clauses out of 32013 with flag 1175975/275299
25.52/23.32	c cleaning 17002 clauses out of 34009 with flag 1311667/293299
27.02/24.86	c cleaning 17992 clauses out of 36006 with flag 1450893/312298
28.82/26.64	c cleaning 18999 clauses out of 38016 with flag 1614726/332300
30.62/28.46	c cleaning 20000 clauses out of 40015 with flag 1769827/353298
32.75/30.52	c cleaning 21007 clauses out of 42017 with flag 1943432/375301
34.75/32.57	c cleaning 21983 clauses out of 44007 with flag 2115806/398298
37.05/34.80	c cleaning 23008 clauses out of 46026 with flag 2304595/422300
39.36/37.19	c cleaning 23998 clauses out of 48015 with flag 2492846/447298
41.77/39.53	c cleaning 24996 clauses out of 50016 with flag 2692670/473298
44.38/42.11	c cleaning 25999 clauses out of 52022 with flag 2905160/500300
47.10/44.80	c cleaning 27007 clauses out of 54023 with flag 3116399/528301
50.03/47.78	c cleaning 27998 clauses out of 56012 with flag 3341118/557298
53.05/50.79	c cleaning 28995 clauses out of 58016 with flag 3568135/587300
56.55/54.24	c cleaning 30007 clauses out of 60020 with flag 3823470/618299
60.07/57.76	c cleaning 30994 clauses out of 62010 with flag 4071678/650299
63.78/61.41	c cleaning 31998 clauses out of 64018 with flag 4319917/683301
67.69/65.37	c cleaning 33000 clauses out of 66016 with flag 4587922/717298
71.91/69.53	c cleaning 33994 clauses out of 68016 with flag 4869035/752298
76.22/73.88	c cleaning 35005 clauses out of 70016 with flag 5148955/788298
76.43/74.09	c starts		: 219
76.43/74.09	c conflicts		: 789604
76.43/74.09	c decisions		: 1090283
76.43/74.09	c propagations		: 36135537
76.43/74.09	c inspects		: 997990009
76.43/74.09	c shortcuts		: 0
76.43/74.09	c learnt literals	: 27
76.43/74.09	c learnt binary clauses	: 43
76.43/74.09	c learnt ternary clauses	: 101
76.43/74.09	c learnt constraints	: 789576
76.43/74.09	c ignored constraints	: 0
76.43/74.09	c root simplifications	: 0
76.43/74.09	c removed literals (reason simplification)	: 0
76.43/74.09	c reason swapping (by a shorter reason)	: 0
76.43/74.09	c Calls to reduceDB	: 49
76.43/74.09	c Number of update (reduction) of LBD	: 212028
76.43/74.09	c number of reductions to clauses (during analyze)	: 0
76.43/74.09	c number of learned constraints concerned by reduction	: 0
76.43/74.09	c number of learning phase by resolution	: 0
76.43/74.09	c number of learning phase by cutting planes	: 0
76.43/74.09	c speed (assignments/second)	: 490006.6038375483
76.43/74.09	c non guided choices	6234
76.43/74.09	c learnt constraints type 
76.43/74.09	c constraints type 
76.43/74.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
76.43/74.09	c ignored satisfied constraints => 1
76.43/74.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
76.43/74.09	c 2708 constraints processed.
76.43/74.09	s OPTIMUM FOUND
76.43/74.09	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
76.43/74.09	c objective function=1
76.43/74.09	c Total wall clock time (in seconds): 73.992

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 /tmp/evaluation-result-3718407-1338254293/watcher-3718407-1338254293 -o /tmp/evaluation-result-3718407-1338254293/solver-3718407-1338254293 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718407-1338254293.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.12 2.06 2.01 3/194 1441
/proc/meminfo: memFree=29921396/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1441/stat : 1441 (java) R 1439 1441 30566 0 -1 4202496 822 0 0 0 0 0 0 0 20 0 1 0 291556634 23793664 551 33554432000 1073741824 1073778376 140736557041152 140736557030216 219504753203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 5809 563 422 9 0 128 0
[pid=1441/tid=1442] ppid=1439 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 291556635 94019584 917 33554432000 1073741824 1073778376 140736557041152 140203085508136 219504799015 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.050773 s]
/proc/loadavg: 2.12 2.06 2.01 3/194 1441
/proc/meminfo: memFree=29921396/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9558416 CPUtime=0.03 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 3188 0 1 0 3 0 0 0 20 0 18 0 291556634 9787817984 4397 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2389604 4398 1758 9 0 2380296 0
[pid=1441/tid=1442] ppid=1439 vsize=9558416 CPUtime=0.03 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 1980 0 1 0 3 0 0 0 20 0 18 0 291556635 9787817984 4398 33554432000 1073741824 1073778376 140736557041152 140203085515424 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558416

[startup+0.10023 s]
/proc/loadavg: 2.12 2.06 2.01 3/194 1441
/proc/meminfo: memFree=29921396/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 4496 0 1 0 11 0 0 0 20 0 18 0 291556634 9787817984 6163 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2389604 6163 2145 9 0 2380296 0
[pid=1441/tid=1442] ppid=1439 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2434 0 1 0 8 0 0 0 20 0 18 0 291556635 9787817984 6163 33554432000 1073741824 1073778376 140736557041152 140203085504480 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300202 s]
/proc/loadavg: 2.12 2.06 2.01 3/194 1441
/proc/meminfo: memFree=29921396/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9558416 CPUtime=0.54 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 6809 0 1 0 53 1 0 0 20 0 18 0 291556634 9787817984 9288 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2389604 9288 2230 9 0 2380296 0
[pid=1441/tid=1442] ppid=1439 vsize=9558416 CPUtime=0.28 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2453 0 1 0 28 0 0 0 20 0 18 0 291556635 9787817984 9288 33554432000 1073741824 1073778376 140736557041152 140203085504480 140202916020778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558416

[startup+0.700222 s]
/proc/loadavg: 2.12 2.06 2.01 3/194 1441
/proc/meminfo: memFree=29921396/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=1.61 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 11463 0 1 0 159 2 0 0 20 0 19 0 291556634 9855979520 12950 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 12950 2257 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2459 0 1 0 68 0 0 0 20 0 19 0 291556635 9855979520 12950 33554432000 1073741824 1073778376 140736557041152 140203085513488 140202916507400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9624980

[startup+1.50065 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 1469
/proc/meminfo: memFree=29864028/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 11478 0 1 0 244 2 0 0 20 0 19 0 291556634 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 18585 2259 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2471 0 1 0 146 2 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203085504960 140202916550060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) S 1439 1441 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291556636 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202909600616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 4350 0 0 0 47 0 0 0 20 0 19 0 291556639 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 3458 0 0 0 46 1 0 0 20 0 19 0 291556639 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1467] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1467/stat : 1467 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202903283960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1468] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1468/stat : 1468 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202902231624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1469] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1469/stat : 1469 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556669 9855979520 18585 33554432000 1073741824 1073778376 140736557041152 140202901177896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10064 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 1469
/proc/meminfo: memFree=29831136/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=4.18 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 11561 0 1 0 415 3 0 0 20 0 19 0 291556634 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 25803 2285 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=3.04 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2480 0 1 0 302 2 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203085512952 140202916525858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) S 1439 1441 30566 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291556636 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202909600616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 4354 0 0 0 53 0 0 0 20 0 19 0 291556639 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 3462 0 0 0 50 1 0 0 20 0 19 0 291556639 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1467] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1467/stat : 1467 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202903283960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1468] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1468/stat : 1468 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202902231624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1469] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1469/stat : 1469 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556669 9855979520 25803 33554432000 1073741824 1073778376 140736557041152 140202901177896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624980

[startup+6.30064 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 1469
/proc/meminfo: memFree=29810700/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=8.39 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 21851 0 1 0 833 6 0 0 20 0 19 0 291556634 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 29887 2285 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=6.04 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2483 0 1 0 602 2 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203085513016 140202916525881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291556635 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) S 1439 1441 30566 0 -1 4202560 42 0 0 0 20 0 0 0 20 0 19 0 291556636 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140202909600616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=1.44 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 14067 0 0 0 141 3 0 0 20 0 19 0 291556639 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 4010 0 0 0 58 1 0 0 20 0 19 0 291556639 9855979520 29887 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 51 0 0 0 6 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=1.63 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) S 1439 1441 30566 0 -1 4202560 49 0 0 0 163 0 0 0 20 0 19 0 291556636 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202909600616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 14069 0 0 0 145 3 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 4010 0 0 0 59 1 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1467] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1467/stat : 1467 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202903283960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1468] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1468/stat : 1468 (java) S 1439 1441 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202902231624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1469] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1469/stat : 1469 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556669 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202901177896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 75.12
Current children cumulated vsize (KiB) 9624980

[startup+73.5007 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 1469
/proc/meminfo: memFree=29802616/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=75.92 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 22014 0 1 0 7585 7 0 0 20 0 19 0 291556634 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 31533 2286 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=71.65 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2524 0 1 0 7162 3 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203085513056 140202916190146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 51 0 0 0 6 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291556635 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=1.63 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) S 1439 1441 30566 0 -1 4202560 49 0 0 0 163 0 0 0 20 0 19 0 291556636 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202909600616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 14069 0 0 0 145 3 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 4010 0 0 0 59 1 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1467] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1467/stat : 1467 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202903283960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1468] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1468/stat : 1468 (java) S 1439 1441 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202902231624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1469] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1469/stat : 1469 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556669 9855979520 31533 33554432000 1073741824 1073778376 140736557041152 140202901177896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 9624980

[startup+73.9008 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 1469
/proc/meminfo: memFree=29802616/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=76.33 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 22017 0 1 0 7626 7 0 0 20 0 19 0 291556634 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 31536 2286 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=72.03 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) S 1439 1441 30566 0 -1 4202560 2524 0 1 0 7200 3 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203085513176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 51 0 0 0 6 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=1.64 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) R 1439 1441 30566 0 -1 4202560 49 0 0 0 164 0 0 0 20 0 19 0 291556636 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202909599472 140203089649709 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 14069 0 0 0 145 3 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 4010 0 0 0 59 1 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1467] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1467/stat : 1467 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202903283960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1468] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1468/stat : 1468 (java) S 1439 1441 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202902231624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1469] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1469/stat : 1469 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556669 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202901177896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 76.33
Current children cumulated vsize (KiB) 9624980

[startup+74.0008 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 1469
/proc/meminfo: memFree=29802616/32873648 swapFree=7116/7116
[pid=1441] ppid=1439 vsize=9624980 CPUtime=76.43 cores=1,3,5,7
/proc/1441/stat : 1441 (java) S 1439 1441 30566 0 -1 4202496 22018 0 1 0 7636 7 0 0 20 0 19 0 291556634 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140736557032288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1441/statm: 2406245 31536 2286 9 0 2396937 0
[pid=1441/tid=1442] ppid=1439 vsize=9624980 CPUtime=72.1 cores=1,3,5,7
/proc/1441/task/1442/stat : 1442 (java) R 1439 1441 30566 0 -1 4202560 2525 0 1 0 7207 3 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203085513176 140202916527024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 30566 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203047005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203045952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 30566 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203044899496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 30566 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203043846952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 30566 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203042793896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 30566 0 -1 4202560 51 0 0 0 6 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203041741352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 30566 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203040688296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 30566 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291556635 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140203039635752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1461] ppid=1439 vsize=9624980 CPUtime=1.67 cores=1,3,5,7
/proc/1441/task/1461/stat : 1461 (java) S 1439 1441 30566 0 -1 4202560 49 0 0 0 167 0 0 0 20 0 19 0 291556636 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202909600616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1462] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1462/stat : 1462 (java) S 1439 1441 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202908546936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1463] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1463/stat : 1463 (java) S 1439 1441 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291556637 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202907493768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1464] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1464/stat : 1464 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202906442512 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1465] ppid=1439 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/1441/task/1465/stat : 1465 (java) S 1439 1441 30566 0 -1 4202560 14069 0 0 0 145 3 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202905389368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1441/tid=1466] ppid=1439 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/1441/task/1466/stat : 1466 (java) S 1439 1441 30566 0 -1 4202560 4010 0 0 0 59 1 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202904336824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1467] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1467/stat : 1467 (java) S 1439 1441 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202903283960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1468] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1468/stat : 1468 (java) S 1439 1441 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291556639 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202902231624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1441/tid=1469] ppid=1439 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1441/task/1469/stat : 1469 (java) S 1439 1441 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291556669 9855979520 31536 33554432000 1073741824 1073778376 140736557041152 140202901177896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 76.43
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 74.0958
CPU time (s): 76.6214
CPU user time (s): 76.4204
CPU system time (s): 0.200969
CPU usage (%): 103.408
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.4204
system time used= 0.200969
maximum resident set size= 126204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3127
involuntary context switches= 1437

runsolver used 0.291955 second user time and 0.52492 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 03:18:13
IDJOB=3718407
IDBENCH=79260
IDSOLVER=2301
FILE ID=node114/3718407-1338254293
RUNJOBID= node114-1338248715-32682
PBS_JOBID= 14624648
Free space on /tmp= 71464 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558739--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718407-1338254293/watcher-3718407-1338254293 -o /tmp/evaluation-result-3718407-1338254293/solver-3718407-1338254293 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718407-1338254293.wbo

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

MD5SUM BENCH= 96d1f19cba40c7363abd0128bfda9b7c
RANDOM SEED=1086328052

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29921924 kB
Buffers:          865352 kB
Cached:           423928 kB
SwapCached:         2272 kB
Active:          1957532 kB
Inactive:          42348 kB
Active(anon):     695520 kB
Inactive(anon):     9072 kB
Active(file):    1262012 kB
Inactive(file):    33276 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               248 kB
Writeback:             0 kB
AnonPages:        746152 kB
Mapped:            19196 kB
Shmem:               104 kB
Slab:             802740 kB
SReclaimable:     246720 kB
SUnreclaim:       556020 kB
KernelStack:        1760 kB
PageTables:         5212 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1038604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71464 MiB
End job on node114 at 2012-05-29 03:19:27