Trace number 4110416

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 41.88 39.9468

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676--soft-0-100-0.wbo
MD5SUMb818ef86615e3f5ee29c4c2fadd6f1fe
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 benchmark41.88
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110416-1466343912.wbo
0.10/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.214s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2707 constraints processed.
0.49/0.32	c objective function length is 2707 literals
1.04/0.50	c SATISFIABLE
1.04/0.50	c OPTIMIZING...
1.04/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
1.04/0.50	o 532
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.425
1.04/0.54	o 528
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.04/0.55	o 330
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
1.04/0.59	o 328
1.27/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
1.27/0.61	o 290
1.27/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
1.27/0.64	o 288
1.56/0.72	c Got one! Elapsed wall clock time (in seconds):0.607
1.56/0.72	o 276
1.56/0.73	c Got one! Elapsed wall clock time (in seconds):0.621
1.56/0.73	o 240
1.78/0.91	c Got one! Elapsed wall clock time (in seconds):0.8
1.78/0.91	o 237
1.99/1.12	c Got one! Elapsed wall clock time (in seconds):1.01
1.99/1.12	o 235
1.99/1.18	c Got one! Elapsed wall clock time (in seconds):1.073
1.99/1.18	o 229
2.09/1.21	c Got one! Elapsed wall clock time (in seconds):1.094
2.09/1.21	o 228
2.79/1.94	c Got one! Elapsed wall clock time (in seconds):1.826
2.79/1.94	o 227
2.79/1.97	c Got one! Elapsed wall clock time (in seconds):1.863
2.79/1.97	o 211
2.89/2.00	c Got one! Elapsed wall clock time (in seconds):1.886
2.89/2.00	o 186
2.89/2.05	c Got one! Elapsed wall clock time (in seconds):1.935
2.89/2.05	o 180
3.50/2.62	c cleaning 4472 clauses out of 8953 with flag 10284/8953
4.55/3.61	c Got one! Elapsed wall clock time (in seconds):3.502
4.55/3.61	o 176
4.55/3.62	c Got one! Elapsed wall clock time (in seconds):3.512
4.55/3.62	o 163
4.55/3.67	c Got one! Elapsed wall clock time (in seconds):3.56
4.55/3.67	o 159
4.65/3.78	c Got one! Elapsed wall clock time (in seconds):3.671
4.65/3.78	o 154
4.75/3.84	c Got one! Elapsed wall clock time (in seconds):3.726
4.75/3.84	o 152
4.85/3.90	c Got one! Elapsed wall clock time (in seconds):3.788
4.85/3.90	o 135
4.85/3.97	c Got one! Elapsed wall clock time (in seconds):3.854
4.85/3.97	o 133
5.06/4.19	c cleaning 5562 clauses out of 11124 with flag 4409/15596
5.64/4.42	c Got one! Elapsed wall clock time (in seconds):4.311
5.64/4.42	o 132
5.64/4.44	c Got one! Elapsed wall clock time (in seconds):4.326
5.64/4.44	o 122
5.84/4.53	c Got one! Elapsed wall clock time (in seconds):4.417
5.84/4.53	o 117
6.57/5.25	c cleaning 5556 clauses out of 11127 with flag 21403/21161
8.03/6.24	c Got one! Elapsed wall clock time (in seconds):6.134
8.03/6.24	o 116
8.03/6.25	c Got one! Elapsed wall clock time (in seconds):6.141
8.03/6.25	o 106
8.13/6.33	c Got one! Elapsed wall clock time (in seconds):6.216
8.13/6.33	o 105
8.44/6.67	c Got one! Elapsed wall clock time (in seconds):6.555
8.44/6.67	o 102
8.63/6.89	c Got one! Elapsed wall clock time (in seconds):6.776
8.63/6.89	o 98
9.43/7.63	c Got one! Elapsed wall clock time (in seconds):7.514
9.43/7.63	o 90
9.54/7.77	c Got one! Elapsed wall clock time (in seconds):7.662
9.54/7.77	o 85
9.73/7.95	c cleaning 9060 clauses out of 18135 with flag 5415/33725
9.73/7.97	c Got one! Elapsed wall clock time (in seconds):7.856
9.73/7.97	o 84
10.23/8.49	c Got one! Elapsed wall clock time (in seconds):8.376
10.23/8.49	o 69
10.34/8.58	c Got one! Elapsed wall clock time (in seconds):8.471
10.34/8.58	o 67
10.44/8.67	c Got one! Elapsed wall clock time (in seconds):8.563
10.44/8.67	o 66
10.65/8.81	c Got one! Elapsed wall clock time (in seconds):8.697
10.65/8.81	o 64
11.14/9.38	c cleaning 8145 clauses out of 16302 with flag 18323/40952
11.54/9.79	c Got one! Elapsed wall clock time (in seconds):9.68
11.54/9.79	o 63
11.75/9.91	c Got one! Elapsed wall clock time (in seconds):9.794
11.75/9.91	o 61
11.75/9.95	c Got one! Elapsed wall clock time (in seconds):9.84
11.75/9.95	o 59
11.75/9.96	c Got one! Elapsed wall clock time (in seconds):9.846
11.75/9.96	o 56
11.75/9.97	c Got one! Elapsed wall clock time (in seconds):9.856
11.75/9.97	o 54
11.75/9.98	c Got one! Elapsed wall clock time (in seconds):9.873
11.75/9.98	o 45
11.75/9.99	c Got one! Elapsed wall clock time (in seconds):9.879
11.75/9.99	o 34
11.89/10.03	c Got one! Elapsed wall clock time (in seconds):9.918
11.89/10.03	o 32
11.89/10.05	c Got one! Elapsed wall clock time (in seconds):9.934
11.89/10.05	o 30
11.89/10.07	c Got one! Elapsed wall clock time (in seconds):9.963
11.89/10.07	o 27
12.21/10.31	c Got one! Elapsed wall clock time (in seconds):10.196
12.21/10.31	o 23
12.21/10.32	c Got one! Elapsed wall clock time (in seconds):10.207
12.21/10.32	o 22
12.21/10.33	c Got one! Elapsed wall clock time (in seconds):10.216
12.21/10.33	o 18
12.31/10.45	c cleaning 7833 clauses out of 15680 with flag 6961/48475
12.41/10.51	c Got one! Elapsed wall clock time (in seconds):10.402
12.41/10.51	o 16
12.51/10.62	c Got one! Elapsed wall clock time (in seconds):10.508
12.51/10.62	o 13
12.61/10.75	c Got one! Elapsed wall clock time (in seconds):10.643
12.61/10.75	o 11
12.92/11.01	c cleaning 7486 clauses out of 14983 with flag 23007/55611
12.92/11.07	c Got one! Elapsed wall clock time (in seconds):10.961
12.92/11.07	o 10
13.31/11.49	c cleaning 6680 clauses out of 13386 with flag 41816/61500
13.91/12.02	c cleaning 6354 clauses out of 12709 with flag 95868/67503
14.51/12.65	c cleaning 6669 clauses out of 13352 with flag 158937/74500
14.51/12.67	c Got one! Elapsed wall clock time (in seconds):12.555
14.51/12.67	o 9
14.63/12.76	c Got one! Elapsed wall clock time (in seconds):12.652
14.63/12.76	o 8
14.63/12.79	c Got one! Elapsed wall clock time (in seconds):12.681
14.63/12.79	o 7
14.93/13.05	c Got one! Elapsed wall clock time (in seconds):12.937
14.93/13.05	o 6
15.03/13.13	c cleaning 6691 clauses out of 13392 with flag 7092/81209
15.03/13.18	c Got one! Elapsed wall clock time (in seconds):13.072
15.03/13.18	o 5
15.44/13.51	c cleaning 5837 clauses out of 11709 with flag 36836/86217
15.94/14.06	c cleaning 5916 clauses out of 11873 with flag 99968/92218
16.54/14.65	c cleaning 6477 clauses out of 12958 with flag 171644/99219
17.24/15.39	c cleaning 7233 clauses out of 14480 with flag 254248/107218
18.14/16.20	c cleaning 8115 clauses out of 16246 with flag 330374/116217
18.84/16.99	c Got one! Elapsed wall clock time (in seconds):16.878
18.84/16.99	o 4
19.55/17.65	c cleaning 10822 clauses out of 21657 with flag 48241/129743
20.14/18.29	c cleaning 8403 clauses out of 16836 with flag 101998/135744
20.34/18.47	c Got one! Elapsed wall clock time (in seconds):18.359
20.34/18.47	o 2
20.75/18.81	c cleaning 6750 clauses out of 13512 with flag 25997/140823
21.34/19.45	c cleaning 6380 clauses out of 12763 with flag 77839/146824
21.94/20.04	c cleaning 6682 clauses out of 13382 with flag 128642/153823
22.34/20.46	c Got one! Elapsed wall clock time (in seconds):20.35
22.34/20.46	o 1
22.44/20.59	c cleaning 6284 clauses out of 12592 with flag 8516/159715
23.04/21.19	c cleaning 6144 clauses out of 12307 with flag 61230/165714
23.74/21.87	c cleaning 6570 clauses out of 13166 with flag 122926/172717
24.64/22.72	c cleaning 7292 clauses out of 14594 with flag 202368/180715
25.65/23.73	c cleaning 8137 clauses out of 16302 with flag 296811/189715
26.85/24.91	c cleaning 9079 clauses out of 18164 with flag 396625/199714
28.06/26.14	c cleaning 10039 clauses out of 20086 with flag 489114/210715
29.26/27.33	c cleaning 11015 clauses out of 22046 with flag 585199/222714
30.76/28.80	c cleaning 12008 clauses out of 24031 with flag 684182/235714
32.46/30.50	c cleaning 13007 clauses out of 26023 with flag 787435/249714
34.06/32.16	c cleaning 14008 clauses out of 28016 with flag 886319/264714
35.96/34.01	c cleaning 14997 clauses out of 30008 with flag 995186/280714
37.76/35.85	c cleaning 15995 clauses out of 32010 with flag 1094433/297714
39.47/37.55	c cleaning 17005 clauses out of 34014 with flag 1189111/315714
41.28/39.33	c cleaning 18004 clauses out of 36008 with flag 1281698/334716
41.88/39.93	c starts		: 224
41.88/39.93	c conflicts		: 344853
41.88/39.93	c decisions		: 671161
41.88/39.93	c propagations		: 38275252
41.88/39.93	c inspects		: 493195158
41.88/39.93	c shortcuts		: 0
41.88/39.93	c learnt literals	: 26
41.88/39.93	c learnt binary clauses	: 72
41.88/39.93	c learnt ternary clauses	: 518
41.88/39.93	c learnt constraints	: 344826
41.88/39.93	c ignored constraints	: 0
41.88/39.93	c root simplifications	: 0
41.88/39.93	c removed literals (reason simplification)	: 0
41.88/39.93	c reason swapping (by a shorter reason)	: 0
41.88/39.93	c Calls to reduceDB	: 36
41.88/39.93	c Number of update (reduction) of LBD	: 127202
41.88/39.93	c Imported unit clauses	: 0
41.88/39.93	c number of reductions to clauses (during analyze)	: 0
41.88/39.93	c number of learned constraints concerned by reduction	: 0
41.88/39.93	c number of learning phase by resolution	: 0
41.88/39.93	c number of learning phase by cutting planes	: 0
41.88/39.93	c speed (assignments/second)	: 966888.5969787299
41.88/39.93	c non guided choices	8613
41.88/39.93	c learnt constraints type 
41.88/39.93	s OPTIMUM FOUND
41.88/39.93	c Found 63 solution(s)
41.88/39.93	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 
41.88/39.93	c objective function=1
41.88/39.93	c Total wall clock time (in seconds): 39.817

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-4110416-1466343912/watcher-4110416-1466343912 -o /tmp/evaluation-result-4110416-1466343912/solver-4110416-1466343912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110416-1466343912.wbo 

pid=13648
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.11 2.23 2.02 5/194 13651
/proc/meminfo: memFree=29574256/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13651/stat : 13651 (java) D 13648 13651 12110 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 36439793 9515008 176 33554432000 1073741824 1073778376 140736207286912 140736207269640 270330053520 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2323 179 136 9 0 71 0

[startup+0.100123 s]
/proc/loadavg: 2.11 2.23 2.02 5/194 13651
/proc/meminfo: memFree=29574256/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 4385 0 1 0 9 1 0 0 20 0 18 0 36439793 9787879424 6027 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.11 2.23 2.02 5/194 13651
/proc/meminfo: memFree=29574256/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 4723 0 1 0 24 1 0 0 20 0 18 0 36439793 9787879424 6820 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2389619 6820 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.11 2.23 2.02 5/194 13651
/proc/meminfo: memFree=29574256/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 6405 0 1 0 47 2 0 0 20 0 18 0 36439793 9787879424 8699 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2389619 8699 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700267 s]
/proc/loadavg: 2.11 2.23 2.02 5/194 13651
/proc/meminfo: memFree=29574256/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 9194 0 1 0 154 2 0 0 20 0 19 0 36439793 9856040960 12702 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 12702 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.11 2.23 2.02 3/213 13670
/proc/meminfo: memFree=29509888/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 9201 0 1 0 236 2 0 0 20 0 19 0 36439793 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 14241 2272 9 0 2396937 0
[pid=13651/tid=13653] ppid=13648 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13651/task/13653/stat : 13653 (java) R 13648 13651 12110 0 -1 4202560 2421 0 1 0 145 2 0 0 20 0 19 0 36439794 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766039043272 139765903585916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13654] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13654/stat : 13654 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766028106408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13655] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13655/stat : 13655 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766027053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13656] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13656/stat : 13656 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766026001320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13657] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13657/stat : 13657 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766024948776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13658] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13658/stat : 13658 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766023895208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13659] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13659/stat : 13659 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766022842664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13660] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13660/stat : 13660 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139766021790120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13661] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13661/stat : 13661 (java) S 13648 13651 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765875423784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13662] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13662/stat : 13662 (java) S 13648 13651 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765863225960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 2931 0 0 0 41 0 0 0 20 0 19 0 36439799 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 2573 0 0 0 47 0 0 0 20 0 19 0 36439799 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 14241 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.11 2.23 2.02 3/213 13670
/proc/meminfo: memFree=29489020/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=4.05 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 9210 0 1 0 402 3 0 0 20 0 19 0 36439793 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 15781 2276 9 0 2396937 0
[pid=13651/tid=13653] ppid=13648 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/13651/task/13653/stat : 13653 (java) R 13648 13651 12110 0 -1 4202560 2425 0 1 0 305 2 0 0 20 0 19 0 36439794 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766039042504 139765903646412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13654] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13654/stat : 13654 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766028106408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13655] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13655/stat : 13655 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766027053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13656] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13656/stat : 13656 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766026001320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13657] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13657/stat : 13657 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766024948776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13658] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13658/stat : 13658 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766023895208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13659] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13659/stat : 13659 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766022842664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13660] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13660/stat : 13660 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139766021790120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13661] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13661/stat : 13661 (java) S 13648 13651 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765875423784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13662] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13662/stat : 13662 (java) S 13648 13651 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765863225960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 2932 0 0 0 43 0 0 0 20 0 19 0 36439799 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 2577 0 0 0 50 0 0 0 20 0 19 0 36439799 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 15781 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.10 2.22 2.02 4/213 13670
/proc/meminfo: memFree=29440660/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=8.13 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 19317 0 1 0 808 5 0 0 20 0 19 0 36439793 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 24396 2277 9 0 2396937 0
[pid=13651/tid=13653] ppid=13648 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/13651/task/13653/stat : 13653 (java) R 13648 13651 12110 0 -1 4202560 2438 0 1 0 623 2 0 0 20 0 19 0 36439794 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766039044344 139765903065041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13654] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13654/stat : 13654 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766028106408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13655] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13655/stat : 13655 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766027053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13656] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13656/stat : 13656 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766026001320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13657] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13657/stat : 13657 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766024948776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13658] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13658/stat : 13658 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766023895208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13659] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13659/stat : 13659 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766022842664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13660] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13660/stat : 13660 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139766021790120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13661] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13661/stat : 13661 (java) S 13648 13651 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765875423784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13662] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13662/stat : 13662 (java) S 13648 13651 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765863225960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 12739 0 0 0 120 2 0 0 20 0 19 0 36439799 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 2863 0 0 0 59 0 0 0 20 0 19 0 36439799 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 24396 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9625040


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

[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 12744 0 0 0 123 2 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 3322 0 0 0 70 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.18
Current children cumulated vsize (KiB) 9625040

[startup+39.6007 s]
/proc/loadavg: 2.13 2.22 2.02 3/213 13735
/proc/meminfo: memFree=29359740/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=41.59 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 19864 0 1 0 4152 7 0 0 20 0 19 0 36439793 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 45504 2291 9 0 2396937 0
[pid=13651/tid=13653] ppid=13648 vsize=9625040 CPUtime=39.47 cores=0,2,4,6
/proc/13651/task/13653/stat : 13653 (java) R 13648 13651 12110 0 -1 4202560 2487 0 1 0 3944 3 0 0 20 0 19 0 36439794 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766039042576 139765903604416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13654] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13654/stat : 13654 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766028106408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13655] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13655/stat : 13655 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766027053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13656] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13656/stat : 13656 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766026001320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13657] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13657/stat : 13657 (java) S 13648 13651 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766024948776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13658] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13658/stat : 13658 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766023895208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13659] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13659/stat : 13659 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766022842664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13660] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13660/stat : 13660 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766021790120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13661] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13661/stat : 13661 (java) S 13648 13651 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765875423784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13662] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13662/stat : 13662 (java) S 13648 13651 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765863225960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 12744 0 0 0 123 2 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 3322 0 0 0 70 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 9625040

[startup+39.8007 s]
/proc/loadavg: 2.13 2.22 2.02 3/213 13735
/proc/meminfo: memFree=29359740/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=41.78 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 19864 0 1 0 4171 7 0 0 20 0 19 0 36439793 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 45504 2291 9 0 2396937 0
[pid=13651/tid=13653] ppid=13648 vsize=9625040 CPUtime=39.66 cores=0,2,4,6
/proc/13651/task/13653/stat : 13653 (java) R 13648 13651 12110 0 -1 4202560 2487 0 1 0 3963 3 0 0 20 0 19 0 36439794 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766039035648 139765903605539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13654] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13654/stat : 13654 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766028106408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13655] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13655/stat : 13655 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766027053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13656] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13656/stat : 13656 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766026001320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13657] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13657/stat : 13657 (java) S 13648 13651 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766024948776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13658] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13658/stat : 13658 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766023895208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13659] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13659/stat : 13659 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766022842664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13660] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13660/stat : 13660 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766021790120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13661] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13661/stat : 13661 (java) S 13648 13651 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765875423784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13662] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13662/stat : 13662 (java) S 13648 13651 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765863225960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 12744 0 0 0 123 2 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 3322 0 0 0 70 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.78
Current children cumulated vsize (KiB) 9625040

[startup+39.9008 s]
/proc/loadavg: 2.13 2.22 2.02 3/213 13735
/proc/meminfo: memFree=29359740/32872528 swapFree=1556504/1720024
[pid=13651] ppid=13648 vsize=9625040 CPUtime=41.88 cores=0,2,4,6
/proc/13651/stat : 13651 (java) S 13648 13651 12110 0 -1 4202496 19864 0 1 0 4181 7 0 0 20 0 19 0 36439793 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 140736207278048 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13651/statm: 2406260 45504 2291 9 0 2396937 0
[pid=13651/tid=13653] ppid=13648 vsize=9625040 CPUtime=39.76 cores=0,2,4,6
/proc/13651/task/13653/stat : 13653 (java) R 13648 13651 12110 0 -1 4202560 2487 0 1 0 3973 3 0 0 20 0 19 0 36439794 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766039035648 139765903647272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13654] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13654/stat : 13654 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766028106408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13655] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13655/stat : 13655 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766027053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13656] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13656/stat : 13656 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766026001320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13657] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13657/stat : 13657 (java) S 13648 13651 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766024948776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13651/tid=13658] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13658/stat : 13658 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766023895208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13659] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13659/stat : 13659 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766022842664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13651/tid=13660] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13660/stat : 13660 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139766021790120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13661] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13661/stat : 13661 (java) S 13648 13651 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439795 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765875423784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13662] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13662/stat : 13662 (java) S 13648 13651 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765863225960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13663] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13663/stat : 13663 (java) S 13648 13651 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765862172280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13664] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13664/stat : 13664 (java) S 13648 13651 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439796 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765861119624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13665] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13665/stat : 13665 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765860068368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13666] ppid=13648 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13651/task/13666/stat : 13666 (java) S 13648 13651 12110 0 -1 4202560 12744 0 0 0 123 2 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765859014712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13667] ppid=13648 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/13651/task/13667/stat : 13667 (java) S 13648 13651 12110 0 -1 4202560 3322 0 0 0 70 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765857962168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13651/tid=13668] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13668/stat : 13668 (java) S 13648 13651 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765856909816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13669] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13669/stat : 13669 (java) S 13648 13651 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439799 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765855857480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13651/tid=13670] ppid=13648 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13651/task/13670/stat : 13670 (java) S 13648 13651 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439828 9856040960 45504 33554432000 1073741824 1073778376 140736207286912 139765854803240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.88
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13651 and gives
#  childrusage.ru_utime.tv_sec=41
#  childrusage.ru_utime.tv_usec=725656
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 41.8076
# while last known CPU time is 41.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 39.9468
CPU time (s): 41.88
CPU user time (s): 41.81
CPU system time (s): 0.07
CPU usage (%): 104.839
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7257
system time used= 0.081987
maximum resident set size= 182076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19887
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1180
involuntary context switches= 129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.240963 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:45:12
IDJOB=4110416
IDBENCH=79302
IDSOLVER=2551
FILE ID=node117/4110416-1466343912
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= b818ef86615e3f5ee29c4c2fadd6f1fe
RANDOM SEED=270860033

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.54
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.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29575064 kB
Buffers:          172752 kB
Cached:           592544 kB
SwapCached:            0 kB
Active:           198012 kB
Inactive:         610496 kB
Active(anon):      35404 kB
Inactive(anon):    10624 kB
Active(file):     162608 kB
Inactive(file):   599872 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1880 kB
Writeback:             0 kB
AnonPages:       1769556 kB
Mapped:            20968 kB
Shmem:               204 kB
Slab:             629040 kB
SReclaimable:      72564 kB
SUnreclaim:       556476 kB
KernelStack:        1592 kB
PageTables:         7812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2407524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node117 at 2016-06-19 15:45:52