Trace number 3718422

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 73.4338 71.4656

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900669797--soft-0-100-0.wbo
MD5SUMebbce1c4489027f4644c8b5f9031d297
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 benchmark44.2703
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120528
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718422-1338254483.wbo
0.09/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.205s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.78/0.49	c SATISFIABLE
0.78/0.49	c OPTIMIZING...
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.78/0.49	o 797
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.439
1.08/0.55	o 565
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
1.08/0.57	o 560
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
1.38/0.60	o 539
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.504
1.38/0.61	o 392
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.525
1.38/0.64	o 381
1.38/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
1.38/0.65	o 377
1.38/0.68	c Got one! Elapsed wall clock time (in seconds):0.572
1.38/0.68	o 362
1.65/0.70	c Got one! Elapsed wall clock time (in seconds):0.588
1.65/0.70	o 348
1.65/0.74	c Got one! Elapsed wall clock time (in seconds):0.63
1.65/0.74	o 285
1.65/0.75	c Got one! Elapsed wall clock time (in seconds):0.636
1.65/0.75	o 255
1.65/0.77	c Got one! Elapsed wall clock time (in seconds):0.665
1.65/0.77	o 251
1.65/0.79	c Got one! Elapsed wall clock time (in seconds):0.681
1.65/0.79	o 246
1.76/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.76/0.86	o 243
1.86/0.96	c Got one! Elapsed wall clock time (in seconds):0.848
1.86/0.96	o 226
2.06/1.12	c Got one! Elapsed wall clock time (in seconds):1.008
2.06/1.12	o 224
2.06/1.15	c Got one! Elapsed wall clock time (in seconds):1.037
2.06/1.15	o 220
2.16/1.25	c Got one! Elapsed wall clock time (in seconds):1.138
2.16/1.25	o 162
2.16/1.29	c Got one! Elapsed wall clock time (in seconds):1.177
2.16/1.29	o 160
2.26/1.30	c Got one! Elapsed wall clock time (in seconds):1.19
2.26/1.30	o 158
2.26/1.36	c Got one! Elapsed wall clock time (in seconds):1.254
2.26/1.36	o 147
2.46/1.56	c Got one! Elapsed wall clock time (in seconds):1.448
2.46/1.56	o 144
2.56/1.60	c Got one! Elapsed wall clock time (in seconds):1.494
2.56/1.60	o 141
2.67/1.71	c Got one! Elapsed wall clock time (in seconds):1.602
2.67/1.71	o 138
3.12/2.11	c Got one! Elapsed wall clock time (in seconds):1.998
3.12/2.11	o 137
3.12/2.18	c Got one! Elapsed wall clock time (in seconds):2.07
3.12/2.18	o 91
3.33/2.32	c cleaning 6249 clauses out of 12507 with flag 9206/12507
3.33/2.38	c Got one! Elapsed wall clock time (in seconds):2.27
3.33/2.38	o 87
3.46/2.44	c Got one! Elapsed wall clock time (in seconds):2.329
3.46/2.44	o 82
3.46/2.46	c Got one! Elapsed wall clock time (in seconds):2.348
3.46/2.46	o 79
3.56/2.52	c Got one! Elapsed wall clock time (in seconds):2.413
3.56/2.52	o 76
3.66/2.63	c Got one! Elapsed wall clock time (in seconds):2.521
3.66/2.63	o 74
3.66/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
3.66/2.69	o 73
3.76/2.79	c Got one! Elapsed wall clock time (in seconds):2.68
3.76/2.79	o 53
4.26/3.27	c cleaning 7159 clauses out of 14325 with flag 30369/20574
5.08/4.09	c cleaning 6582 clauses out of 13166 with flag 69326/26574
5.43/4.28	c Got one! Elapsed wall clock time (in seconds):4.17
5.43/4.28	o 52
5.84/4.46	c Got one! Elapsed wall clock time (in seconds):4.349
5.84/4.46	o 47
6.19/4.70	c cleaning 6168 clauses out of 12341 with flag 29974/32331
6.19/4.73	c Got one! Elapsed wall clock time (in seconds):4.62
6.19/4.73	o 46
6.30/4.81	c Got one! Elapsed wall clock time (in seconds):4.7
6.30/4.81	o 45
6.30/4.84	c Got one! Elapsed wall clock time (in seconds):4.728
6.30/4.84	o 44
6.43/4.92	c Got one! Elapsed wall clock time (in seconds):4.81
6.43/4.92	o 38
6.53/5.03	c Got one! Elapsed wall clock time (in seconds):4.915
6.53/5.03	o 37
6.63/5.16	c Got one! Elapsed wall clock time (in seconds):5.05
6.63/5.16	o 36
6.93/5.42	c cleaning 7027 clauses out of 14061 with flag 28068/40219
7.23/5.70	c Got one! Elapsed wall clock time (in seconds):5.594
7.23/5.70	o 35
7.43/5.90	c Got one! Elapsed wall clock time (in seconds):5.791
7.43/5.90	o 34
7.43/5.99	c cleaning 6400 clauses out of 12816 with flag 13510/46001
7.74/6.27	c Got one! Elapsed wall clock time (in seconds):6.156
7.74/6.27	o 33
7.95/6.47	c Got one! Elapsed wall clock time (in seconds):6.358
7.95/6.47	o 32
8.05/6.56	c cleaning 6533 clauses out of 13074 with flag 10564/52659
8.16/6.69	c Got one! Elapsed wall clock time (in seconds):6.577
8.16/6.69	o 28
8.25/6.73	c Got one! Elapsed wall clock time (in seconds):6.623
8.25/6.73	o 27
8.55/7.07	c cleaning 6101 clauses out of 12208 with flag 42638/58326
8.76/7.20	c Got one! Elapsed wall clock time (in seconds):7.09
8.76/7.20	o 21
8.86/7.34	c Got one! Elapsed wall clock time (in seconds):7.228
8.86/7.34	o 16
9.06/7.57	c cleaning 6092 clauses out of 12224 with flag 36390/64443
9.47/7.96	c cleaning 6060 clauses out of 12133 with flag 87605/70444
9.78/8.28	c Got one! Elapsed wall clock time (in seconds):8.166
9.78/8.28	o 15
9.88/8.35	c Got one! Elapsed wall clock time (in seconds):8.244
9.88/8.35	o 12
10.18/8.61	c cleaning 8210 clauses out of 16423 with flag 29644/80794
10.48/8.90	c Got one! Elapsed wall clock time (in seconds):8.79
10.48/8.90	o 8
10.48/8.99	c cleaning 6896 clauses out of 13800 with flag 14426/86381
10.88/9.35	c cleaning 6445 clauses out of 12904 with flag 60031/92381
10.99/9.45	c Got one! Elapsed wall clock time (in seconds):9.341
10.99/9.45	o 7
11.29/9.74	c cleaning 5881 clauses out of 11778 with flag 51159/97700
11.50/9.99	c Got one! Elapsed wall clock time (in seconds):9.882
11.50/9.99	o 5
11.60/10.07	c cleaning 5531 clauses out of 11071 with flag 11262/102874
12.02/10.45	c cleaning 5763 clauses out of 11541 with flag 77860/108875
12.42/10.90	c cleaning 6380 clauses out of 12776 with flag 145989/115873
13.02/11.40	c cleaning 7194 clauses out of 14396 with flag 210169/123873
13.63/12.01	c cleaning 8099 clauses out of 16203 with flag 289392/132874
14.24/12.68	c cleaning 9042 clauses out of 18102 with flag 378807/142873
14.34/12.74	c Got one! Elapsed wall clock time (in seconds):12.625
14.34/12.74	o 4
14.75/13.13	c cleaning 7135 clauses out of 14296 with flag 63859/148109
15.15/13.55	c cleaning 6564 clauses out of 13162 with flag 128416/154110
15.65/14.00	c cleaning 6787 clauses out of 13597 with flag 189526/161109
16.16/14.51	c cleaning 7397 clauses out of 14814 with flag 259750/169113
16.77/15.15	c cleaning 8199 clauses out of 16414 with flag 342365/178110
17.47/15.88	c cleaning 9109 clauses out of 18217 with flag 433767/188112
17.57/16.00	c Got one! Elapsed wall clock time (in seconds):15.885
17.57/16.00	o 3
17.97/16.30	c cleaning 7263 clauses out of 14552 with flag 47104/193557
18.39/16.70	c cleaning 6642 clauses out of 13291 with flag 97451/199559
18.79/17.15	c cleaning 6818 clauses out of 13648 with flag 150618/206558
18.91/17.25	c Got one! Elapsed wall clock time (in seconds):17.14
18.91/17.25	o 2
19.21/17.56	c cleaning 6061 clauses out of 12140 with flag 43562/211868
19.61/17.95	c cleaning 6030 clauses out of 12080 with flag 96138/217869
20.01/18.33	c cleaning 6512 clauses out of 13050 with flag 145585/224869
20.41/18.75	c cleaning 7263 clauses out of 14540 with flag 204143/232871
20.91/19.26	c cleaning 8128 clauses out of 16276 with flag 276774/241870
21.61/19.94	c cleaning 9058 clauses out of 18147 with flag 367173/251869
21.71/20.04	c Got one! Elapsed wall clock time (in seconds):19.931
21.71/20.04	o 1
22.01/20.35	c cleaning 7136 clauses out of 14286 with flag 44008/257066
22.41/20.80	c cleaning 6566 clauses out of 13150 with flag 103658/263066
22.91/21.27	c cleaning 6789 clauses out of 13588 with flag 163265/270070
23.42/21.79	c cleaning 7393 clauses out of 14795 with flag 221224/278066
24.02/22.35	c cleaning 8193 clauses out of 16402 with flag 286568/287066
24.62/22.98	c cleaning 9105 clauses out of 18209 with flag 363114/297066
25.33/23.68	c cleaning 10043 clauses out of 20104 with flag 450403/308066
26.25/24.52	c cleaning 11022 clauses out of 22063 with flag 549359/320068
27.15/25.47	c cleaning 12013 clauses out of 24040 with flag 656671/333067
28.27/26.50	c cleaning 13003 clauses out of 26027 with flag 767559/347067
29.47/27.73	c cleaning 14005 clauses out of 28024 with flag 899223/362067
30.57/28.89	c cleaning 14996 clauses out of 30017 with flag 1022548/378066
31.87/30.17	c cleaning 16002 clauses out of 32021 with flag 1162445/395066
33.38/31.67	c cleaning 16992 clauses out of 34019 with flag 1312199/413066
35.18/33.49	c cleaning 18013 clauses out of 36027 with flag 1477925/432066
37.31/35.53	c cleaning 19003 clauses out of 38014 with flag 1667234/452067
39.01/37.21	c cleaning 19996 clauses out of 40011 with flag 1829091/473067
41.01/39.23	c cleaning 20999 clauses out of 42014 with flag 2011888/495066
43.01/41.27	c cleaning 21996 clauses out of 44014 with flag 2191644/518066
45.22/43.46	c cleaning 23007 clauses out of 46017 with flag 2375487/542066
47.72/45.96	c cleaning 24000 clauses out of 48012 with flag 2586831/567068
50.23/48.44	c cleaning 24995 clauses out of 50010 with flag 2795785/593067
52.93/51.14	c cleaning 25996 clauses out of 52012 with flag 3010323/620066
55.75/53.91	c cleaning 26992 clauses out of 54015 with flag 3232002/648067
58.55/56.71	c cleaning 27998 clauses out of 56019 with flag 3448766/677066
61.65/59.84	c cleaning 29003 clauses out of 58021 with flag 3688041/707066
65.06/63.24	c cleaning 30007 clauses out of 60017 with flag 3945517/738066
68.48/66.66	c cleaning 30995 clauses out of 62011 with flag 4214435/770067
72.31/70.42	c cleaning 31999 clauses out of 64013 with flag 4494745/803066
73.32/71.46	c starts		: 223
73.32/71.46	c conflicts		: 812306
73.32/71.46	c decisions		: 1167907
73.32/71.46	c propagations		: 42400095
73.32/71.46	c inspects		: 915624698
73.32/71.46	c shortcuts		: 0
73.32/71.46	c learnt literals	: 28
73.32/71.46	c learnt binary clauses	: 48
73.32/71.46	c learnt ternary clauses	: 221
73.32/71.46	c learnt constraints	: 812277
73.32/71.46	c ignored constraints	: 0
73.32/71.46	c root simplifications	: 0
73.32/71.46	c removed literals (reason simplification)	: 0
73.32/71.46	c reason swapping (by a shorter reason)	: 0
73.32/71.46	c Calls to reduceDB	: 64
73.32/71.46	c Number of update (reduction) of LBD	: 248696
73.32/71.46	c number of reductions to clauses (during analyze)	: 0
73.32/71.46	c number of learned constraints concerned by reduction	: 0
73.32/71.46	c number of learning phase by resolution	: 0
73.32/71.46	c number of learning phase by cutting planes	: 0
73.32/71.46	c speed (assignments/second)	: 596352.9022911715
73.32/71.46	c non guided choices	8231
73.32/71.46	c learnt constraints type 
73.32/71.46	c constraints type 
73.32/71.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
73.32/71.46	c ignored satisfied constraints => 1
73.32/71.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
73.32/71.46	c 2708 constraints processed.
73.32/71.46	s OPTIMUM FOUND
73.32/71.46	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 
73.32/71.46	c objective function=1
73.32/71.46	c Total wall clock time (in seconds): 71.347

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-3718422-1338254483/watcher-3718422-1338254483 -o /tmp/evaluation-result-3718422-1338254483/solver-3718422-1338254483 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718422-1338254483.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.05 2.05 2.00 3/194 1638
/proc/meminfo: memFree=29510248/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1638/stat : 1638 (java) D 1635 1638 30566 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 291575655 9515008 176 33554432000 1073741824 1073778376 140734020509984 140734020492712 219513963408 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1638/statm: 2323 176 133 9 0 71 0

[startup+0.0626529 s]
/proc/loadavg: 2.05 2.05 2.00 3/194 1638
/proc/meminfo: memFree=29510248/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9558416 CPUtime=0.04 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 3202 0 1 0 3 1 0 0 20 0 18 0 291575655 9787817984 4411 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2389604 4412 1755 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558416

[startup+0.100304 s]
/proc/loadavg: 2.05 2.05 2.00 3/194 1638
/proc/meminfo: memFree=29510248/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 4319 0 1 0 8 1 0 0 20 0 18 0 291575655 9787817984 5516 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2389604 5518 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.30028 s]
/proc/loadavg: 2.05 2.05 2.00 3/194 1638
/proc/meminfo: memFree=29510248/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9558416 CPUtime=0.49 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 6691 0 1 0 47 2 0 0 20 0 18 0 291575655 9787817984 8961 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2389604 8961 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700291 s]
/proc/loadavg: 2.05 2.05 2.00 3/194 1638
/proc/meminfo: memFree=29510248/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=1.65 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 12693 0 1 0 162 3 0 0 20 0 19 0 291575655 9855979520 13348 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 13348 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 2.05 2.05 2.00 3/213 1661
/proc/meminfo: memFree=29454516/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 12706 0 1 0 243 3 0 0 20 0 19 0 291575655 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 17959 2259 9 0 2396937 0
[pid=1638/tid=1640] ppid=1635 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/1638/task/1640/stat : 1640 (java) R 1635 1638 30566 0 -1 4202560 2496 0 1 0 144 2 0 0 20 0 19 0 291575656 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235383635216 140235256587255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575658 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 4111 0 0 0 46 0 0 0 20 0 19 0 291575661 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 4901 0 0 0 49 0 0 0 20 0 19 0 291575661 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 17959 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.04 2.05 2.00 3/213 1661
/proc/meminfo: memFree=29441732/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=4.16 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 12769 0 1 0 413 3 0 0 20 0 19 0 291575655 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 22612 2285 9 0 2396937 0
[pid=1638/tid=1640] ppid=1635 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/1638/task/1640/stat : 1640 (java) R 1635 1638 30566 0 -1 4202560 2504 0 1 0 301 2 0 0 20 0 19 0 291575656 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235383656672 140235256506231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291575658 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 4116 0 0 0 54 0 0 0 20 0 19 0 291575661 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 4903 0 0 0 52 0 0 0 20 0 19 0 291575661 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 22612 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 1661
/proc/meminfo: memFree=29409684/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=7.85 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 18952 0 1 0 780 5 0 0 20 0 19 0 291575655 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 26780 2285 9 0 2396937 0
[pid=1638/tid=1640] ppid=1635 vsize=9624980 CPUtime=6.11 cores=1,3,5,7
/proc/1638/task/1640/stat : 1640 (java) R 1635 1638 30566 0 -1 4202560 2508 0 1 0 608 3 0 0 20 0 19 0 291575656 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235383657576 140235256462411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291575657 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291575658 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 9531 0 0 0 90 2 0 0 20 0 19 0 291575661 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 5644 0 0 0 62 0 0 0 20 0 19 0 291575661 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 26780 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=1.91 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 43 0 0 0 191 0 0 0 20 0 19 0 291575658 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 9531 0 0 0 91 2 0 0 20 0 19 0 291575661 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 5646 0 0 0 65 0 0 0 20 0 19 0 291575661 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 29976 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 72.21
Current children cumulated vsize (KiB) 9624980

[startup+71.1006 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 1661
/proc/meminfo: memFree=29343884/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=73.01 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 19160 0 1 0 7293 8 0 0 20 0 19 0 291575655 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 29982 2286 9 0 2396937 0
[pid=1638/tid=1640] ppid=1635 vsize=9624980 CPUtime=68.87 cores=1,3,5,7
/proc/1638/task/1640/stat : 1640 (java) R 1635 1638 30566 0 -1 4202560 2568 0 1 0 6883 4 0 0 20 0 19 0 291575656 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235383656800 140235256481192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=1.96 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 43 0 0 0 196 0 0 0 20 0 19 0 291575658 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 9531 0 0 0 91 2 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 5646 0 0 0 65 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 73.01
Current children cumulated vsize (KiB) 9624980

[startup+71.3006 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 1661
/proc/meminfo: memFree=29343884/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=73.21 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 19160 0 1 0 7313 8 0 0 20 0 19 0 291575655 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 29982 2286 9 0 2396937 0
[pid=1638/tid=1640] ppid=1635 vsize=9624980 CPUtime=69.07 cores=1,3,5,7
/proc/1638/task/1640/stat : 1640 (java) R 1635 1638 30566 0 -1 4202560 2568 0 1 0 6903 4 0 0 20 0 19 0 291575656 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235383656800 140235256505647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=1.96 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 43 0 0 0 196 0 0 0 20 0 19 0 291575658 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 9531 0 0 0 91 2 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 5646 0 0 0 65 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 73.21
Current children cumulated vsize (KiB) 9624980

[startup+71.4007 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 1661
/proc/meminfo: memFree=29343884/32873648 swapFree=7116/7116
[pid=1638] ppid=1635 vsize=9624980 CPUtime=73.32 cores=1,3,5,7
/proc/1638/stat : 1638 (java) S 1635 1638 30566 0 -1 4202496 19160 0 1 0 7324 8 0 0 20 0 19 0 291575655 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140736707079968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1638/statm: 2406245 29982 2286 9 0 2396937 0
[pid=1638/tid=1640] ppid=1635 vsize=9624980 CPUtime=69.17 cores=1,3,5,7
/proc/1638/task/1640/stat : 1640 (java) R 1635 1638 30566 0 -1 4202560 2568 0 1 0 6913 4 0 0 20 0 19 0 291575656 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235383656800 140235256505708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1641/stat : 1641 (java) S 1635 1638 30566 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235227515176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1642] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1642/stat : 1642 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235226462376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1643] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1643/stat : 1643 (java) S 1635 1638 30566 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235225410088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1644] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1644/stat : 1644 (java) S 1635 1638 30566 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235224357288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1645] ppid=1635 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1638/task/1645/stat : 1645 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235223305000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1646] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1646/stat : 1646 (java) S 1635 1638 30566 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235222252200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1647] ppid=1635 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1638/task/1647/stat : 1647 (java) S 1635 1638 30566 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235221199912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1648] ppid=1635 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1638/task/1648/stat : 1648 (java) S 1635 1638 30566 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291575657 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235220147112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1649] ppid=1635 vsize=9624980 CPUtime=1.96 cores=1,3,5,7
/proc/1638/task/1649/stat : 1649 (java) S 1635 1638 30566 0 -1 4202560 43 0 0 0 196 0 0 0 20 0 19 0 291575658 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235207948520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1650] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1650/stat : 1650 (java) S 1635 1638 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235206894584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1651] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1651/stat : 1651 (java) S 1635 1638 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575659 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235205842184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1652] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1652/stat : 1652 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235204790672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1656] ppid=1635 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/1638/task/1656/stat : 1656 (java) S 1635 1638 30566 0 -1 4202560 9531 0 0 0 91 2 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235203738296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1638/tid=1657] ppid=1635 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/1638/task/1657/stat : 1657 (java) S 1635 1638 30566 0 -1 4202560 5646 0 0 0 65 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235202685496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1638/tid=1658] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1658/stat : 1658 (java) S 1635 1638 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235201633400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1638/tid=1660] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1660/stat : 1660 (java) S 1635 1638 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575661 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235200580808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1638/tid=1661] ppid=1635 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1638/task/1661/stat : 1661 (java) S 1635 1638 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575691 9855979520 29982 33554432000 1073741824 1073778376 140736707088832 140235199525800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 73.32
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 71.4656
CPU time (s): 73.4338
CPU user time (s): 73.2509
CPU system time (s): 0.182972
CPU usage (%): 102.754
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.2509
system time used= 0.182972
maximum resident set size= 119984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19179
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= 3503
involuntary context switches= 3174

runsolver used 0.121981 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 03:21:23
IDJOB=3718422
IDBENCH=79305
IDSOLVER=2301
FILE ID=node114/3718422-1338254483
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.1900669797--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718422-1338254483/watcher-3718422-1338254483 -o /tmp/evaluation-result-3718422-1338254483/solver-3718422-1338254483 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718422-1338254483.wbo

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

MD5SUM BENCH= ebbce1c4489027f4644c8b5f9031d297
RANDOM SEED=78909564

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:        29510520 kB
Buffers:          865516 kB
Cached:           424148 kB
SwapCached:         2272 kB
Active:          2353512 kB
Inactive:          42560 kB
Active(anon):    1091332 kB
Inactive(anon):     9072 kB
Active(file):    1262180 kB
Inactive(file):    33488 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1211972 kB
Mapped:            19204 kB
Shmem:               104 kB
Slab:             802668 kB
SReclaimable:     246724 kB
SUnreclaim:       555944 kB
KernelStack:        1760 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2046820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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:22:34