Trace number 4090560

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 20.93 19.7395

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900547389--soft-33-100-0.wbo
MD5SUMd310a80e65163d39f069d6307e99d88f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark60.4388
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090560-1466065395.wbo
0.11/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.197s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2070
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1839 literals
0.76/0.40	c SATISFIABLE
0.76/0.40	c OPTIMIZING...
0.76/0.40	c Got one! Elapsed wall clock time (in seconds):0.303
0.76/0.40	o 560
0.76/0.47	c Got one! Elapsed wall clock time (in seconds):0.369
0.76/0.47	o 559
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
1.05/0.51	o 555
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.483
1.05/0.58	o 542
1.05/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.05/0.60	o 461
1.33/0.61	c Got one! Elapsed wall clock time (in seconds):0.507
1.33/0.61	o 443
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.542
1.33/0.64	o 434
1.33/0.66	c Got one! Elapsed wall clock time (in seconds):0.56
1.33/0.66	o 431
1.33/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
1.33/0.67	o 413
1.33/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.33/0.68	o 409
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
1.33/0.69	o 399
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.591
1.33/0.69	o 365
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.62/0.70	o 311
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.603
1.62/0.70	o 300
1.62/0.71	c Got one! Elapsed wall clock time (in seconds):0.613
1.62/0.71	o 266
1.62/0.72	c Got one! Elapsed wall clock time (in seconds):0.624
1.62/0.72	o 265
1.62/0.73	c Got one! Elapsed wall clock time (in seconds):0.628
1.62/0.73	o 232
1.62/0.75	c Got one! Elapsed wall clock time (in seconds):0.65
1.62/0.75	o 218
1.84/0.94	c Got one! Elapsed wall clock time (in seconds):0.839
1.84/0.94	o 212
1.84/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
1.84/0.95	o 210
1.94/1.01	c Got one! Elapsed wall clock time (in seconds):0.91
1.94/1.01	o 200
1.94/1.03	c Got one! Elapsed wall clock time (in seconds):0.934
1.94/1.03	o 199
1.94/1.05	c Got one! Elapsed wall clock time (in seconds):0.953
1.94/1.05	o 195
2.05/1.13	c Got one! Elapsed wall clock time (in seconds):1.031
2.05/1.13	o 192
2.05/1.20	c Got one! Elapsed wall clock time (in seconds):1.095
2.05/1.20	o 184
2.15/1.21	c Got one! Elapsed wall clock time (in seconds):1.111
2.15/1.21	o 177
2.15/1.24	c Got one! Elapsed wall clock time (in seconds):1.144
2.15/1.24	o 166
2.15/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
2.15/1.26	o 158
2.25/1.32	c Got one! Elapsed wall clock time (in seconds):1.217
2.25/1.32	o 156
2.25/1.32	c Got one! Elapsed wall clock time (in seconds):1.221
2.25/1.32	o 137
2.25/1.35	c Got one! Elapsed wall clock time (in seconds):1.252
2.25/1.35	o 134
2.25/1.37	c Got one! Elapsed wall clock time (in seconds):1.274
2.25/1.37	o 131
2.35/1.44	c Got one! Elapsed wall clock time (in seconds):1.342
2.35/1.44	o 129
2.65/1.71	c Got one! Elapsed wall clock time (in seconds):1.605
2.65/1.71	o 128
2.65/1.73	c Got one! Elapsed wall clock time (in seconds):1.627
2.65/1.73	o 127
2.85/1.91	c Got one! Elapsed wall clock time (in seconds):1.806
2.85/1.91	o 119
2.85/1.95	c Got one! Elapsed wall clock time (in seconds):1.853
2.85/1.95	o 98
3.08/2.14	c Got one! Elapsed wall clock time (in seconds):2.04
3.08/2.14	o 93
3.34/2.31	c cleaning 6205 clauses out of 12422 with flag 5417/12422
3.34/2.35	c Got one! Elapsed wall clock time (in seconds):2.249
3.34/2.35	o 89
3.34/2.37	c Got one! Elapsed wall clock time (in seconds):2.272
3.34/2.37	o 84
3.46/2.44	c Got one! Elapsed wall clock time (in seconds):2.334
3.46/2.44	o 59
3.56/2.52	c Got one! Elapsed wall clock time (in seconds):2.416
3.56/2.52	o 52
3.56/2.54	c Got one! Elapsed wall clock time (in seconds):2.442
3.56/2.54	o 50
3.66/2.62	c Got one! Elapsed wall clock time (in seconds):2.522
3.66/2.62	o 49
3.77/2.77	c Got one! Elapsed wall clock time (in seconds):2.666
3.77/2.77	o 48
3.99/2.95	c Got one! Elapsed wall clock time (in seconds):2.853
3.99/2.95	o 47
4.19/3.15	c Got one! Elapsed wall clock time (in seconds):3.051
4.19/3.15	o 42
4.29/3.23	c Got one! Elapsed wall clock time (in seconds):3.129
4.29/3.23	o 41
4.29/3.29	c Got one! Elapsed wall clock time (in seconds):3.186
4.29/3.29	o 38
4.50/3.45	c Got one! Elapsed wall clock time (in seconds):3.351
4.50/3.45	o 31
4.50/3.50	c Got one! Elapsed wall clock time (in seconds):3.395
4.50/3.50	o 27
4.59/3.59	c cleaning 9251 clauses out of 18510 with flag 4655/24715
4.75/3.60	c Got one! Elapsed wall clock time (in seconds):3.497
4.75/3.60	o 22
5.07/3.94	c cleaning 7184 clauses out of 14378 with flag 32757/29834
5.48/4.33	c cleaning 6590 clauses out of 13195 with flag 74997/35835
5.98/4.82	c cleaning 6791 clauses out of 13604 with flag 128576/42834
6.48/5.35	c cleaning 7400 clauses out of 14813 with flag 187983/50834
7.08/6.00	c cleaning 8199 clauses out of 16415 with flag 255284/59836
7.48/6.34	c Got one! Elapsed wall clock time (in seconds):6.242
7.48/6.34	o 21
7.48/6.39	c Got one! Elapsed wall clock time (in seconds):6.288
7.48/6.39	o 20
7.58/6.49	c Got one! Elapsed wall clock time (in seconds):6.387
7.58/6.49	o 19
7.79/6.70	c Got one! Elapsed wall clock time (in seconds):6.595
7.79/6.70	o 18
8.00/6.89	c cleaning 10434 clauses out of 20888 with flag 16002/72508
8.50/7.37	c cleaning 8219 clauses out of 16456 with flag 69452/78510
9.10/7.93	c cleaning 7616 clauses out of 15235 with flag 130520/85508
9.81/8.66	c cleaning 7803 clauses out of 15620 with flag 204100/93509
10.61/9.47	c cleaning 8406 clauses out of 16816 with flag 284911/102508
10.91/9.74	c Got one! Elapsed wall clock time (in seconds):9.636
10.91/9.74	o 16
10.91/9.79	c Got one! Elapsed wall clock time (in seconds):9.685
10.91/9.79	o 15
10.91/9.80	c Got one! Elapsed wall clock time (in seconds):9.696
10.91/9.80	o 11
11.12/9.95	c cleaning 7221 clauses out of 14476 with flag 14615/108574
11.31/10.14	c Got one! Elapsed wall clock time (in seconds):10.037
11.31/10.14	o 10
11.51/10.36	c cleaning 6605 clauses out of 13226 with flag 23432/114545
11.91/10.79	c cleaning 6301 clauses out of 12621 with flag 71795/120545
12.32/11.13	c Got one! Elapsed wall clock time (in seconds):11.027
12.32/11.13	o 7
12.41/11.21	c cleaning 5878 clauses out of 11762 with flag 7929/125987
12.81/11.65	c cleaning 5932 clauses out of 11887 with flag 55599/131990
13.21/12.00	c Got one! Elapsed wall clock time (in seconds):11.903
13.21/12.00	o 6
13.21/12.08	c cleaning 5722 clauses out of 11470 with flag 6497/137505
13.71/12.54	c cleaning 5873 clauses out of 11753 with flag 53903/143510
14.21/13.00	c Got one! Elapsed wall clock time (in seconds):12.902
14.21/13.00	o 5
14.61/13.46	c cleaning 8307 clauses out of 16639 with flag 32448/154270
15.11/13.96	c cleaning 7158 clauses out of 14332 with flag 72855/160270
15.72/14.51	c cleaning 7080 clauses out of 14174 with flag 120057/167270
15.82/14.64	c Got one! Elapsed wall clock time (in seconds):14.537
15.82/14.64	o 4
16.12/14.90	c cleaning 6419 clauses out of 12845 with flag 23729/173022
16.54/15.31	c cleaning 6202 clauses out of 12418 with flag 57922/179016
17.04/15.85	c cleaning 6601 clauses out of 13218 with flag 98439/186018
17.14/15.98	c Got one! Elapsed wall clock time (in seconds):15.875
17.14/15.98	o 3
17.44/16.22	c cleaning 6199 clauses out of 12420 with flag 18853/191821
17.74/16.57	c cleaning 6111 clauses out of 12223 with flag 48838/197823
18.34/17.11	c cleaning 6549 clauses out of 13112 with flag 88538/204823
18.84/17.69	c cleaning 7272 clauses out of 14561 with flag 131598/212821
19.34/18.17	c Got one! Elapsed wall clock time (in seconds):18.072
19.34/18.17	o 2
19.74/18.53	c cleaning 9845 clauses out of 19712 with flag 23200/225244
20.04/18.90	c cleaning 7928 clauses out of 15866 with flag 54192/231243
20.54/19.33	c cleaning 7465 clauses out of 14938 with flag 89060/238243
20.93/19.72	c starts		: 172
20.93/19.72	c conflicts		: 244294
20.93/19.72	c decisions		: 501203
20.93/19.72	c propagations		: 19902980
20.93/19.72	c inspects		: 236392058
20.93/19.72	c shortcuts		: 0
20.93/19.72	c learnt literals	: 20
20.93/19.72	c learnt binary clauses	: 45
20.93/19.72	c learnt ternary clauses	: 316
20.93/19.72	c learnt constraints	: 244273
20.93/19.72	c ignored constraints	: 0
20.93/19.72	c root simplifications	: 0
20.93/19.72	c removed literals (reason simplification)	: 0
20.93/19.72	c reason swapping (by a shorter reason)	: 0
20.93/19.72	c Calls to reduceDB	: 32
20.93/19.72	c Number of update (reduction) of LBD	: 95434
20.93/19.72	c Imported unit clauses	: 0
20.93/19.72	c number of reductions to clauses (during analyze)	: 0
20.93/19.72	c number of learned constraints concerned by reduction	: 0
20.93/19.72	c number of learning phase by resolution	: 0
20.93/19.72	c number of learning phase by cutting planes	: 0
20.93/19.72	c speed (assignments/second)	: 1025345.4226984698
20.93/19.72	c non guided choices	7523
20.93/19.72	c learnt constraints type 
20.93/19.72	s OPTIMUM FOUND
20.93/19.72	c Found 66 solution(s)
20.93/19.72	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 
20.93/19.72	c objective function=2
20.93/19.72	c Total wall clock time (in seconds): 19.622

Verifier Data

OK	2

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-4090560-1466065395/watcher-4090560-1466065395 -o /tmp/evaluation-result-4090560-1466065395/solver-4090560-1466065395 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090560-1466065395.wbo 

pid=12311
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.07 2.08 1.96 3/194 12314
/proc/meminfo: memFree=31926572/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 8584361 98570240 978 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 24065 978 743 9 0 16771 0
[pid=12314/tid=12315] ppid=12311 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8584361 98570240 978 33554432000 1073741824 1073778376 140733461925104 140637970378280 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.07 2.08 1.96 3/194 12314
/proc/meminfo: memFree=31926572/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 4518 0 1 0 10 1 0 0 20 0 18 0 8584361 9787879424 6149 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2389619 6149 2157 9 0 2380296 0
[pid=12314/tid=12315] ppid=12311 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2408 0 1 0 7 0 0 0 20 0 18 0 8584361 9787879424 6149 33554432000 1073741824 1073778376 140733461925104 140637970368096 140637892324885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 2.07 2.08 1.96 3/194 12314
/proc/meminfo: memFree=31926572/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 4812 0 1 0 26 1 0 0 20 0 18 0 8584361 9787879424 6863 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2389619 6863 2214 9 0 2380296 0
[pid=12314/tid=12315] ppid=12311 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2425 0 1 0 16 1 0 0 20 0 18 0 8584361 9787879424 6863 33554432000 1073741824 1073778376 140733461925104 140637970368096 140637842076928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.07 2.08 1.96 3/194 12314
/proc/meminfo: memFree=31926572/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 5962 0 1 0 49 1 0 0 20 0 18 0 8584361 9787879424 8881 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2389619 8881 2239 9 0 2380296 0
[pid=12314/tid=12315] ppid=12311 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2437 0 1 0 26 1 0 0 20 0 18 0 8584361 9787879424 8881 33554432000 1073741824 1073778376 140733461925104 140637970368096 140637972574858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 2.07 2.08 1.96 3/194 12314
/proc/meminfo: memFree=31926572/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13374 0 1 0 159 3 0 0 20 0 19 0 8584361 9856040960 13752 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 13752 2262 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2454 0 1 0 66 1 0 0 20 0 19 0 8584361 9856040960 13752 33554432000 1073741824 1073778376 140733461925104 140637970381368 140637842212281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.07 2.08 1.96 3/213 12333
/proc/meminfo: memFree=31867060/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13386 0 1 0 242 3 0 0 20 0 19 0 8584361 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 17851 2264 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2463 0 1 0 146 1 0 0 20 0 19 0 8584361 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637970374960 140637842583666 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12317] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12317/stat : 12317 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637814377256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12318] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12318/stat : 12318 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637813324456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12319] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12319/stat : 12319 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637812272168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12314/tid=12320] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12320/stat : 12320 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637811219368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12321] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12321/stat : 12321 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637810166056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12322] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12322/stat : 12322 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637809113256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12323] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12323/stat : 12323 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637808060968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12324] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12324/stat : 12324 (java) S 12311 12314 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637807008168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12325] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12325/stat : 12325 (java) S 12311 12314 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637794597608 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4340 0 0 0 45 0 0 0 20 0 19 0 8584365 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/12314/task/12330/stat : 12330 (java) S 12311 12314 9094 0 -1 4202560 5304 0 0 0 48 0 0 0 20 0 19 0 8584365 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637789333560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12331] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12331/stat : 12331 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637788281464 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12332] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12332/stat : 12332 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637787228872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12333] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12333/stat : 12333 (java) S 12311 12314 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584392 9856040960 17851 33554432000 1073741824 1073778376 140733461925104 140637786174888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.07 2.08 1.96 3/213 12333
/proc/meminfo: memFree=31850428/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13403 0 1 0 416 3 0 0 20 0 19 0 8584361 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 20929 2270 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2473 0 1 0 306 1 0 0 20 0 19 0 8584361 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637970383352 140637842551553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12317] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12317/stat : 12317 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637814377256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12318] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12318/stat : 12318 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637813324456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12319] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12319/stat : 12319 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637812272168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12314/tid=12320] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12320/stat : 12320 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637811219368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12321] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12321/stat : 12321 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637810166056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12322] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12322/stat : 12322 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637809113256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12323] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12323/stat : 12323 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637808060968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12324] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12324/stat : 12324 (java) S 12311 12314 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637807008168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12325] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12325/stat : 12325 (java) S 12311 12314 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637794597608 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4342 0 0 0 50 0 0 0 20 0 19 0 8584365 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12314/task/12330/stat : 12330 (java) S 12311 12314 9094 0 -1 4202560 5308 0 0 0 56 0 0 0 20 0 19 0 8584365 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637789333560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12331] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12331/stat : 12331 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637788281464 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12332] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12332/stat : 12332 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637787228872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12333] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12333/stat : 12333 (java) S 12311 12314 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584392 9856040960 20929 33554432000 1073741824 1073778376 140733461925104 140637786174888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.06 2.08 1.96 3/213 12333
/proc/meminfo: memFree=31823708/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13722 0 1 0 744 4 0 0 20 0 19 0 8584361 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 23410 2270 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2481 0 1 0 624 2 0 0 20 0 19 0 8584361 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637970374384 140637842583680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12317] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12317/stat : 12317 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637814377256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12318] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12318/stat : 12318 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637813324456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12319] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12319/stat : 12319 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637812272168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12314/tid=12320] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12320/stat : 12320 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637811219368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12321] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12321/stat : 12321 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637810166056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12322] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12322/stat : 12322 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637809113256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12323] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12323/stat : 12323 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637808060968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12324] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12324/stat : 12324 (java) S 12311 12314 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637807008168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12325] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12325/stat : 12325 (java) S 12311 12314 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637794597608 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4653 0 0 0 56 1 0 0 20 0 19 0 8584365 9856040960 23410 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.58 cores=1,3,5,7

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

[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4747 0 0 0 61 1 0 0 20 0 19 0 8584365 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/12314/task/12330/stat : 12330 (java) S 12311 12314 9094 0 -1 4202560 5308 0 0 0 59 0 0 0 20 0 19 0 8584365 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637789333560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12331] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12331/stat : 12331 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637788281464 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12332] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12332/stat : 12332 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637787228872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12333] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12333/stat : 12333 (java) S 12311 12314 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584392 9856040960 35188 33554432000 1073741824 1073778376 140733461925104 140637786174888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 19.64
Current children cumulated vsize (KiB) 9625040

[startup+19.2007 s]
/proc/loadavg: 2.05 2.07 1.96 3/213 12333
/proc/meminfo: memFree=31754004/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=20.44 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13844 0 1 0 2039 5 0 0 20 0 19 0 8584361 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 35700 2271 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=19.12 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2509 0 1 0 1910 2 0 0 20 0 19 0 8584361 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637970374384 140637842509031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12317] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12317/stat : 12317 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637814377256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12318] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12318/stat : 12318 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637813324456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12319] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12319/stat : 12319 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637812272168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12314/tid=12320] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12320/stat : 12320 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637811219368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12321] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12321/stat : 12321 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637810166056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12322] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12322/stat : 12322 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637809113256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12323] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12323/stat : 12323 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637808060968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12324] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12324/stat : 12324 (java) S 12311 12314 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637807008168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12325] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12325/stat : 12325 (java) S 12311 12314 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637794597608 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4747 0 0 0 61 1 0 0 20 0 19 0 8584365 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/12314/task/12330/stat : 12330 (java) S 12311 12314 9094 0 -1 4202560 5308 0 0 0 59 0 0 0 20 0 19 0 8584365 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637789333560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12331] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12331/stat : 12331 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637788281464 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12332] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12332/stat : 12332 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637787228872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12333] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12333/stat : 12333 (java) S 12311 12314 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584392 9856040960 35700 33554432000 1073741824 1073778376 140733461925104 140637786174888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.44
Current children cumulated vsize (KiB) 9625040

[startup+19.6007 s]
/proc/loadavg: 2.05 2.07 1.96 3/213 12333
/proc/meminfo: memFree=31754004/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=20.83 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13845 0 1 0 2078 5 0 0 20 0 19 0 8584361 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 36212 2271 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=19.52 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2510 0 1 0 1950 2 0 0 20 0 19 0 8584361 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637970374384 140637842508981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12317] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12317/stat : 12317 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637814377256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12318] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12318/stat : 12318 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637813324456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12319] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12319/stat : 12319 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637812272168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12314/tid=12320] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12320/stat : 12320 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637811219368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12321] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12321/stat : 12321 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637810166056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12322] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12322/stat : 12322 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637809113256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12323] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12323/stat : 12323 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637808060968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12324] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12324/stat : 12324 (java) S 12311 12314 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637807008168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12325] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12325/stat : 12325 (java) S 12311 12314 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637794597608 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4747 0 0 0 61 1 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/12314/task/12330/stat : 12330 (java) S 12311 12314 9094 0 -1 4202560 5308 0 0 0 59 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637789333560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12331] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12331/stat : 12331 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637788281464 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12332] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12332/stat : 12332 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637787228872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12333] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12333/stat : 12333 (java) S 12311 12314 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584392 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637786174888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 9625040

[startup+19.7007 s]
/proc/loadavg: 2.05 2.07 1.96 3/213 12333
/proc/meminfo: memFree=31754004/32872528 swapFree=7268/7268
[pid=12314] ppid=12311 vsize=9625040 CPUtime=20.93 cores=1,3,5,7
/proc/12314/stat : 12314 (java) S 12311 12314 9094 0 -1 4202496 13845 0 1 0 2088 5 0 0 20 0 19 0 8584361 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140733461916240 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12314/statm: 2406260 36212 2271 9 0 2396937 0
[pid=12314/tid=12315] ppid=12311 vsize=9625040 CPUtime=19.62 cores=1,3,5,7
/proc/12314/task/12315/stat : 12315 (java) R 12311 12314 9094 0 -1 4202560 2510 0 1 0 1960 2 0 0 20 0 19 0 8584361 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637970374384 140637842542306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12317] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12317/stat : 12317 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637814377256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12318] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12318/stat : 12318 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637813324456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12319] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12319/stat : 12319 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637812272168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12314/tid=12320] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12320/stat : 12320 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637811219368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12321] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12321/stat : 12321 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637810166056 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12322] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12322/stat : 12322 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637809113256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12323] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12323/stat : 12323 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637808060968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12314/tid=12324] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12324/stat : 12324 (java) S 12311 12314 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584362 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637807008168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12325] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12325/stat : 12325 (java) S 12311 12314 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637794597608 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12326] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12326/stat : 12326 (java) S 12311 12314 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637793543672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12327] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12327/stat : 12327 (java) S 12311 12314 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584363 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637792491272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12328] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12328/stat : 12328 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637791439760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12329] ppid=12311 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12314/task/12329/stat : 12329 (java) S 12311 12314 9094 0 -1 4202560 4747 0 0 0 61 1 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637790386360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12330] ppid=12311 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/12314/task/12330/stat : 12330 (java) S 12311 12314 9094 0 -1 4202560 5308 0 0 0 59 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637789333560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12331] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12331/stat : 12331 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637788281464 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12314/tid=12332] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12332/stat : 12332 (java) S 12311 12314 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584365 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637787228872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12314/tid=12333] ppid=12311 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12314/task/12333/stat : 12333 (java) S 12311 12314 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584392 9856040960 36212 33554432000 1073741824 1073778376 140733461925104 140637786174888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.93
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12314 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=847830
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60990
# CPU time returned by wait4() is 20.9088
# while last known CPU time is 20.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 19.7395
CPU time (s): 20.93
CPU user time (s): 20.88
CPU system time (s): 0.05
CPU usage (%): 106.031
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8478
system time used= 0.06099
maximum resident set size= 144908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13868
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= 694
involuntary context switches= 96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.13098 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:23:15
IDJOB=4090560
IDBENCH=78986
IDSOLVER=2551
FILE ID=node151/4090560-1466065395
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 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.1900547389--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090560-1466065395/watcher-4090560-1466065395 -o /tmp/evaluation-result-4090560-1466065395/solver-4090560-1466065395 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090560-1466065395.wbo

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

MD5SUM BENCH= d310a80e65163d39f069d6307e99d88f
RANDOM SEED=1621600036

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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:        31927736 kB
Buffers:            6952 kB
Cached:            39780 kB
SwapCached:        61608 kB
Active:           148844 kB
Inactive:          83040 kB
Active(anon):     126120 kB
Inactive(anon):    61024 kB
Active(file):      22724 kB
Inactive(file):    22016 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:        223548 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             565448 kB
SReclaimable:       8940 kB
SUnreclaim:       556508 kB
KernelStack:        1760 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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 node151 at 2016-06-16 10:23:35