Trace number 4090559

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 2.3.6 Resolution PB16OPTIMUM 21.5107 19.6803

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-33-100-0.wbo
MD5SUM97e6423088cc7ef1f08dcccdf9e01ef4
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 benchmark25.5471
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	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@2b21cc40
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 Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090559-1466065417.wbo
0.11/0.10	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.198s.
0.49/0.30	c declared #vars     231
0.49/0.30	c internal #vars     2088
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.49/0.30	c 2707 constraints processed.
0.49/0.30	c objective function length is 1857 literals
0.75/0.42	c SATISFIABLE
0.75/0.42	c OPTIMIZING...
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.315
0.75/0.42	o 402
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.75/0.48	o 383
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.431
1.04/0.53	o 381
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.443
1.04/0.54	o 339
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.487
1.04/0.59	o 336
1.34/0.62	c Got one! Elapsed wall clock time (in seconds):0.522
1.34/0.62	o 334
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.53
1.34/0.63	o 331
2.09/1.29	c Got one! Elapsed wall clock time (in seconds):1.19
2.09/1.29	o 330
2.20/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
2.20/1.30	o 328
2.20/1.30	c Got one! Elapsed wall clock time (in seconds):1.202
2.20/1.30	o 299
2.20/1.31	c Got one! Elapsed wall clock time (in seconds):1.209
2.20/1.31	o 271
2.20/1.32	c Got one! Elapsed wall clock time (in seconds):1.218
2.20/1.32	o 262
2.20/1.33	c Got one! Elapsed wall clock time (in seconds):1.231
2.20/1.33	o 260
2.20/1.37	c Got one! Elapsed wall clock time (in seconds):1.267
2.20/1.37	o 257
2.20/1.39	c Got one! Elapsed wall clock time (in seconds):1.292
2.20/1.39	o 255
2.33/1.40	c Got one! Elapsed wall clock time (in seconds):1.296
2.33/1.40	o 239
2.33/1.40	c Got one! Elapsed wall clock time (in seconds):1.301
2.33/1.40	o 212
2.43/1.58	c cleaning 3531 clauses out of 7071 with flag 4677/7071
2.55/1.62	c Got one! Elapsed wall clock time (in seconds):1.516
2.55/1.62	o 209
2.55/1.63	c Got one! Elapsed wall clock time (in seconds):1.526
2.55/1.63	o 208
2.55/1.64	c Got one! Elapsed wall clock time (in seconds):1.539
2.55/1.64	o 204
2.55/1.65	c Got one! Elapsed wall clock time (in seconds):1.544
2.55/1.65	o 165
2.55/1.67	c Got one! Elapsed wall clock time (in seconds):1.569
2.55/1.67	o 164
2.65/1.77	c Got one! Elapsed wall clock time (in seconds):1.671
2.65/1.77	o 162
2.65/1.78	c Got one! Elapsed wall clock time (in seconds):1.68
2.65/1.78	o 154
3.08/2.13	c Got one! Elapsed wall clock time (in seconds):2.026
3.08/2.13	o 153
3.08/2.13	c Got one! Elapsed wall clock time (in seconds):2.03
3.08/2.13	o 146
3.19/2.20	c Got one! Elapsed wall clock time (in seconds):2.104
3.19/2.20	o 136
3.19/2.24	c Got one! Elapsed wall clock time (in seconds):2.134
3.19/2.24	o 133
3.59/2.61	c Got one! Elapsed wall clock time (in seconds):2.508
3.59/2.61	o 128
3.59/2.70	c Got one! Elapsed wall clock time (in seconds):2.595
3.59/2.70	o 127
3.79/2.86	c cleaning 6019 clauses out of 12053 with flag 5235/15584
4.38/3.12	c Got one! Elapsed wall clock time (in seconds):3.022
4.38/3.12	o 126
4.38/3.14	c Got one! Elapsed wall clock time (in seconds):3.036
4.38/3.14	o 123
4.60/3.35	c Got one! Elapsed wall clock time (in seconds):3.253
4.60/3.35	o 114
4.71/3.43	c Got one! Elapsed wall clock time (in seconds):3.33
4.71/3.43	o 113
4.71/3.46	c Got one! Elapsed wall clock time (in seconds):3.362
4.71/3.46	o 112
4.80/3.55	c Got one! Elapsed wall clock time (in seconds):3.446
4.80/3.55	o 107
4.80/3.57	c Got one! Elapsed wall clock time (in seconds):3.47
4.80/3.57	o 102
4.80/3.58	c Got one! Elapsed wall clock time (in seconds):3.48
4.80/3.58	o 101
4.90/3.60	c Got one! Elapsed wall clock time (in seconds):3.501
4.90/3.60	o 99
5.14/3.81	c Got one! Elapsed wall clock time (in seconds):3.709
5.14/3.81	o 95
5.14/3.86	c Got one! Elapsed wall clock time (in seconds):3.763
5.14/3.86	o 93
5.34/4.04	c cleaning 6954 clauses out of 13912 with flag 6271/23462
6.55/4.81	c cleaning 6465 clauses out of 12958 with flag 55772/29462
7.07/5.33	c Got one! Elapsed wall clock time (in seconds):5.225
7.07/5.33	o 90
7.17/5.46	c cleaning 6105 clauses out of 12221 with flag 6370/35190
7.17/5.46	c Got one! Elapsed wall clock time (in seconds):5.363
7.17/5.46	o 70
7.27/5.56	c Got one! Elapsed wall clock time (in seconds):5.461
7.27/5.56	o 69
7.48/5.70	c Got one! Elapsed wall clock time (in seconds):5.599
7.48/5.70	o 63
7.48/5.76	c Got one! Elapsed wall clock time (in seconds):5.656
7.48/5.76	o 60
7.58/5.82	c Got one! Elapsed wall clock time (in seconds):5.716
7.58/5.82	o 58
7.68/5.97	c Got one! Elapsed wall clock time (in seconds):5.872
7.68/5.97	o 56
8.08/6.38	c cleaning 6766 clauses out of 13535 with flag 27558/42609
8.28/6.54	c Got one! Elapsed wall clock time (in seconds):6.439
8.28/6.54	o 53
8.68/6.94	c cleaning 6108 clauses out of 12237 with flag 30666/48077
8.88/7.11	c Got one! Elapsed wall clock time (in seconds):7.007
8.88/7.11	o 52
8.98/7.26	c Got one! Elapsed wall clock time (in seconds):7.156
8.98/7.26	o 51
9.08/7.38	c cleaning 5745 clauses out of 11493 with flag 7635/53441
9.28/7.51	c Got one! Elapsed wall clock time (in seconds):7.412
9.28/7.51	o 50
9.28/7.55	c Got one! Elapsed wall clock time (in seconds):7.453
9.28/7.55	o 44
9.38/7.60	c Got one! Elapsed wall clock time (in seconds):7.496
9.38/7.60	o 43
9.68/7.97	c cleaning 5953 clauses out of 11932 with flag 34852/59625
9.78/8.01	c Got one! Elapsed wall clock time (in seconds):7.913
9.78/8.01	o 39
9.91/8.12	c Got one! Elapsed wall clock time (in seconds):8.021
9.91/8.12	o 38
10.04/8.20	c Got one! Elapsed wall clock time (in seconds):8.096
10.04/8.20	o 36
10.04/8.25	c Got one! Elapsed wall clock time (in seconds):8.144
10.04/8.25	o 35
10.14/8.31	c Got one! Elapsed wall clock time (in seconds):8.204
10.14/8.31	o 34
10.14/8.34	c Got one! Elapsed wall clock time (in seconds):8.234
10.14/8.34	o 30
10.24/8.42	c Got one! Elapsed wall clock time (in seconds):8.316
10.24/8.42	o 24
10.33/8.56	c Got one! Elapsed wall clock time (in seconds):8.457
10.33/8.56	o 23
10.53/8.74	c Got one! Elapsed wall clock time (in seconds):8.642
10.53/8.74	o 22
10.53/8.75	c Got one! Elapsed wall clock time (in seconds):8.651
10.53/8.75	o 15
10.74/8.95	c cleaning 8074 clauses out of 16159 with flag 17791/69805
10.74/8.99	c Got one! Elapsed wall clock time (in seconds):8.884
10.74/8.99	o 13
11.04/9.29	c Got one! Elapsed wall clock time (in seconds):9.184
11.04/9.29	o 12
11.14/9.37	c cleaning 6940 clauses out of 13893 with flag 7776/75613
11.34/9.55	c Got one! Elapsed wall clock time (in seconds):9.447
11.34/9.55	o 10
11.44/9.66	c Got one! Elapsed wall clock time (in seconds):9.559
11.44/9.66	o 9
11.64/9.83	c cleaning 6629 clauses out of 13258 with flag 19115/81918
12.15/10.31	c cleaning 6313 clauses out of 12625 with flag 77482/87914
12.55/10.77	c Got one! Elapsed wall clock time (in seconds):10.666
12.55/10.77	o 8
12.65/10.85	c Got one! Elapsed wall clock time (in seconds):10.751
12.65/10.85	o 7
12.65/10.88	c Got one! Elapsed wall clock time (in seconds):10.778
12.65/10.88	o 6
12.96/11.19	c cleaning 8591 clauses out of 17181 with flag 31087/98784
13.46/11.62	c cleaning 7284 clauses out of 14589 with flag 80424/104783
13.86/12.07	c Got one! Elapsed wall clock time (in seconds):11.971
13.86/12.07	o 5
14.36/12.51	c cleaning 9356 clauses out of 18721 with flag 43973/116200
14.76/12.96	c cleaning 7675 clauses out of 15364 with flag 96806/122199
15.26/13.47	c cleaning 7332 clauses out of 14690 with flag 158435/129200
15.66/13.85	c Got one! Elapsed wall clock time (in seconds):13.751
15.66/13.85	o 3
16.16/14.34	c cleaning 8821 clauses out of 17644 with flag 51718/139487
16.67/14.86	c cleaning 7402 clauses out of 14821 with flag 109101/145486
17.27/15.46	c cleaning 7200 clauses out of 14419 with flag 172147/152486
17.97/16.13	c Got one! Elapsed wall clock time (in seconds):16.029
17.97/16.13	o 2
18.47/16.61	c cleaning 10104 clauses out of 20213 with flag 37724/165481
18.57/16.77	c Got one! Elapsed wall clock time (in seconds):16.672
18.57/16.77	o 1
18.97/17.17	c cleaning 7950 clauses out of 15907 with flag 36410/171279
19.47/17.67	c cleaning 6978 clauses out of 13957 with flag 92350/177279
20.07/18.21	c cleaning 6984 clauses out of 13977 with flag 143309/184279
20.67/18.87	c cleaning 7492 clauses out of 14993 with flag 201375/192280
21.27/19.47	c cleaning 8244 clauses out of 16496 with flag 259211/201280
21.47/19.67	c starts		: 194
21.47/19.67	c conflicts		: 204290
21.47/19.67	c decisions		: 445801
21.47/19.67	c propagations		: 23756766
21.47/19.67	c inspects		: 216291697
21.47/19.67	c shortcuts		: 0
21.47/19.67	c learnt literals	: 17
21.47/19.67	c learnt binary clauses	: 33
21.47/19.67	c learnt ternary clauses	: 245
21.47/19.67	c learnt constraints	: 204272
21.47/19.67	c ignored constraints	: 0
21.47/19.67	c root simplifications	: 0
21.47/19.67	c removed literals (reason simplification)	: 0
21.47/19.67	c reason swapping (by a shorter reason)	: 0
21.47/19.67	c Calls to reduceDB	: 27
21.47/19.67	c Number of update (reduction) of LBD	: 85088
21.47/19.67	c Imported unit clauses	: 0
21.47/19.67	c number of reductions to clauses (during analyze)	: 0
21.47/19.67	c number of learned constraints concerned by reduction	: 0
21.47/19.67	c number of learning phase by resolution	: 0
21.47/19.67	c number of learning phase by cutting planes	: 0
21.47/19.67	c speed (assignments/second)	: 1227042.3015340117
21.47/19.67	c non guided choices	8621
21.47/19.67	c learnt constraints type 
21.47/19.67	s OPTIMUM FOUND
21.47/19.67	c Found 75 solution(s)
21.47/19.67	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 
21.47/19.67	c objective function=1
21.47/19.67	c Total wall clock time (in seconds): 19.571

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090559-1466065417/watcher-4090559-1466065417 -o /tmp/evaluation-result-4090559-1466065417/solver-4090559-1466065417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090559-1466065417.wbo 

pid=12441
running on 4 cores: 0,2,4,6

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.07 1.96 3/194 12444
/proc/meminfo: memFree=32014016/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 8586499 94019584 917 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 22954 917 697 9 0 16769 0
[pid=12444/tid=12445] ppid=12441 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 2 0 8586499 95129600 921 33554432000 1073741824 1073778376 140736317522416 140179353046568 243756208513 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.05 2.07 1.96 3/194 12444
/proc/meminfo: memFree=32014016/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 4541 0 1 0 10 1 0 0 20 0 18 0 8586499 9787879424 5659 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 5659 2157 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 8586499 9787879424 5659 33554432000 1073741824 1073778376 140736317522416 140179353051256 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.05 2.07 1.96 3/194 12444
/proc/meminfo: memFree=32014016/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 4842 0 1 0 25 1 0 0 20 0 18 0 8586499 9787879424 6386 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 6386 2212 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 18 0 8586499 9787879424 6386 33554432000 1073741824 1073778376 140736317522416 140179353051256 140179225435648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 2.05 2.07 1.96 3/194 12444
/proc/meminfo: memFree=32014016/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 5982 0 1 0 48 1 0 0 20 0 18 0 8586499 9787879424 8402 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 8402 2233 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2459 0 1 0 26 1 0 0 20 0 18 0 8586499 9787879424 8402 33554432000 1073741824 1073778376 140736317522416 140179353051256 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 2.05 2.07 1.96 3/194 12444
/proc/meminfo: memFree=32014016/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 12622 0 1 0 156 2 0 0 20 0 19 0 8586499 9856040960 12737 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 12737 2262 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2474 0 1 0 66 1 0 0 20 0 19 0 8586499 9856040960 12737 33554432000 1073741824 1073778376 140736317522416 140179353043248 140179225996059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.05 2.07 1.96 3/213 12463
/proc/meminfo: memFree=31952848/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=2.43 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 12634 0 1 0 240 3 0 0 20 0 19 0 8586499 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 15303 2264 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2480 0 1 0 145 2 0 0 20 0 19 0 8586499 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179353051656 140179225969154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179197000232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179195947432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 3694 0 0 0 47 0 0 0 20 0 19 0 8586504 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 9094 0 -1 4202560 5182 0 0 0 44 0 0 0 20 0 19 0 8586504 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179171957560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179170904952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179169852360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8586530 9856040960 15303 33554432000 1073741824 1073778376 140736317522416 140179168797864 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.04 2.07 1.96 3/213 12463
/proc/meminfo: memFree=31916804/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=4.38 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 17636 0 1 0 434 4 0 0 20 0 19 0 8586499 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 21384 2270 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2489 0 1 0 305 2 0 0 20 0 19 0 8586499 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179353043248 140179225981913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179197000232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179195947432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 3706 0 0 0 53 0 0 0 20 0 19 0 8586504 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) R 12441 12444 9094 0 -1 4202560 10162 0 0 0 72 2 0 0 20 0 19 0 8586504 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179171944840 140179357140080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179170904952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179169852360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8586530 9856040960 21384 33554432000 1073741824 1073778376 140736317522416 140179168797864 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.04 2.07 1.96 3/213 12463
/proc/meminfo: memFree=31858756/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=8.08 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 22006 0 1 0 803 5 0 0 20 0 19 0 8586499 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 27011 2270 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2503 0 1 0 624 2 0 0 20 0 19 0 8586499 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179353051464 140179226193541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179197000232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179195947432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 7987 0 0 0 95 0 0 0 20 0 19 0 8586504 9856040960 27011 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.82 cores=0,2,4,6

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

[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 7987 0 0 0 97 0 0 0 20 0 19 0 8586504 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 9094 0 -1 4202560 10247 0 0 0 86 2 0 0 20 0 19 0 8586504 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179171957560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179170904952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179169852360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8586530 9856040960 38746 33554432000 1073741824 1073778376 140736317522416 140179168797864 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.47
Current children cumulated vsize (KiB) 9625040

[startup+18.4008 s]
/proc/loadavg: 2.11 2.08 1.96 3/213 12463
/proc/meminfo: memFree=31753400/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=20.27 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 22047 0 1 0 2021 6 0 0 20 0 19 0 8586499 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 39770 2271 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=18.32 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2534 0 1 0 1829 3 0 0 20 0 19 0 8586499 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179353042672 140179225915482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179197000232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179195947432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 7987 0 0 0 97 0 0 0 20 0 19 0 8586504 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 9094 0 -1 4202560 10247 0 0 0 86 2 0 0 20 0 19 0 8586504 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179171957560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179170904952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179169852360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8586530 9856040960 39770 33554432000 1073741824 1073778376 140736317522416 140179168797864 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.27
Current children cumulated vsize (KiB) 9625040

[startup+19.2007 s]
/proc/loadavg: 2.11 2.08 1.96 3/191 12481
/proc/meminfo: memFree=31904404/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=21.07 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 22048 0 1 0 2101 6 0 0 20 0 19 0 8586499 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 40282 2271 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=19.12 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2535 0 1 0 1909 3 0 0 20 0 19 0 8586499 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179353042672 140179225954583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179197000232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179195947432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 7987 0 0 0 97 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 9094 0 -1 4202560 10247 0 0 0 86 2 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179171957560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179170904952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179169852360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8586530 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179168797864 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.07
Current children cumulated vsize (KiB) 9625040

[startup+19.6007 s]
/proc/loadavg: 2.11 2.08 1.96 3/191 12481
/proc/meminfo: memFree=31904404/32872528 swapFree=7268/7268
[pid=12444] ppid=12441 vsize=9625040 CPUtime=21.47 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 9094 0 -1 4202496 22048 0 1 0 2141 6 0 0 20 0 19 0 8586499 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140736317513552 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 40282 2271 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=19.52 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 9094 0 -1 4202560 2535 0 1 0 1949 3 0 0 20 0 19 0 8586499 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179353042672 140179225790708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179197000232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179195947432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179194894632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179193841832 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179192790056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179191737256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179190684456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8586500 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179189631656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8586501 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179177220584 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179176166648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8586502 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179175113736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179174062224 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 9094 0 -1 4202560 7987 0 0 0 97 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179173010360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 9094 0 -1 4202560 10247 0 0 0 86 2 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179171957560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179170904952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8586504 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179169852360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8586530 9856040960 40282 33554432000 1073741824 1073778376 140736317522416 140179168797864 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.47
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 19.6803
CPU time (s): 21.5107
CPU user time (s): 21.4287
CPU system time (s): 0.081987
CPU usage (%): 109.301
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4287
system time used= 0.081987
maximum resident set size= 163236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 718
involuntary context switches= 63

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078987 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:23:37
IDJOB=4090559
IDBENCH=78998
IDSOLVER=2551
FILE ID=node151/4090559-1466065417
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090559-1466065417/watcher-4090559-1466065417 -o /tmp/evaluation-result-4090559-1466065417/solver-4090559-1466065417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090559-1466065417.wbo

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

MD5SUM BENCH= 97e6423088cc7ef1f08dcccdf9e01ef4
RANDOM SEED=1621600036

node151.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		: 2667.103
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	: 5334.20
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.54
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		: 2667.103
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	: 5332.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		: 2667.103
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	: 5332.56
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		: 2667.103
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        32015180 kB
Buffers:            7060 kB
Cached:            39852 kB
SwapCached:        61608 kB
Active:            64828 kB
Inactive:          82904 kB
Active(anon):      42020 kB
Inactive(anon):    61024 kB
Active(file):      22808 kB
Inactive(file):    21880 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:         30988 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             565608 kB
SReclaimable:       8984 kB
SUnreclaim:       556624 kB
KernelStack:        1768 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node151 at 2016-06-16 10:23:57