Trace number 4090873

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 15.5116 14.3031

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900545610--soft-0-100-0.wbo
MD5SUMaacdee42f12f02195344334122667810
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark15.5116
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090873-1466067990.wbo
0.10/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.214s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2707 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.77/0.49	c SATISFIABLE
0.77/0.49	c OPTIMIZING...
0.77/0.49	c Got one! Elapsed wall clock time (in seconds):0.379
0.77/0.49	o 551
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.421
1.07/0.53	o 541
1.34/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
1.34/0.65	o 412
1.34/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
1.34/0.67	o 400
1.34/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.34/0.68	o 343
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.59/0.78	o 338
1.59/0.79	c Got one! Elapsed wall clock time (in seconds):0.681
1.59/0.79	o 314
1.82/0.80	c Got one! Elapsed wall clock time (in seconds):0.69
1.82/0.80	o 286
1.82/0.81	c Got one! Elapsed wall clock time (in seconds):0.699
1.82/0.81	o 270
1.82/0.82	c Got one! Elapsed wall clock time (in seconds):0.709
1.82/0.82	o 237
2.02/1.01	c Got one! Elapsed wall clock time (in seconds):0.902
2.02/1.01	o 236
2.02/1.03	c Got one! Elapsed wall clock time (in seconds):0.918
2.02/1.03	o 230
2.02/1.03	c Got one! Elapsed wall clock time (in seconds):0.924
2.02/1.03	o 218
2.02/1.06	c Got one! Elapsed wall clock time (in seconds):0.954
2.02/1.06	o 217
2.02/1.07	c Got one! Elapsed wall clock time (in seconds):0.96
2.02/1.07	o 130
2.02/1.10	c Got one! Elapsed wall clock time (in seconds):0.991
2.02/1.10	o 125
2.13/1.13	c Got one! Elapsed wall clock time (in seconds):1.019
2.13/1.13	o 122
2.32/1.31	c Got one! Elapsed wall clock time (in seconds):1.202
2.32/1.31	o 120
2.32/1.37	c Got one! Elapsed wall clock time (in seconds):1.262
2.32/1.37	o 119
2.32/1.38	c Got one! Elapsed wall clock time (in seconds):1.268
2.32/1.38	o 82
2.44/1.43	c Got one! Elapsed wall clock time (in seconds):1.323
2.44/1.43	o 79
2.44/1.46	c Got one! Elapsed wall clock time (in seconds):1.348
2.44/1.46	o 78
2.44/1.48	c Got one! Elapsed wall clock time (in seconds):1.367
2.44/1.48	o 74
2.55/1.51	c Got one! Elapsed wall clock time (in seconds):1.399
2.55/1.51	o 73
2.55/1.58	c Got one! Elapsed wall clock time (in seconds):1.475
2.55/1.58	o 70
2.55/1.59	c Got one! Elapsed wall clock time (in seconds):1.484
2.55/1.59	o 67
2.66/1.61	c Got one! Elapsed wall clock time (in seconds):1.501
2.66/1.61	o 62
2.66/1.63	c Got one! Elapsed wall clock time (in seconds):1.527
2.66/1.63	o 52
2.86/1.81	c Got one! Elapsed wall clock time (in seconds):1.7
2.86/1.81	o 40
2.86/1.85	c Got one! Elapsed wall clock time (in seconds):1.74
2.86/1.85	o 39
2.86/1.87	c Got one! Elapsed wall clock time (in seconds):1.761
2.86/1.87	o 36
2.99/1.90	c Got one! Elapsed wall clock time (in seconds):1.79
2.99/1.90	o 30
2.99/1.99	c Got one! Elapsed wall clock time (in seconds):1.884
2.99/1.99	o 29
3.11/2.01	c Got one! Elapsed wall clock time (in seconds):1.898
3.11/2.01	o 28
3.11/2.04	c Got one! Elapsed wall clock time (in seconds):1.932
3.11/2.04	o 11
3.33/2.26	c cleaning 6197 clauses out of 12404 with flag 16413/12404
3.77/2.67	c cleaning 6094 clauses out of 12207 with flag 67378/18404
4.28/3.14	c cleaning 6544 clauses out of 13113 with flag 134681/25404
4.89/3.70	c cleaning 7273 clauses out of 14569 with flag 210788/33404
5.60/4.42	c cleaning 8144 clauses out of 16297 with flag 304497/42405
5.90/4.76	c Got one! Elapsed wall clock time (in seconds):4.651
5.90/4.76	o 8
6.10/4.93	c cleaning 7036 clauses out of 14083 with flag 14128/48335
6.40/5.22	c Got one! Elapsed wall clock time (in seconds):5.109
6.40/5.22	o 1
6.50/5.30	c cleaning 6239 clauses out of 12490 with flag 11236/53778
6.80/5.67	c cleaning 6119 clauses out of 12252 with flag 57149/59779
7.30/6.13	c cleaning 6549 clauses out of 13133 with flag 114186/66779
7.80/6.67	c cleaning 7282 clauses out of 14584 with flag 189231/74779
8.40/7.28	c cleaning 8133 clauses out of 16301 with flag 260343/83778
9.10/7.99	c cleaning 9076 clauses out of 18168 with flag 347748/93778
9.90/8.79	c cleaning 10046 clauses out of 20093 with flag 452670/104779
11.00/9.88	c cleaning 11014 clauses out of 22047 with flag 561367/116779
12.39/11.23	c cleaning 12015 clauses out of 24035 with flag 688925/129781
13.49/12.39	c cleaning 13001 clauses out of 26017 with flag 803001/143778
14.40/13.25	c cleaning 14003 clauses out of 28016 with flag 884237/158779
15.42/14.28	c starts		: 79
15.42/14.28	c conflicts		: 174403
15.42/14.28	c decisions		: 367638
15.42/14.28	c propagations		: 9846140
15.42/14.28	c inspects		: 179509146
15.42/14.28	c shortcuts		: 0
15.42/14.28	c learnt literals	: 18
15.42/14.28	c learnt binary clauses	: 32
15.42/14.28	c learnt ternary clauses	: 202
15.42/14.28	c learnt constraints	: 174384
15.42/14.28	c ignored constraints	: 0
15.42/14.28	c root simplifications	: 0
15.42/14.28	c removed literals (reason simplification)	: 0
15.42/14.28	c reason swapping (by a shorter reason)	: 0
15.42/14.28	c Calls to reduceDB	: 17
15.42/14.28	c Number of update (reduction) of LBD	: 62471
15.42/14.28	c Imported unit clauses	: 0
15.42/14.28	c number of reductions to clauses (during analyze)	: 0
15.42/14.28	c number of learned constraints concerned by reduction	: 0
15.42/14.28	c number of learning phase by resolution	: 0
15.42/14.28	c number of learning phase by cutting planes	: 0
15.42/14.28	c speed (assignments/second)	: 706069.5589817138
15.42/14.28	c non guided choices	3661
15.42/14.28	c learnt constraints type 
15.42/14.28	s OPTIMUM FOUND
15.42/14.28	c Found 37 solution(s)
15.42/14.28	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 
15.42/14.29	c objective function=1
15.42/14.29	c Total wall clock time (in seconds): 14.177

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-4090873-1466067990/watcher-4090873-1466067990 -o /tmp/evaluation-result-4090873-1466067990/solver-4090873-1466067990 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17742 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090873-1466067990.wbo 

pid=18892
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 18895
/proc/meminfo: memFree=30412356/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8847696 98570240 977 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 24065 977 743 9 0 16771 0
[pid=18895/tid=18896] ppid=18892 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8847697 98570240 978 33554432000 1073741824 1073778376 140734231920032 140377706896936 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 18895
/proc/meminfo: memFree=30412356/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 4403 0 1 0 9 1 0 0 20 0 18 0 8847696 9787879424 6030 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2389619 6030 2125 9 0 2380296 0
[pid=18895/tid=18896] ppid=18892 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 8847697 9787879424 6030 33554432000 1073741824 1073778376 140734231920032 140377706900384 140377533271943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 18895
/proc/meminfo: memFree=30412356/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 4744 0 1 0 25 1 0 0 20 0 18 0 8847696 9787879424 6826 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2389619 6826 2201 9 0 2380296 0
[pid=18895/tid=18896] ppid=18892 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 8847697 9787879424 6826 33554432000 1073741824 1073778376 140734231920032 140377706900384 140377533209254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 18895
/proc/meminfo: memFree=30412356/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 6397 0 1 0 47 2 0 0 20 0 18 0 8847696 9787879424 8697 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2389619 8697 2236 9 0 2380296 0
[pid=18895/tid=18896] ppid=18892 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 18 0 8847697 9787879424 8697 33554432000 1073741824 1073778376 140734231920032 140377706900384 140377533309651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 2.11 2.18 2.17 3/194 18895
/proc/meminfo: memFree=30412356/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12265 0 1 0 156 3 0 0 20 0 19 0 8847696 9856040960 14006 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 14006 2268 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2421 0 1 0 66 1 0 0 20 0 19 0 8847697 9856040960 14006 33554432000 1073741824 1073778376 140734231920032 140377706902088 140377533796151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.26 2.21 2.18 3/213 18914
/proc/meminfo: memFree=30354944/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12291 0 1 0 252 3 0 0 20 0 19 0 8847696 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 18630 2272 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2431 0 1 0 146 1 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377706900008 140377533765216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18898] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18898/stat : 18898 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377668393128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18899] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18899/stat : 18899 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377667340584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4575 0 0 0 50 1 0 0 20 0 19 0 8847701 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18895/task/18911/stat : 18911 (java) S 18892 18895 17726 0 -1 4202560 4014 0 0 0 53 0 0 0 20 0 19 0 8847701 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377525811896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18912] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18912/stat : 18912 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377524759544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18913] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18913/stat : 18913 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377523707208 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18914] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18914/stat : 18914 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847730 9856040960 18630 33554432000 1073741824 1073778376 140734231920032 140377522651944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.26 2.21 2.18 3/213 18914
/proc/meminfo: memFree=30333968/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=4.28 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12307 0 1 0 424 4 0 0 20 0 19 0 8847696 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 22730 2276 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2440 0 1 0 306 1 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377706893072 140377533813062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18898] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18898/stat : 18898 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377668393128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18899] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18899/stat : 18899 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377667340584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4578 0 0 0 57 2 0 0 20 0 19 0 8847701 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/18895/task/18911/stat : 18911 (java) S 18892 18895 17726 0 -1 4202560 4018 0 0 0 57 0 0 0 20 0 19 0 8847701 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377525811896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18912] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18912/stat : 18912 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377524759544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18913] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18913/stat : 18913 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377523707208 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18914] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18914/stat : 18914 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847730 9856040960 22730 33554432000 1073741824 1073778376 140734231920032 140377522651944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.26 2.21 2.18 3/213 18914
/proc/meminfo: memFree=30319264/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=7.5 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12317 0 1 0 746 4 0 0 20 0 19 0 8847696 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 26283 2277 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2449 0 1 0 625 1 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377706893056 140377533796940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18898] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18898/stat : 18898 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377668393128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18899] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18899/stat : 18899 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377667340584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4578 0 0 0 57 2 0 0 20 0 19 0 8847701 9856040960 26283 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.59 cores=0,2,4,6

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

[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4578 0 0 0 57 2 0 0 20 0 19 0 8847701 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18895/task/18911/stat : 18911 (java) S 18892 18895 17726 0 -1 4202560 4018 0 0 0 59 0 0 0 20 0 19 0 8847701 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377525811896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18912] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18912/stat : 18912 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377524759544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18913] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18913/stat : 18913 (java) S 18892 18895 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377523707208 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18914] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18914/stat : 18914 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847730 9856040960 30891 33554432000 1073741824 1073778376 140734231920032 140377522651944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 9625040

[startup+13.6008 s]
/proc/loadavg: 2.30 2.22 2.19 4/213 18979
/proc/meminfo: memFree=30382472/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=14.8 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12327 0 1 0 1476 4 0 0 20 0 19 0 8847696 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 31403 2277 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=13.54 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2459 0 1 0 1352 2 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377706893056 140377533797039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18898] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18898/stat : 18898 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377668393128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18899] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18899/stat : 18899 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377667340584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4578 0 0 0 57 2 0 0 20 0 19 0 8847701 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18895/task/18911/stat : 18911 (java) S 18892 18895 17726 0 -1 4202560 4018 0 0 0 60 0 0 0 20 0 19 0 8847701 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377525811896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18912] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18912/stat : 18912 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377524759544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18913] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18913/stat : 18913 (java) S 18892 18895 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377523707208 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18914] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18914/stat : 18914 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847730 9856040960 31403 33554432000 1073741824 1073778376 140734231920032 140377522651944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 9625040

[startup+14.0007 s]
/proc/loadavg: 2.30 2.22 2.19 4/213 18979
/proc/meminfo: memFree=30382472/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=15.22 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12328 0 1 0 1518 4 0 0 20 0 19 0 8847696 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 31915 2277 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=13.94 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2460 0 1 0 1392 2 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377706901816 140377533773975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18898] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18898/stat : 18898 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377668393128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18899] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18899/stat : 18899 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377667340584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4578 0 0 0 58 2 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/18895/task/18911/stat : 18911 (java) S 18892 18895 17726 0 -1 4202560 4018 0 0 0 61 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377525811896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18912] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18912/stat : 18912 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377524759544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18913] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18913/stat : 18913 (java) S 18892 18895 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377523707208 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18914] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18914/stat : 18914 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847730 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377522651944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 9625040

[startup+14.2007 s]
/proc/loadavg: 2.30 2.22 2.19 4/213 18979
/proc/meminfo: memFree=30382472/32872528 swapFree=1430864/1543284
[pid=18895] ppid=18892 vsize=9625040 CPUtime=15.42 cores=0,2,4,6
/proc/18895/stat : 18895 (java) S 18892 18895 17726 0 -1 4202496 12328 0 1 0 1538 4 0 0 20 0 19 0 8847696 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140734231911168 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18895/statm: 2406260 31915 2277 9 0 2396937 0
[pid=18895/tid=18896] ppid=18892 vsize=9625040 CPUtime=14.14 cores=0,2,4,6
/proc/18895/task/18896/stat : 18896 (java) R 18892 18895 17726 0 -1 4202560 2460 0 1 0 1412 2 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377706900072 140377533846907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18898] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18898/stat : 18898 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377668393128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18899] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18899/stat : 18899 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377667340584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18900] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18900/stat : 18900 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377666288040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18895/tid=18901] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18901/stat : 18901 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377665235496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18902] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18902/stat : 18902 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377664182952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18903] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18903/stat : 18903 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377663130408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18895/tid=18904] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18904/stat : 18904 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377662077864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18905] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18905/stat : 18905 (java) S 18892 18895 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8847697 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377661025320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18906] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18906/stat : 18906 (java) S 18892 18895 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377531074664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18907] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18907/stat : 18907 (java) S 18892 18895 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377530020984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18908] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18908/stat : 18908 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847699 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377528968328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18909] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18909/stat : 18909 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377527917072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18910] ppid=18892 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18895/task/18910/stat : 18910 (java) S 18892 18895 17726 0 -1 4202560 4578 0 0 0 58 2 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377526864440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18911] ppid=18892 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/18895/task/18911/stat : 18911 (java) S 18892 18895 17726 0 -1 4202560 4018 0 0 0 61 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377525811896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18912] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18912/stat : 18912 (java) S 18892 18895 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377524759544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18895/tid=18913] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18913/stat : 18913 (java) S 18892 18895 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8847701 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377523707208 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18895/tid=18914] ppid=18892 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18895/task/18914/stat : 18914 (java) S 18892 18895 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8847730 9856040960 31915 33554432000 1073741824 1073778376 140734231920032 140377522651944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.3031
CPU time (s): 15.5116
CPU user time (s): 15.4387
CPU system time (s): 0.072988
CPU usage (%): 108.45
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4387
system time used= 0.072988
maximum resident set size= 129768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12353
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= 561
involuntary context switches= 76

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048992 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 11:06:30
IDJOB=4090873
IDBENCH=79303
IDSOLVER=2551
FILE ID=node116/4090873-1466067990
RUNJOBID= node116-1466062131-17742
PBS_JOBID= 19904020
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= aacdee42f12f02195344334122667810
RANDOM SEED=1695263152

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30413264 kB
Buffers:            9736 kB
Cached:            40120 kB
SwapCached:         2840 kB
Active:           187208 kB
Inactive:          28120 kB
Active(anon):     165504 kB
Inactive(anon):     1948 kB
Active(file):      21704 kB
Inactive(file):    26172 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:       1709032 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             565864 kB
SReclaimable:       9908 kB
SUnreclaim:       555956 kB
KernelStack:        1608 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71640 MiB
End job on node116 at 2016-06-16 11:06:44