Trace number 4090898

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 38.03 36.8125

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
MD5SUMa4c39a3f1b80365b8ad34a89f93fc523
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 benchmark38.03
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4090898-1466067974.wbo
0.08/0.12	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.214s.
0.45/0.34	c declared #vars     231
0.45/0.34	c internal #vars     2938
0.45/0.34	c #constraints  2707
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.45/0.34	c 2707 constraints processed.
0.45/0.34	c objective function length is 2707 literals
1.02/0.50	c SATISFIABLE
1.02/0.50	c OPTIMIZING...
1.02/0.50	c Got one! Elapsed wall clock time (in seconds):0.383
1.02/0.51	o 316
1.02/0.54	c Got one! Elapsed wall clock time (in seconds):0.419
1.02/0.54	o 271
1.02/0.56	c Got one! Elapsed wall clock time (in seconds):0.44
1.02/0.56	o 257
1.32/0.61	c Got one! Elapsed wall clock time (in seconds):0.492
1.32/0.61	o 250
1.32/0.63	c Got one! Elapsed wall clock time (in seconds):0.509
1.32/0.63	o 247
1.32/0.69	c Got one! Elapsed wall clock time (in seconds):0.564
1.32/0.69	o 244
1.62/0.77	c Got one! Elapsed wall clock time (in seconds):0.644
1.62/0.77	o 242
1.77/0.85	c Got one! Elapsed wall clock time (in seconds):0.731
1.77/0.85	o 229
1.77/0.87	c Got one! Elapsed wall clock time (in seconds):0.751
1.77/0.87	o 227
2.08/1.13	c Got one! Elapsed wall clock time (in seconds):1.004
2.08/1.13	o 222
2.08/1.14	c Got one! Elapsed wall clock time (in seconds):1.015
2.08/1.14	o 176
2.08/1.14	c Got one! Elapsed wall clock time (in seconds):1.021
2.08/1.14	o 134
2.08/1.18	c Got one! Elapsed wall clock time (in seconds):1.059
2.08/1.18	o 131
2.18/1.21	c Got one! Elapsed wall clock time (in seconds):1.085
2.18/1.21	o 126
2.27/1.38	c Got one! Elapsed wall clock time (in seconds):1.254
2.27/1.38	o 125
2.37/1.45	c Got one! Elapsed wall clock time (in seconds):1.33
2.37/1.45	o 122
2.47/1.51	c Got one! Elapsed wall clock time (in seconds):1.383
2.47/1.51	o 121
2.89/1.93	c Got one! Elapsed wall clock time (in seconds):1.81
2.89/1.93	o 120
2.99/2.02	c Got one! Elapsed wall clock time (in seconds):1.902
2.99/2.02	o 116
2.99/2.07	c Got one! Elapsed wall clock time (in seconds):1.946
2.99/2.07	o 115
3.50/2.58	c Got one! Elapsed wall clock time (in seconds):2.46
3.50/2.58	o 113
3.50/2.59	c Got one! Elapsed wall clock time (in seconds):2.472
3.50/2.59	o 94
3.60/2.60	c Got one! Elapsed wall clock time (in seconds):2.48
3.60/2.60	o 93
3.83/2.89	c cleaning 5409 clauses out of 10832 with flag 4975/10832
4.07/3.03	c Got one! Elapsed wall clock time (in seconds):2.91
4.07/3.03	o 92
4.07/3.06	c Got one! Elapsed wall clock time (in seconds):2.939
4.07/3.06	o 84
4.07/3.09	c Got one! Elapsed wall clock time (in seconds):2.967
4.07/3.09	o 75
4.17/3.10	c Got one! Elapsed wall clock time (in seconds):2.979
4.17/3.10	o 65
4.27/3.24	c Got one! Elapsed wall clock time (in seconds):3.12
4.27/3.24	o 60
4.57/3.52	c Got one! Elapsed wall clock time (in seconds):3.394
4.57/3.52	o 55
4.57/3.54	c Got one! Elapsed wall clock time (in seconds):3.421
4.57/3.54	o 53
4.67/3.62	c Got one! Elapsed wall clock time (in seconds):3.499
4.67/3.62	o 49
4.67/3.63	c Got one! Elapsed wall clock time (in seconds):3.508
4.67/3.63	o 35
4.77/3.74	c Got one! Elapsed wall clock time (in seconds):3.613
4.77/3.74	o 21
4.77/3.79	c Got one! Elapsed wall clock time (in seconds):3.67
4.77/3.79	o 17
5.00/3.96	c Got one! Elapsed wall clock time (in seconds):3.837
5.00/3.96	o 16
5.31/4.22	c cleaning 7913 clauses out of 15831 with flag 17590/21240
5.72/4.65	c cleaning 6943 clauses out of 13918 with flag 62780/27240
5.84/4.72	c Got one! Elapsed wall clock time (in seconds):4.6
5.84/4.72	o 15
5.84/4.75	c Got one! Elapsed wall clock time (in seconds):4.626
5.84/4.75	o 14
5.94/4.82	c Got one! Elapsed wall clock time (in seconds):4.701
5.94/4.82	o 13
6.04/4.94	c Got one! Elapsed wall clock time (in seconds):4.819
6.04/4.94	o 9
6.04/4.95	c Got one! Elapsed wall clock time (in seconds):4.827
6.04/4.95	o 8
6.04/4.97	c Got one! Elapsed wall clock time (in seconds):4.843
6.04/4.97	o 7
6.14/5.10	c cleaning 6672 clauses out of 13354 with flag 14429/33619
6.24/5.13	c Got one! Elapsed wall clock time (in seconds):5.003
6.24/5.13	o 6
6.54/5.45	c cleaning 6171 clauses out of 12357 with flag 45694/39294
6.84/5.76	c Got one! Elapsed wall clock time (in seconds):5.638
6.84/5.76	o 3
7.24/6.12	c cleaning 8231 clauses out of 16485 with flag 46388/49593
7.54/6.49	c cleaning 7124 clauses out of 14253 with flag 102672/55592
7.75/6.66	c Got one! Elapsed wall clock time (in seconds):6.541
7.75/6.66	o 2
7.86/6.79	c cleaning 6120 clauses out of 12258 with flag 18819/60721
8.26/7.16	c cleaning 6055 clauses out of 12137 with flag 78424/66720
8.66/7.59	c cleaning 6534 clauses out of 13082 with flag 150429/73720
9.16/8.08	c cleaning 7262 clauses out of 14549 with flag 230787/81721
9.76/8.69	c cleaning 8136 clauses out of 16286 with flag 327281/90720
10.56/9.41	c cleaning 9059 clauses out of 18150 with flag 435093/100720
10.56/9.47	c Got one! Elapsed wall clock time (in seconds):9.347
10.56/9.47	o 1
10.86/9.71	c cleaning 7065 clauses out of 14158 with flag 36332/105787
11.17/10.04	c cleaning 6529 clauses out of 13093 with flag 87276/111787
11.56/10.42	c cleaning 6768 clauses out of 13563 with flag 143989/118786
11.96/10.87	c cleaning 7388 clauses out of 14799 with flag 210382/126790
12.46/11.38	c cleaning 8198 clauses out of 16408 with flag 285931/135787
13.16/12.01	c cleaning 9098 clauses out of 18210 with flag 374758/145787
13.86/12.73	c cleaning 10050 clauses out of 20111 with flag 478174/156786
14.66/13.55	c cleaning 11019 clauses out of 22061 with flag 588072/168787
15.79/14.68	c cleaning 12014 clauses out of 24041 with flag 700024/181786
17.29/16.11	c cleaning 13015 clauses out of 26029 with flag 825306/195788
18.80/17.67	c cleaning 14006 clauses out of 28013 with flag 953997/210787
20.79/19.66	c cleaning 15004 clauses out of 30008 with flag 1092878/226788
22.89/21.71	c cleaning 16003 clauses out of 32005 with flag 1228609/243789
25.09/23.96	c cleaning 16988 clauses out of 33998 with flag 1370493/261786
27.59/26.43	c cleaning 18000 clauses out of 36015 with flag 1504598/280791
30.30/29.12	c cleaning 19002 clauses out of 38015 with flag 1644896/300791
33.00/31.86	c cleaning 19999 clauses out of 40008 with flag 1781494/321787
35.82/34.67	c cleaning 20995 clauses out of 42007 with flag 1927353/343786
37.93/36.71	c cleaning 22001 clauses out of 44007 with flag 2032337/366787
38.03/36.80	c starts		: 349
38.03/36.80	c conflicts		: 368991
38.03/36.80	c decisions		: 630049
38.03/36.80	c propagations		: 24102895
38.03/36.80	c inspects		: 552628002
38.03/36.80	c shortcuts		: 0
38.03/36.80	c learnt literals	: 20
38.03/36.80	c learnt binary clauses	: 51
38.03/36.80	c learnt ternary clauses	: 434
38.03/36.80	c learnt constraints	: 368970
38.03/36.80	c ignored constraints	: 0
38.03/36.80	c root simplifications	: 0
38.03/36.80	c removed literals (reason simplification)	: 0
38.03/36.80	c reason swapping (by a shorter reason)	: 0
38.03/36.80	c Calls to reduceDB	: 32
38.03/36.80	c Number of update (reduction) of LBD	: 117814
38.03/36.80	c Imported unit clauses	: 0
38.03/36.80	c number of reductions to clauses (during analyze)	: 0
38.03/36.80	c number of learned constraints concerned by reduction	: 0
38.03/36.80	c number of learning phase by resolution	: 0
38.03/36.80	c number of learning phase by cutting planes	: 0
38.03/36.80	c speed (assignments/second)	: 661259.122085048
38.03/36.80	c non guided choices	5091
38.03/36.80	c learnt constraints type 
38.03/36.80	s OPTIMUM FOUND
38.03/36.80	c Found 45 solution(s)
38.03/36.80	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 
38.03/36.81	c objective function=1
38.03/36.81	c Total wall clock time (in seconds): 36.683

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

pid=11034
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.37 2.29 2.19 3/194 11037
/proc/meminfo: memFree=30668400/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11037/stat : 11037 (java) D 11034 11037 7213 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 8846335 278528 33 33554432000 1073741824 1073778376 140734740480336 140734740477512 213183982887 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 68 33 25 9 0 25 0

[startup+0.100155 s]
/proc/loadavg: 2.37 2.29 2.19 3/194 11037
/proc/meminfo: memFree=30668400/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 4348 0 1 0 7 1 0 0 20 0 18 0 8846335 9787879424 5454 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2389619 5454 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.37 2.29 2.19 3/194 11037
/proc/meminfo: memFree=30668400/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 4730 0 1 0 22 1 0 0 20 0 18 0 8846335 9787879424 6794 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2389619 6794 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30028 s]
/proc/loadavg: 2.37 2.29 2.19 3/194 11037
/proc/meminfo: memFree=30668400/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 6340 0 1 0 43 2 0 0 20 0 18 0 8846335 9787879424 8827 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2389619 8827 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 2.37 2.29 2.19 3/194 11037
/proc/meminfo: memFree=30668400/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11447 0 1 0 159 3 0 0 20 0 19 0 8846335 9856040960 13656 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 13656 2269 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.37 2.29 2.19 3/213 11056
/proc/meminfo: memFree=30619588/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11457 0 1 0 244 3 0 0 20 0 19 0 8846335 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 16153 2272 9 0 2396937 0
[pid=11037/tid=11039] ppid=11034 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11037/task/11039/stat : 11039 (java) R 11034 11037 7213 0 -1 4202560 2419 0 1 0 144 2 0 0 20 0 19 0 8846336 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755228515720 139755099066747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11040] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11040/stat : 11040 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755217578408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11041] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11041/stat : 11041 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755070896680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11042] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11042/stat : 11042 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755069843624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11043] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11043/stat : 11043 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755068791080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11044] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11044/stat : 11044 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755067739048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11045] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11045/stat : 11045 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755066686504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11046] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11046/stat : 11046 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755065633448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11047] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11047/stat : 11047 (java) S 11034 11037 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755064580904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11048] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11048/stat : 11048 (java) S 11034 11037 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755052382568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4615 0 0 0 49 0 0 0 20 0 19 0 8846342 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3146 0 0 0 48 0 0 0 20 0 19 0 8846342 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 16153 33554432000 1073741824 1073778376 140733655937264 139755043959848 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.10073 s]
/proc/loadavg: 2.37 2.29 2.19 3/213 11056
/proc/meminfo: memFree=30608728/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=4.17 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11471 0 1 0 413 4 0 0 20 0 19 0 8846335 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 19229 2276 9 0 2396937 0
[pid=11037/tid=11039] ppid=11034 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/11037/task/11039/stat : 11039 (java) R 11034 11037 7213 0 -1 4202560 2427 0 1 0 303 2 0 0 20 0 19 0 8846336 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755228514808 139755099138869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11040] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11040/stat : 11040 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755217578408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11041] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11041/stat : 11041 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755070896680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11042] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11042/stat : 11042 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755069843624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11043] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11043/stat : 11043 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755068791080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11044] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11044/stat : 11044 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755067739048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11045] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11045/stat : 11045 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755066686504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11046] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11046/stat : 11046 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755065633448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11047] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11047/stat : 11047 (java) S 11034 11037 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755064580904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11048] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11048/stat : 11048 (java) S 11034 11037 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755052382568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4619 0 0 0 55 0 0 0 20 0 19 0 8846342 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3148 0 0 0 52 0 0 0 20 0 19 0 8846342 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 19229 33554432000 1073741824 1073778376 140733655937264 139755043959848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.34 2.29 2.18 3/213 11056
/proc/meminfo: memFree=30581376/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=7.44 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11488 0 1 0 740 4 0 0 20 0 19 0 8846335 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 24958 2277 9 0 2396937 0
[pid=11037/tid=11039] ppid=11034 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/11037/task/11039/stat : 11039 (java) R 11034 11037 7213 0 -1 4202560 2443 0 1 0 622 2 0 0 20 0 19 0 8846336 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755228508464 139755099104013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11040] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11040/stat : 11040 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755217578408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11041] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11041/stat : 11041 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755070896680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11042] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11042/stat : 11042 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755069843624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11043] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11043/stat : 11043 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755068791080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11044] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11044/stat : 11044 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755067739048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11045] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11045/stat : 11045 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755066686504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11046] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11046/stat : 11046 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755065633448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11047] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11047/stat : 11047 (java) S 11034 11037 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755064580904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11048] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11048/stat : 11048 (java) S 11034 11037 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755052382568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4619 0 0 0 57 0 0 0 20 0 19 0 8846342 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3148 0 0 0 56 0 0 0 20 0 19 0 8846342 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 24958 33554432000 1073741824 1073778376 140733655937264 139755043959848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625040


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

[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4619 0 0 0 57 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3150 0 0 0 62 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755043959848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 36.43
Current children cumulated vsize (KiB) 9625040

[startup+36.0008 s]
/proc/loadavg: 2.35 2.29 2.19 3/213 11056
/proc/meminfo: memFree=30494448/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=37.23 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11567 0 1 0 3716 7 0 0 20 0 19 0 8846335 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 42900 2291 9 0 2396937 0
[pid=11037/tid=11039] ppid=11034 vsize=9625040 CPUtime=35.85 cores=0,2,4,6
/proc/11037/task/11039/stat : 11039 (java) R 11034 11037 7213 0 -1 4202560 2479 0 1 0 3581 4 0 0 20 0 19 0 8846336 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755228514904 139755099089263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11040] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11040/stat : 11040 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755217578408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11041] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11041/stat : 11041 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755070896680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11042] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11042/stat : 11042 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755069843624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11043] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11043/stat : 11043 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755068791080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11044] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11044/stat : 11044 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755067739048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11045] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11045/stat : 11045 (java) S 11034 11037 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755066686504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11046] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11046/stat : 11046 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755065633448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11047] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11047/stat : 11047 (java) S 11034 11037 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755064580904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11048] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11048/stat : 11048 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755052382568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4619 0 0 0 57 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3150 0 0 0 62 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755043959848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 37.23
Current children cumulated vsize (KiB) 9625040

[startup+36.4077 s]
/proc/loadavg: 2.35 2.29 2.19 3/213 11056
/proc/meminfo: memFree=30494572/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=37.63 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11568 0 1 0 3756 7 0 0 20 0 19 0 8846335 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 42900 2291 9 0 2396937 0
[pid=11037/tid=11039] ppid=11034 vsize=9625040 CPUtime=36.25 cores=0,2,4,6
/proc/11037/task/11039/stat : 11039 (java) R 11034 11037 7213 0 -1 4202560 2480 0 1 0 3621 4 0 0 20 0 19 0 8846336 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755228514784 139755099104055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11040] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11040/stat : 11040 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755217578408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11041] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11041/stat : 11041 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755070896680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11042] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11042/stat : 11042 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755069843624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11043] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11043/stat : 11043 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755068791080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11044] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11044/stat : 11044 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755067739048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11045] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11045/stat : 11045 (java) S 11034 11037 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755066686504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11046] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11046/stat : 11046 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755065633448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11047] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11047/stat : 11047 (java) S 11034 11037 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755064580904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11048] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11048/stat : 11048 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755052382568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4619 0 0 0 57 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3150 0 0 0 62 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755043959848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 37.63
Current children cumulated vsize (KiB) 9625040

[startup+36.8008 s]
/proc/loadavg: 2.35 2.29 2.19 3/213 11056
/proc/meminfo: memFree=30494572/32872528 swapFree=876280/941688
[pid=11037] ppid=11034 vsize=9625040 CPUtime=38.03 cores=0,2,4,6
/proc/11037/stat : 11037 (java) S 11034 11037 7213 0 -1 4202496 11568 0 1 0 3796 7 0 0 20 0 19 0 8846335 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 140733655928400 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11037/statm: 2406260 42900 2291 9 0 2396937 0
[pid=11037/tid=11039] ppid=11034 vsize=9625040 CPUtime=36.64 cores=0,2,4,6
/proc/11037/task/11039/stat : 11039 (java) R 11034 11037 7213 0 -1 4202560 2480 0 1 0 3660 4 0 0 20 0 19 0 8846336 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755228514784 139755099452319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11040] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11040/stat : 11040 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755217578408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11041] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11041/stat : 11041 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755070896680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11042] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11042/stat : 11042 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755069843624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11043] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11043/stat : 11043 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755068791080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11044] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11044/stat : 11044 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755067739048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11045] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11045/stat : 11045 (java) S 11034 11037 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755066686504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11046] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11046/stat : 11046 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755065633448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11037/tid=11047] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11047/stat : 11047 (java) S 11034 11037 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846338 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755064580904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11048] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11048/stat : 11048 (java) S 11034 11037 7213 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755052382568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11049] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11049/stat : 11049 (java) S 11034 11037 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755051328888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11050] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11050/stat : 11050 (java) S 11034 11037 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846339 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755050275720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11051] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11051/stat : 11051 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755049224464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11052] ppid=11034 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11037/task/11052/stat : 11052 (java) S 11034 11037 7213 0 -1 4202560 4619 0 0 0 57 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755048172344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11037/tid=11053] ppid=11034 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11037/task/11053/stat : 11053 (java) S 11034 11037 7213 0 -1 4202560 3150 0 0 0 62 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755047119800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11054] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11054/stat : 11054 (java) S 11034 11037 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755046066936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11037/tid=11055] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11055/stat : 11055 (java) S 11034 11037 7213 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846342 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755045014600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11037/tid=11056] ppid=11034 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11056/stat : 11056 (java) S 11034 11037 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846371 9856040960 42900 33554432000 1073741824 1073778376 140733655937264 139755043959848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 38.03
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11037 and gives
#  childrusage.ru_utime.tv_sec=37
#  childrusage.ru_utime.tv_usec=837247
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=70989
# CPU time returned by wait4() is 37.9082
# while last known CPU time is 38.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 36.8125
CPU time (s): 38.03
CPU user time (s): 37.96
CPU system time (s): 0.07
CPU usage (%): 103.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8372
system time used= 0.070989
maximum resident set size= 171660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11591
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1126
involuntary context switches= 170

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202969 second user time and 0.265959 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 11:06:14
IDJOB=4090898
IDBENCH=79301
IDSOLVER=2551
FILE ID=node113/4090898-1466067974
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.1900667195--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090898-1466067974/watcher-4090898-1466067974 -o /tmp/evaluation-result-4090898-1466067974/solver-4090898-1466067974 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7229 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090898-1466067974.wbo

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

MD5SUM BENCH= a4c39a3f1b80365b8ad34a89f93fc523
RANDOM SEED=351063870

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:        30668928 kB
Buffers:           12036 kB
Cached:            43088 kB
SwapCached:         2176 kB
Active:           531240 kB
Inactive:          32176 kB
Active(anon):     507440 kB
Inactive(anon):     3336 kB
Active(file):      23800 kB
Inactive(file):    28840 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098724 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1415808 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             564888 kB
SReclaimable:       9056 kB
SUnreclaim:       555832 kB
KernelStack:        1760 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1715392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 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:06:51