Trace number 4109716

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 43.6084 41.7984

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553647--soft-66-100-0.wbo
MD5SUM187986d7f99d984dce20251cf704622a
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 benchmark28.6146
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109716-1466343697.wbo
0.10/0.11	c reading problem ... 
0.26/0.30	c ... done. Wall clock time 0.189s.
0.26/0.30	c declared #vars     231
0.26/0.30	c internal #vars     1142
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 => 2535
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 149
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.49/0.30	c 2707 constraints processed.
0.49/0.30	c objective function length is 911 literals
0.76/0.40	c SATISFIABLE
0.76/0.40	c OPTIMIZING...
0.76/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.76/0.40	o 1122
0.76/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.76/0.42	o 586
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
1.05/0.54	o 580
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.446
1.05/0.55	o 543
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
1.05/0.56	o 307
1.47/0.70	c Got one! Elapsed wall clock time (in seconds):0.598
1.47/0.70	o 299
1.47/0.74	c Got one! Elapsed wall clock time (in seconds):0.636
1.47/0.74	o 297
1.47/0.75	c Got one! Elapsed wall clock time (in seconds):0.642
1.47/0.75	o 198
1.47/0.78	c Got one! Elapsed wall clock time (in seconds):0.675
1.47/0.78	o 172
1.71/0.96	c cleaning 3700 clauses out of 7405 with flag 14985/7405
1.94/1.17	c Got one! Elapsed wall clock time (in seconds):1.062
1.94/1.17	o 171
1.94/1.19	c Got one! Elapsed wall clock time (in seconds):1.082
1.94/1.19	o 169
1.94/1.20	c Got one! Elapsed wall clock time (in seconds):1.09
1.94/1.20	o 159
2.12/1.30	c Got one! Elapsed wall clock time (in seconds):1.19
2.12/1.30	o 158
2.27/1.32	c Got one! Elapsed wall clock time (in seconds):1.215
2.27/1.32	o 155
2.27/1.36	c Got one! Elapsed wall clock time (in seconds):1.25
2.27/1.36	o 152
2.27/1.37	c Got one! Elapsed wall clock time (in seconds):1.262
2.27/1.37	o 145
2.27/1.38	c Got one! Elapsed wall clock time (in seconds):1.276
2.27/1.38	o 144
2.50/1.52	c cleaning 5330 clauses out of 10664 with flag 6223/14364
2.50/1.52	c Got one! Elapsed wall clock time (in seconds):1.41
2.50/1.52	o 143
2.72/1.63	c Got one! Elapsed wall clock time (in seconds):1.523
2.72/1.63	o 141
2.72/1.64	c Got one! Elapsed wall clock time (in seconds):1.539
2.72/1.64	o 129
2.72/1.65	c Got one! Elapsed wall clock time (in seconds):1.545
2.72/1.65	o 128
2.92/1.75	c Got one! Elapsed wall clock time (in seconds):1.646
2.92/1.75	o 117
3.08/1.86	c Got one! Elapsed wall clock time (in seconds):1.749
3.08/1.86	o 103
3.08/1.89	c Got one! Elapsed wall clock time (in seconds):1.787
3.08/1.89	o 85
3.19/1.90	c Got one! Elapsed wall clock time (in seconds):1.799
3.19/1.90	o 83
3.19/1.99	c Got one! Elapsed wall clock time (in seconds):1.885
3.19/1.99	o 81
3.29/2.00	c Got one! Elapsed wall clock time (in seconds):1.896
3.29/2.00	o 67
3.39/2.16	c cleaning 6417 clauses out of 12846 with flag 12465/21876
3.59/2.23	c Got one! Elapsed wall clock time (in seconds):2.12
3.59/2.23	o 66
3.80/2.34	c Got one! Elapsed wall clock time (in seconds):2.233
3.80/2.34	o 65
3.99/2.46	c Got one! Elapsed wall clock time (in seconds):2.358
3.99/2.46	o 63
3.99/2.48	c Got one! Elapsed wall clock time (in seconds):2.372
3.99/2.48	o 61
4.31/2.64	c cleaning 6201 clauses out of 12409 with flag 14871/27856
4.82/3.19	c cleaning 6097 clauses out of 12208 with flag 63906/33856
5.22/3.51	c Got one! Elapsed wall clock time (in seconds):3.407
5.22/3.51	o 58
5.32/3.66	c Got one! Elapsed wall clock time (in seconds):3.558
5.32/3.66	o 57
5.32/3.67	c Got one! Elapsed wall clock time (in seconds):3.567
5.32/3.67	o 55
5.42/3.77	c cleaning 6416 clauses out of 12831 with flag 8181/40576
5.62/3.93	c Got one! Elapsed wall clock time (in seconds):3.821
5.62/3.93	o 53
5.62/3.94	c Got one! Elapsed wall clock time (in seconds):3.836
5.62/3.94	o 46
5.62/3.95	c Got one! Elapsed wall clock time (in seconds):3.844
5.62/3.95	o 28
5.92/4.27	c cleaning 6279 clauses out of 12591 with flag 37961/46752
6.32/4.60	c Got one! Elapsed wall clock time (in seconds):4.498
6.32/4.60	o 23
6.32/4.69	c cleaning 5957 clauses out of 11933 with flag 7793/52373
6.62/4.90	c Got one! Elapsed wall clock time (in seconds):4.794
6.62/4.90	o 22
6.62/4.96	c Got one! Elapsed wall clock time (in seconds):4.852
6.62/4.96	o 21
6.62/4.96	c Got one! Elapsed wall clock time (in seconds):4.858
6.62/4.96	o 9
6.62/4.99	c Got one! Elapsed wall clock time (in seconds):4.88
6.62/4.99	o 8
6.82/5.12	c cleaning 6108 clauses out of 12236 with flag 16812/58633
7.24/5.51	c cleaning 6051 clauses out of 12130 with flag 73138/64635
7.73/6.00	c cleaning 6521 clauses out of 13077 with flag 140866/71633
8.23/6.59	c cleaning 7258 clauses out of 14556 with flag 218392/79633
8.63/6.98	c Got one! Elapsed wall clock time (in seconds):6.87
8.63/6.98	o 7
9.13/7.41	c cleaning 8943 clauses out of 17911 with flag 53989/90246
9.33/7.66	c Got one! Elapsed wall clock time (in seconds):7.551
9.33/7.66	o 5
9.55/7.81	c cleaning 7380 clauses out of 14763 with flag 20869/96041
9.94/8.23	c cleaning 6675 clauses out of 13384 with flag 85684/102042
10.44/8.72	c cleaning 6844 clauses out of 13708 with flag 156875/109041
11.04/9.32	c cleaning 7421 clauses out of 14865 with flag 240063/117042
11.75/10.05	c cleaning 8207 clauses out of 16443 with flag 337478/126041
12.54/10.90	c cleaning 9100 clauses out of 18236 with flag 447913/136041
13.16/11.44	c Got one! Elapsed wall clock time (in seconds):11.33
13.16/11.44	o 3
13.59/11.89	c cleaning 10453 clauses out of 20926 with flag 53192/147831
14.19/12.41	c cleaning 8216 clauses out of 16474 with flag 124137/153832
14.69/12.99	c cleaning 7622 clauses out of 15259 with flag 199424/160833
15.39/13.63	c cleaning 7803 clauses out of 15635 with flag 276708/168831
16.10/14.37	c cleaning 8415 clauses out of 16832 with flag 365036/177831
17.00/15.24	c cleaning 9199 clauses out of 18417 with flag 465695/187831
18.10/16.37	c cleaning 10107 clauses out of 20218 with flag 584999/198831
19.40/17.69	c cleaning 11052 clauses out of 22111 with flag 716476/210831
20.90/19.14	c cleaning 12027 clauses out of 24059 with flag 852472/223831
22.60/20.89	c cleaning 13011 clauses out of 26031 with flag 1011227/237831
24.00/22.28	c cleaning 14000 clauses out of 28020 with flag 1131881/252831
25.81/24.06	c cleaning 15003 clauses out of 30021 with flag 1282117/268832
28.11/26.37	c cleaning 16004 clauses out of 32020 with flag 1460350/285834
30.30/28.58	c cleaning 16994 clauses out of 34013 with flag 1618662/303832
32.50/30.77	c cleaning 18003 clauses out of 36017 with flag 1775682/322831
34.92/33.15	c cleaning 19002 clauses out of 38013 with flag 1930410/342831
37.81/36.04	c Got one! Elapsed wall clock time (in seconds):35.938
37.81/36.04	o 2
38.61/36.89	c cleaning 22239 clauses out of 44477 with flag 38878/368297
39.41/37.64	c cleaning 14115 clauses out of 28236 with flag 83217/374295
39.71/37.97	c Got one! Elapsed wall clock time (in seconds):37.863
39.71/37.97	o 1
40.11/38.31	c cleaning 9995 clauses out of 20009 with flag 23039/380183
40.61/38.88	c cleaning 7990 clauses out of 16014 with flag 64246/386183
41.31/39.51	c cleaning 7507 clauses out of 15024 with flag 104170/393183
41.91/40.19	c cleaning 7747 clauses out of 15516 with flag 141162/401183
42.71/40.95	c cleaning 8382 clauses out of 16767 with flag 181328/410183
43.32/41.57	c cleaning 9189 clauses out of 18383 with flag 226267/420185
43.52/41.78	c starts		: 197
43.52/41.78	c conflicts		: 425081
43.52/41.78	c decisions		: 618741
43.52/41.78	c propagations		: 22440710
43.52/41.78	c inspects		: 639693901
43.52/41.78	c shortcuts		: 0
43.52/41.78	c learnt literals	: 23
43.52/41.78	c learnt binary clauses	: 43
43.52/41.78	c learnt ternary clauses	: 272
43.52/41.78	c learnt constraints	: 425057
43.52/41.78	c ignored constraints	: 0
43.52/41.78	c root simplifications	: 0
43.52/41.78	c removed literals (reason simplification)	: 0
43.52/41.78	c reason swapping (by a shorter reason)	: 0
43.52/41.78	c Calls to reduceDB	: 43
43.52/41.78	c Number of update (reduction) of LBD	: 140470
43.52/41.78	c Imported unit clauses	: 0
43.52/41.78	c number of reductions to clauses (during analyze)	: 0
43.52/41.78	c number of learned constraints concerned by reduction	: 0
43.52/41.78	c number of learning phase by resolution	: 0
43.52/41.78	c number of learning phase by cutting planes	: 0
43.52/41.78	c speed (assignments/second)	: 541052.8980615296
43.52/41.78	c non guided choices	5781
43.52/41.78	c learnt constraints type 
43.52/41.78	s OPTIMUM FOUND
43.52/41.78	c Found 47 solution(s)
43.52/41.78	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 
43.52/41.78	c objective function=1
43.52/41.78	c Total wall clock time (in seconds): 41.674

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-4109716-1466343697/watcher-4109716-1466343697 -o /tmp/evaluation-result-4109716-1466343697/solver-4109716-1466343697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109716-1466343697.wbo 

pid=21666
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.38 2.24 1.91 3/194 21669
/proc/meminfo: memFree=30253996/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 36416436 95129600 927 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 23225 927 703 9 0 16769 0
[pid=21669/tid=21670] ppid=21666 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) D 21666 21669 20454 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36416437 95129600 927 33554432000 1073741824 1073778376 140735497710608 140618691968552 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.38 2.24 1.91 3/194 21669
/proc/meminfo: memFree=30253996/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 36416436 9787879424 6037 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2389619 6037 2140 9 0 2380296 0
[pid=21669/tid=21670] ppid=21666 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 36416437 9787879424 6037 33554432000 1073741824 1073778376 140735497710608 140618691972000 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.38 2.24 1.91 3/194 21669
/proc/meminfo: memFree=30253996/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 4760 0 1 0 25 1 0 0 20 0 18 0 36416436 9787879424 6832 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2389619 6832 2212 9 0 2380296 0
[pid=21669/tid=21670] ppid=21666 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 18 0 36416437 9787879424 6832 33554432000 1073741824 1073778376 140735497710608 140618691972000 214373022776 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.300265 s]
/proc/loadavg: 2.38 2.24 1.91 3/194 21669
/proc/meminfo: memFree=30253996/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 5853 0 1 0 48 1 0 0 20 0 18 0 36416436 9787879424 8408 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2389619 8408 2239 9 0 2380296 0
[pid=21669/tid=21670] ppid=21666 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 18 0 36416437 9787879424 8408 33554432000 1073741824 1073778376 140735497710608 140618691965136 214373033133 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.700311 s]
/proc/loadavg: 2.38 2.24 1.91 3/194 21669
/proc/meminfo: memFree=30253996/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 11806 0 1 0 145 2 0 0 20 0 19 0 36416436 9856040960 11684 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 11684 2257 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2421 0 1 0 67 0 0 0 20 0 19 0 36416437 9856040960 11684 33554432000 1073741824 1073778376 140735497710608 140618691965232 140618521659550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.38 2.24 1.91 3/213 21688
/proc/meminfo: memFree=30206816/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 11920 0 1 0 248 2 0 0 20 0 19 0 36416436 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 13746 2270 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2428 0 1 0 145 2 0 0 20 0 19 0 36416437 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618691965232 140618699124185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21672] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21672/stat : 21672 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618653465000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21673] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21673/stat : 21673 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618652412456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) R 21666 21669 20454 0 -1 4202560 5262 0 0 0 51 0 0 0 20 0 19 0 36416442 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618511637304 140618699719699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21669/task/21685/stat : 21685 (java) R 21666 21669 20454 0 -1 4202560 2952 0 0 0 48 0 0 0 20 0 19 0 36416442 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618510584760 140618694567211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21686] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21686/stat : 21686 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618509531896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21687] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21687/stat : 21687 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618508479560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21688] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21688/stat : 21688 (java) S 21666 21669 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416467 9856040960 13746 33554432000 1073741824 1073778376 140735497710608 140618507424808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.38 2.24 1.91 4/213 21688
/proc/meminfo: memFree=30181144/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=4.82 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 20395 0 1 0 478 4 0 0 20 0 19 0 36416436 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 19505 2270 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2433 0 1 0 305 2 0 0 20 0 19 0 36416437 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618691964608 140618521666722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21672] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21672/stat : 21672 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618653465000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21673] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21673/stat : 21673 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618652412456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) S 21666 21669 20454 0 -1 4202560 13706 0 0 0 115 2 0 0 20 0 19 0 36416442 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618511637304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/21669/task/21685/stat : 21685 (java) S 21666 21669 20454 0 -1 4202560 2978 0 0 0 54 0 0 0 20 0 19 0 36416442 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618510584760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21686] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21686/stat : 21686 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618509531896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21687] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21687/stat : 21687 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618508479560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21688] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21688/stat : 21688 (java) S 21666 21669 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416467 9856040960 19505 33554432000 1073741824 1073778376 140735497710608 140618507424808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.43 2.26 1.92 4/213 21688
/proc/meminfo: memFree=30151480/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=8.03 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 20403 0 1 0 799 4 0 0 20 0 19 0 36416436 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 22263 2270 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2441 0 1 0 625 2 0 0 20 0 19 0 36416437 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618691964608 140618521699866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21672] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21672/stat : 21672 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618653465000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21673] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21673/stat : 21673 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618652412456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) S 21666 21669 20454 0 -1 4202560 13706 0 0 0 117 2 0 0 20 0 19 0 36416442 9856040960 22263 33554432000 1073741824 1073778376 140735497710608 140618511637304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) S 21666 21669 20454 0 -1 4202560 13709 0 0 0 122 2 0 0 20 0 19 0 36416442 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618511637304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/21669/task/21685/stat : 21685 (java) S 21666 21669 20454 0 -1 4202560 2978 0 0 0 58 0 0 0 20 0 19 0 36416442 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618510584760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21686] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21686/stat : 21686 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618509531896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21687] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21687/stat : 21687 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618508479560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21688] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21688/stat : 21688 (java) S 21666 21669 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416467 9856040960 42619 33554432000 1073741824 1073778376 140735497710608 140618507424808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 42.62
Current children cumulated vsize (KiB) 9625040

[startup+41.2007 s]
/proc/loadavg: 2.24 2.23 1.92 3/213 21818
/proc/meminfo: memFree=30069836/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=43.02 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 20484 0 1 0 4297 5 0 0 20 0 19 0 36416436 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 44175 2284 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=41.14 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2492 0 1 0 4111 3 0 0 20 0 19 0 36416437 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618691964672 140618521708940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21672] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21672/stat : 21672 (java) S 21666 21669 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618653465000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21673] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21673/stat : 21673 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618652412456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) S 21666 21669 20454 0 -1 4202560 13709 0 0 0 122 2 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618511637304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/21669/task/21685/stat : 21685 (java) S 21666 21669 20454 0 -1 4202560 2978 0 0 0 58 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618510584760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21686] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21686/stat : 21686 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618509531896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21687] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21687/stat : 21687 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618508479560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21688] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21688/stat : 21688 (java) S 21666 21669 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416467 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618507424808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 43.02
Current children cumulated vsize (KiB) 9625040

[startup+41.6007 s]
/proc/loadavg: 2.24 2.23 1.92 3/213 21818
/proc/meminfo: memFree=30069836/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=43.42 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 20484 0 1 0 4337 5 0 0 20 0 19 0 36416436 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 44175 2284 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=41.54 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2492 0 1 0 4151 3 0 0 20 0 19 0 36416437 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618691964672 140618521708940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21672] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21672/stat : 21672 (java) S 21666 21669 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618653465000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21673] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21673/stat : 21673 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618652412456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) S 21666 21669 20454 0 -1 4202560 13709 0 0 0 122 2 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618511637304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/21669/task/21685/stat : 21685 (java) S 21666 21669 20454 0 -1 4202560 2978 0 0 0 58 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618510584760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21686] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21686/stat : 21686 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618509531896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21687] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21687/stat : 21687 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618508479560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21688] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21688/stat : 21688 (java) S 21666 21669 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416467 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618507424808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 43.42
Current children cumulated vsize (KiB) 9625040

[startup+41.7007 s]
/proc/loadavg: 2.24 2.23 1.92 3/213 21818
/proc/meminfo: memFree=30069836/32872528 swapFree=1286400/1433568
[pid=21669] ppid=21666 vsize=9625040 CPUtime=43.52 cores=0,2,4,6
/proc/21669/stat : 21669 (java) S 21666 21669 20454 0 -1 4202496 20484 0 1 0 4347 5 0 0 20 0 19 0 36416436 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140735497701744 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21669/statm: 2406260 44175 2284 9 0 2396937 0
[pid=21669/tid=21670] ppid=21666 vsize=9625040 CPUtime=41.64 cores=0,2,4,6
/proc/21669/task/21670/stat : 21670 (java) R 21666 21669 20454 0 -1 4202560 2492 0 1 0 4161 3 0 0 20 0 19 0 36416437 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618691964672 140618521730786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21672] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21672/stat : 21672 (java) S 21666 21669 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618653465000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21673] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21673/stat : 21673 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618652412456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21674] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21674/stat : 21674 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618651359400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21675] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21675/stat : 21675 (java) S 21666 21669 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618650306856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21676] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21676/stat : 21676 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618649254824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21677] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21677/stat : 21677 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618648202280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21678] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21678/stat : 21678 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618647149224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21679] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21679/stat : 21679 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416438 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618646096680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21680] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21680/stat : 21680 (java) S 21666 21669 20454 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618515847528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21681] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21681/stat : 21681 (java) S 21666 21669 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618514793848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21682] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21682/stat : 21682 (java) S 21666 21669 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36416439 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618513740680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21669/tid=21683] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21683/stat : 21683 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618512689424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21684] ppid=21666 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/21669/task/21684/stat : 21684 (java) S 21666 21669 20454 0 -1 4202560 13709 0 0 0 122 2 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618511637304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21669/tid=21685] ppid=21666 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/21669/task/21685/stat : 21685 (java) S 21666 21669 20454 0 -1 4202560 2978 0 0 0 58 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618510584760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21686] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21686/stat : 21686 (java) S 21666 21669 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618509531896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21669/tid=21687] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21687/stat : 21687 (java) S 21666 21669 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416442 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618508479560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21669/tid=21688] ppid=21666 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21669/task/21688/stat : 21688 (java) S 21666 21669 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416467 9856040960 44175 33554432000 1073741824 1073778376 140735497710608 140618507424808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 43.52
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 41.7984
CPU time (s): 43.6084
CPU user time (s): 43.5264
CPU system time (s): 0.081987
CPU usage (%): 104.33
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.5264
system time used= 0.081987
maximum resident set size= 176748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20500
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1237
involuntary context switches= 916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.291955 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:41:37
IDJOB=4109716
IDBENCH=78903
IDSOLVER=2551
FILE ID=node130/4109716-1466343697
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
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.1900553647--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109716-1466343697/watcher-4109716-1466343697 -o /tmp/evaluation-result-4109716-1466343697/solver-4109716-1466343697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109716-1466343697.wbo

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

MD5SUM BENCH= 187986d7f99d984dce20251cf704622a
RANDOM SEED=566155520

node130.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.365
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.73
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.365
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		: 2666.365
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		: 2666.365
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		: 2666.365
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.55
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.365
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.53
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.365
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		: 2666.365
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:        30254524 kB
Buffers:           96024 kB
Cached:           259200 kB
SwapCached:         1836 kB
Active:           162640 kB
Inactive:         267392 kB
Active(anon):      74640 kB
Inactive(anon):     2524 kB
Active(file):      88000 kB
Inactive(file):   264868 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              2200 kB
Writeback:             0 kB
AnonPages:       1614060 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             607308 kB
SReclaimable:      50280 kB
SUnreclaim:       557028 kB
KernelStack:        1760 kB
PageTables:         7144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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 node130 at 2016-06-19 15:42:19