Trace number 3718104

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 85.741 83.3665

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576927--soft-33-100-0.wbo
MD5SUMb0bcd9e760e7f0ffa9653d41066a148b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark55.5366
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 constraints1785
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 88246
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 88245
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718104-1338251897.wbo
0.11/0.10	c reading problem ... 
0.28/0.29	c ... done. Wall clock time 0.196s.
0.28/0.29	c declared #vars     231
0.28/0.29	c internal #vars     2016
0.28/0.29	c #constraints  2707
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
0.28/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.28/0.29	c ignored satisfied constraints => 1
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
0.28/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.28/0.29	c 2708 constraints processed.
0.28/0.29	c objective function length is 1785 literals
0.81/0.43	c SATISFIABLE
0.81/0.43	c OPTIMIZING...
0.81/0.43	c Got one! Elapsed wall clock time (in seconds):0.338
0.81/0.43	o 538
0.81/0.49	c Got one! Elapsed wall clock time (in seconds):0.389
0.81/0.49	o 459
1.11/0.52	c Got one! Elapsed wall clock time (in seconds):0.421
1.11/0.52	o 454
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.447
1.11/0.54	o 439
1.11/0.56	c Got one! Elapsed wall clock time (in seconds):0.467
1.11/0.56	o 437
1.11/0.59	c Got one! Elapsed wall clock time (in seconds):0.49
1.11/0.59	o 420
1.41/0.60	c Got one! Elapsed wall clock time (in seconds):0.5
1.41/0.60	o 385
1.41/0.61	c Got one! Elapsed wall clock time (in seconds):0.514
1.41/0.61	o 295
1.41/0.63	c Got one! Elapsed wall clock time (in seconds):0.538
1.41/0.63	o 290
1.41/0.66	c Got one! Elapsed wall clock time (in seconds):0.561
1.41/0.66	o 283
1.41/0.67	c Got one! Elapsed wall clock time (in seconds):0.571
1.41/0.67	o 277
1.41/0.68	c Got one! Elapsed wall clock time (in seconds):0.583
1.41/0.68	o 256
1.63/0.70	c Got one! Elapsed wall clock time (in seconds):0.603
1.63/0.70	o 253
1.63/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.63/0.73	o 240
1.63/0.76	c Got one! Elapsed wall clock time (in seconds):0.667
1.63/0.76	o 237
1.63/0.78	c Got one! Elapsed wall clock time (in seconds):0.681
1.63/0.78	o 221
1.63/0.79	c Got one! Elapsed wall clock time (in seconds):0.693
1.63/0.79	o 202
1.73/0.86	c Got one! Elapsed wall clock time (in seconds):0.759
1.73/0.86	o 198
1.73/0.86	c Got one! Elapsed wall clock time (in seconds):0.764
1.73/0.86	o 145
1.83/0.91	c Got one! Elapsed wall clock time (in seconds):0.815
1.83/0.91	o 144
1.83/0.97	c Got one! Elapsed wall clock time (in seconds):0.869
1.83/0.97	o 136
1.94/1.00	c Got one! Elapsed wall clock time (in seconds):0.909
1.94/1.00	o 134
1.94/1.07	c Got one! Elapsed wall clock time (in seconds):0.972
1.94/1.07	o 120
1.94/1.09	c Got one! Elapsed wall clock time (in seconds):0.994
1.94/1.09	o 119
2.04/1.17	c Got one! Elapsed wall clock time (in seconds):1.074
2.04/1.17	o 114
2.13/1.24	c Got one! Elapsed wall clock time (in seconds):1.146
2.13/1.24	o 113
2.35/1.45	c Got one! Elapsed wall clock time (in seconds):1.352
2.35/1.45	o 112
2.45/1.52	c Got one! Elapsed wall clock time (in seconds):1.427
2.45/1.52	o 111
2.45/1.54	c Got one! Elapsed wall clock time (in seconds):1.443
2.45/1.54	o 98
2.58/1.65	c Got one! Elapsed wall clock time (in seconds):1.556
2.58/1.65	o 97
2.68/1.74	c Got one! Elapsed wall clock time (in seconds):1.647
2.68/1.74	o 95
2.88/1.91	c Got one! Elapsed wall clock time (in seconds):1.815
2.88/1.91	o 81
2.88/1.95	c Got one! Elapsed wall clock time (in seconds):1.851
2.88/1.95	o 78
2.98/2.03	c Got one! Elapsed wall clock time (in seconds):1.933
2.98/2.03	o 73
2.98/2.10	c Got one! Elapsed wall clock time (in seconds):2.001
2.98/2.10	o 70
3.09/2.16	c Got one! Elapsed wall clock time (in seconds):2.067
3.09/2.16	o 64
3.28/2.30	c Got one! Elapsed wall clock time (in seconds):2.201
3.28/2.30	o 63
3.48/2.52	c Got one! Elapsed wall clock time (in seconds):2.424
3.48/2.52	o 60
3.58/2.69	c cleaning 9711 clauses out of 19432 with flag 10434/19432
3.86/2.86	c Got one! Elapsed wall clock time (in seconds):2.766
3.86/2.86	o 41
3.86/2.90	c Got one! Elapsed wall clock time (in seconds):2.799
3.86/2.90	o 38
3.96/2.97	c Got one! Elapsed wall clock time (in seconds):2.871
3.96/2.97	o 37
4.16/3.11	c Got one! Elapsed wall clock time (in seconds):3.015
4.16/3.11	o 16
4.16/3.14	c Got one! Elapsed wall clock time (in seconds):3.046
4.16/3.14	o 13
4.37/3.39	c cleaning 8696 clauses out of 17391 with flag 23384/27102
4.63/3.55	c Got one! Elapsed wall clock time (in seconds):3.457
4.63/3.55	o 12
4.97/3.82	c cleaning 6975 clauses out of 13950 with flag 36590/32357
5.12/3.95	c Got one! Elapsed wall clock time (in seconds):3.858
5.12/3.95	o 11
5.42/4.23	c cleaning 6429 clauses out of 12866 with flag 34215/38248
5.82/4.60	c Got one! Elapsed wall clock time (in seconds):4.507
5.82/4.60	o 10
6.22/5.09	c cleaning 8457 clauses out of 16930 with flag 63177/48741
6.75/5.34	c Got one! Elapsed wall clock time (in seconds):5.249
6.75/5.34	o 9
6.93/5.49	c cleaning 7004 clauses out of 14023 with flag 15162/54291
7.23/5.63	c Got one! Elapsed wall clock time (in seconds):5.532
7.23/5.63	o 8
7.43/5.73	c Got one! Elapsed wall clock time (in seconds):5.631
7.43/5.73	o 6
7.83/5.99	c cleaning 6749 clauses out of 13503 with flag 38676/60775
8.26/6.33	c cleaning 6369 clauses out of 12752 with flag 82448/66773
8.26/6.38	c Got one! Elapsed wall clock time (in seconds):6.288
8.26/6.38	o 4
8.76/6.81	c cleaning 5907 clauses out of 11835 with flag 68268/72225
9.16/7.24	c cleaning 5962 clauses out of 11928 with flag 129420/78225
9.68/7.71	c cleaning 6480 clauses out of 12967 with flag 186791/85226
10.17/8.27	c cleaning 7237 clauses out of 14486 with flag 258596/93225
10.87/8.90	c cleaning 8114 clauses out of 16249 with flag 333368/102225
11.38/9.41	c Got one! Elapsed wall clock time (in seconds):9.312
11.38/9.41	o 3
11.88/9.96	c cleaning 10370 clauses out of 20749 with flag 66915/114840
12.48/10.52	c cleaning 8190 clauses out of 16382 with flag 141349/120843
12.48/10.56	c Got one! Elapsed wall clock time (in seconds):10.464
12.48/10.56	o 2
12.91/10.91	c cleaning 6730 clauses out of 13475 with flag 40666/126126
13.20/11.25	c Got one! Elapsed wall clock time (in seconds):11.157
13.20/11.25	o 1
13.30/11.35	c cleaning 6235 clauses out of 12479 with flag 13654/131860
13.70/11.73	c cleaning 6123 clauses out of 12245 with flag 60513/137861
14.11/12.17	c cleaning 6557 clauses out of 13123 with flag 114591/144862
14.71/12.76	c cleaning 7279 clauses out of 14566 with flag 181762/152862
15.31/13.34	c cleaning 8137 clauses out of 16285 with flag 250049/161860
16.11/14.18	c cleaning 9070 clauses out of 18148 with flag 339111/171860
17.21/15.23	c cleaning 10039 clauses out of 20079 with flag 443750/182861
18.22/16.24	c cleaning 11016 clauses out of 22040 with flag 545286/194861
19.42/17.49	c cleaning 12002 clauses out of 24024 with flag 652397/207861
20.63/18.68	c cleaning 13006 clauses out of 26021 with flag 764090/221860
22.13/20.12	c cleaning 14000 clauses out of 28016 with flag 903814/236861
23.83/21.81	c cleaning 15003 clauses out of 30015 with flag 1061032/252861
25.24/23.26	c cleaning 16001 clauses out of 32011 with flag 1191816/269860
26.84/24.87	c cleaning 17004 clauses out of 34011 with flag 1339947/287861
28.86/26.84	c cleaning 17998 clauses out of 36006 with flag 1500991/306861
30.80/28.70	c cleaning 19002 clauses out of 38009 with flag 1639747/326862
32.70/30.64	c cleaning 19998 clauses out of 40005 with flag 1780101/347860
34.91/32.81	c cleaning 20997 clauses out of 42008 with flag 1949502/369861
37.43/35.36	c cleaning 21998 clauses out of 44011 with flag 2149427/392861
39.86/37.77	c cleaning 23001 clauses out of 46011 with flag 2340824/416860
42.28/40.11	c cleaning 23995 clauses out of 48009 with flag 2514950/441860
45.18/43.04	c cleaning 25001 clauses out of 50013 with flag 2724263/467860
48.19/46.07	c cleaning 25998 clauses out of 52012 with flag 2933037/494860
51.61/49.44	c cleaning 27005 clauses out of 54015 with flag 3160751/522861
55.11/52.90	c cleaning 28005 clauses out of 56009 with flag 3386610/551860
58.93/56.76	c cleaning 28987 clauses out of 58004 with flag 3626042/581860
62.74/60.55	c cleaning 30007 clauses out of 60015 with flag 3854636/612860
66.76/64.50	c cleaning 30999 clauses out of 62007 with flag 4095924/644860
70.98/68.77	c cleaning 31998 clauses out of 64011 with flag 4336539/677863
75.89/73.67	c cleaning 33004 clauses out of 66011 with flag 4603365/711863
80.88/78.64	c cleaning 33994 clauses out of 68004 with flag 4875821/746862
85.60/83.36	c starts		: 205
85.60/83.36	c conflicts		: 782531
85.60/83.36	c decisions		: 1066451
85.60/83.36	c propagations		: 32112164
85.60/83.36	c inspects		: 1167841769
85.60/83.36	c shortcuts		: 0
85.60/83.36	c learnt literals	: 22
85.60/83.36	c learnt binary clauses	: 30
85.60/83.36	c learnt ternary clauses	: 113
85.60/83.36	c learnt constraints	: 782508
85.60/83.36	c ignored constraints	: 0
85.60/83.36	c root simplifications	: 0
85.60/83.36	c removed literals (reason simplification)	: 0
85.60/83.36	c reason swapping (by a shorter reason)	: 0
85.60/83.36	c Calls to reduceDB	: 47
85.60/83.36	c Number of update (reduction) of LBD	: 237345
85.60/83.36	c number of reductions to clauses (during analyze)	: 0
85.60/83.36	c number of learned constraints concerned by reduction	: 0
85.60/83.36	c number of learning phase by resolution	: 0
85.60/83.36	c number of learning phase by cutting planes	: 0
85.60/83.36	c speed (assignments/second)	: 386683.8942741887
85.60/83.36	c non guided choices	6284
85.60/83.36	c learnt constraints type 
85.60/83.36	c constraints type 
85.60/83.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
85.60/83.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
85.60/83.36	c ignored satisfied constraints => 1
85.60/83.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
85.60/83.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
85.60/83.36	c 2708 constraints processed.
85.60/83.36	s OPTIMUM FOUND
85.60/83.36	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 
85.60/83.36	c objective function=1
85.60/83.36	c Total wall clock time (in seconds): 83.263

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-3718104-1338251897/watcher-3718104-1338251897 -o /tmp/evaluation-result-3718104-1338251897/solver-3718104-1338251897 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718104-1338251897.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: 1.93 1.77 1.81 3/194 14101
/proc/meminfo: memFree=29553960/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 1175 0 0 0 0 0 0 0 20 0 2 0 291313775 91889664 894 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 22970 902 685 9 0 16769 0
[pid=14101/tid=14102] ppid=14099 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 291313776 94019584 908 33554432000 1073741824 1073778376 140734790579056 140734790568120 139924050711424 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0509579 s]
/proc/loadavg: 1.93 1.77 1.81 3/194 14101
/proc/meminfo: memFree=29553960/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9558416 CPUtime=0.03 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 3189 0 1 0 3 0 0 0 20 0 18 0 291313775 9787817984 4397 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2389604 4397 1758 9 0 2380296 0
[pid=14101/tid=14102] ppid=14099 vsize=9558416 CPUtime=0.03 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 1979 0 1 0 3 0 0 0 20 0 18 0 291313776 9787817984 4397 33554432000 1073741824 1073778376 140734790579056 139924044155552 139923877380648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558416

[startup+0.100238 s]
/proc/loadavg: 1.93 1.77 1.81 3/194 14101
/proc/meminfo: memFree=29553960/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 4499 0 1 0 10 1 0 0 20 0 18 0 291313775 9787817984 6164 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2389604 6166 2144 9 0 2380296 0
[pid=14101/tid=14102] ppid=14099 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2435 0 1 0 7 0 0 0 20 0 18 0 291313776 9787817984 6166 33554432000 1073741824 1073778376 140734790579056 139924044150768 139924046954565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300182 s]
/proc/loadavg: 1.93 1.77 1.81 3/194 14101
/proc/meminfo: memFree=29553960/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9558416 CPUtime=0.51 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 6002 0 1 0 50 1 0 0 20 0 18 0 291313775 9787817984 8923 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2389604 8923 2226 9 0 2380296 0
[pid=14101/tid=14102] ppid=14099 vsize=9558416 CPUtime=0.27 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2463 0 1 0 27 0 0 0 20 0 18 0 291313776 9787817984 8923 33554432000 1073741824 1073778376 140734790579056 139924044152408 139923877357412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558416

[startup+0.700261 s]
/proc/loadavg: 1.93 1.77 1.81 3/194 14101
/proc/meminfo: memFree=29553960/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=1.63 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 11602 0 1 0 160 3 0 0 20 0 19 0 291313775 9855979520 13498 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 13498 2250 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2470 0 1 0 66 1 0 0 20 0 19 0 291313776 9855979520 13498 33554432000 1073741824 1073778376 140734790579056 139924044153616 139923877858100 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 1.93 1.77 1.81 3/213 14120
/proc/meminfo: memFree=29493388/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=2.45 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 11617 0 1 0 242 3 0 0 20 0 19 0 291313775 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 17599 2254 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2481 0 1 0 146 2 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924044152056 139923877330857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14104] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291313777 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=0.45 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 4512 0 0 0 45 0 0 0 20 0 19 0 291313780 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3423 0 0 0 48 0 0 0 20 0 19 0 291313780 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14118] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14118/stat : 14118 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139922988067576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14119] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14119/stat : 14119 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139922987015240 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14120] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14120/stat : 14120 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313807 9855979520 17599 33554432000 1073741824 1073778376 140734790579056 139922985960488 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9624980

[startup+3.10064 s]
/proc/loadavg: 1.93 1.77 1.81 3/213 14120
/proc/meminfo: memFree=29486244/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=4.16 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 11770 0 1 0 412 4 0 0 20 0 19 0 291313775 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 24299 2279 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=3.04 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2491 0 1 0 302 2 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924044145088 139923877849609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14104] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291313777 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 4516 0 0 0 48 0 0 0 20 0 19 0 291313780 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3511 0 0 0 53 0 0 0 20 0 19 0 291313780 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14118] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14118/stat : 14118 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139922988067576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14119] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14119/stat : 14119 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139922987015240 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14120] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14120/stat : 14120 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313807 9855979520 24299 33554432000 1073741824 1073778376 140734790579056 139922985960488 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 1.93 1.78 1.82 3/213 14120
/proc/meminfo: memFree=29451428/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=8.26 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 19456 0 1 0 821 5 0 0 20 0 19 0 291313775 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 29253 2279 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=6.11 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2495 0 1 0 609 2 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924044153304 139923877848624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14104] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313776 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 61 0 0 0 12 0 0 0 20 0 19 0 291313777 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=1.36 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 12146 0 0 0 134 2 0 0 20 0 19 0 291313780 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3511 0 0 0 55 0 0 0 20 0 19 0 291313780 9855979520 29253 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 68 0 0 0 111 0 0 0 20 0 19 0 291313777 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 12149 0 0 0 138 2 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3511 0 0 0 55 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14118] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14118/stat : 14118 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922988067576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14119] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14119/stat : 14119 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922987015240 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14120] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14120/stat : 14120 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313807 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922985960488 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 83.79
Current children cumulated vsize (KiB) 9624980

[startup+82.3007 s]
/proc/loadavg: 1.98 1.82 1.82 3/213 14177
/proc/meminfo: memFree=29423840/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=84.59 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 19641 0 1 0 8451 8 0 0 20 0 19 0 291313775 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 28195 2280 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=80.98 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2536 0 1 0 8094 4 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924044153184 139923877857614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14104] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 68 0 0 0 111 0 0 0 20 0 19 0 291313777 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 12149 0 0 0 138 2 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3511 0 0 0 55 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14118] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14118/stat : 14118 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922988067576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14119] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14119/stat : 14119 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922987015240 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14120] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14120/stat : 14120 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313807 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922985960488 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 84.59
Current children cumulated vsize (KiB) 9624980

[startup+83.1007 s]
/proc/loadavg: 1.98 1.82 1.82 3/213 14177
/proc/meminfo: memFree=29423964/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=85.39 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 19641 0 1 0 8531 8 0 0 20 0 19 0 291313775 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 28195 2280 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=81.78 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2536 0 1 0 8174 4 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924044153184 139923877524641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14104] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 68 0 0 0 111 0 0 0 20 0 19 0 291313777 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 12149 0 0 0 138 2 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3511 0 0 0 55 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14118] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14118/stat : 14118 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922988067576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14119] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14119/stat : 14119 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922987015240 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14120] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14120/stat : 14120 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313807 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922985960488 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 85.39
Current children cumulated vsize (KiB) 9624980

[startup+83.3007 s]
/proc/loadavg: 1.98 1.82 1.82 3/213 14177
/proc/meminfo: memFree=29423964/32873648 swapFree=7368/7368
[pid=14101] ppid=14099 vsize=9624980 CPUtime=85.6 cores=1,3,5,7
/proc/14101/stat : 14101 (java) S 14099 14101 13069 0 -1 4202496 19642 0 1 0 8552 8 0 0 20 0 19 0 291313775 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 140734790570192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14101/statm: 2406245 28195 2280 9 0 2396937 0
[pid=14101/tid=14102] ppid=14099 vsize=9624980 CPUtime=81.98 cores=1,3,5,7
/proc/14101/task/14102/stat : 14102 (java) R 14099 14101 13069 0 -1 4202560 2536 0 1 0 8194 4 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924044153184 139923878188509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14104] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14104/stat : 14104 (java) S 14099 14101 13069 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924005644712 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14105] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14105/stat : 14105 (java) S 14099 14101 13069 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924004592168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14106] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14106/stat : 14106 (java) S 14099 14101 13069 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924003539112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14107] ppid=14099 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/14101/task/14107/stat : 14107 (java) S 14099 14101 13069 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924002486568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14108] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14108/stat : 14108 (java) S 14099 14101 13069 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924001434536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14109] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14109/stat : 14109 (java) S 14099 14101 13069 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139924000381992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14110] ppid=14099 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/14101/task/14110/stat : 14110 (java) S 14099 14101 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923999328936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14111] ppid=14099 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/14101/task/14111/stat : 14111 (java) S 14099 14101 13069 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291313776 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923998276392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14101/tid=14112] ppid=14099 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/14101/task/14112/stat : 14112 (java) S 14099 14101 13069 0 -1 4202560 68 0 0 0 111 0 0 0 20 0 19 0 291313777 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923867785576 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14113] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14113/stat : 14113 (java) S 14099 14101 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923866731896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14114] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14114/stat : 14114 (java) S 14099 14101 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313778 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923865678728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14115] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14115/stat : 14115 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923864627472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14116] ppid=14099 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/14101/task/14116/stat : 14116 (java) S 14099 14101 13069 0 -1 4202560 12150 0 0 0 138 2 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923863575352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14101/tid=14117] ppid=14099 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/14101/task/14117/stat : 14117 (java) S 14099 14101 13069 0 -1 4202560 3511 0 0 0 55 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139923862522808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14118] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14118/stat : 14118 (java) S 14099 14101 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922988067576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14101/tid=14119] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14119/stat : 14119 (java) S 14099 14101 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313780 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922987015240 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14101/tid=14120] ppid=14099 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/14101/task/14120/stat : 14120 (java) S 14099 14101 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313807 9855979520 28195 33554432000 1073741824 1073778376 140734790579056 139922985960488 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 85.6
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 83.3665
CPU time (s): 85.741
CPU user time (s): 85.548
CPU system time (s): 0.19297
CPU usage (%): 102.848
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.548
system time used= 0.19297
maximum resident set size= 119556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19660
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3255
involuntary context switches= 1906

runsolver used 0.137979 second user time and 0.334949 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:38:17
IDJOB=3718104
IDBENCH=78946
IDSOLVER=2301
FILE ID=node149/3718104-1338251897
RUNJOBID= node149-1338251638-13086
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= b0bcd9e760e7f0ffa9653d41066a148b
RANDOM SEED=936940929

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
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:        29553960 kB
Buffers:          641432 kB
Cached:          1748588 kB
SwapCached:         2476 kB
Active:          1193076 kB
Inactive:        1285304 kB
Active(anon):      71512 kB
Inactive(anon):     9368 kB
Active(file):    1121564 kB
Inactive(file):  1275936 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:         85828 kB
Mapped:            22452 kB
Shmem:                96 kB
Slab:             702088 kB
SReclaimable:     144972 kB
SUnreclaim:       557116 kB
KernelStack:        1592 kB
PageTables:         4308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     694944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71696 MiB
End job on node149 at 2012-05-29 02:39:40