Trace number 4090894

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 17.68 16.4274

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
MD5SUMa22634c1977478f126d9df874c90c256
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark17.68
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090894-1466067934.wbo
0.11/0.10	c reading problem ... 
0.52/0.30	c ... done. Wall clock time 0.203s.
0.52/0.30	c declared #vars     231
0.52/0.30	c internal #vars     2938
0.52/0.30	c #constraints  2707
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.52/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.52/0.30	c 2707 constraints processed.
0.52/0.30	c objective function length is 2707 literals
0.81/0.46	c SATISFIABLE
0.81/0.46	c OPTIMIZING...
0.81/0.46	c Got one! Elapsed wall clock time (in seconds):0.357
0.81/0.46	o 463
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
1.11/0.54	o 462
1.11/0.56	c Got one! Elapsed wall clock time (in seconds):0.462
1.11/0.56	o 440
1.11/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
1.11/0.59	o 428
1.39/0.61	c Got one! Elapsed wall clock time (in seconds):0.513
1.39/0.61	o 423
1.39/0.63	c Got one! Elapsed wall clock time (in seconds):0.525
1.39/0.63	o 407
1.39/0.66	c Got one! Elapsed wall clock time (in seconds):0.556
1.39/0.66	o 321
1.39/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
1.39/0.67	o 319
1.39/0.69	c Got one! Elapsed wall clock time (in seconds):0.593
1.39/0.69	o 310
1.69/0.70	c Got one! Elapsed wall clock time (in seconds):0.602
1.69/0.70	o 301
1.69/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.69/0.71	o 294
1.69/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.69/0.72	o 292
1.69/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.69/0.73	o 287
1.69/0.75	c Got one! Elapsed wall clock time (in seconds):0.649
1.69/0.75	o 244
1.69/0.76	c Got one! Elapsed wall clock time (in seconds):0.656
1.69/0.76	o 239
1.81/0.82	c Got one! Elapsed wall clock time (in seconds):0.722
1.81/0.82	o 229
1.81/0.84	c Got one! Elapsed wall clock time (in seconds):0.743
1.81/0.84	o 222
1.81/0.88	c Got one! Elapsed wall clock time (in seconds):0.784
1.81/0.88	o 212
2.12/1.12	c Got one! Elapsed wall clock time (in seconds):1.021
2.12/1.12	o 187
2.12/1.13	c Got one! Elapsed wall clock time (in seconds):1.03
2.12/1.13	o 155
2.12/1.15	c Got one! Elapsed wall clock time (in seconds):1.049
2.12/1.15	o 153
2.22/1.21	c Got one! Elapsed wall clock time (in seconds):1.107
2.22/1.21	o 149
2.22/1.24	c Got one! Elapsed wall clock time (in seconds):1.139
2.22/1.24	o 146
2.22/1.25	c Got one! Elapsed wall clock time (in seconds):1.153
2.22/1.25	o 139
2.32/1.33	c Got one! Elapsed wall clock time (in seconds):1.233
2.32/1.33	o 138
2.32/1.36	c Got one! Elapsed wall clock time (in seconds):1.256
2.32/1.36	o 137
2.32/1.37	c Got one! Elapsed wall clock time (in seconds):1.269
2.32/1.37	o 117
2.44/1.41	c Got one! Elapsed wall clock time (in seconds):1.309
2.44/1.41	o 115
2.44/1.44	c Got one! Elapsed wall clock time (in seconds):1.335
2.44/1.44	o 113
2.54/1.51	c Got one! Elapsed wall clock time (in seconds):1.411
2.54/1.51	o 110
2.54/1.53	c Got one! Elapsed wall clock time (in seconds):1.428
2.54/1.53	o 100
2.84/1.81	c Got one! Elapsed wall clock time (in seconds):1.709
2.84/1.81	o 95
2.84/1.86	c Got one! Elapsed wall clock time (in seconds):1.754
2.84/1.86	o 92
2.84/1.88	c Got one! Elapsed wall clock time (in seconds):1.779
2.84/1.88	o 90
3.04/2.08	c Got one! Elapsed wall clock time (in seconds):1.981
3.04/2.08	o 87
3.15/2.13	c Got one! Elapsed wall clock time (in seconds):2.029
3.15/2.13	o 78
3.15/2.17	c Got one! Elapsed wall clock time (in seconds):2.065
3.15/2.17	o 76
3.35/2.33	c Got one! Elapsed wall clock time (in seconds):2.227
3.35/2.33	o 65
3.67/2.63	c Got one! Elapsed wall clock time (in seconds):2.531
3.67/2.63	o 62
3.77/2.74	c Got one! Elapsed wall clock time (in seconds):2.643
3.77/2.74	o 58
3.97/2.94	c Got one! Elapsed wall clock time (in seconds):2.843
3.97/2.94	o 55
4.17/3.16	c cleaning 7036 clauses out of 14079 with flag 6927/14079
4.42/3.31	c Got one! Elapsed wall clock time (in seconds):3.206
4.42/3.31	o 52
4.42/3.33	c Got one! Elapsed wall clock time (in seconds):3.225
4.42/3.33	o 51
4.42/3.37	c Got one! Elapsed wall clock time (in seconds):3.274
4.42/3.38	o 49
4.63/3.51	c Got one! Elapsed wall clock time (in seconds):3.407
4.63/3.51	o 46
4.63/3.55	c Got one! Elapsed wall clock time (in seconds):3.449
4.63/3.55	o 45
4.88/3.78	c Got one! Elapsed wall clock time (in seconds):3.68
4.88/3.78	o 44
5.08/3.95	c Got one! Elapsed wall clock time (in seconds):3.852
5.08/3.95	o 43
5.08/4.00	c Got one! Elapsed wall clock time (in seconds):3.895
5.08/4.00	o 42
5.18/4.03	c Got one! Elapsed wall clock time (in seconds):3.925
5.18/4.03	o 36
5.28/4.17	c Got one! Elapsed wall clock time (in seconds):4.066
5.28/4.17	o 32
5.28/4.18	c Got one! Elapsed wall clock time (in seconds):4.076
5.28/4.18	o 30
5.38/4.25	c Got one! Elapsed wall clock time (in seconds):4.149
5.38/4.25	o 29
5.38/4.27	c Got one! Elapsed wall clock time (in seconds):4.173
5.38/4.27	o 27
5.48/4.39	c cleaning 8052 clauses out of 16116 with flag 6176/23152
5.73/4.59	c Got one! Elapsed wall clock time (in seconds):4.486
5.73/4.59	o 26
6.03/4.86	c cleaning 6629 clauses out of 13278 with flag 19332/28366
6.03/4.86	c Got one! Elapsed wall clock time (in seconds):4.763
6.03/4.86	o 24
6.14/4.91	c Got one! Elapsed wall clock time (in seconds):4.813
6.14/4.91	o 23
6.14/4.93	c Got one! Elapsed wall clock time (in seconds):4.83
6.14/4.93	o 22
6.14/4.99	c Got one! Elapsed wall clock time (in seconds):4.89
6.14/4.99	o 20
6.24/5.04	c Got one! Elapsed wall clock time (in seconds):4.944
6.24/5.04	o 19
6.34/5.11	c Got one! Elapsed wall clock time (in seconds):5.01
6.34/5.11	o 17
6.34/5.14	c Got one! Elapsed wall clock time (in seconds):5.042
6.34/5.14	o 16
6.57/5.40	c Got one! Elapsed wall clock time (in seconds):5.295
6.57/5.40	o 15
6.77/5.51	c Got one! Elapsed wall clock time (in seconds):5.408
6.77/5.51	o 14
6.87/5.69	c cleaning 8312 clauses out of 16626 with flag 13837/38343
7.26/6.03	c Got one! Elapsed wall clock time (in seconds):5.925
7.26/6.03	o 11
7.36/6.11	c cleaning 6836 clauses out of 13685 with flag 9030/43714
7.76/6.52	c cleaning 6411 clauses out of 12849 with flag 58015/49714
7.87/6.70	c Got one! Elapsed wall clock time (in seconds):6.597
7.87/6.70	o 8
8.16/6.90	c cleaning 6045 clauses out of 12116 with flag 25026/55392
8.46/7.28	c cleaning 6021 clauses out of 12070 with flag 74819/61391
8.56/7.39	c Got one! Elapsed wall clock time (in seconds):7.29
8.56/7.39	o 6
8.76/7.57	c cleaning 5520 clauses out of 11058 with flag 21664/66400
9.16/7.93	c cleaning 5756 clauses out of 11541 with flag 66147/72403
9.36/8.13	c Got one! Elapsed wall clock time (in seconds):8.032
9.36/8.13	o 4
9.46/8.26	c cleaning 5731 clauses out of 11493 with flag 15475/78111
9.86/8.60	c cleaning 5857 clauses out of 11761 with flag 62875/84110
10.17/8.99	c cleaning 6441 clauses out of 12904 with flag 121445/91110
10.66/9.47	c cleaning 7216 clauses out of 14464 with flag 186413/99111
11.27/10.02	c cleaning 8108 clauses out of 16247 with flag 266592/108110
11.66/10.43	c Got one! Elapsed wall clock time (in seconds):10.334
11.66/10.43	o 3
12.06/10.84	c cleaning 9718 clauses out of 19456 with flag 43540/119427
12.46/11.27	c cleaning 7851 clauses out of 15738 with flag 96856/125427
12.56/11.34	c Got one! Elapsed wall clock time (in seconds):11.236
12.56/11.34	o 2
12.76/11.59	c cleaning 6524 clauses out of 13076 with flag 32092/130617
12.86/11.63	c Got one! Elapsed wall clock time (in seconds):11.533
12.86/11.63	o 1
13.16/11.95	c cleaning 6223 clauses out of 12479 with flag 40922/136544
13.56/12.31	c cleaning 6121 clauses out of 12258 with flag 87175/142546
13.96/12.78	c cleaning 6563 clauses out of 13134 with flag 144129/149543
14.47/13.28	c cleaning 7273 clauses out of 14572 with flag 195297/157545
15.07/13.82	c cleaning 8143 clauses out of 16295 with flag 254338/166543
15.88/14.60	c cleaning 9075 clauses out of 18153 with flag 332696/176544
16.58/15.33	c cleaning 10036 clauses out of 20077 with flag 405493/187543
17.28/16.05	c cleaning 11018 clauses out of 22036 with flag 472946/199543
17.68/16.41	c starts		: 151
17.68/16.41	c conflicts		: 206908
17.68/16.41	c decisions		: 485745
17.68/16.41	c propagations		: 19438887
17.68/16.41	c inspects		: 178920298
17.68/16.41	c shortcuts		: 0
17.68/16.41	c learnt literals	: 27
17.68/16.41	c learnt binary clauses	: 38
17.68/16.41	c learnt ternary clauses	: 333
17.68/16.41	c learnt constraints	: 206880
17.68/16.41	c ignored constraints	: 0
17.68/16.41	c root simplifications	: 0
17.68/16.41	c removed literals (reason simplification)	: 0
17.68/16.41	c reason swapping (by a shorter reason)	: 0
17.68/16.41	c Calls to reduceDB	: 26
17.68/16.41	c Number of update (reduction) of LBD	: 79645
17.68/16.41	c Imported unit clauses	: 0
17.68/16.41	c number of reductions to clauses (during analyze)	: 0
17.68/16.41	c number of learned constraints concerned by reduction	: 0
17.68/16.41	c number of learning phase by resolution	: 0
17.68/16.41	c number of learning phase by cutting planes	: 0
17.68/16.41	c speed (assignments/second)	: 1208209.7706507554
17.68/16.41	c non guided choices	7334
17.68/16.41	c learnt constraints type 
17.68/16.41	s OPTIMUM FOUND
17.68/16.41	c Found 71 solution(s)
17.68/16.41	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 
17.68/16.41	c objective function=1
17.68/16.41	c Total wall clock time (in seconds): 16.309

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-4090894-1466067934/watcher-4090894-1466067934 -o /tmp/evaluation-result-4090894-1466067934/solver-4090894-1466067934 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17743 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090894-1466067934.wbo 

pid=18762
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.22 2.19 3/194 18765
/proc/meminfo: memFree=30398240/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 8842108 98570240 978 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 24065 978 743 9 0 16771 0
[pid=18765/tid=18766] ppid=18762 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8842108 98570240 978 33554432000 1073741824 1073778376 140734303857872 140036828753448 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.27 2.22 2.19 3/194 18765
/proc/meminfo: memFree=30398240/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 8842108 9787879424 6143 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2389619 6143 2157 9 0 2380296 0
[pid=18765/tid=18766] ppid=18762 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 8842108 9787879424 6144 33554432000 1073741824 1073778376 140734303857872 140036828757464 266435268427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.27 2.22 2.19 3/194 18765
/proc/meminfo: memFree=30398240/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 4777 0 1 0 25 1 0 0 20 0 18 0 8842108 9787879424 6855 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2389619 6855 2212 9 0 2380296 0
[pid=18765/tid=18766] ppid=18762 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2392 0 1 0 16 1 0 0 20 0 18 0 8842108 9787879424 6855 33554432000 1073741824 1073778376 140734303857872 140036828757464 140036687373505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 2.27 2.22 2.19 3/194 18765
/proc/meminfo: memFree=30398240/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 6699 0 1 0 50 2 0 0 20 0 18 0 8842108 9787879424 9226 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2389619 9226 2237 9 0 2380296 0
[pid=18765/tid=18766] ppid=18762 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2398 0 1 0 26 1 0 0 20 0 18 0 8842108 9787879424 9226 33554432000 1073741824 1073778376 140734303857872 140036828757464 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 2.27 2.22 2.19 3/194 18765
/proc/meminfo: memFree=30398240/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12265 0 1 0 166 3 0 0 20 0 19 0 8842108 9856040960 14395 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 14395 2270 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2412 0 1 0 65 2 0 0 20 0 19 0 8842108 9856040960 14395 33554432000 1073741824 1073778376 140734303857872 140036828750128 140036687718828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 18784
/proc/meminfo: memFree=30339020/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12279 0 1 0 251 3 0 0 20 0 19 0 8842108 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 19518 2272 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2423 0 1 0 145 2 0 0 20 0 19 0 8842108 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036828750128 140036687914226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18768] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18768/stat : 18768 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036806859176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18769] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18769/stat : 18769 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036805806632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18770] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18770/stat : 18770 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036603373736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18771] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18771/stat : 18771 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036602321192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18772] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18772/stat : 18772 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036601269160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18773] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18773/stat : 18773 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036600216616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18774] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18774/stat : 18774 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036599163560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18775] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18775/stat : 18775 (java) S 18762 18765 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036598111016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18776] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18776/stat : 18776 (java) S 18762 18765 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036585699688 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5142 0 0 0 53 0 0 0 20 0 19 0 8842113 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/18765/task/18781/stat : 18781 (java) S 18762 18765 17726 0 -1 4202560 3435 0 0 0 49 0 0 0 20 0 19 0 8842113 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036580436920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18782] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18782/stat : 18782 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036579384056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18783] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18783/stat : 18783 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036578331720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18784] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18784/stat : 18784 (java) S 18762 18765 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842140 9856040960 19518 33554432000 1073741824 1073778376 140734303857872 140036577276968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 18784
/proc/meminfo: memFree=30320464/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12287 0 1 0 414 3 0 0 20 0 19 0 8842108 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 23102 2272 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2431 0 1 0 304 3 0 0 20 0 19 0 8842108 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036828756384 140036687876734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18768] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18768/stat : 18768 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036806859176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18769] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18769/stat : 18769 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036805806632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18770] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18770/stat : 18770 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036603373736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18771] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18771/stat : 18771 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036602321192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18772] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18772/stat : 18772 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036601269160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18773] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18773/stat : 18773 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036600216616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18774] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18774/stat : 18774 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036599163560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18775] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18775/stat : 18775 (java) S 18762 18765 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036598111016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18776] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18776/stat : 18776 (java) S 18762 18765 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036585699688 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5142 0 0 0 55 0 0 0 20 0 19 0 8842113 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/18765/task/18781/stat : 18781 (java) S 18762 18765 17726 0 -1 4202560 3435 0 0 0 51 0 0 0 20 0 19 0 8842113 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036580436920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18782] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18782/stat : 18782 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036579384056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18783] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18783/stat : 18783 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036578331720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18784] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18784/stat : 18784 (java) S 18762 18765 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842140 9856040960 23102 33554432000 1073741824 1073778376 140734303857872 140036577276968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 18784
/proc/meminfo: memFree=30287360/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=7.56 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12323 0 1 0 752 4 0 0 20 0 19 0 8842108 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 30788 2278 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2449 0 1 0 623 3 0 0 20 0 19 0 8842108 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036828749552 140036687876739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18768] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18768/stat : 18768 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036806859176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18769] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18769/stat : 18769 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036805806632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18770] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18770/stat : 18770 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036603373736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18771] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18771/stat : 18771 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036602321192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18772] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18772/stat : 18772 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036601269160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18773] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18773/stat : 18773 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036600216616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18774] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18774/stat : 18774 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036599163560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18775] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18775/stat : 18775 (java) S 18762 18765 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036598111016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18776] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18776/stat : 18776 (java) S 18762 18765 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036585699688 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5155 0 0 0 68 0 0 0 20 0 19 0 8842113 9856040960 30788 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7

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

[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5155 0 0 0 71 0 0 0 20 0 19 0 8842113 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18765/task/18781/stat : 18781 (java) S 18762 18765 17726 0 -1 4202560 3439 0 0 0 57 0 0 0 20 0 19 0 8842113 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036580436920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18782] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18782/stat : 18782 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036579384056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18783] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18783/stat : 18783 (java) S 18762 18765 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036578331720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18784] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18784/stat : 18784 (java) S 18762 18765 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842140 9856040960 40004 33554432000 1073741824 1073778376 140734303857872 140036577276968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 9625040

[startup+15.2007 s]
/proc/loadavg: 2.21 2.20 2.18 4/213 18784
/proc/meminfo: memFree=30247324/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=16.48 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12343 0 1 0 1644 4 0 0 20 0 19 0 8842108 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 40516 2278 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=15.13 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2469 0 1 0 1510 3 0 0 20 0 19 0 8842108 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036828756448 140036687876739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18768] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18768/stat : 18768 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036806859176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18769] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18769/stat : 18769 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036805806632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18770] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18770/stat : 18770 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036603373736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18771] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18771/stat : 18771 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036602321192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18772] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18772/stat : 18772 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036601269160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18773] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18773/stat : 18773 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036600216616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18774] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18774/stat : 18774 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036599163560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18775] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18775/stat : 18775 (java) S 18762 18765 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036598111016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18776] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18776/stat : 18776 (java) S 18762 18765 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036585699688 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5155 0 0 0 71 0 0 0 20 0 19 0 8842113 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18765/task/18781/stat : 18781 (java) S 18762 18765 17726 0 -1 4202560 3439 0 0 0 57 0 0 0 20 0 19 0 8842113 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036580436920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18782] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18782/stat : 18782 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036579384056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18783] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18783/stat : 18783 (java) S 18762 18765 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036578331720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18784] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18784/stat : 18784 (java) S 18762 18765 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842140 9856040960 40516 33554432000 1073741824 1073778376 140734303857872 140036577276968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.48
Current children cumulated vsize (KiB) 9625040

[startup+16.0007 s]
/proc/loadavg: 2.21 2.20 2.18 4/213 18784
/proc/meminfo: memFree=30245276/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=17.28 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12345 0 1 0 1724 4 0 0 20 0 19 0 8842108 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 41028 2278 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=15.93 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2471 0 1 0 1590 3 0 0 20 0 19 0 8842108 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036828749552 140036687854508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18768] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18768/stat : 18768 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036806859176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18769] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18769/stat : 18769 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036805806632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18770] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18770/stat : 18770 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036603373736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18771] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18771/stat : 18771 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036602321192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18772] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18772/stat : 18772 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036601269160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18773] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18773/stat : 18773 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036600216616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18774] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18774/stat : 18774 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036599163560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18775] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18775/stat : 18775 (java) S 18762 18765 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036598111016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18776] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18776/stat : 18776 (java) S 18762 18765 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036585699688 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5155 0 0 0 71 0 0 0 20 0 19 0 8842113 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18765/task/18781/stat : 18781 (java) S 18762 18765 17726 0 -1 4202560 3439 0 0 0 57 0 0 0 20 0 19 0 8842113 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036580436920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18782] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18782/stat : 18782 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036579384056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18783] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18783/stat : 18783 (java) S 18762 18765 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036578331720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18784] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18784/stat : 18784 (java) S 18762 18765 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842140 9856040960 41028 33554432000 1073741824 1073778376 140734303857872 140036577276968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.28
Current children cumulated vsize (KiB) 9625040

[startup+16.4007 s]
/proc/loadavg: 2.21 2.20 2.18 4/213 18784
/proc/meminfo: memFree=30245276/32872528 swapFree=1430864/1543284
[pid=18765] ppid=18762 vsize=9625040 CPUtime=17.68 cores=1,3,5,7
/proc/18765/stat : 18765 (java) S 18762 18765 17726 0 -1 4202496 12347 0 1 0 1764 4 0 0 20 0 19 0 8842108 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140734303849008 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18765/statm: 2406260 41540 2278 9 0 2396937 0
[pid=18765/tid=18766] ppid=18762 vsize=9625040 CPUtime=16.32 cores=1,3,5,7
/proc/18765/task/18766/stat : 18766 (java) R 18762 18765 17726 0 -1 4202560 2473 0 1 0 1629 3 0 0 20 0 19 0 8842108 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036828758528 140036688239224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18768] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18768/stat : 18768 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036806859176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18769] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18769/stat : 18769 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036805806632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18770] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18770/stat : 18770 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036603373736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18771] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18771/stat : 18771 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036602321192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18772] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18772/stat : 18772 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036601269160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18773] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18773/stat : 18773 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036600216616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18774] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18774/stat : 18774 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036599163560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18775] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18775/stat : 18775 (java) S 18762 18765 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842109 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036598111016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18776] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18776/stat : 18776 (java) S 18762 18765 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036585699688 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18777] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18777/stat : 18777 (java) S 18762 18765 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036584646008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18778] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18778/stat : 18778 (java) S 18762 18765 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842110 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036583592840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18765/tid=18779] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18779/stat : 18779 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036582541584 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18780] ppid=18762 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18765/task/18780/stat : 18780 (java) S 18762 18765 17726 0 -1 4202560 5155 0 0 0 71 0 0 0 20 0 19 0 8842113 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036581489464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18765/tid=18781] ppid=18762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18765/task/18781/stat : 18781 (java) S 18762 18765 17726 0 -1 4202560 3439 0 0 0 57 0 0 0 20 0 19 0 8842113 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036580436920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18782] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18782/stat : 18782 (java) S 18762 18765 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036579384056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18765/tid=18783] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18783/stat : 18783 (java) S 18762 18765 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842113 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036578331720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18765/tid=18784] ppid=18762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18765/task/18784/stat : 18784 (java) S 18762 18765 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842140 9856040960 41540 33554432000 1073741824 1073778376 140734303857872 140036577276968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.68
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18765 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=610322
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=59990
# CPU time returned by wait4() is 17.6703
# while last known CPU time is 17.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 16.4274
CPU time (s): 17.68
CPU user time (s): 17.64
CPU system time (s): 0.04
CPU usage (%): 107.625
Max. virtual memory (cumulated for all children) (KiB): 9625804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6103
system time used= 0.05999
maximum resident set size= 170404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12396
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= 655
involuntary context switches= 458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112982 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 11:05:34
IDJOB=4090894
IDBENCH=79275
IDSOLVER=2551
FILE ID=node116/4090894-1466067934
RUNJOBID= node116-1466062131-17743
PBS_JOBID= 19904020
Free space on /tmp= 71644 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.1900571132--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090894-1466067934/watcher-4090894-1466067934 -o /tmp/evaluation-result-4090894-1466067934/solver-4090894-1466067934 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17743 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090894-1466067934.wbo

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

MD5SUM BENCH= a22634c1977478f126d9df874c90c256
RANDOM SEED=200992084

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.781
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.55
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.781
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:        30399032 kB
Buffers:            9532 kB
Cached:            40016 kB
SwapCached:         2840 kB
Active:           197748 kB
Inactive:          27948 kB
Active(anon):     176168 kB
Inactive(anon):     1948 kB
Active(file):      21580 kB
Inactive(file):    26000 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:       1723536 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             565736 kB
SReclaimable:       9880 kB
SUnreclaim:       555856 kB
KernelStack:        1600 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71640 MiB
End job on node116 at 2016-06-16 11:05:50