Trace number 4090874

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 114.73 113.448

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
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 benchmark111.764
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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@2b21cc40
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@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4090874-1466067959.wbo
0.08/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.205s.
0.46/0.33	c declared #vars     231
0.46/0.33	c internal #vars     2938
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.33	c 2707 constraints processed.
0.46/0.33	c objective function length is 2707 literals
0.75/0.46	c SATISFIABLE
0.75/0.46	c OPTIMIZING...
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.342
0.75/0.46	o 433
1.03/0.51	c Got one! Elapsed wall clock time (in seconds):0.389
1.03/0.51	o 423
1.32/0.63	c Got one! Elapsed wall clock time (in seconds):0.513
1.32/0.63	o 240
1.32/0.66	c Got one! Elapsed wall clock time (in seconds):0.536
1.32/0.66	o 217
1.32/0.67	c Got one! Elapsed wall clock time (in seconds):0.549
1.32/0.67	o 160
1.32/0.68	c Got one! Elapsed wall clock time (in seconds):0.564
1.32/0.68	o 144
1.57/0.70	c Got one! Elapsed wall clock time (in seconds):0.578
1.57/0.70	o 113
2.12/1.12	c Got one! Elapsed wall clock time (in seconds):1.001
2.12/1.12	o 112
2.12/1.14	c Got one! Elapsed wall clock time (in seconds):1.02
2.12/1.14	o 100
2.12/1.19	c Got one! Elapsed wall clock time (in seconds):1.074
2.12/1.19	o 75
2.23/1.23	c Got one! Elapsed wall clock time (in seconds):1.114
2.23/1.23	o 74
2.23/1.26	c Got one! Elapsed wall clock time (in seconds):1.141
2.23/1.26	o 70
2.33/1.37	c Got one! Elapsed wall clock time (in seconds):1.251
2.33/1.37	o 55
2.43/1.42	c Got one! Elapsed wall clock time (in seconds):1.303
2.43/1.42	o 54
2.43/1.48	c Got one! Elapsed wall clock time (in seconds):1.359
2.43/1.48	o 53
2.53/1.59	c Got one! Elapsed wall clock time (in seconds):1.466
2.53/1.59	o 52
2.73/1.76	c Got one! Elapsed wall clock time (in seconds):1.643
2.73/1.76	o 48
2.85/1.80	c Got one! Elapsed wall clock time (in seconds):1.683
2.85/1.80	o 45
2.96/1.90	c Got one! Elapsed wall clock time (in seconds):1.782
2.96/1.90	o 43
2.96/2.00	c Got one! Elapsed wall clock time (in seconds):1.875
2.96/2.00	o 42
3.09/2.01	c Got one! Elapsed wall clock time (in seconds):1.89
3.09/2.01	o 41
3.20/2.16	c Got one! Elapsed wall clock time (in seconds):2.038
3.20/2.16	o 39
3.31/2.21	c Got one! Elapsed wall clock time (in seconds):2.094
3.31/2.21	o 38
3.43/2.31	c Got one! Elapsed wall clock time (in seconds):2.185
3.43/2.31	o 34
3.43/2.34	c Got one! Elapsed wall clock time (in seconds):2.224
3.43/2.34	o 26
3.52/2.49	c cleaning 5936 clauses out of 11871 with flag 6228/11871
3.65/2.56	c Got one! Elapsed wall clock time (in seconds):2.436
3.65/2.56	o 24
3.65/2.57	c Got one! Elapsed wall clock time (in seconds):2.45
3.65/2.57	o 22
3.65/2.59	c Got one! Elapsed wall clock time (in seconds):2.466
3.65/2.59	o 14
3.86/2.75	c Got one! Elapsed wall clock time (in seconds):2.635
3.86/2.75	o 13
3.86/2.78	c Got one! Elapsed wall clock time (in seconds):2.662
3.86/2.78	o 9
3.96/2.82	c Got one! Elapsed wall clock time (in seconds):2.703
3.96/2.82	o 4
4.26/3.11	c cleaning 6718 clauses out of 13445 with flag 28620/19381
4.58/3.50	c cleaning 6356 clauses out of 12728 with flag 72206/25382
4.89/3.75	c Got one! Elapsed wall clock time (in seconds):3.633
4.89/3.75	o 2
4.99/3.83	c cleaning 5774 clauses out of 11563 with flag 9616/30573
5.09/3.99	c Got one! Elapsed wall clock time (in seconds):3.867
5.09/3.99	o 1
5.29/4.19	c cleaning 5666 clauses out of 11351 with flag 29942/36135
5.70/4.57	c cleaning 5823 clauses out of 11685 with flag 89390/42135
6.20/5.01	c cleaning 6419 clauses out of 12863 with flag 156767/49136
6.70/5.51	c cleaning 7210 clauses out of 14443 with flag 233496/57135
7.29/6.16	c cleaning 8107 clauses out of 16233 with flag 336540/66135
7.99/6.89	c cleaning 9043 clauses out of 18127 with flag 452213/76136
8.90/7.71	c cleaning 10036 clauses out of 20085 with flag 587624/87137
9.79/8.66	c cleaning 11009 clauses out of 22046 with flag 733792/99134
10.89/9.75	c cleaning 12009 clauses out of 24037 with flag 905897/112134
12.20/11.02	c cleaning 12994 clauses out of 26028 with flag 1095374/126134
13.59/12.43	c cleaning 14005 clauses out of 28035 with flag 1305569/141135
14.99/13.88	c cleaning 14995 clauses out of 30030 with flag 1518398/157135
16.71/15.54	c cleaning 16010 clauses out of 32038 with flag 1737742/174138
18.60/17.41	c cleaning 16989 clauses out of 34024 with flag 1986428/192134
20.40/19.30	c cleaning 18006 clauses out of 36037 with flag 2225576/211136
22.50/21.39	c cleaning 18991 clauses out of 38029 with flag 2492422/231134
24.80/23.66	c cleaning 20006 clauses out of 40038 with flag 2784620/252134
27.19/26.08	c cleaning 20997 clauses out of 42033 with flag 3079766/274135
29.70/28.56	c cleaning 22009 clauses out of 44037 with flag 3399346/297136
32.63/31.44	c cleaning 22985 clauses out of 46029 with flag 3757379/321137
35.34/34.16	c cleaning 24009 clauses out of 48042 with flag 4084104/346135
38.54/37.30	c cleaning 24992 clauses out of 50032 with flag 4448923/372134
41.64/40.42	c cleaning 25997 clauses out of 52040 with flag 4815615/399134
45.14/43.93	c cleaning 27020 clauses out of 54044 with flag 5187107/427135
49.04/47.89	c cleaning 28000 clauses out of 56024 with flag 5510087/456136
53.74/52.51	c cleaning 29005 clauses out of 58022 with flag 5826826/486134
58.84/57.68	c cleaning 30002 clauses out of 60017 with flag 6122587/517135
64.44/63.23	c cleaning 31003 clauses out of 62013 with flag 6391041/549134
69.84/68.69	c cleaning 32003 clauses out of 64010 with flag 6635650/582134
75.96/74.70	c cleaning 32997 clauses out of 66007 with flag 6894821/616134
82.58/81.32	c cleaning 33995 clauses out of 68009 with flag 7153454/651134
89.99/88.77	c cleaning 35004 clauses out of 70018 with flag 7432649/687138
97.48/96.25	c cleaning 36004 clauses out of 72011 with flag 7703574/724135
105.29/104.01	c cleaning 36999 clauses out of 74005 with flag 7971411/762136
113.13/111.82	c cleaning 37989 clauses out of 76000 with flag 8225804/801135
114.73/113.44	c starts		: 138
114.73/113.44	c conflicts		: 811951
114.73/113.44	c decisions		: 1104952
114.73/113.44	c propagations		: 35778939
114.73/113.44	c inspects		: 2180699173
114.73/113.44	c shortcuts		: 0
114.73/113.44	c learnt literals	: 24
114.73/113.44	c learnt binary clauses	: 45
114.73/113.44	c learnt ternary clauses	: 404
114.73/113.44	c learnt constraints	: 811926
114.73/113.44	c ignored constraints	: 0
114.73/113.44	c root simplifications	: 0
114.73/113.44	c removed literals (reason simplification)	: 0
114.73/113.44	c reason swapping (by a shorter reason)	: 0
114.73/113.44	c Calls to reduceDB	: 39
114.73/113.44	c Number of update (reduction) of LBD	: 216326
114.73/113.44	c Imported unit clauses	: 0
114.73/113.44	c number of reductions to clauses (during analyze)	: 0
114.73/113.44	c number of learned constraints concerned by reduction	: 0
114.73/113.44	c number of learning phase by resolution	: 0
114.73/113.44	c number of learning phase by cutting planes	: 0
114.73/113.44	c speed (assignments/second)	: 316350.62202141486
114.73/113.44	c non guided choices	4273
114.73/113.44	c learnt constraints type 
114.73/113.44	s OPTIMUM FOUND
114.73/113.44	c Found 33 solution(s)
114.73/113.44	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 
114.73/113.44	c objective function=1
114.73/113.44	c Total wall clock time (in seconds): 113.321

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

pid=9303
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.12 2.12 2.04 3/194 9306
/proc/meminfo: memFree=31642752/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9306/stat : 9306 (java) D 9303 9306 7942 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 8842546 9515008 175 33554432000 1073741824 1073778376 140736323336976 140736323319704 262962758544 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/9306/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.12 2.12 2.04 3/194 9306
/proc/meminfo: memFree=31642752/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 4337 0 1 0 7 1 0 0 20 0 18 0 8842546 9787879424 5457 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2389619 5457 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.12 2.12 2.04 3/194 9306
/proc/meminfo: memFree=31642752/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 4740 0 1 0 21 1 0 0 20 0 18 0 8842546 9787879424 6825 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2389619 6825 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.12 2.12 2.04 3/194 9306
/proc/meminfo: memFree=31642752/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 6161 0 1 0 44 2 0 0 20 0 18 0 8842546 9787879424 8702 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2389619 8702 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.12 2.12 2.04 3/194 9306
/proc/meminfo: memFree=31642752/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=1.57 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 12614 0 1 0 154 3 0 0 20 0 19 0 8842546 9856040960 12477 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 12477 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.12 2.12 2.04 3/213 9325
/proc/meminfo: memFree=31598948/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 13671 0 1 0 250 3 0 0 20 0 19 0 8842546 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 14953 2272 9 0 2396937 0
[pid=9306/tid=9308] ppid=9303 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/9306/task/9308/stat : 9308 (java) R 9303 9306 7942 0 -1 4202560 2429 0 1 0 143 2 0 0 20 0 19 0 8842547 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954186088752 139954009878622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9309] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9309/stat : 9309 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954147588904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9310] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9310/stat : 9310 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954146536104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9311] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9311/stat : 9311 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954145483816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9312] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9312/stat : 9312 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954144431016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9313] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9313/stat : 9313 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954143377704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9314] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9314/stat : 9314 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954142324904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9315] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9315/stat : 9315 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954141272616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9316] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9316/stat : 9316 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954140219816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9317] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9317/stat : 9317 (java) S 9303 9306 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954127809256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6308 0 0 0 54 0 0 0 20 0 19 0 8842553 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3658 0 0 0 51 0 0 0 20 0 19 0 8842553 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 14953 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.12 2.12 2.04 3/213 9325
/proc/meminfo: memFree=31582316/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 13917 0 1 0 423 3 0 0 20 0 19 0 8842546 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 20077 2276 9 0 2396937 0
[pid=9306/tid=9308] ppid=9303 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/9306/task/9308/stat : 9308 (java) R 9303 9306 7942 0 -1 4202560 2441 0 1 0 303 2 0 0 20 0 19 0 8842547 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954186097128 139954009822624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9309] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9309/stat : 9309 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954147588904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9310] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9310/stat : 9310 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954146536104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9311] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9311/stat : 9311 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954145483816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9312] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9312/stat : 9312 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954144431016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9313] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9313/stat : 9313 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954143377704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9314] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9314/stat : 9314 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954142324904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9315] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9315/stat : 9315 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954141272616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9316] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9316/stat : 9316 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954140219816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9317] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9317/stat : 9317 (java) S 9303 9306 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954127809256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6312 0 0 0 59 0 0 0 20 0 19 0 8842553 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3888 0 0 0 60 0 0 0 20 0 19 0 8842553 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 20077 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.27 2.15 2.05 3/213 9325
/proc/meminfo: memFree=31557404/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=7.49 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 13926 0 1 0 746 3 0 0 20 0 19 0 8842546 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 23638 2277 9 0 2396937 0
[pid=9306/tid=9308] ppid=9303 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/9306/task/9308/stat : 9308 (java) R 9303 9306 7942 0 -1 4202560 2449 0 1 0 622 2 0 0 20 0 19 0 8842547 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954186088192 139954009739200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9309] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9309/stat : 9309 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954147588904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9310] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9310/stat : 9310 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954146536104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9311] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9311/stat : 9311 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954145483816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9312] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9312/stat : 9312 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954144431016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9313] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9313/stat : 9313 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954143377704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9314] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9314/stat : 9314 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954142324904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9315] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9315/stat : 9315 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954141272616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9316] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9316/stat : 9316 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954140219816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9317] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9317/stat : 9317 (java) S 9303 9306 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954127809256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6312 0 0 0 62 0 0 0 20 0 19 0 8842553 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3888 0 0 0 60 0 0 0 20 0 19 0 8842553 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 23638 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625040


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

[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6387 0 0 0 67 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3888 0 0 0 60 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 113.33
Current children cumulated vsize (KiB) 9625040

[startup+112.801 s]
/proc/loadavg: 1.97 2.10 2.04 5/213 11080
/proc/meminfo: memFree=31589668/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=114.13 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 14105 0 1 0 11406 7 0 0 20 0 19 0 8842546 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 46187 2291 9 0 2396937 0
[pid=9306/tid=9308] ppid=9303 vsize=9625040 CPUtime=112.42 cores=0,2,4,6
/proc/9306/task/9308/stat : 9308 (java) R 9303 9306 7942 0 -1 4202560 2490 0 1 0 11238 4 0 0 20 0 19 0 8842547 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954186088192 139954009740603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9309] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9309/stat : 9309 (java) S 9303 9306 7942 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954147588904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9310] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9310/stat : 9310 (java) S 9303 9306 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954146536104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9311] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9311/stat : 9311 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954145483816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9312] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9312/stat : 9312 (java) S 9303 9306 7942 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954144431016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9313] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9313/stat : 9313 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954143377704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9314] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9314/stat : 9314 (java) S 9303 9306 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954142324904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9315] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9315/stat : 9315 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954141272616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9316] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9316/stat : 9316 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954140219816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9317] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9317/stat : 9317 (java) S 9303 9306 7942 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954127809256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6387 0 0 0 67 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3888 0 0 0 60 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 114.13
Current children cumulated vsize (KiB) 9625040

[startup+113.201 s]
/proc/loadavg: 1.97 2.10 2.04 5/213 11080
/proc/meminfo: memFree=31589668/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=114.53 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 14105 0 1 0 11446 7 0 0 20 0 19 0 8842546 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 46187 2291 9 0 2396937 0
[pid=9306/tid=9308] ppid=9303 vsize=9625040 CPUtime=112.82 cores=0,2,4,6
/proc/9306/task/9308/stat : 9308 (java) R 9303 9306 7942 0 -1 4202560 2490 0 1 0 11278 4 0 0 20 0 19 0 8842547 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954186088192 139954009740682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9309] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9309/stat : 9309 (java) S 9303 9306 7942 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954147588904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9310] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9310/stat : 9310 (java) S 9303 9306 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954146536104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9311] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9311/stat : 9311 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954145483816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9312] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9312/stat : 9312 (java) S 9303 9306 7942 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954144431016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9313] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9313/stat : 9313 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954143377704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9314] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9314/stat : 9314 (java) S 9303 9306 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954142324904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9315] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9315/stat : 9315 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954141272616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9316] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9316/stat : 9316 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954140219816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9317] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9317/stat : 9317 (java) S 9303 9306 7942 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954127809256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6387 0 0 0 67 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3888 0 0 0 60 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 114.53
Current children cumulated vsize (KiB) 9625040

[startup+113.408 s]
/proc/loadavg: 2.13 2.13 2.05 3/213 11080
/proc/meminfo: memFree=31582288/32872528 swapFree=302776/319128
[pid=9306] ppid=9303 vsize=9625040 CPUtime=114.73 cores=0,2,4,6
/proc/9306/stat : 9306 (java) S 9303 9306 7942 0 -1 4202496 14105 0 1 0 11466 7 0 0 20 0 19 0 8842546 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 140735962758768 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9306/statm: 2406260 46187 2291 9 0 2396937 0
[pid=9306/tid=9308] ppid=9303 vsize=9625040 CPUtime=113.03 cores=0,2,4,6
/proc/9306/task/9308/stat : 9308 (java) R 9303 9306 7942 0 -1 4202560 2490 0 1 0 11299 4 0 0 20 0 19 0 8842547 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954186088192 139954009413558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9309] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9309/stat : 9309 (java) S 9303 9306 7942 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954147588904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9306/tid=9310] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9310/stat : 9310 (java) S 9303 9306 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954146536104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9311] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9311/stat : 9311 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954145483816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9312] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9312/stat : 9312 (java) S 9303 9306 7942 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954144431016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9313] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9313/stat : 9313 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954143377704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9314] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9314/stat : 9314 (java) S 9303 9306 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954142324904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9315] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9315/stat : 9315 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954141272616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9306/tid=9316] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9316/stat : 9316 (java) S 9303 9306 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842548 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954140219816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9317] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9317/stat : 9317 (java) S 9303 9306 7942 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954127809256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9318] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9318/stat : 9318 (java) S 9303 9306 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954009138680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9319] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9319/stat : 9319 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8842550 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954008086280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9320] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9320/stat : 9320 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954007034768 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9321] ppid=9303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9306/task/9321/stat : 9321 (java) S 9303 9306 7942 0 -1 4202560 6387 0 0 0 67 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954005981368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9322] ppid=9303 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9306/task/9322/stat : 9322 (java) S 9303 9306 7942 0 -1 4202560 3888 0 0 0 60 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954004928568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9323] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9323/stat : 9323 (java) S 9303 9306 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954003876472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9306/tid=9324] ppid=9303 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9306/task/9324/stat : 9324 (java) S 9303 9306 7942 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 8842553 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954002823880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9306/tid=9325] ppid=9303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9306/task/9325/stat : 9325 (java) S 9303 9306 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842580 9856040960 46187 33554432000 1073741824 1073778376 140735962767632 139954001769896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 114.73
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9306 and gives
#  childrusage.ru_utime.tv_sec=114
#  childrusage.ru_utime.tv_usec=424604
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=150977
# CPU time returned by wait4() is 114.576
# while last known CPU time is 114.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 113.448
CPU time (s): 114.73
CPU user time (s): 114.66
CPU system time (s): 0.07
CPU usage (%): 101.13
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.425
system time used= 0.150977
maximum resident set size= 184804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14127
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2739
involuntary context switches= 488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.663899 second user time and 0.794879 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 11:05:59
IDJOB=4090874
IDBENCH=79297
IDSOLVER=2551
FILE ID=node128/4090874-1466067959
RUNJOBID= node128-1466062123-7958
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.1900548667--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090874-1466067959/watcher-4090874-1466067959 -o /tmp/evaluation-result-4090874-1466067959/solver-4090874-1466067959 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7958 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090874-1466067959.wbo

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=699746049

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:        31643280 kB
Buffers:            9240 kB
Cached:            38316 kB
SwapCached:         2104 kB
Active:           181136 kB
Inactive:          26232 kB
Active(anon):     160216 kB
Inactive(anon):     1596 kB
Active(file):      20920 kB
Inactive(file):    24636 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098960 kB
Dirty:               608 kB
Writeback:             0 kB
AnonPages:        426680 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             565004 kB
SReclaimable:       8716 kB
SUnreclaim:       556288 kB
KernelStack:        1760 kB
PageTables:         4776 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:    102400 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:07:53