Trace number 4090890

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 29.72 28.6401

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568186--soft-0-100-0.wbo
MD5SUM0bc882feda752f8542fa470cf04f3d53
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark29.72
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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@587bd9f2
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@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090890-1466067930.wbo
0.10/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.215s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2938
0.48/0.33	c #constraints  2707
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 2707 literals
1.06/0.50	c SATISFIABLE
1.06/0.50	c OPTIMIZING...
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.385
1.06/0.50	o 450
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
1.06/0.53	o 343
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
1.06/0.55	o 337
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
1.06/0.57	o 286
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
1.06/0.59	o 268
1.31/0.62	c Got one! Elapsed wall clock time (in seconds):0.509
1.31/0.62	o 254
1.31/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.31/0.65	o 232
1.57/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.57/0.79	o 229
1.67/0.80	c Got one! Elapsed wall clock time (in seconds):0.685
1.67/0.80	o 194
1.67/0.81	c Got one! Elapsed wall clock time (in seconds):0.696
1.67/0.81	o 192
1.67/0.82	c Got one! Elapsed wall clock time (in seconds):0.707
1.67/0.82	o 182
1.67/0.83	c Got one! Elapsed wall clock time (in seconds):0.717
1.67/0.83	o 181
2.17/1.35	c Got one! Elapsed wall clock time (in seconds):1.242
2.17/1.35	o 179
2.17/1.37	c Got one! Elapsed wall clock time (in seconds):1.259
2.17/1.37	o 174
2.17/1.38	c Got one! Elapsed wall clock time (in seconds):1.268
2.17/1.38	o 170
2.68/1.81	c Got one! Elapsed wall clock time (in seconds):1.697
2.68/1.81	o 164
2.68/1.83	c Got one! Elapsed wall clock time (in seconds):1.722
2.68/1.83	o 160
2.89/2.04	c Got one! Elapsed wall clock time (in seconds):1.925
2.89/2.04	o 158
3.00/2.18	c Got one! Elapsed wall clock time (in seconds):2.065
3.00/2.18	o 156
3.11/2.28	c Got one! Elapsed wall clock time (in seconds):2.164
3.11/2.28	o 154
3.11/2.28	c Got one! Elapsed wall clock time (in seconds):2.173
3.11/2.28	o 139
3.11/2.30	c Got one! Elapsed wall clock time (in seconds):2.19
3.11/2.30	o 127
3.71/2.83	c cleaning 4712 clauses out of 9425 with flag 10821/9425
4.97/4.03	c cleaning 5338 clauses out of 10714 with flag 51313/15426
5.39/4.42	c Got one! Elapsed wall clock time (in seconds):4.31
5.39/4.42	o 126
5.39/4.47	c Got one! Elapsed wall clock time (in seconds):4.355
5.39/4.47	o 125
5.49/4.55	c Got one! Elapsed wall clock time (in seconds):4.44
5.49/4.55	o 119
5.49/4.57	c Got one! Elapsed wall clock time (in seconds):4.458
5.49/4.57	o 97
5.49/4.58	c Got one! Elapsed wall clock time (in seconds):4.469
5.49/4.58	o 94
5.88/4.98	c Got one! Elapsed wall clock time (in seconds):4.871
5.88/4.98	o 89
5.98/5.06	c Got one! Elapsed wall clock time (in seconds):4.95
5.98/5.06	o 83
5.98/5.08	c Got one! Elapsed wall clock time (in seconds):4.973
5.98/5.08	o 82
6.28/5.37	c Got one! Elapsed wall clock time (in seconds):5.263
6.28/5.37	o 80
6.59/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
6.59/5.69	o 79
6.68/5.72	c Got one! Elapsed wall clock time (in seconds):5.612
6.68/5.72	o 78
6.68/5.73	c Got one! Elapsed wall clock time (in seconds):5.621
6.68/5.73	o 68
6.88/5.93	c cleaning 7005 clauses out of 14018 with flag 5324/24068
7.00/6.09	c Got one! Elapsed wall clock time (in seconds):5.978
7.00/6.09	o 65
7.10/6.10	c Got one! Elapsed wall clock time (in seconds):5.988
7.10/6.10	o 63
7.10/6.11	c Got one! Elapsed wall clock time (in seconds):5.997
7.10/6.11	o 58
7.10/6.18	c Got one! Elapsed wall clock time (in seconds):6.073
7.10/6.18	o 57
7.40/6.44	c Got one! Elapsed wall clock time (in seconds):6.329
7.40/6.44	o 55
7.40/6.48	c Got one! Elapsed wall clock time (in seconds):6.373
7.40/6.48	o 46
7.74/6.71	c Got one! Elapsed wall clock time (in seconds):6.595
7.74/6.71	o 39
7.84/6.84	c Got one! Elapsed wall clock time (in seconds):6.731
7.84/6.84	o 37
8.05/7.06	c cleaning 7703 clauses out of 15431 with flag 10105/32486
8.15/7.16	c Got one! Elapsed wall clock time (in seconds):7.054
8.15/7.16	o 35
8.25/7.25	c Got one! Elapsed wall clock time (in seconds):7.137
8.25/7.25	o 34
8.35/7.35	c Got one! Elapsed wall clock time (in seconds):7.242
8.35/7.35	o 25
8.77/7.77	c cleaning 7275 clauses out of 14563 with flag 24436/39321
8.77/7.78	c Got one! Elapsed wall clock time (in seconds):7.665
8.77/7.78	o 24
8.96/7.98	c Got one! Elapsed wall clock time (in seconds):7.869
8.96/7.98	o 23
9.06/8.05	c Got one! Elapsed wall clock time (in seconds):7.936
9.06/8.05	o 22
9.36/8.33	c cleaning 6610 clauses out of 13237 with flag 21292/45270
9.87/8.90	c cleaning 6301 clauses out of 12626 with flag 61539/51269
10.56/9.56	c Got one! Elapsed wall clock time (in seconds):9.448
10.56/9.56	o 20
10.86/9.89	c Got one! Elapsed wall clock time (in seconds):9.783
10.86/9.89	o 18
11.16/10.14	c cleaning 9244 clauses out of 18504 with flag 18371/63448
11.36/10.36	c Got one! Elapsed wall clock time (in seconds):10.245
11.36/10.36	o 17
11.66/10.61	c cleaning 7339 clauses out of 14701 with flag 25081/68889
12.07/11.07	c cleaning 6668 clauses out of 13362 with flag 80253/74889
12.17/11.16	c Got one! Elapsed wall clock time (in seconds):11.05
12.17/11.16	o 16
12.56/11.52	c cleaning 6050 clauses out of 12138 with flag 36912/80333
12.96/11.97	c Got one! Elapsed wall clock time (in seconds):11.859
12.96/11.97	o 15
13.47/12.48	c cleaning 8157 clauses out of 16313 with flag 49209/90558
13.57/12.59	c Got one! Elapsed wall clock time (in seconds):12.474
13.57/12.59	o 11
13.77/12.75	c Got one! Elapsed wall clock time (in seconds):12.643
13.77/12.75	o 10
13.99/12.93	c cleaning 7109 clauses out of 14241 with flag 15713/96643
14.49/13.42	c cleaning 6558 clauses out of 13133 with flag 66607/102644
14.99/13.96	c cleaning 6780 clauses out of 13574 with flag 124323/109643
15.29/14.26	c Got one! Elapsed wall clock time (in seconds):14.146
15.29/14.26	o 9
15.39/14.33	c cleaning 5974 clauses out of 11968 with flag 8020/114817
15.88/14.84	c cleaning 5994 clauses out of 11994 with flag 56526/120817
15.88/14.84	c Got one! Elapsed wall clock time (in seconds):14.73
15.88/14.84	o 8
16.18/15.13	c cleaning 5514 clauses out of 11051 with flag 31171/125868
16.59/15.59	c cleaning 5766 clauses out of 11537 with flag 76661/131868
16.68/15.70	c Got one! Elapsed wall clock time (in seconds):15.585
16.68/15.70	o 7
17.08/16.02	c cleaning 5570 clauses out of 11152 with flag 29031/137249
17.18/16.16	c Got one! Elapsed wall clock time (in seconds):16.053
17.18/16.16	o 6
17.48/16.42	c cleaning 5515 clauses out of 11037 with flag 21062/142704
17.98/16.95	c cleaning 5760 clauses out of 11526 with flag 63667/148709
18.08/17.08	c Got one! Elapsed wall clock time (in seconds):16.965
18.08/17.08	o 5
18.38/17.33	c cleaning 5752 clauses out of 11516 with flag 21074/154459
18.79/17.72	c cleaning 5874 clauses out of 11766 with flag 56472/160461
19.19/18.15	c cleaning 6434 clauses out of 12890 with flag 94806/167459
19.79/18.73	c cleaning 7217 clauses out of 14455 with flag 142155/175459
20.48/19.44	c cleaning 8110 clauses out of 16239 with flag 197297/184460
21.28/20.24	c cleaning 9058 clauses out of 18128 with flag 261842/194460
22.30/21.24	c cleaning 10021 clauses out of 20068 with flag 336771/205459
23.50/22.47	c cleaning 11016 clauses out of 22049 with flag 415788/217461
25.01/23.95	c cleaning 12006 clauses out of 24036 with flag 507938/230464
26.52/25.50	c Got one! Elapsed wall clock time (in seconds):25.385
26.52/25.50	o 4
27.02/25.96	c Got one! Elapsed wall clock time (in seconds):25.847
27.02/25.96	o 3
27.32/26.23	c cleaning 15582 clauses out of 31163 with flag 11948/249599
27.92/26.83	c cleaning 10785 clauses out of 21580 with flag 49645/255599
28.52/27.49	c cleaning 8888 clauses out of 17791 with flag 91723/262596
29.22/28.10	c cleaning 8442 clauses out of 16900 with flag 134198/270596
29.72/28.63	c starts		: 188
29.72/28.63	c conflicts		: 277421
29.72/28.63	c decisions		: 577347
29.72/28.63	c propagations		: 33209395
29.72/28.63	c inspects		: 289522579
29.72/28.63	c shortcuts		: 0
29.72/28.63	c learnt literals	: 23
29.72/28.63	c learnt binary clauses	: 52
29.72/28.63	c learnt ternary clauses	: 276
29.72/28.63	c learnt constraints	: 277397
29.72/28.63	c ignored constraints	: 0
29.72/28.63	c root simplifications	: 0
29.72/28.63	c removed literals (reason simplification)	: 0
29.72/28.63	c reason swapping (by a shorter reason)	: 0
29.72/28.63	c Calls to reduceDB	: 35
29.72/28.63	c Number of update (reduction) of LBD	: 111026
29.72/28.63	c Imported unit clauses	: 0
29.72/28.63	c number of reductions to clauses (during analyze)	: 0
29.72/28.63	c number of learned constraints concerned by reduction	: 0
29.72/28.63	c number of learning phase by resolution	: 0
29.72/28.63	c number of learning phase by cutting planes	: 0
29.72/28.63	c speed (assignments/second)	: 1173974.6535633483
29.72/28.63	c non guided choices	8031
29.72/28.63	c learnt constraints type 
29.72/28.63	s OPTIMUM FOUND
29.72/28.63	c Found 62 solution(s)
29.72/28.63	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 
29.72/28.63	c objective function=3
29.72/28.63	c Total wall clock time (in seconds): 28.522

Verifier Data

OK	3

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

pid=9238
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.11 2.04 3/194 9241
/proc/meminfo: memFree=31667716/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 8839645 95129600 927 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 23225 927 703 9 0 16769 0
[pid=9241/tid=9242] ppid=9238 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) D 9238 9241 7942 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 8839646 95129600 927 33554432000 1073741824 1073778376 140733917973520 139646210498088 262953594151 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.11 2.11 2.04 3/194 9241
/proc/meminfo: memFree=31667716/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 4405 0 1 0 9 1 0 0 20 0 18 0 8839645 9787879424 6042 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2389619 6042 2125 9 0 2380296 0
[pid=9241/tid=9242] ppid=9238 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 8839646 9787879424 6042 33554432000 1073741824 1073778376 140733917973520 139646210501536 262966142221 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.200315 s]
/proc/loadavg: 2.11 2.11 2.04 3/194 9241
/proc/meminfo: memFree=31667716/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 4737 0 1 0 24 1 0 0 20 0 18 0 8839645 9787879424 6827 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2389619 6827 2201 9 0 2380296 0
[pid=9241/tid=9242] ppid=9238 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 8839646 9787879424 6827 33554432000 1073741824 1073778376 140733917973520 139646210501536 139646046656588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.11 2.11 2.04 3/194 9241
/proc/meminfo: memFree=31667716/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 6368 0 1 0 46 2 0 0 20 0 18 0 8839645 9787879424 8696 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2389619 8696 2236 9 0 2380296 0
[pid=9241/tid=9242] ppid=9238 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 8839646 9787879424 8696 33554432000 1073741824 1073778376 140733917973520 139646210502200 139646047063537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.11 2.11 2.04 3/194 9241
/proc/meminfo: memFree=31667716/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=1.57 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10151 0 1 0 155 2 0 0 20 0 19 0 8839645 9856040960 12491 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 12491 2270 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 8839646 9856040960 12491 33554432000 1073741824 1073778376 140733917973520 139646210502672 139646047241454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.11 2.11 2.04 3/213 9260
/proc/meminfo: memFree=31617812/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10160 0 1 0 236 2 0 0 20 0 19 0 8839645 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 15054 2272 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2424 0 1 0 146 2 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646210502920 139646047158384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9244/stat : 9244 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646171995048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9245] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9245/stat : 9245 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646170942504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9246] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9246/stat : 9246 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646169889448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9247] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9247/stat : 9247 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646168836904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9248] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9248/stat : 9248 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646167783848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9249] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9249/stat : 9249 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646166731304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9250] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9250/stat : 9250 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646165678248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9251] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9251/stat : 9251 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646046562600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9252] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9252/stat : 9252 (java) S 9238 9241 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646034365288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3424 0 0 0 44 0 0 0 20 0 19 0 8839650 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9241/task/9257/stat : 9257 (java) S 9238 9241 7942 0 -1 4202560 3036 0 0 0 42 0 0 0 20 0 19 0 8839650 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139645290535352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9258] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9258/stat : 9258 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139645289482488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9259] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9259/stat : 9259 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139645288430152 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9260] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9260/stat : 9260 (java) S 9238 9241 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839680 9856040960 15054 33554432000 1073741824 1073778376 140733917973520 139645287376424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.18 2.13 2.04 3/213 9260
/proc/meminfo: memFree=31604532/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=4.07 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10173 0 1 0 404 3 0 0 20 0 19 0 8839645 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 17106 2276 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2430 0 1 0 305 2 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646210503208 139646047180376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9244/stat : 9244 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646171995048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9245] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9245/stat : 9245 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646170942504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9246] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9246/stat : 9246 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646169889448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9247] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9247/stat : 9247 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646168836904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9248] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9248/stat : 9248 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646167783848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9249] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9249/stat : 9249 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646166731304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9250] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9250/stat : 9250 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646165678248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9251] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9251/stat : 9251 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646046562600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9252] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9252/stat : 9252 (java) S 9238 9241 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646034365288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3427 0 0 0 49 0 0 0 20 0 19 0 8839650 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9241/task/9257/stat : 9257 (java) S 9238 9241 7942 0 -1 4202560 3040 0 0 0 46 0 0 0 20 0 19 0 8839650 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139645290535352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9258] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9258/stat : 9258 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139645289482488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9259] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9259/stat : 9259 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139645288430152 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9260] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9260/stat : 9260 (java) S 9238 9241 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839680 9856040960 17106 33554432000 1073741824 1073778376 140733917973520 139645287376424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.18 2.13 2.04 3/213 9260
/proc/meminfo: memFree=31579620/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=7.3 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10188 0 1 0 727 3 0 0 20 0 19 0 8839645 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 22212 2277 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2443 0 1 0 625 2 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646210494768 139646047216375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9244/stat : 9244 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646171995048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9245] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9245/stat : 9245 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646170942504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9246] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9246/stat : 9246 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646169889448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9247] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9247/stat : 9247 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646168836904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9248] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9248/stat : 9248 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646167783848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9249] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9249/stat : 9249 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646166731304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9250] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9250/stat : 9250 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646165678248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9251] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9251/stat : 9251 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646046562600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9252] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9252/stat : 9252 (java) S 9238 9241 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646034365288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3428 0 0 0 52 0 0 0 20 0 19 0 8839650 9856040960 22212 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.46 cores=0,2,4,6

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

[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3428 0 0 0 53 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9241/task/9257/stat : 9257 (java) S 9238 9241 7942 0 -1 4202560 3041 0 0 0 56 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645290535352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9258] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9258/stat : 9258 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645289482488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9259] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9259/stat : 9259 (java) S 9238 9241 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645288430152 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9260] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9260/stat : 9260 (java) S 9238 9241 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839680 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645287376424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 28.32
Current children cumulated vsize (KiB) 9625040

[startup+28.0007 s]
/proc/loadavg: 2.12 2.12 2.04 3/213 9260
/proc/meminfo: memFree=31482828/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=29.12 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10255 0 1 0 2907 5 0 0 20 0 19 0 8839645 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 41688 2291 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=27.89 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2486 0 1 0 2786 3 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646210494208 139646047158512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9244/stat : 9244 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646171995048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9245] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9245/stat : 9245 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646170942504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9246] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9246/stat : 9246 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646169889448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9247] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9247/stat : 9247 (java) S 9238 9241 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646168836904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9248] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9248/stat : 9248 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646167783848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9249] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9249/stat : 9249 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646166731304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9250] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9250/stat : 9250 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646165678248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9251] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9251/stat : 9251 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646046562600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9252] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9252/stat : 9252 (java) S 9238 9241 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646034365288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3428 0 0 0 53 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9241/task/9257/stat : 9257 (java) S 9238 9241 7942 0 -1 4202560 3041 0 0 0 56 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645290535352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9258] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9258/stat : 9258 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645289482488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9259] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9259/stat : 9259 (java) S 9238 9241 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645288430152 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9260] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9260/stat : 9260 (java) S 9238 9241 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839680 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645287376424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.12
Current children cumulated vsize (KiB) 9625040

[startup+28.4007 s]
/proc/loadavg: 2.12 2.12 2.04 3/213 9260
/proc/meminfo: memFree=31482828/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=29.52 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10255 0 1 0 2947 5 0 0 20 0 19 0 8839645 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 41688 2291 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=28.29 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2486 0 1 0 2826 3 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646210494208 139646047180975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9244/stat : 9244 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646171995048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9245] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9245/stat : 9245 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646170942504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9246] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9246/stat : 9246 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646169889448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9247] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9247/stat : 9247 (java) S 9238 9241 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646168836904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9248] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9248/stat : 9248 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646167783848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9249] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9249/stat : 9249 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646166731304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9250] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9250/stat : 9250 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646165678248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9251] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9251/stat : 9251 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646046562600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9252] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9252/stat : 9252 (java) S 9238 9241 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646034365288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3428 0 0 0 53 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9241/task/9257/stat : 9257 (java) S 9238 9241 7942 0 -1 4202560 3041 0 0 0 56 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645290535352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9258] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9258/stat : 9258 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645289482488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9259] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9259/stat : 9259 (java) S 9238 9241 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645288430152 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9260] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9260/stat : 9260 (java) S 9238 9241 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839680 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645287376424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.52
Current children cumulated vsize (KiB) 9625040

[startup+28.6007 s]
/proc/loadavg: 2.12 2.12 2.04 3/213 9260
/proc/meminfo: memFree=31482828/32872528 swapFree=302776/319128
[pid=9241] ppid=9238 vsize=9625040 CPUtime=29.72 cores=0,2,4,6
/proc/9241/stat : 9241 (java) S 9238 9241 7942 0 -1 4202496 10255 0 1 0 2967 5 0 0 20 0 19 0 8839645 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 140733917964656 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9241/statm: 2406260 41688 2291 9 0 2396937 0
[pid=9241/tid=9242] ppid=9238 vsize=9625040 CPUtime=28.5 cores=0,2,4,6
/proc/9241/task/9242/stat : 9242 (java) R 9238 9241 7942 0 -1 4202560 2486 0 1 0 2847 3 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646210494208 139646047158207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9244/stat : 9244 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646171995048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9245] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9245/stat : 9245 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646170942504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9246] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9246/stat : 9246 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646169889448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9247] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9247/stat : 9247 (java) S 9238 9241 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646168836904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9241/tid=9248] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9248/stat : 9248 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646167783848 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9249] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9249/stat : 9249 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646166731304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9241/tid=9250] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9250/stat : 9250 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646165678248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9251] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9251/stat : 9251 (java) S 9238 9241 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8839646 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646046562600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9252] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9252/stat : 9252 (java) S 9238 9241 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646034365288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9253] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9253/stat : 9253 (java) S 9238 9241 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646033311608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9254] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9254/stat : 9254 (java) S 9238 9241 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8839648 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646032258440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9255] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9255/stat : 9255 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139646031207184 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9256] ppid=9238 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9241/task/9256/stat : 9256 (java) S 9238 9241 7942 0 -1 4202560 3428 0 0 0 53 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645291587896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9257] ppid=9238 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9241/task/9257/stat : 9257 (java) S 9238 9241 7942 0 -1 4202560 3041 0 0 0 56 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645290535352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9258] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9258/stat : 9258 (java) S 9238 9241 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645289482488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9241/tid=9259] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9259/stat : 9259 (java) S 9238 9241 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8839650 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645288430152 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9241/tid=9260] ppid=9238 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9241/task/9260/stat : 9260 (java) S 9238 9241 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839680 9856040960 41688 33554432000 1073741824 1073778376 140733917973520 139645287376424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.72
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9241 and gives
#  childrusage.ru_utime.tv_sec=29
#  childrusage.ru_utime.tv_usec=616497
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=63990
# CPU time returned by wait4() is 29.6805
# while last known CPU time is 29.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 28.6401
CPU time (s): 29.72
CPU user time (s): 29.67
CPU system time (s): 0.05
CPU usage (%): 103.771
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6165
system time used= 0.06399
maximum resident set size= 166812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10277
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 933
involuntary context switches= 88

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

The end

Launcher Data

Begin job on node128 at 2016-06-16 11:05:30
IDJOB=4090890
IDBENCH=79272
IDSOLVER=2551
FILE ID=node128/4090890-1466067930
RUNJOBID= node128-1466062123-7958
PBS_JOBID= 19904011
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 0bc882feda752f8542fa470cf04f3d53
RANDOM SEED=204561467

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31668400 kB
Buffers:            9140 kB
Cached:            38268 kB
SwapCached:         2104 kB
Active:           156440 kB
Inactive:          26152 kB
Active(anon):     135584 kB
Inactive(anon):     1596 kB
Active(file):      20856 kB
Inactive(file):    24556 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098960 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:        547600 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             565176 kB
SReclaimable:       8744 kB
SUnreclaim:       556432 kB
KernelStack:        1760 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1008244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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