Trace number 4109832

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 30.01 27.7307

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573137--soft-33-100-0.wbo
MD5SUM34c2ccfe3c5c18b062797c1b5794b2d4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark35.0657
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109832-1466343742.wbo
0.09/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.196s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2019
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.47/0.31	c 2707 constraints processed.
0.47/0.31	c objective function length is 1788 literals
0.73/0.43	c SATISFIABLE
0.73/0.43	c OPTIMIZING...
0.73/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.73/0.43	o 229
1.03/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
1.03/0.54	o 217
1.03/0.56	c Got one! Elapsed wall clock time (in seconds):0.451
1.03/0.56	o 208
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
1.03/0.57	o 206
1.03/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
1.03/0.59	o 205
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.497
1.31/0.61	o 199
1.31/0.63	c Got one! Elapsed wall clock time (in seconds):0.52
1.31/0.63	o 197
1.31/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.31/0.64	o 196
1.31/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
1.31/0.65	o 147
1.31/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
1.31/0.67	o 146
1.31/0.69	c Got one! Elapsed wall clock time (in seconds):0.576
1.31/0.69	o 136
1.74/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
1.74/0.81	o 129
2.08/1.16	c Got one! Elapsed wall clock time (in seconds):1.046
2.08/1.16	o 128
2.47/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
2.47/1.54	o 127
2.47/1.59	c Got one! Elapsed wall clock time (in seconds):1.485
2.47/1.59	o 121
2.70/1.70	c cleaning 4249 clauses out of 8499 with flag 4455/8499
2.70/1.74	c Got one! Elapsed wall clock time (in seconds):1.629
2.70/1.74	o 119
3.35/2.04	c Got one! Elapsed wall clock time (in seconds):1.93
3.35/2.04	o 118
3.35/2.07	c Got one! Elapsed wall clock time (in seconds):1.959
3.35/2.07	o 114
3.35/2.09	c Got one! Elapsed wall clock time (in seconds):1.983
3.35/2.09	o 107
3.54/2.13	c Got one! Elapsed wall clock time (in seconds):2.018
3.54/2.13	o 104
3.54/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
3.54/2.18	o 96
3.54/2.20	c Got one! Elapsed wall clock time (in seconds):2.092
3.54/2.20	o 95
3.54/2.20	c Got one! Elapsed wall clock time (in seconds):2.095
3.54/2.20	o 88
3.64/2.24	c Got one! Elapsed wall clock time (in seconds):2.129
3.64/2.24	o 86
3.74/2.33	c Got one! Elapsed wall clock time (in seconds):2.221
3.74/2.33	o 79
3.74/2.36	c Got one! Elapsed wall clock time (in seconds):2.246
3.74/2.36	o 76
3.83/2.43	c Got one! Elapsed wall clock time (in seconds):2.319
3.83/2.43	o 75
4.13/2.73	c Got one! Elapsed wall clock time (in seconds):2.624
4.13/2.73	o 73
4.13/2.74	c Got one! Elapsed wall clock time (in seconds):2.632
4.13/2.74	o 71
4.13/2.75	c Got one! Elapsed wall clock time (in seconds):2.638
4.13/2.75	o 67
4.13/2.76	c Got one! Elapsed wall clock time (in seconds):2.653
4.13/2.76	o 58
4.34/2.91	c cleaning 6697 clauses out of 13403 with flag 6738/17652
4.75/3.38	c Got one! Elapsed wall clock time (in seconds):3.267
4.75/3.38	o 57
4.85/3.42	c Got one! Elapsed wall clock time (in seconds):3.312
4.85/3.42	o 53
4.85/3.43	c Got one! Elapsed wall clock time (in seconds):3.319
4.85/3.43	o 51
4.85/3.44	c Got one! Elapsed wall clock time (in seconds):3.328
4.85/3.44	o 50
4.85/3.44	c Got one! Elapsed wall clock time (in seconds):3.336
4.85/3.44	o 45
4.85/3.49	c Got one! Elapsed wall clock time (in seconds):3.378
4.85/3.49	o 44
4.94/3.54	c Got one! Elapsed wall clock time (in seconds):3.433
4.94/3.54	o 39
5.04/3.67	c cleaning 6597 clauses out of 13201 with flag 7024/24147
5.44/3.89	c Got one! Elapsed wall clock time (in seconds):3.781
5.44/3.89	o 36
5.64/3.96	c Got one! Elapsed wall clock time (in seconds):3.854
5.64/3.96	o 35
5.64/3.98	c Got one! Elapsed wall clock time (in seconds):3.87
5.64/3.98	o 33
5.64/3.98	c Got one! Elapsed wall clock time (in seconds):3.873
5.64/3.98	o 11
5.86/4.02	c Got one! Elapsed wall clock time (in seconds):3.914
5.86/4.02	o 10
6.06/4.25	c cleaning 6865 clauses out of 13748 with flag 20237/31291
6.06/4.25	c Got one! Elapsed wall clock time (in seconds):4.144
6.06/4.25	o 9
6.65/4.58	c cleaning 5947 clauses out of 11906 with flag 37182/36314
7.16/4.95	c cleaning 5970 clauses out of 11959 with flag 87344/42314
7.56/5.38	c cleaning 6485 clauses out of 12989 with flag 149747/49314
7.56/5.39	c Got one! Elapsed wall clock time (in seconds):5.284
7.56/5.39	o 8
7.96/5.74	c cleaning 5825 clauses out of 11682 with flag 46642/54492
8.36/6.14	c cleaning 5914 clauses out of 11858 with flag 103550/60493
8.87/6.64	c cleaning 6466 clauses out of 12943 with flag 171006/67492
9.46/7.27	c cleaning 7228 clauses out of 14477 with flag 250453/75492
9.86/7.69	c Got one! Elapsed wall clock time (in seconds):7.583
9.86/7.69	o 5
10.16/7.96	c Got one! Elapsed wall clock time (in seconds):7.847
10.16/7.96	o 4
10.48/8.27	c cleaning 9383 clauses out of 18806 with flag 31794/87050
10.98/8.74	c cleaning 7703 clauses out of 15423 with flag 87043/93050
11.48/9.25	c cleaning 7357 clauses out of 14721 with flag 152665/100051
11.58/9.38	c Got one! Elapsed wall clock time (in seconds):9.272
11.58/9.38	o 3
11.88/9.63	c cleaning 6383 clauses out of 12769 with flag 33507/105456
12.40/10.12	c cleaning 6185 clauses out of 12386 with flag 100479/111456
13.00/10.73	c cleaning 6590 clauses out of 13200 with flag 177087/118455
13.20/10.90	c Got one! Elapsed wall clock time (in seconds):10.793
13.20/10.90	o 2
13.40/11.18	c cleaning 5951 clauses out of 11916 with flag 30594/123761
13.90/11.66	c cleaning 5972 clauses out of 11965 with flag 85537/129761
14.50/12.24	c cleaning 6490 clauses out of 12994 with flag 150796/136762
15.10/12.83	c cleaning 7239 clauses out of 14503 with flag 210001/144761
15.80/13.58	c cleaning 8127 clauses out of 16265 with flag 281919/153762
16.60/14.40	c cleaning 9055 clauses out of 18139 with flag 358670/163763
17.60/15.33	c cleaning 10038 clauses out of 20082 with flag 441550/174761
18.70/16.49	c cleaning 11012 clauses out of 22046 with flag 537740/186763
20.00/17.79	c cleaning 12011 clauses out of 24032 with flag 638021/199761
21.59/19.35	c cleaning 13002 clauses out of 26023 with flag 763065/213763
23.30/21.04	c cleaning 14002 clauses out of 28020 with flag 893273/228763
24.99/22.77	c cleaning 15006 clauses out of 30017 with flag 1011262/244762
26.79/24.58	c cleaning 15996 clauses out of 32011 with flag 1137061/261763
28.09/25.80	c Got one! Elapsed wall clock time (in seconds):25.695
28.09/25.80	o 1
28.59/26.39	c cleaning 15864 clauses out of 31748 with flag 30621/277496
28.99/26.79	c cleaning 10935 clauses out of 21883 with flag 57971/283496
29.41/27.18	c cleaning 8970 clauses out of 17945 with flag 91412/290497
29.91/27.64	c cleaning 8482 clauses out of 16975 with flag 130667/298498
30.01/27.71	c starts		: 214
30.01/27.71	c conflicts		: 300143
30.01/27.71	c decisions		: 502475
30.01/27.71	c propagations		: 20954060
30.01/27.71	c inspects		: 401694908
30.01/27.71	c shortcuts		: 0
30.01/27.71	c learnt literals	: 19
30.01/27.71	c learnt binary clauses	: 32
30.01/27.71	c learnt ternary clauses	: 252
30.01/27.71	c learnt constraints	: 300123
30.01/27.71	c ignored constraints	: 0
30.01/27.71	c root simplifications	: 0
30.01/27.71	c removed literals (reason simplification)	: 0
30.01/27.71	c reason swapping (by a shorter reason)	: 0
30.01/27.71	c Calls to reduceDB	: 34
30.01/27.71	c Number of update (reduction) of LBD	: 107581
30.01/27.71	c Imported unit clauses	: 0
30.01/27.71	c number of reductions to clauses (during analyze)	: 0
30.01/27.71	c number of learned constraints concerned by reduction	: 0
30.01/27.71	c number of learning phase by resolution	: 0
30.01/27.71	c number of learning phase by cutting planes	: 0
30.01/27.71	c speed (assignments/second)	: 764914.2147915602
30.01/27.71	c non guided choices	6290
30.01/27.71	c learnt constraints type 
30.01/27.71	s OPTIMUM FOUND
30.01/27.71	c Found 50 solution(s)
30.01/27.71	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
30.01/27.71	c objective function=1
30.01/27.71	c Total wall clock time (in seconds): 27.604

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-4109832-1466343742/watcher-4109832-1466343742 -o /tmp/evaluation-result-4109832-1466343742/solver-4109832-1466343742 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109832-1466343742.wbo 

pid=20084
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.10 1.79 3/194 20087
/proc/meminfo: memFree=31078020/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20087/stat : 20087 (java) D 20084 20087 18872 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 36424348 9515008 185 33554432000 1073741824 1073778376 140734182432448 140734182421512 270109076775 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.10 1.79 3/194 20087
/proc/meminfo: memFree=31078020/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 36424348 9787879424 6033 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.14 2.10 1.79 3/194 20087
/proc/meminfo: memFree=31078020/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 4769 0 1 0 24 1 0 0 20 0 18 0 36424348 9787879424 6823 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2389619 6823 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.14 2.10 1.79 3/194 20087
/proc/meminfo: memFree=31078020/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 5797 0 1 0 46 1 0 0 20 0 18 0 36424348 9787879424 8373 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2389619 8373 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.14 2.10 1.79 3/194 20087
/proc/meminfo: memFree=31078020/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 13884 0 1 0 158 3 0 0 20 0 19 0 36424348 9856040960 13531 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 13531 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.14 2.10 1.79 3/213 20106
/proc/meminfo: memFree=31030008/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 13893 0 1 0 244 3 0 0 20 0 19 0 36424348 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 14560 2266 9 0 2396937 0
[pid=20087/tid=20089] ppid=20084 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/20087/task/20089/stat : 20089 (java) R 20084 20087 18872 0 -1 4202560 2425 0 1 0 143 2 0 0 20 0 19 0 36424349 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815131422928 139814960205913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20090] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20090/stat : 20090 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815092914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20091] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20091/stat : 20091 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815091861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20092] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20092/stat : 20092 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815090809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20093] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20093/stat : 20093 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815089756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20094] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20094/stat : 20094 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815088704168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20095] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20095/stat : 20095 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815087651624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20096] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815086599080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20097] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139815085546536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814955362408 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 4721 0 0 0 46 0 0 0 20 0 19 0 36424353 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5471 0 0 0 52 0 0 0 20 0 19 0 36424353 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 14560 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.14 2.10 1.79 3/213 20106
/proc/meminfo: memFree=31003084/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=4.54 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 21023 0 1 0 450 4 0 0 20 0 19 0 36424348 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 23147 2270 9 0 2396937 0
[pid=20087/tid=20089] ppid=20084 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/20087/task/20089/stat : 20089 (java) R 20084 20087 18872 0 -1 4202560 2434 0 1 0 302 2 0 0 20 0 19 0 36424349 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815131423016 139814959810055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20090] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20090/stat : 20090 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815092914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20091] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20091/stat : 20091 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815091861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20092] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20092/stat : 20092 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815090809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20093] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20093/stat : 20093 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815089756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20094] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20094/stat : 20094 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815088704168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20095] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20095/stat : 20095 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815087651624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20096] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815086599080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20097] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139815085546536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814955362408 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 11813 0 0 0 86 2 0 0 20 0 19 0 36424353 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5500 0 0 0 58 0 0 0 20 0 19 0 36424353 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 23147 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.21 2.12 1.80 3/213 20106
/proc/meminfo: memFree=30984096/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=8.56 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 24825 0 1 0 850 6 0 0 20 0 19 0 36424348 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 26140 2270 9 0 2396937 0
[pid=20087/tid=20089] ppid=20084 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/20087/task/20089/stat : 20089 (java) R 20084 20087 18872 0 -1 4202560 2446 0 1 0 621 2 0 0 20 0 19 0 36424349 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815131414272 139814960167504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20090] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20090/stat : 20090 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815092914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20091] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20091/stat : 20091 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815091861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20092] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20092/stat : 20092 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815090809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20093] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20093/stat : 20093 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815089756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20094] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20094/stat : 20094 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815088704168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20095] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20095/stat : 20095 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815087651624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20096] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815086599080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20097] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139815085546536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814955362408 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 15603 0 0 0 159 3 0 0 20 0 19 0 36424353 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5500 0 0 0 66 0 0 0 20 0 19 0 36424353 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 26140 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9625040


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

[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 15604 0 0 0 162 3 0 0 20 0 19 0 36424353 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5500 0 0 0 66 0 0 0 20 0 19 0 36424353 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 39653 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 28.7
Current children cumulated vsize (KiB) 9625040

[startup+27.2008 s]
/proc/loadavg: 2.15 2.11 1.81 3/213 20106
/proc/meminfo: memFree=30925516/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=29.51 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 24858 0 1 0 2944 7 0 0 20 0 19 0 36424348 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 40165 2271 9 0 2396937 0
[pid=20087/tid=20089] ppid=20084 vsize=9625040 CPUtime=27.07 cores=1,3,5,7
/proc/20087/task/20089/stat : 20089 (java) R 20084 20087 18872 0 -1 4202560 2478 0 1 0 2705 2 0 0 20 0 19 0 36424349 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815131421096 139814960167467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20090] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20090/stat : 20090 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815092914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20091] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20091/stat : 20091 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815091861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20092] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20092/stat : 20092 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815090809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20093] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20093/stat : 20093 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815089756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20094] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20094/stat : 20094 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815088704168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20095] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20095/stat : 20095 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815087651624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20096] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815086599080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20097] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139815085546536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814955362408 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 15604 0 0 0 163 3 0 0 20 0 19 0 36424353 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5500 0 0 0 67 0 0 0 20 0 19 0 36424353 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 40165 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (KiB) 9625040

[startup+27.6078 s]
/proc/loadavg: 2.15 2.11 1.81 3/213 20106
/proc/meminfo: memFree=30921172/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=29.91 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 24859 0 1 0 2984 7 0 0 20 0 19 0 36424348 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 40677 2271 9 0 2396937 0
[pid=20087/tid=20089] ppid=20084 vsize=9625040 CPUtime=27.47 cores=1,3,5,7
/proc/20087/task/20089/stat : 20089 (java) R 20084 20087 18872 0 -1 4202560 2479 0 1 0 2745 2 0 0 20 0 19 0 36424349 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815131414272 139814960186628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20090] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20090/stat : 20090 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815092914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20091] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20091/stat : 20091 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815091861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20092] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20092/stat : 20092 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815090809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20093] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20093/stat : 20093 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815089756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20094] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20094/stat : 20094 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815088704168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20095] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20095/stat : 20095 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815087651624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20096] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815086599080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20097] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815085546536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814955362408 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 15604 0 0 0 163 3 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5500 0 0 0 67 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 29.91
Current children cumulated vsize (KiB) 9625040

[startup+27.7008 s]
/proc/loadavg: 2.15 2.11 1.81 3/213 20106
/proc/meminfo: memFree=30921172/32872528 swapFree=526336/559040
[pid=20087] ppid=20084 vsize=9625040 CPUtime=30.01 cores=1,3,5,7
/proc/20087/stat : 20087 (java) S 20084 20087 18872 0 -1 4202496 24859 0 1 0 2994 7 0 0 20 0 19 0 36424348 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 140734182423584 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20087/statm: 2406260 40677 2271 9 0 2396937 0
[pid=20087/tid=20089] ppid=20084 vsize=9625040 CPUtime=27.56 cores=1,3,5,7
/proc/20087/task/20089/stat : 20089 (java) R 20084 20087 18872 0 -1 4202560 2479 0 1 0 2754 2 0 0 20 0 19 0 36424349 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815131414272 139814960167444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20090] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20090/stat : 20090 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815092914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20091] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20091/stat : 20091 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815091861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20092] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20092/stat : 20092 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815090809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20093] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20093/stat : 20093 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815089756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20094] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20094/stat : 20094 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815088704168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20095] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20095/stat : 20095 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815087651624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20096] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815086599080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20087/tid=20097] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424350 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139815085546536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814955362408 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814954308728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424351 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814953256072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814952204816 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 18872 0 -1 4202560 15604 0 0 0 163 3 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814951152184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20087/tid=20103] ppid=20084 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20087/task/20103/stat : 20103 (java) S 20084 20087 18872 0 -1 4202560 5500 0 0 0 67 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814950099640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20104] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20104/stat : 20104 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814949047288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20087/tid=20105] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20105/stat : 20105 (java) S 20084 20087 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424353 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814947994952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20087/tid=20106] ppid=20084 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20087/task/20106/stat : 20106 (java) S 20084 20087 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424380 9856040960 40677 33554432000 1073741824 1073778376 140734182432448 139814946939688 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 30.01
Current children cumulated vsize (KiB) 9625040

Child status: 30

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

Real time (s): 27.7307
CPU time (s): 30.01
CPU user time (s): 29.94
CPU system time (s): 0.07
CPU usage (%): 108.219
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8875
system time used= 0.090986
maximum resident set size= 164816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24883
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= 890
involuntary context switches= 276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.199969 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:42:22
IDJOB=4109832
IDBENCH=78939
IDSOLVER=2551
FILE ID=node106/4109832-1466343742
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573137--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109832-1466343742/watcher-4109832-1466343742 -o /tmp/evaluation-result-4109832-1466343742/solver-4109832-1466343742 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109832-1466343742.wbo

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

MD5SUM BENCH= 34c2ccfe3c5c18b062797c1b5794b2d4
RANDOM SEED=2004754997

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31078184 kB
Buffers:           71420 kB
Cached:           226068 kB
SwapCached:         1780 kB
Active:           205180 kB
Inactive:         238920 kB
Active(anon):     145648 kB
Inactive(anon):     3188 kB
Active(file):      59532 kB
Inactive(file):   235732 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:               688 kB
Writeback:             0 kB
AnonPages:        815044 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             624908 kB
SReclaimable:      68480 kB
SUnreclaim:       556428 kB
KernelStack:        1760 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71700 MiB
End job on node106 at 2016-06-19 15:42:50