Trace number 4090875

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 81.82 80.7206

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM200f179ceb6a172fc8d81952e96f0c84
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 benchmark60.7958
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090875-1466067909.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.203s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.79/0.44	c SATISFIABLE
0.79/0.44	c OPTIMIZING...
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.338
0.79/0.44	o 346
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.371
0.79/0.47	o 276
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.389
0.79/0.49	o 253
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
1.06/0.52	o 252
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
1.06/0.53	o 224
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
1.06/0.54	o 217
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.448
1.06/0.55	o 213
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.458
1.06/0.56	o 212
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.472
1.06/0.57	o 205
1.35/0.63	c Got one! Elapsed wall clock time (in seconds):0.526
1.35/0.63	o 204
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
1.35/0.64	o 167
1.35/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
1.35/0.65	o 161
1.35/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
1.35/0.69	o 149
1.50/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.50/0.70	o 143
1.50/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.50/0.71	o 138
1.50/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
1.50/0.72	o 137
1.50/0.77	c Got one! Elapsed wall clock time (in seconds):0.667
1.50/0.77	o 132
1.60/0.81	c Got one! Elapsed wall clock time (in seconds):0.709
1.60/0.81	o 128
1.70/0.93	c Got one! Elapsed wall clock time (in seconds):0.832
1.70/0.93	o 124
1.70/0.95	c Got one! Elapsed wall clock time (in seconds):0.849
1.70/0.95	o 121
1.81/1.01	c Got one! Elapsed wall clock time (in seconds):0.91
1.81/1.01	o 113
1.81/1.04	c Got one! Elapsed wall clock time (in seconds):0.937
1.81/1.04	o 78
2.02/1.23	c Got one! Elapsed wall clock time (in seconds):1.125
2.02/1.23	o 45
2.22/1.49	c cleaning 4470 clauses out of 8947 with flag 24202/8947
2.81/1.90	c cleaning 5232 clauses out of 10476 with flag 77460/14946
3.01/2.13	c Got one! Elapsed wall clock time (in seconds):2.028
3.01/2.13	o 43
3.01/2.15	c Got one! Elapsed wall clock time (in seconds):2.043
3.01/2.15	o 21
3.22/2.32	c cleaning 5387 clauses out of 10786 with flag 24043/20488
3.66/2.76	c cleaning 5691 clauses out of 11399 with flag 93194/26488
4.18/3.29	c cleaning 6346 clauses out of 12710 with flag 179430/33490
4.78/3.85	c cleaning 7173 clauses out of 14363 with flag 266182/41489
5.28/4.38	c Got one! Elapsed wall clock time (in seconds):4.277
5.28/4.38	o 20
5.58/4.65	c Got one! Elapsed wall clock time (in seconds):4.547
5.58/4.65	o 18
5.78/4.83	c Got one! Elapsed wall clock time (in seconds):4.728
5.78/4.83	o 16
5.78/4.87	c Got one! Elapsed wall clock time (in seconds):4.764
5.78/4.87	o 11
5.91/4.95	c Got one! Elapsed wall clock time (in seconds):4.85
5.91/4.95	o 5
6.01/5.06	c cleaning 10372 clauses out of 20743 with flag 10137/55042
6.41/5.47	c cleaning 8185 clauses out of 16371 with flag 56393/61042
6.52/5.55	c Got one! Elapsed wall clock time (in seconds):5.447
6.52/5.55	o 4
6.62/5.64	c Got one! Elapsed wall clock time (in seconds):5.536
6.62/5.64	o 2
6.72/5.78	c Got one! Elapsed wall clock time (in seconds):5.677
6.72/5.78	o 1
6.92/5.95	c cleaning 7462 clauses out of 14952 with flag 25535/67808
7.33/6.36	c cleaning 6732 clauses out of 13490 with flag 94916/73808
7.82/6.81	c cleaning 6872 clauses out of 13757 with flag 171131/80807
8.32/7.37	c cleaning 7436 clauses out of 14885 with flag 261339/88807
9.02/8.03	c cleaning 8214 clauses out of 16449 with flag 368393/97807
9.72/8.75	c cleaning 9105 clauses out of 18235 with flag 485339/107807
10.62/9.61	c cleaning 10056 clauses out of 20130 with flag 617838/118807
11.62/10.61	c cleaning 11030 clauses out of 22075 with flag 779978/130808
12.62/11.66	c cleaning 12009 clauses out of 24045 with flag 934881/143808
13.92/12.90	c cleaning 13004 clauses out of 26036 with flag 1108072/157808
15.22/14.24	c cleaning 14000 clauses out of 28032 with flag 1302762/172808
16.82/15.82	c cleaning 15002 clauses out of 30033 with flag 1519492/188809
18.32/17.37	c cleaning 15995 clauses out of 32030 with flag 1729328/205808
20.03/19.04	c cleaning 16997 clauses out of 34034 with flag 1945764/223807
22.03/21.09	c cleaning 17986 clauses out of 36037 with flag 2196473/242807
24.23/23.26	c cleaning 19007 clauses out of 38052 with flag 2455227/262808
26.43/25.48	c cleaning 20011 clauses out of 40044 with flag 2717580/283807
28.82/27.83	c cleaning 20999 clauses out of 42033 with flag 2993349/305807
31.46/30.42	c cleaning 22002 clauses out of 44034 with flag 3300325/328807
34.16/33.16	c cleaning 23000 clauses out of 46032 with flag 3609866/352807
37.36/36.34	c cleaning 23996 clauses out of 48035 with flag 3967972/377810
40.56/39.51	c cleaning 25004 clauses out of 50037 with flag 4319791/403808
43.76/42.78	c cleaning 26001 clauses out of 52032 with flag 4678088/430807
47.48/46.44	c cleaning 27012 clauses out of 54031 with flag 5043028/458808
51.58/50.59	c cleaning 28006 clauses out of 56021 with flag 5379400/487810
55.99/54.97	c cleaning 29002 clauses out of 58011 with flag 5700155/517807
61.11/60.09	c cleaning 30002 clauses out of 60010 with flag 6026802/548809
66.61/65.51	c cleaning 30984 clauses out of 62005 with flag 6347640/580807
72.52/71.44	c cleaning 32011 clauses out of 64021 with flag 6681997/613809
78.92/77.82	c cleaning 33002 clauses out of 66008 with flag 6997406/647808
81.82/80.71	c starts		: 88
81.82/80.71	c conflicts		: 668530
81.82/80.71	c decisions		: 945724
81.82/80.71	c propagations		: 28788133
81.82/80.71	c inspects		: 1528480821
81.82/80.71	c shortcuts		: 0
81.82/80.71	c learnt literals	: 25
81.82/80.71	c learnt binary clauses	: 27
81.82/80.71	c learnt ternary clauses	: 206
81.82/80.71	c learnt constraints	: 668504
81.82/80.71	c ignored constraints	: 0
81.82/80.71	c root simplifications	: 0
81.82/80.71	c removed literals (reason simplification)	: 0
81.82/80.71	c reason swapping (by a shorter reason)	: 0
81.82/80.71	c Calls to reduceDB	: 38
81.82/80.71	c Number of update (reduction) of LBD	: 191748
81.82/80.71	c Imported unit clauses	: 0
81.82/80.71	c number of reductions to clauses (during analyze)	: 0
81.82/80.71	c number of learned constraints concerned by reduction	: 0
81.82/80.71	c number of learning phase by resolution	: 0
81.82/80.71	c number of learning phase by cutting planes	: 0
81.82/80.71	c speed (assignments/second)	: 358101.4417036733
81.82/80.71	c non guided choices	4527
81.82/80.71	c learnt constraints type 
81.82/80.71	s OPTIMUM FOUND
81.82/80.71	c Found 33 solution(s)
81.82/80.71	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 
81.82/80.71	c objective function=1
81.82/80.71	c Total wall clock time (in seconds): 80.611

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-4090875-1466067909/watcher-4090875-1466067909 -o /tmp/evaluation-result-4090875-1466067909/solver-4090875-1466067909 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090875-1466067909.wbo 

pid=9108
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.15 2.12 2.04 3/194 9111
/proc/meminfo: memFree=31732112/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 1328 0 0 0 0 0 0 0 20 0 2 0 8837544 98635776 960 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 24081 963 731 9 0 16771 0
[pid=9111/tid=9112] ppid=9108 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8837544 98570240 977 33554432000 1073741824 1073778376 140733406607792 140401189285416 262962759040 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 2.15 2.12 2.04 3/194 9111
/proc/meminfo: memFree=31732112/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 4473 0 1 0 9 1 0 0 20 0 18 0 8837544 9787879424 6107 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2389619 6107 2155 9 0 2380296 0
[pid=9111/tid=9112] ppid=9108 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 8837544 9787879424 6108 33554432000 1073741824 1073778376 140733406607792 140401189288864 140401187177377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.15 2.12 2.04 3/194 9111
/proc/meminfo: memFree=31732112/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 4762 0 1 0 25 1 0 0 20 0 18 0 8837544 9787879424 6856 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2389619 6856 2212 9 0 2380296 0
[pid=9111/tid=9112] ppid=9108 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 8837544 9787879424 6856 33554432000 1073741824 1073778376 140733406607792 140401189288864 140401021311660 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.30026 s]
/proc/loadavg: 2.15 2.12 2.04 3/194 9111
/proc/meminfo: memFree=31732112/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 6433 0 1 0 50 1 0 0 20 0 18 0 8837544 9787879424 9239 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2389619 9239 2237 9 0 2380296 0
[pid=9111/tid=9112] ppid=9108 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 18 0 8837544 9787879424 9239 33554432000 1073741824 1073778376 140733406607792 140401189281648 140401021389742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 2.15 2.12 2.04 3/194 9111
/proc/meminfo: memFree=31732112/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9493 0 1 0 148 2 0 0 20 0 19 0 8837544 9856040960 13971 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 13971 2270 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2421 0 1 0 67 0 0 0 20 0 19 0 8837544 9856040960 13971 33554432000 1073741824 1073778376 140733406607792 140401189282096 140401021914608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.15 2.12 2.04 3/213 9130
/proc/meminfo: memFree=31666948/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=2.36 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9509 0 1 0 234 2 0 0 20 0 19 0 8837544 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 17562 2276 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2429 0 1 0 147 0 0 0 20 0 19 0 8837544 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401189290552 140401021904816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9114] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9114/stat : 9114 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401150781608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9115] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9115/stat : 9115 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401149729064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9116] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9116/stat : 9116 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401148676520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9117] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9117/stat : 9117 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401147623976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9118] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9118/stat : 9118 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401146571432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9119] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9119/stat : 9119 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401145518888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9120] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9120/stat : 9120 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401144466344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9121] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9121/stat : 9121 (java) S 9108 9111 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401143413800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9122] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9122/stat : 9122 (java) S 9108 9111 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401012861032 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) R 9108 9111 7942 0 -1 4202560 2099 0 0 0 41 0 0 0 20 0 19 0 8837549 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401008644648 140401191787883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/9111/task/9127/stat : 9127 (java) S 9108 9111 7942 0 -1 4202560 3705 0 0 0 44 0 0 0 20 0 19 0 8837549 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401007598264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9128] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9128/stat : 9128 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140401006545912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9129] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9129/stat : 9129 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140399997873480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9130] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9130/stat : 9130 (java) S 9108 9111 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837576 9856040960 17562 33554432000 1073741824 1073778376 140733406607792 140399996818216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.15 2.12 2.04 3/213 9130
/proc/meminfo: memFree=31652232/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9652 0 1 0 406 2 0 0 20 0 19 0 8837544 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 20171 2276 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2435 0 1 0 306 0 0 0 20 0 19 0 8837544 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401189282096 140401021904956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9114] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9114/stat : 9114 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401150781608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9115] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9115/stat : 9115 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401149729064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9116] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9116/stat : 9116 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401148676520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9117] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9117/stat : 9117 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401147623976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9118] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9118/stat : 9118 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401146571432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9119] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9119/stat : 9119 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401145518888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9120] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9120/stat : 9120 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401144466344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9121] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9121/stat : 9121 (java) S 9108 9111 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401143413800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9122] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9122/stat : 9122 (java) S 9108 9111 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401012861032 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) S 9108 9111 7942 0 -1 4202560 2236 0 0 0 49 0 0 0 20 0 19 0 8837549 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401008650808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/9111/task/9127/stat : 9127 (java) S 9108 9111 7942 0 -1 4202560 3705 0 0 0 47 0 0 0 20 0 19 0 8837549 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401007598264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9128] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9128/stat : 9128 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140401006545912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9129] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9129/stat : 9129 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140399997873480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9130] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9130/stat : 9130 (java) S 9108 9111 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837576 9856040960 20171 33554432000 1073741824 1073778376 140733406607792 140399996818216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.14 2.12 2.04 3/213 9130
/proc/meminfo: memFree=31621184/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=7.33 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9664 0 1 0 730 3 0 0 20 0 19 0 8837544 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 24765 2277 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2446 0 1 0 625 1 0 0 20 0 19 0 8837544 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401189281536 140401021904849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9114] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9114/stat : 9114 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401150781608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9115] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9115/stat : 9115 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401149729064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9116] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9116/stat : 9116 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401148676520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9117] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9117/stat : 9117 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401147623976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9118] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9118/stat : 9118 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401146571432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9119] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9119/stat : 9119 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401145518888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9120] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9120/stat : 9120 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401144466344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9121] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9121/stat : 9121 (java) S 9108 9111 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401143413800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9122] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9122/stat : 9122 (java) S 9108 9111 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401012861032 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) S 9108 9111 7942 0 -1 4202560 2236 0 0 0 49 0 0 0 20 0 19 0 8837549 9856040960 24765 33554432000 1073741824 1073778376 140733406607792 140401008650808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.51 cores=1,3,5,7

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

[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) S 9108 9111 7942 0 -1 4202560 2239 0 0 0 51 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401008650808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9111/task/9127/stat : 9127 (java) S 9108 9111 7942 0 -1 4202560 3708 0 0 0 55 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401007598264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9128] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9128/stat : 9128 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401006545912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9129] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9129/stat : 9129 (java) S 9108 9111 7942 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399997873480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9130] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9130/stat : 9130 (java) S 9108 9111 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837576 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399996818216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 81.12
Current children cumulated vsize (KiB) 9625040

[startup+80.408 s]
/proc/loadavg: 2.38 2.18 2.06 3/213 9325
/proc/meminfo: memFree=31478908/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=81.53 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9743 0 1 0 8147 6 0 0 20 0 19 0 8837544 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 42193 2291 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=80.16 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2486 0 1 0 8013 3 0 0 20 0 19 0 8837544 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401189281536 140401021856031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9114] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9114/stat : 9114 (java) S 9108 9111 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401150781608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9115] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9115/stat : 9115 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401149729064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9116] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9116/stat : 9116 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401148676520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9117] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9117/stat : 9117 (java) S 9108 9111 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401147623976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9118] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9118/stat : 9118 (java) S 9108 9111 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401146571432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9119] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9119/stat : 9119 (java) S 9108 9111 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401145518888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9120] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9120/stat : 9120 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401144466344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9121] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9121/stat : 9121 (java) S 9108 9111 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401143413800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9122] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9122/stat : 9122 (java) S 9108 9111 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401012861032 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) S 9108 9111 7942 0 -1 4202560 2239 0 0 0 51 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401008650808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9111/task/9127/stat : 9127 (java) S 9108 9111 7942 0 -1 4202560 3708 0 0 0 55 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401007598264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9128] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9128/stat : 9128 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401006545912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9129] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9129/stat : 9129 (java) S 9108 9111 7942 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399997873480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9130] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9130/stat : 9130 (java) S 9108 9111 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837576 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399996818216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 81.53
Current children cumulated vsize (KiB) 9625040

[startup+80.6009 s]
/proc/loadavg: 2.38 2.18 2.06 3/213 9325
/proc/meminfo: memFree=31478908/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=81.72 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9743 0 1 0 8166 6 0 0 20 0 19 0 8837544 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 42193 2291 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=80.35 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2486 0 1 0 8032 3 0 0 20 0 19 0 8837544 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401189281536 140401021904951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9114] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9114/stat : 9114 (java) S 9108 9111 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401150781608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9115] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9115/stat : 9115 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401149729064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9116] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9116/stat : 9116 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401148676520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9117] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9117/stat : 9117 (java) S 9108 9111 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401147623976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9118] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9118/stat : 9118 (java) S 9108 9111 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401146571432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9119] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9119/stat : 9119 (java) S 9108 9111 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401145518888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9120] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9120/stat : 9120 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401144466344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9121] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9121/stat : 9121 (java) S 9108 9111 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401143413800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9122] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9122/stat : 9122 (java) S 9108 9111 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401012861032 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) S 9108 9111 7942 0 -1 4202560 2239 0 0 0 51 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401008650808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9111/task/9127/stat : 9127 (java) S 9108 9111 7942 0 -1 4202560 3708 0 0 0 55 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401007598264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9128] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9128/stat : 9128 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401006545912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9129] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9129/stat : 9129 (java) S 9108 9111 7942 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399997873480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9130] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9130/stat : 9130 (java) S 9108 9111 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837576 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399996818216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 81.72
Current children cumulated vsize (KiB) 9625040

[startup+80.7009 s]
/proc/loadavg: 2.38 2.18 2.06 3/213 9325
/proc/meminfo: memFree=31478908/32872528 swapFree=302776/319128
[pid=9111] ppid=9108 vsize=9625040 CPUtime=81.82 cores=1,3,5,7
/proc/9111/stat : 9111 (java) S 9108 9111 7942 0 -1 4202496 9743 0 1 0 8176 6 0 0 20 0 19 0 8837544 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140733406598928 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9111/statm: 2406260 42193 2291 9 0 2396937 0
[pid=9111/tid=9112] ppid=9108 vsize=9625040 CPUtime=80.45 cores=1,3,5,7
/proc/9111/task/9112/stat : 9112 (java) R 9108 9111 7942 0 -1 4202560 2486 0 1 0 8042 3 0 0 20 0 19 0 8837544 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401189281536 140401022189663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9114] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9114/stat : 9114 (java) S 9108 9111 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401150781608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9115] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9115/stat : 9115 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401149729064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9116] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9116/stat : 9116 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401148676520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9117] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9117/stat : 9117 (java) S 9108 9111 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401147623976 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9111/tid=9118] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9118/stat : 9118 (java) S 9108 9111 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401146571432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9119] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9119/stat : 9119 (java) S 9108 9111 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401145518888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9120] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9120/stat : 9120 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401144466344 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9121] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9121/stat : 9121 (java) S 9108 9111 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837545 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401143413800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9122] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9122/stat : 9122 (java) S 9108 9111 7942 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401012861032 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9123] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9123/stat : 9123 (java) S 9108 9111 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401011807352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9124] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9124/stat : 9124 (java) S 9108 9111 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8837546 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401010754696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9125] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9125/stat : 9125 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401009703440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9126] ppid=9108 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9111/task/9126/stat : 9126 (java) S 9108 9111 7942 0 -1 4202560 2239 0 0 0 51 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401008650808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9111/tid=9127] ppid=9108 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9111/task/9127/stat : 9127 (java) S 9108 9111 7942 0 -1 4202560 3708 0 0 0 55 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401007598264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9128] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9128/stat : 9128 (java) S 9108 9111 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140401006545912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9111/tid=9129] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9129/stat : 9129 (java) S 9108 9111 7942 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8837549 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399997873480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9111/tid=9130] ppid=9108 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9111/task/9130/stat : 9130 (java) S 9108 9111 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8837576 9856040960 42193 33554432000 1073741824 1073778376 140733406607792 140399996818216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 81.82
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9111 and gives
#  childrusage.ru_utime.tv_sec=81
#  childrusage.ru_utime.tv_usec=548602
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=93985
# CPU time returned by wait4() is 81.6426
# while last known CPU time is 81.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 80.7206
CPU time (s): 81.82
CPU user time (s): 81.76
CPU system time (s): 0.06
CPU usage (%): 101.362
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.5486
system time used= 0.093985
maximum resident set size= 168832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9764
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2005
involuntary context switches= 231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.316951 second user time and 0.379942 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 11:05:09
IDJOB=4090875
IDBENCH=79267
IDSOLVER=2551
FILE ID=node128/4090875-1466067909
RUNJOBID= node128-1466062123-7959
PBS_JOBID= 19904011
Free space on /tmp= 71748 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.1900550006--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090875-1466067909/watcher-4090875-1466067909 -o /tmp/evaluation-result-4090875-1466067909/solver-4090875-1466067909 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090875-1466067909.wbo

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

MD5SUM BENCH= 200f179ceb6a172fc8d81952e96f0c84
RANDOM SEED=1985285394

node128.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.768
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.53
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.768
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.768
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.768
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.768
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.57
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.768
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.56
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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:        31732764 kB
Buffers:            9004 kB
Cached:            38112 kB
SwapCached:         2104 kB
Active:            83012 kB
Inactive:          25800 kB
Active(anon):      62344 kB
Inactive(anon):     1596 kB
Active(file):      20668 kB
Inactive(file):    24204 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098960 kB
Dirty:              1480 kB
Writeback:             0 kB
AnonPages:        475808 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             565368 kB
SReclaimable:       8728 kB
SUnreclaim:       556640 kB
KernelStack:        1760 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1008244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node128 at 2016-06-16 11:06:30