Trace number 4090889

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 86.33 84.6275

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567985--soft-0-100-0.wbo
MD5SUMe639daae290163b8abe4f9e3cf3dc11c
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 benchmark69.8014
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 669
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.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@37e893df
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@41ac1fe4
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090889-1466067902.wbo
0.10/0.11	c reading problem ... 
0.50/0.32	c ... done. Wall clock time 0.215s.
0.50/0.32	c declared #vars     231
0.50/0.32	c internal #vars     2938
0.50/0.32	c #constraints  2707
0.50/0.32	c constraints type 
0.50/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.50/0.32	c 2707 constraints processed.
0.50/0.32	c objective function length is 2707 literals
0.78/0.49	c SATISFIABLE
0.78/0.49	c OPTIMIZING...
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.381
0.78/0.49	o 624
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
1.07/0.52	o 249
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.438
1.07/0.55	o 212
1.07/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
1.07/0.57	o 206
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
1.38/0.64	o 190
2.24/1.28	c Got one! Elapsed wall clock time (in seconds):1.172
2.24/1.28	o 181
2.46/1.48	c Got one! Elapsed wall clock time (in seconds):1.376
2.46/1.48	o 176
2.56/1.52	c Got one! Elapsed wall clock time (in seconds):1.414
2.56/1.52	o 174
2.56/1.54	c Got one! Elapsed wall clock time (in seconds):1.43
2.56/1.54	o 171
2.66/1.68	c Got one! Elapsed wall clock time (in seconds):1.569
2.66/1.68	o 166
2.66/1.69	c Got one! Elapsed wall clock time (in seconds):1.582
2.66/1.69	o 156
2.86/1.87	c Got one! Elapsed wall clock time (in seconds):1.763
2.86/1.87	o 146
2.96/1.90	c Got one! Elapsed wall clock time (in seconds):1.793
2.96/1.90	o 145
2.96/1.94	c Got one! Elapsed wall clock time (in seconds):1.829
2.96/1.94	o 143
2.96/1.97	c Got one! Elapsed wall clock time (in seconds):1.859
2.96/1.97	o 142
3.06/2.02	c Got one! Elapsed wall clock time (in seconds):1.914
3.06/2.02	o 130
3.18/2.10	c Got one! Elapsed wall clock time (in seconds):1.996
3.18/2.10	o 128
3.18/2.14	c Got one! Elapsed wall clock time (in seconds):2.037
3.18/2.14	o 127
3.18/2.15	c Got one! Elapsed wall clock time (in seconds):2.047
3.18/2.15	o 110
3.18/2.17	c Got one! Elapsed wall clock time (in seconds):2.064
3.18/2.17	o 97
3.18/2.18	c Got one! Elapsed wall clock time (in seconds):2.072
3.18/2.18	o 87
3.30/2.24	c Got one! Elapsed wall clock time (in seconds):2.137
3.30/2.24	o 83
3.40/2.34	c Got one! Elapsed wall clock time (in seconds):2.233
3.40/2.34	o 80
3.40/2.37	c Got one! Elapsed wall clock time (in seconds):2.262
3.40/2.37	o 77
3.40/2.38	c Got one! Elapsed wall clock time (in seconds):2.274
3.40/2.38	o 75
3.40/2.39	c Got one! Elapsed wall clock time (in seconds):2.281
3.40/2.39	o 65
3.49/2.40	c Got one! Elapsed wall clock time (in seconds):2.295
3.49/2.40	o 62
3.49/2.46	c Got one! Elapsed wall clock time (in seconds):2.353
3.49/2.46	o 54
3.69/2.69	c Got one! Elapsed wall clock time (in seconds):2.578
3.69/2.69	o 53
3.80/2.73	c Got one! Elapsed wall clock time (in seconds):2.619
3.80/2.73	o 50
3.92/2.82	c Got one! Elapsed wall clock time (in seconds):2.711
3.92/2.82	o 49
3.92/2.87	c Got one! Elapsed wall clock time (in seconds):2.761
3.92/2.87	o 47
4.04/2.94	c Got one! Elapsed wall clock time (in seconds):2.831
4.04/2.94	o 46
4.04/2.95	c Got one! Elapsed wall clock time (in seconds):2.843
4.04/2.95	o 45
4.04/2.98	c Got one! Elapsed wall clock time (in seconds):2.872
4.04/2.98	o 44
4.15/3.07	c Got one! Elapsed wall clock time (in seconds):2.964
4.15/3.07	o 43
4.35/3.23	c Got one! Elapsed wall clock time (in seconds):3.126
4.35/3.23	o 42
4.58/3.43	c cleaning 7319 clauses out of 14650 with flag 5858/14650
4.58/3.47	c Got one! Elapsed wall clock time (in seconds):3.364
4.58/3.47	o 41
4.69/3.55	c Got one! Elapsed wall clock time (in seconds):3.44
4.69/3.55	o 37
4.69/3.58	c Got one! Elapsed wall clock time (in seconds):3.47
4.69/3.58	o 34
4.79/3.64	c Got one! Elapsed wall clock time (in seconds):3.537
4.79/3.64	o 32
4.99/3.80	c Got one! Elapsed wall clock time (in seconds):3.694
4.99/3.80	o 31
5.09/3.90	c Got one! Elapsed wall clock time (in seconds):3.796
5.09/3.90	o 28
5.09/3.94	c Got one! Elapsed wall clock time (in seconds):3.835
5.09/3.94	o 27
5.20/4.02	c Got one! Elapsed wall clock time (in seconds):3.908
5.20/4.02	o 25
5.20/4.04	c Got one! Elapsed wall clock time (in seconds):3.929
5.20/4.04	o 23
5.51/4.34	c Got one! Elapsed wall clock time (in seconds):4.231
5.51/4.34	o 22
5.51/4.40	c Got one! Elapsed wall clock time (in seconds):4.296
5.51/4.40	o 20
5.62/4.43	c Got one! Elapsed wall clock time (in seconds):4.323
5.62/4.43	o 18
5.62/4.47	c Got one! Elapsed wall clock time (in seconds):4.364
5.62/4.47	o 12
5.62/4.48	c Got one! Elapsed wall clock time (in seconds):4.374
5.62/4.48	o 10
5.82/4.67	c cleaning 9258 clauses out of 18533 with flag 12469/25852
6.40/4.91	c Got one! Elapsed wall clock time (in seconds):4.804
6.40/4.91	o 8
6.59/5.05	c Got one! Elapsed wall clock time (in seconds):4.942
6.59/5.05	o 6
6.59/5.09	c Got one! Elapsed wall clock time (in seconds):4.988
6.59/5.09	o 5
6.74/5.17	c cleaning 7875 clauses out of 15762 with flag 6685/32339
7.18/5.54	c cleaning 6934 clauses out of 13885 with flag 51908/38337
7.18/5.58	c Got one! Elapsed wall clock time (in seconds):5.473
7.18/5.58	o 4
7.47/5.80	c Got one! Elapsed wall clock time (in seconds):5.692
7.47/5.80	o 3
7.57/5.94	c cleaning 6588 clauses out of 13190 with flag 14693/44576
7.97/6.31	c cleaning 6300 clauses out of 12605 with flag 59584/50579
8.47/6.82	c cleaning 6645 clauses out of 13302 with flag 125537/57576
8.57/6.94	c Got one! Elapsed wall clock time (in seconds):6.831
8.57/6.94	o 2
8.87/7.24	c cleaning 6249 clauses out of 12504 with flag 35417/63423
9.19/7.57	c Got one! Elapsed wall clock time (in seconds):7.466
9.19/7.57	o 1
9.29/7.65	c cleaning 6035 clauses out of 12085 with flag 8030/69253
9.69/8.03	c cleaning 6020 clauses out of 12049 with flag 56779/75252
10.19/8.53	c cleaning 6501 clauses out of 13031 with flag 124403/82254
10.89/9.21	c cleaning 7251 clauses out of 14528 with flag 208159/90252
11.69/10.04	c cleaning 8113 clauses out of 16277 with flag 309559/99252
12.49/10.83	c cleaning 9063 clauses out of 18165 with flag 402223/109253
13.39/11.71	c cleaning 10040 clauses out of 20102 with flag 507550/120253
14.39/12.73	c cleaning 11016 clauses out of 22064 with flag 630689/132255
15.59/13.92	c cleaning 12022 clauses out of 24045 with flag 774417/145252
17.09/15.43	c cleaning 13011 clauses out of 26025 with flag 941413/159254
18.58/16.94	c cleaning 14007 clauses out of 28015 with flag 1094472/174255
20.39/18.76	c cleaning 14998 clauses out of 30005 with flag 1257877/190252
22.38/20.74	c cleaning 15998 clauses out of 32008 with flag 1416669/207253
24.49/22.81	c cleaning 17000 clauses out of 34009 with flag 1566847/225252
26.71/25.03	c cleaning 18004 clauses out of 36010 with flag 1747715/244253
29.01/27.31	c cleaning 18992 clauses out of 38006 with flag 1919374/264253
31.61/29.94	c cleaning 19998 clauses out of 40013 with flag 2109652/285252
34.51/32.89	c cleaning 21006 clauses out of 42015 with flag 2309090/307252
37.71/36.02	c cleaning 22000 clauses out of 44009 with flag 2506186/330253
41.42/39.79	c cleaning 22992 clauses out of 46008 with flag 2703019/354252
45.31/43.68	c cleaning 23998 clauses out of 48017 with flag 2883044/379253
49.51/47.82	c cleaning 25000 clauses out of 50018 with flag 3076517/405252
54.11/52.42	c cleaning 26008 clauses out of 52019 with flag 3266578/432253
59.21/57.59	c cleaning 27000 clauses out of 54013 with flag 3479492/460255
64.61/62.92	c cleaning 28005 clauses out of 56011 with flag 3705691/489253
70.21/68.54	c cleaning 28997 clauses out of 58007 with flag 3937740/519254
76.21/74.53	c cleaning 30001 clauses out of 60006 with flag 4158467/550252
81.93/80.21	c cleaning 30996 clauses out of 62007 with flag 4366921/582255
86.33/84.61	c starts		: 553
86.33/84.61	c conflicts		: 610123
86.33/84.61	c decisions		: 930338
86.33/84.61	c propagations		: 34041998
86.33/84.61	c inspects		: 1465171359
86.33/84.61	c shortcuts		: 0
86.33/84.61	c learnt literals	: 23
86.33/84.61	c learnt binary clauses	: 49
86.33/84.61	c learnt ternary clauses	: 522
86.33/84.61	c learnt constraints	: 610099
86.33/84.61	c ignored constraints	: 0
86.33/84.61	c root simplifications	: 0
86.33/84.61	c removed literals (reason simplification)	: 0
86.33/84.61	c reason swapping (by a shorter reason)	: 0
86.33/84.61	c Calls to reduceDB	: 36
86.33/84.61	c Number of update (reduction) of LBD	: 190255
86.33/84.61	c Imported unit clauses	: 0
86.33/84.61	c number of reductions to clauses (during analyze)	: 0
86.33/84.61	c number of learned constraints concerned by reduction	: 0
86.33/84.61	c number of learning phase by resolution	: 0
86.33/84.61	c number of learning phase by cutting planes	: 0
86.33/84.61	c speed (assignments/second)	: 403958.63345634914
86.33/84.61	c non guided choices	6552
86.33/84.61	c learnt constraints type 
86.33/84.61	s OPTIMUM FOUND
86.33/84.61	c Found 58 solution(s)
86.33/84.61	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 
86.33/84.61	c objective function=1
86.33/84.61	c Total wall clock time (in seconds): 84.503

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-4090889-1466067902/watcher-4090889-1466067902 -o /tmp/evaluation-result-4090889-1466067902/solver-4090889-1466067902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466062125-7300 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090889-1466067902.wbo 

pid=8384
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.52 2.29 2.21 2/194 8387
/proc/meminfo: memFree=30405580/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8836990 98570240 978 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 24065 978 744 9 0 16771 0
[pid=8387/tid=8388] ppid=8384 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8836990 98570240 978 33554432000 1073741824 1073778376 140737485526544 139807908576808 259112387968 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.52 2.29 2.21 2/194 8387
/proc/meminfo: memFree=30405580/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 8836990 9787879424 6063 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2389619 6063 2140 9 0 2380296 0
[pid=8387/tid=8388] ppid=8384 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2377 0 1 0 6 2 0 0 20 0 18 0 8836990 9787879424 6063 33554432000 1073741824 1073778376 140737485526544 139807908580256 139807915588860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 2.52 2.29 2.21 2/194 8387
/proc/meminfo: memFree=30405580/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 4743 0 1 0 25 1 0 0 20 0 18 0 8836990 9787879424 6817 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2389619 6817 2202 9 0 2380296 0
[pid=8387/tid=8388] ppid=8384 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2394 0 1 0 16 2 0 0 20 0 18 0 8836990 9787879424 6817 33554432000 1073741824 1073778376 140737485526544 139807908580256 139807913339573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.52 2.29 2.21 2/194 8387
/proc/meminfo: memFree=30405580/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 6449 0 1 0 48 2 0 0 20 0 18 0 8836990 9787879424 8702 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2389619 8702 2236 9 0 2380296 0
[pid=8387/tid=8388] ppid=8384 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2396 0 1 0 26 2 0 0 20 0 18 0 8836990 9787879424 8702 33554432000 1073741824 1073778376 140737485526544 139807908580256 139807779160620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.52 2.29 2.21 2/194 8387
/proc/meminfo: memFree=30405580/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 11806 0 1 0 164 3 0 0 20 0 19 0 8836990 9856040960 13703 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 13703 2268 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2416 0 1 0 66 2 0 0 20 0 19 0 8836990 9856040960 13703 33554432000 1073741824 1073778376 140737485526544 139807908573488 139807779603836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.52 2.29 2.21 3/191 8424
/proc/meminfo: memFree=30428828/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 11813 0 1 0 253 3 0 0 20 0 19 0 8836990 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 14220 2272 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2418 0 1 0 146 2 0 0 20 0 19 0 8836990 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807908579880 139807779609296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807897643688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807751355176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807750302632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807749250088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807748196520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807747143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807746091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807745038888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836992 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807732841064 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4497 0 0 0 51 0 0 0 20 0 19 0 8836995 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 7284 0 -1 4202560 3624 0 0 0 53 0 0 0 20 0 19 0 8836995 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807727577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807726524920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807725472584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837024 9856040960 14220 33554432000 1073741824 1073778376 140737485526544 139807724369192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.52 2.29 2.21 3/213 8471
/proc/meminfo: memFree=30350348/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 11831 0 1 0 421 4 0 0 20 0 19 0 8836990 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 21901 2272 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2436 0 1 0 305 2 0 0 20 0 19 0 8836990 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807908579816 139807779523520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807897643688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807751355176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807750302632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807749250088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807748196520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807747143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807746091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807745038888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836992 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807732841064 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4497 0 0 0 53 0 0 0 20 0 19 0 8836995 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 7284 0 -1 4202560 3624 0 0 0 59 0 0 0 20 0 19 0 8836995 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807727577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807726524920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807725472584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837024 9856040960 21901 33554432000 1073741824 1073778376 140737485526544 139807724369192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.48 2.29 2.21 3/212 8471
/proc/meminfo: memFree=30273284/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=7.97 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 18132 0 1 0 791 6 0 0 20 0 19 0 8836990 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 28230 2277 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2451 0 1 0 623 3 0 0 20 0 19 0 8836990 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807908573488 139807779550856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807897643688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807751355176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807750302632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807749250088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807748196520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807747143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807746091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807745038888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836992 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807732841064 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4498 0 0 0 58 0 0 0 20 0 19 0 8836995 9856040960 28230 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=1.06 cores=0,2,4,6

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

[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4498 0 0 0 58 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 7284 0 -1 4202560 9911 0 0 0 109 1 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807727577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807726524920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807725472584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837024 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807724369192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 84.92
Current children cumulated vsize (KiB) 9625040

[startup+84.0008 s]
/proc/loadavg: 2.41 2.30 2.21 3/213 8667
/proc/meminfo: memFree=30153792/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=85.72 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 18203 0 1 0 8564 8 0 0 20 0 19 0 8836990 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 42586 2291 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=83.73 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2482 0 1 0 8368 5 0 0 20 0 19 0 8836990 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807908579824 139807779523520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807897643688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807751355176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807750302632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 7284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807749250088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807748196520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807747143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807746091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807745038888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 7284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8836992 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807732841064 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4498 0 0 0 58 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 7284 0 -1 4202560 9911 0 0 0 109 1 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807727577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807726524920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807725472584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837024 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807724369192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.72
Current children cumulated vsize (KiB) 9625040

[startup+84.4008 s]
/proc/loadavg: 2.41 2.30 2.21 3/213 8667
/proc/meminfo: memFree=30153792/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=86.12 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 18203 0 1 0 8604 8 0 0 20 0 19 0 8836990 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 42586 2291 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=84.13 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2482 0 1 0 8408 5 0 0 20 0 19 0 8836990 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807908579824 139807779497443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807897643688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807751355176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807750302632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 7284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807749250088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807748196520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807747143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807746091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807745038888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 7284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8836992 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807732841064 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4498 0 0 0 58 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 7284 0 -1 4202560 9911 0 0 0 109 1 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807727577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807726524920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807725472584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837024 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807724369192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 86.12
Current children cumulated vsize (KiB) 9625040

[startup+84.6008 s]
/proc/loadavg: 2.41 2.30 2.21 3/213 8667
/proc/meminfo: memFree=30153792/32872528 swapFree=1497568/1644736
[pid=8387] ppid=8384 vsize=9625040 CPUtime=86.33 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 7284 0 -1 4202496 18203 0 1 0 8625 8 0 0 20 0 19 0 8836990 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 140737485517680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 42586 2291 9 0 2396937 0
[pid=8387/tid=8388] ppid=8384 vsize=9625040 CPUtime=84.33 cores=0,2,4,6
/proc/8387/task/8388/stat : 8388 (java) R 8384 8387 7284 0 -1 4202560 2482 0 1 0 8428 5 0 0 20 0 19 0 8836990 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807908579824 139807779948151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807897643688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807751355176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807750302632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 7284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807749250088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807748196520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807747143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807746091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836991 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807745038888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 7284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8836992 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807732841064 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 7284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807731787384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 7284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8836993 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807730734728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807729683472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 7284 0 -1 4202560 4498 0 0 0 58 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807728629816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 7284 0 -1 4202560 9911 0 0 0 110 1 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807727577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807726524920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 7284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8836995 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807725472584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837024 9856040960 42586 33554432000 1073741824 1073778376 140737485526544 139807724369192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 86.33
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8387 and gives
#  childrusage.ru_utime.tv_sec=86
#  childrusage.ru_utime.tv_usec=8924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 86.1109
# while last known CPU time is 86.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 84.6275
CPU time (s): 86.33
CPU user time (s): 86.25
CPU system time (s): 0.08
CPU usage (%): 102.012
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.0089
system time used= 0.101984
maximum resident set size= 170404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18227
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2087
involuntary context switches= 659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.612906 second user time and 0.757884 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-16 11:05:02
IDJOB=4090889
IDBENCH=79259
IDSOLVER=2551
FILE ID=node124/4090889-1466067902
RUNJOBID= node124-1466062125-7300
PBS_JOBID= 19904015
Free space on /tmp= 71728 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.1900567985--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090889-1466067902/watcher-4090889-1466067902 -o /tmp/evaluation-result-4090889-1466067902/solver-4090889-1466067902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466062125-7300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090889-1466067902.wbo

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

MD5SUM BENCH= e639daae290163b8abe4f9e3cf3dc11c
RANDOM SEED=1131432213

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30406208 kB
Buffers:            9512 kB
Cached:            39436 kB
SwapCached:         2460 kB
Active:            84936 kB
Inactive:          26660 kB
Active(anon):      63040 kB
Inactive(anon):     1976 kB
Active(file):      21896 kB
Inactive(file):    24684 kB
Unevictable:     1644736 kB
Mlocked:         1497568 kB
SwapTotal:      67108856 kB
SwapFree:       67099392 kB
Dirty:              1824 kB
Writeback:             0 kB
AnonPages:       1716328 kB
Mapped:            15192 kB
Shmem:                 0 kB
Slab:             564564 kB
SReclaimable:       8336 kB
SUnreclaim:       556228 kB
KernelStack:        1592 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2333676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 71728 MiB
End job on node124 at 2016-06-16 11:06:26