Trace number 4090886

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 25.82 24.6076

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564281--soft-0-100-0.wbo
MD5SUM504847a4e43d2b055735d72ea944fa39
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark25.82
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4090886-1466068011.wbo
0.11/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.213s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2707 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.78/0.46	c SATISFIABLE
0.78/0.46	c OPTIMIZING...
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.78/0.46	o 374
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.403
1.06/0.51	o 287
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
1.06/0.59	o 267
1.33/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
1.33/0.61	o 264
1.33/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
1.33/0.65	o 263
1.63/0.77	c Got one! Elapsed wall clock time (in seconds):0.666
1.63/0.77	o 261
1.77/0.80	c Got one! Elapsed wall clock time (in seconds):0.696
1.77/0.80	o 260
1.77/0.81	c Got one! Elapsed wall clock time (in seconds):0.707
1.77/0.81	o 250
1.77/0.83	c Got one! Elapsed wall clock time (in seconds):0.722
1.77/0.83	o 228
1.77/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.77/0.83	o 217
1.77/0.84	c Got one! Elapsed wall clock time (in seconds):0.736
1.77/0.84	o 161
1.77/0.85	c Got one! Elapsed wall clock time (in seconds):0.747
1.77/0.85	o 157
2.27/1.35	c Got one! Elapsed wall clock time (in seconds):1.242
2.27/1.35	o 156
2.27/1.35	c Got one! Elapsed wall clock time (in seconds):1.247
2.27/1.35	o 150
2.27/1.39	c Got one! Elapsed wall clock time (in seconds):1.279
2.27/1.39	o 145
2.37/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
2.37/1.41	o 144
2.37/1.47	c Got one! Elapsed wall clock time (in seconds):1.366
2.37/1.47	o 133
2.57/1.63	c Got one! Elapsed wall clock time (in seconds):1.526
2.57/1.63	o 129
2.57/1.68	c Got one! Elapsed wall clock time (in seconds):1.575
2.57/1.68	o 125
2.87/1.98	c Got one! Elapsed wall clock time (in seconds):1.875
2.87/1.98	o 114
3.11/2.17	c Got one! Elapsed wall clock time (in seconds):2.062
3.11/2.17	o 113
3.11/2.19	c Got one! Elapsed wall clock time (in seconds):2.083
3.11/2.19	o 112
3.22/2.23	c Got one! Elapsed wall clock time (in seconds):2.12
3.22/2.23	o 108
3.32/2.37	c Got one! Elapsed wall clock time (in seconds):2.267
3.32/2.37	o 107
3.41/2.45	c Got one! Elapsed wall clock time (in seconds):2.347
3.41/2.45	o 106
3.51/2.51	c Got one! Elapsed wall clock time (in seconds):2.406
3.51/2.51	o 91
3.94/2.95	c cleaning 5655 clauses out of 11314 with flag 10332/11314
4.49/3.41	c Got one! Elapsed wall clock time (in seconds):3.303
4.49/3.41	o 90
4.49/3.42	c Got one! Elapsed wall clock time (in seconds):3.315
4.49/3.42	o 87
5.08/4.02	c Got one! Elapsed wall clock time (in seconds):3.913
5.08/4.02	o 86
5.28/4.24	c cleaning 5808 clauses out of 11635 with flag 5328/17290
5.89/4.82	c Got one! Elapsed wall clock time (in seconds):4.713
5.89/4.82	o 81
5.89/4.87	c Got one! Elapsed wall clock time (in seconds):4.768
5.89/4.87	o 75
5.89/4.88	c Got one! Elapsed wall clock time (in seconds):4.776
5.89/4.88	o 74
6.20/5.17	c cleaning 5815 clauses out of 11650 with flag 13399/23113
6.42/5.36	c Got one! Elapsed wall clock time (in seconds):5.253
6.42/5.36	o 73
6.42/5.40	c Got one! Elapsed wall clock time (in seconds):5.289
6.42/5.40	o 68
7.12/6.09	c cleaning 5715 clauses out of 11438 with flag 25546/28716
8.02/6.90	c Got one! Elapsed wall clock time (in seconds):6.797
8.02/6.90	o 65
8.02/6.96	c Got one! Elapsed wall clock time (in seconds):6.858
8.02/6.96	o 64
8.22/7.14	c cleaning 5956 clauses out of 11922 with flag 6093/34915
9.02/7.97	c Got one! Elapsed wall clock time (in seconds):7.862
9.02/7.97	o 63
9.22/8.16	c cleaning 5633 clauses out of 11284 with flag 5345/40233
9.52/8.48	c Got one! Elapsed wall clock time (in seconds):8.371
9.52/8.48	o 62
9.62/8.52	c Got one! Elapsed wall clock time (in seconds):8.409
9.62/8.52	o 58
9.62/8.53	c Got one! Elapsed wall clock time (in seconds):8.425
9.62/8.53	o 52
9.75/8.64	c Got one! Elapsed wall clock time (in seconds):8.529
9.75/8.64	o 41
9.86/8.70	c Got one! Elapsed wall clock time (in seconds):8.595
9.86/8.70	o 40
9.96/8.86	c Got one! Elapsed wall clock time (in seconds):8.756
9.96/8.86	o 39
10.26/9.14	c cleaning 6493 clauses out of 13005 with flag 14635/47587
10.96/9.87	c Got one! Elapsed wall clock time (in seconds):9.765
10.96/9.87	o 37
11.07/9.93	c Got one! Elapsed wall clock time (in seconds):9.826
11.07/9.93	o 35
11.18/10.03	c cleaning 6514 clauses out of 13043 with flag 6474/54118
11.68/10.53	c Got one! Elapsed wall clock time (in seconds):10.426
11.68/10.53	o 33
11.78/10.65	c cleaning 6146 clauses out of 12313 with flag 7185/59902
12.29/11.19	c Got one! Elapsed wall clock time (in seconds):11.087
12.29/11.19	o 32
12.48/11.31	c cleaning 5869 clauses out of 11751 with flag 6160/65486
12.98/11.83	c Got one! Elapsed wall clock time (in seconds):11.727
12.98/11.83	o 31
13.08/11.96	c cleaning 5898 clauses out of 11807 with flag 6676/71411
13.88/12.71	c cleaning 5943 clauses out of 11910 with flag 57554/77412
13.88/12.79	c Got one! Elapsed wall clock time (in seconds):12.684
13.88/12.79	o 30
14.08/12.94	c Got one! Elapsed wall clock time (in seconds):12.836
14.08/12.94	o 27
14.28/13.12	c Got one! Elapsed wall clock time (in seconds):13.018
14.28/13.12	o 23
14.58/13.48	c cleaning 6400 clauses out of 12826 with flag 23326/84271
14.88/13.75	c Got one! Elapsed wall clock time (in seconds):13.64
14.88/13.75	o 22
14.98/13.86	c Got one! Elapsed wall clock time (in seconds):13.753
14.98/13.86	o 21
15.18/14.09	c cleaning 6306 clauses out of 12614 with flag 16412/90459
15.40/14.24	c Got one! Elapsed wall clock time (in seconds):14.137
15.40/14.24	o 18
15.61/14.44	c Got one! Elapsed wall clock time (in seconds):14.332
15.61/14.44	o 17
15.70/14.59	c cleaning 6038 clauses out of 12092 with flag 14279/96243
15.90/14.74	c Got one! Elapsed wall clock time (in seconds):14.637
15.90/14.74	o 16
16.20/15.01	c cleaning 5604 clauses out of 11224 with flag 21617/101413
16.30/15.15	c Got one! Elapsed wall clock time (in seconds):15.045
16.30/15.15	o 15
16.50/15.37	c Got one! Elapsed wall clock time (in seconds):15.265
16.50/15.37	o 13
16.71/15.55	c cleaning 6186 clauses out of 12397 with flag 15965/108190
17.10/15.99	c cleaning 6098 clauses out of 12210 with flag 61286/114189
17.40/16.23	c Got one! Elapsed wall clock time (in seconds):16.127
17.40/16.23	o 12
17.50/16.38	c cleaning 5668 clauses out of 11367 with flag 13605/119444
18.00/16.80	c cleaning 5841 clauses out of 11700 with flag 59573/125445
18.10/16.94	c Got one! Elapsed wall clock time (in seconds):16.834
18.10/16.94	o 11
18.30/17.16	c Got one! Elapsed wall clock time (in seconds):17.056
18.30/17.16	o 9
18.40/17.24	c cleaning 5985 clauses out of 11979 with flag 7194/131565
18.91/17.77	c cleaning 5994 clauses out of 11994 with flag 58877/137565
19.00/17.86	c Got one! Elapsed wall clock time (in seconds):17.754
19.00/17.86	o 6
19.20/18.08	c Got one! Elapsed wall clock time (in seconds):17.973
19.20/18.08	o 4
19.30/18.15	c cleaning 5696 clauses out of 11409 with flag 6701/142974
19.70/18.53	c cleaning 5850 clauses out of 11713 with flag 48891/148974
20.19/19.01	c cleaning 6425 clauses out of 12863 with flag 96904/155974
20.69/19.59	c cleaning 7204 clauses out of 14438 with flag 156402/163974
21.29/20.12	c Got one! Elapsed wall clock time (in seconds):20.01
21.29/20.12	o 3
21.69/20.55	c cleaning 9961 clauses out of 19922 with flag 38875/176663
22.21/21.06	c cleaning 7976 clauses out of 15961 with flag 85123/182665
22.81/21.61	c cleaning 7481 clauses out of 14982 with flag 133719/189663
23.01/21.83	c Got one! Elapsed wall clock time (in seconds):21.727
23.01/21.83	o 2
23.11/21.96	c cleaning 6623 clauses out of 13252 with flag 11710/195414
23.41/22.29	c cleaning 6307 clauses out of 12628 with flag 44803/201414
23.91/22.79	c cleaning 6659 clauses out of 13322 with flag 90483/208416
24.61/23.41	c cleaning 7329 clauses out of 14663 with flag 140276/216417
25.32/24.10	c cleaning 8153 clauses out of 16328 with flag 193590/225414
25.82/24.60	c starts		: 179
25.82/24.60	c conflicts		: 232735
25.82/24.60	c decisions		: 524194
25.82/24.60	c propagations		: 34672644
25.82/24.60	c inspects		: 191762597
25.82/24.60	c shortcuts		: 0
25.82/24.60	c learnt literals	: 23
25.82/24.60	c learnt binary clauses	: 42
25.82/24.60	c learnt ternary clauses	: 267
25.82/24.60	c learnt constraints	: 232711
25.82/24.60	c ignored constraints	: 0
25.82/24.60	c root simplifications	: 0
25.82/24.60	c removed literals (reason simplification)	: 0
25.82/24.60	c reason swapping (by a shorter reason)	: 0
25.82/24.60	c Calls to reduceDB	: 34
25.82/24.60	c Number of update (reduction) of LBD	: 94529
25.82/24.60	c Imported unit clauses	: 0
25.82/24.60	c number of reductions to clauses (during analyze)	: 0
25.82/24.60	c number of learned constraints concerned by reduction	: 0
25.82/24.60	c number of learning phase by resolution	: 0
25.82/24.60	c number of learning phase by cutting planes	: 0
25.82/24.60	c speed (assignments/second)	: 1429151.4776802275
25.82/24.60	c non guided choices	8781
25.82/24.60	c learnt constraints type 
25.82/24.60	s OPTIMUM FOUND
25.82/24.60	c Found 65 solution(s)
25.82/24.60	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 
25.82/24.60	c objective function=2
25.82/24.60	c Total wall clock time (in seconds): 24.494

Verifier Data

OK	2

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-4090886-1466068011/watcher-4090886-1466068011 -o /tmp/evaluation-result-4090886-1466068011/solver-4090886-1466068011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7229 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090886-1466068011.wbo 

pid=11099
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.35 2.29 2.19 4/194 11102
/proc/meminfo: memFree=30658692/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8850058 98570240 977 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 24065 977 743 9 0 16771 0
[pid=11102/tid=11103] ppid=11099 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8850059 98570240 977 33554432000 1073741824 1073778376 140733387561728 140485333696040 213193147776 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.35 2.29 2.19 4/194 11102
/proc/meminfo: memFree=30658692/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 4441 0 1 0 10 1 0 0 20 0 18 0 8850058 9787879424 6071 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2389619 6071 2140 9 0 2380296 0
[pid=11102/tid=11103] ppid=11099 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2380 0 1 0 7 1 0 0 20 0 18 0 8850059 9787879424 6071 33554432000 1073741824 1073778376 140733387561728 140485333699488 140485337341668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 2.35 2.29 2.19 4/194 11102
/proc/meminfo: memFree=30658692/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 4753 0 1 0 25 1 0 0 20 0 18 0 8850058 9787879424 6835 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2389619 6835 2202 9 0 2380296 0
[pid=11102/tid=11103] ppid=11099 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2397 0 1 0 16 2 0 0 20 0 18 0 8850059 9787879424 6835 33554432000 1073741824 1073778376 140733387561728 140485333685920 140485175885035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.35 2.29 2.19 4/194 11102
/proc/meminfo: memFree=30658692/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 6420 0 1 0 48 1 0 0 20 0 18 0 8850058 9787879424 8706 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2389619 8706 2236 9 0 2380296 0
[pid=11102/tid=11103] ppid=11099 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2399 0 1 0 26 2 0 0 20 0 18 0 8850059 9787879424 8706 33554432000 1073741824 1073778376 140733387561728 140485333685920 140485175905925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700266 s]
/proc/loadavg: 2.35 2.29 2.19 4/194 11102
/proc/meminfo: memFree=30658692/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 11982 0 1 0 160 3 0 0 20 0 19 0 8850058 9856040960 13845 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 13845 2270 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2416 0 1 0 66 2 0 0 20 0 19 0 8850059 9856040960 13845 33554432000 1073741824 1073778376 140733387561728 140485333701248 140485176453031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.35 2.29 2.19 4/213 11121
/proc/meminfo: memFree=30606632/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 11992 0 1 0 244 3 0 0 20 0 19 0 8850058 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 16920 2272 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2423 0 1 0 146 2 0 0 20 0 19 0 8850059 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485333692720 140485176390721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485295192360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485175797928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485174745640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485173692840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485172640552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485171587752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485170535464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140485169482664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484687153384 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5237 0 0 0 49 0 0 0 20 0 19 0 8850064 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 7213 0 -1 4202560 3060 0 0 0 46 0 0 0 20 0 19 0 8850064 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484681890360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484680838264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484679785672 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11121] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11121/stat : 11121 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850093 9856040960 16920 33554432000 1073741824 1073778376 140733387561728 140484678730664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.32 2.29 2.19 3/213 11121
/proc/meminfo: memFree=30593972/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 12005 0 1 0 415 3 0 0 20 0 19 0 8850058 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 19484 2276 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2429 0 1 0 306 2 0 0 20 0 19 0 8850059 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485333699096 140485176453283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485295192360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485175797928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485174745640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485173692840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485172640552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485171587752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485170535464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140485169482664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484687153384 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5240 0 0 0 55 0 0 0 20 0 19 0 8850064 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 7213 0 -1 4202560 3064 0 0 0 50 0 0 0 20 0 19 0 8850064 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484681890360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484680838264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484679785672 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11121] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11121/stat : 11121 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850093 9856040960 19484 33554432000 1073741824 1073778376 140733387561728 140484678730664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.32 2.29 2.19 3/213 11121
/proc/meminfo: memFree=30601340/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 12016 0 1 0 739 3 0 0 20 0 19 0 8850058 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 22864 2277 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2439 0 1 0 625 2 0 0 20 0 19 0 8850059 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485333692080 140485176396241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485295192360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485175797928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485174745640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485173692840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485172640552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485171587752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485170535464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140485169482664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140484687153384 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5240 0 0 0 56 0 0 0 20 0 19 0 8850064 9856040960 22864 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5251 0 0 0 64 0 0 0 20 0 19 0 8850064 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 7213 0 -1 4202560 3064 0 0 0 54 0 0 0 20 0 19 0 8850064 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484681890360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484680838264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484679785672 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11121] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11121/stat : 11121 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850093 9856040960 40795 33554432000 1073741824 1073778376 140733387561728 140484678730664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 23.61
Current children cumulated vsize (KiB) 9625040

[startup+24.0007 s]
/proc/loadavg: 2.23 2.27 2.18 3/213 11122
/proc/meminfo: memFree=30518744/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=25.22 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 12093 0 1 0 2517 5 0 0 20 0 19 0 8850058 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 42351 2291 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=23.91 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2482 0 1 0 2389 2 0 0 20 0 19 0 8850059 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485333699840 140485176370655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485295192360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485175797928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485174745640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485173692840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485172640552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485171587752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485170535464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485169482664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484687153384 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5251 0 0 0 64 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 7213 0 -1 4202560 3064 0 0 0 54 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484681890360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484680838264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484679785672 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11121] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11121/stat : 11121 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850093 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484678730664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 9625040

[startup+24.4007 s]
/proc/loadavg: 2.23 2.27 2.18 3/213 11122
/proc/meminfo: memFree=30506088/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=25.62 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 12093 0 1 0 2557 5 0 0 20 0 19 0 8850058 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 42351 2291 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=24.31 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2482 0 1 0 2429 2 0 0 20 0 19 0 8850059 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485333692144 140485176409984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485295192360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485175797928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485174745640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485173692840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485172640552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485171587752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485170535464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485169482664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484687153384 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5251 0 0 0 64 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 7213 0 -1 4202560 3064 0 0 0 54 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484681890360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484680838264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484679785672 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11121] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11121/stat : 11121 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850093 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484678730664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (KiB) 9625040

[startup+24.6008 s]
/proc/loadavg: 2.23 2.27 2.18 3/213 11122
/proc/meminfo: memFree=30506088/32872528 swapFree=876280/941688
[pid=11102] ppid=11099 vsize=9625040 CPUtime=25.82 cores=0,2,4,6
/proc/11102/stat : 11102 (java) S 11099 11102 7213 0 -1 4202496 12093 0 1 0 2577 5 0 0 20 0 19 0 8850058 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140733387552864 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11102/statm: 2406260 42351 2291 9 0 2396937 0
[pid=11102/tid=11103] ppid=11099 vsize=9625040 CPUtime=24.5 cores=0,2,4,6
/proc/11102/task/11103/stat : 11103 (java) R 11099 11102 7213 0 -1 4202560 2482 0 1 0 2448 2 0 0 20 0 19 0 8850059 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485333692144 140485175827764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11105] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11105/stat : 11105 (java) S 11099 11102 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485295192360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11106] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11106/stat : 11106 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485175797928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11107] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11107/stat : 11107 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485174745640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11108] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11108/stat : 11108 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485173692840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11109] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11109/stat : 11109 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485172640552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11110] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11110/stat : 11110 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485171587752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11102/tid=11111] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11111/stat : 11111 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485170535464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11102/tid=11112] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11112/stat : 11112 (java) S 11099 11102 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8850060 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140485169482664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11113] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11113/stat : 11113 (java) S 11099 11102 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484687153384 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11114] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11114/stat : 11114 (java) S 11099 11102 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484686099448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11115] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11115/stat : 11115 (java) S 11099 11102 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8850061 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484685047048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11116] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11116/stat : 11116 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484683995536 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11117] ppid=11099 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11102/task/11117/stat : 11117 (java) S 11099 11102 7213 0 -1 4202560 5251 0 0 0 65 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484682943160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11118] ppid=11099 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11102/task/11118/stat : 11118 (java) S 11099 11102 7213 0 -1 4202560 3064 0 0 0 54 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484681890360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11119] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11119/stat : 11119 (java) S 11099 11102 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484680838264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11102/tid=11120] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11120/stat : 11120 (java) S 11099 11102 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8850064 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484679785672 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11102/tid=11121] ppid=11099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11102/task/11121/stat : 11121 (java) S 11099 11102 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8850093 9856040960 42351 33554432000 1073741824 1073778376 140733387561728 140484678730664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11102 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=709091
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 25.7611
# while last known CPU time is 25.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 24.6076
CPU time (s): 25.82
CPU user time (s): 25.77
CPU system time (s): 0.05
CPU usage (%): 104.927
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7091
system time used= 0.051992
maximum resident set size= 169464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12115
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= 837
involuntary context switches= 73

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184971 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 11:06:51
IDJOB=4090886
IDBENCH=79313
IDSOLVER=2551
FILE ID=node113/4090886-1466068011
RUNJOBID= node113-1466062134-7229
PBS_JOBID= 19904023
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090886-1466068011/watcher-4090886-1466068011 -o /tmp/evaluation-result-4090886-1466068011/solver-4090886-1466068011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7229 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090886-1466068011.wbo

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

MD5SUM BENCH= 504847a4e43d2b055735d72ea944fa39
RANDOM SEED=1134139303

node113.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.799
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	: 5333.59
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.799
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.799
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.56
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30659600 kB
Buffers:           12140 kB
Cached:            43380 kB
SwapCached:         2176 kB
Active:           516340 kB
Inactive:          32176 kB
Active(anon):     492280 kB
Inactive(anon):     3336 kB
Active(file):      24060 kB
Inactive(file):    28840 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098724 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1381120 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             564928 kB
SReclaimable:       9068 kB
SUnreclaim:       555860 kB
KernelStack:        1760 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1586260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 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= 71740 MiB
End job on node113 at 2016-06-16 11:07:16