Trace number 4090565

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 16.9324 15.7756

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
MD5SUM32bdb0ca9ee10d9e7c56deff56e319ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.5961
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090565-1466065145.wbo
0.11/0.10	c reading problem ... 
0.51/0.30	c ... done. Wall clock time 0.196s.
0.51/0.30	c declared #vars     231
0.51/0.30	c internal #vars     2008
0.51/0.30	c #constraints  2707
0.51/0.30	c constraints type 
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.51/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.51/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.51/0.30	c 2707 constraints processed.
0.51/0.30	c objective function length is 1777 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.3
0.76/0.40	o 820
0.76/0.47	c Got one! Elapsed wall clock time (in seconds):0.37
0.76/0.47	o 455
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
1.05/0.51	o 394
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.442
1.05/0.54	o 382
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
1.05/0.56	o 358
1.05/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
1.05/0.59	o 348
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
1.36/0.60	o 346
1.36/0.61	c Got one! Elapsed wall clock time (in seconds):0.507
1.36/0.61	o 222
1.36/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
1.36/0.62	o 194
1.84/0.95	c Got one! Elapsed wall clock time (in seconds):0.847
1.84/0.95	o 193
1.84/0.96	c Got one! Elapsed wall clock time (in seconds):0.857
1.84/0.96	o 192
1.84/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
1.84/0.99	o 189
1.97/1.01	c Got one! Elapsed wall clock time (in seconds):0.908
1.97/1.01	o 188
1.97/1.05	c Got one! Elapsed wall clock time (in seconds):0.948
1.97/1.05	o 184
1.97/1.05	c Got one! Elapsed wall clock time (in seconds):0.952
1.97/1.05	o 110
1.97/1.06	c Got one! Elapsed wall clock time (in seconds):0.961
1.97/1.06	o 96
2.08/1.13	c Got one! Elapsed wall clock time (in seconds):1.03
2.08/1.13	o 94
2.08/1.13	c Got one! Elapsed wall clock time (in seconds):1.035
2.08/1.13	o 92
2.08/1.16	c Got one! Elapsed wall clock time (in seconds):1.06
2.08/1.16	o 84
2.19/1.24	c Got one! Elapsed wall clock time (in seconds):1.139
2.19/1.24	o 73
2.19/1.25	c Got one! Elapsed wall clock time (in seconds):1.15
2.19/1.25	o 71
2.19/1.26	c Got one! Elapsed wall clock time (in seconds):1.158
2.19/1.26	o 70
2.28/1.37	c Got one! Elapsed wall clock time (in seconds):1.27
2.28/1.37	o 55
2.28/1.39	c Got one! Elapsed wall clock time (in seconds):1.288
2.28/1.39	o 49
2.48/1.59	c Got one! Elapsed wall clock time (in seconds):1.493
2.48/1.59	o 48
2.70/1.71	c cleaning 4997 clauses out of 9998 with flag 4929/9998
2.70/1.77	c Got one! Elapsed wall clock time (in seconds):1.666
2.70/1.77	o 44
2.87/1.80	c Got one! Elapsed wall clock time (in seconds):1.698
2.87/1.80	o 43
2.87/1.88	c Got one! Elapsed wall clock time (in seconds):1.783
2.87/1.88	o 40
3.07/2.01	c Got one! Elapsed wall clock time (in seconds):1.912
3.07/2.01	o 39
3.17/2.14	c Got one! Elapsed wall clock time (in seconds):2.039
3.17/2.14	o 34
3.38/2.31	c cleaning 6260 clauses out of 12535 with flag 11808/17532
3.38/2.34	c Got one! Elapsed wall clock time (in seconds):2.235
3.38/2.34	o 30
3.71/2.68	c cleaning 5767 clauses out of 11558 with flag 31726/22815
3.82/2.76	c Got one! Elapsed wall clock time (in seconds):2.66
3.82/2.76	o 28
4.03/2.91	c Got one! Elapsed wall clock time (in seconds):2.81
4.03/2.91	o 26
4.13/3.06	c cleaning 5763 clauses out of 11540 with flag 13700/28564
4.13/3.06	c Got one! Elapsed wall clock time (in seconds):2.963
4.13/3.06	o 22
4.54/3.45	c cleaning 5390 clauses out of 10792 with flag 35788/33579
5.03/3.93	c cleaning 5698 clauses out of 11400 with flag 83753/39577
5.64/4.56	c cleaning 6348 clauses out of 12704 with flag 150792/46579
6.23/5.11	c Got one! Elapsed wall clock time (in seconds):5.013
6.23/5.11	o 21
6.33/5.24	c Got one! Elapsed wall clock time (in seconds):5.138
6.33/5.24	o 19
6.33/5.24	c Got one! Elapsed wall clock time (in seconds):5.144
6.33/5.24	o 10
6.33/5.27	c Got one! Elapsed wall clock time (in seconds):5.166
6.33/5.27	o 5
6.64/5.60	c cleaning 9143 clauses out of 18294 with flag 28935/58517
6.93/5.87	c Got one! Elapsed wall clock time (in seconds):5.77
6.93/5.87	o 4
7.04/5.96	c cleaning 7139 clauses out of 14286 with flag 8120/63652
7.54/6.44	c cleaning 6570 clauses out of 13147 with flag 61246/69652
8.15/7.06	c cleaning 6788 clauses out of 13577 with flag 127823/76652
8.86/7.80	c cleaning 7392 clauses out of 14790 with flag 198884/84653
9.15/8.00	c Got one! Elapsed wall clock time (in seconds):7.901
9.15/8.00	o 3
9.35/8.24	c cleaning 6455 clauses out of 12919 with flag 20741/90174
9.45/8.33	c Got one! Elapsed wall clock time (in seconds):8.227
9.45/8.33	o 2
9.75/8.62	c cleaning 5941 clauses out of 11887 with flag 27321/95597
10.15/9.02	c cleaning 5955 clauses out of 11946 with flag 68510/101597
10.65/9.54	c cleaning 6481 clauses out of 12991 with flag 116601/108597
11.25/10.14	c cleaning 7242 clauses out of 14512 with flag 175168/116599
12.05/10.91	c cleaning 8125 clauses out of 16269 with flag 251641/125598
12.85/11.79	c cleaning 9067 clauses out of 18143 with flag 342495/135597
13.36/12.21	c Got one! Elapsed wall clock time (in seconds):12.11
13.36/12.21	o 1
13.75/12.66	c cleaning 9664 clauses out of 19353 with flag 40148/145874
14.36/13.21	c cleaning 7837 clauses out of 15686 with flag 89773/151871
14.97/13.82	c cleaning 7422 clauses out of 14849 with flag 139270/158871
15.57/14.47	c cleaning 7704 clauses out of 15427 with flag 187988/166871
16.17/15.07	c cleaning 8353 clauses out of 16722 with flag 238910/175871
16.68/15.59	c cleaning 9179 clauses out of 18365 with flag 283544/185871
16.88/15.77	c starts		: 122
16.88/15.77	c conflicts		: 190959
16.88/15.77	c decisions		: 353863
16.88/15.77	c propagations		: 12439282
16.88/15.77	c inspects		: 210238047
16.88/15.77	c shortcuts		: 0
16.88/15.77	c learnt literals	: 27
16.88/15.77	c learnt binary clauses	: 45
16.88/15.77	c learnt ternary clauses	: 346
16.88/15.77	c learnt constraints	: 190931
16.88/15.77	c ignored constraints	: 0
16.88/15.77	c root simplifications	: 0
16.88/15.77	c removed literals (reason simplification)	: 0
16.88/15.77	c reason swapping (by a shorter reason)	: 0
16.88/15.77	c Calls to reduceDB	: 25
16.88/15.77	c Number of update (reduction) of LBD	: 73077
16.88/15.77	c Imported unit clauses	: 0
16.88/15.77	c number of reductions to clauses (during analyze)	: 0
16.88/15.77	c number of learned constraints concerned by reduction	: 0
16.88/15.77	c number of learning phase by resolution	: 0
16.88/15.77	c number of learning phase by cutting planes	: 0
16.88/15.77	c speed (assignments/second)	: 804714.8402121878
16.88/15.77	c non guided choices	4637
16.88/15.77	c learnt constraints type 
16.88/15.77	s OPTIMUM FOUND
16.88/15.77	c Found 42 solution(s)
16.88/15.77	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 
16.88/15.77	c objective function=1
16.88/15.77	c Total wall clock time (in seconds): 15.669

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

pid=11007
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.01 2.03 1.92 3/194 11010
/proc/meminfo: memFree=31991460/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8559352 98570240 977 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 24065 977 744 9 0 16771 0
[pid=11010/tid=11011] ppid=11007 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8559353 98570240 977 33554432000 1073741824 1073778376 140735762157824 139744938532392 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.01 2.03 1.92 3/194 11010
/proc/meminfo: memFree=31991460/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 8559352 9787879424 6129 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2389619 6129 2157 9 0 2380296 0
[pid=11010/tid=11011] ppid=11007 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2375 0 1 0 6 2 0 0 20 0 18 0 8559353 9787879424 6129 33554432000 1073741824 1073778376 140735762157824 139744938535840 243768812813 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.200377 s]
/proc/loadavg: 2.01 2.03 1.92 3/194 11010
/proc/meminfo: memFree=31991460/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 4775 0 1 0 25 1 0 0 20 0 18 0 8559352 9787879424 6852 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2389619 6852 2214 9 0 2380296 0
[pid=11010/tid=11011] ppid=11007 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2389 0 1 0 16 2 0 0 20 0 18 0 8559353 9787879424 6852 33554432000 1073741824 1073778376 140735762157824 139744938536984 139744764117094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300374 s]
/proc/loadavg: 2.01 2.03 1.92 3/194 11010
/proc/meminfo: memFree=31991460/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 5977 0 1 0 49 2 0 0 20 0 18 0 8559352 9787879424 8867 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2389619 8879 2239 9 0 2380296 0
[pid=11010/tid=11011] ppid=11007 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 18 0 8559353 9787879424 8879 33554432000 1073741824 1073778376 140735762157824 139744938536984 139744945689669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700321 s]
/proc/loadavg: 2.01 2.03 1.92 3/194 11010
/proc/meminfo: memFree=31991460/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 13935 0 1 0 161 3 0 0 20 0 19 0 8559352 9856040960 12119 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 12119 2262 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2416 0 1 0 66 2 0 0 20 0 19 0 8559353 9856040960 12119 33554432000 1073741824 1073778376 140735762157824 139744938537600 139744764345015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.01 2.03 1.92 3/213 11029
/proc/meminfo: memFree=31934960/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 13947 0 1 0 245 3 0 0 20 0 19 0 8559352 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 15196 2266 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2424 0 1 0 146 2 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744938529072 139744764260864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11013] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11013/stat : 11013 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744900029224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11014] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11014/stat : 11014 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744898976424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 7311 0 0 0 44 0 0 0 20 0 19 0 8559357 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/11010/task/11026/stat : 11026 (java) S 11007 11010 9094 0 -1 4202560 2941 0 0 0 53 0 0 0 20 0 19 0 8559357 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744757385272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11027] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11027/stat : 11027 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744756333176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11028] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11028/stat : 11028 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744755280584 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11029] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11029/stat : 11029 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559383 9856040960 15196 33554432000 1073741824 1073778376 140735762157824 139744754226600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.01 2.03 1.92 3/213 11029
/proc/meminfo: memFree=31912308/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 14510 0 1 0 420 3 0 0 20 0 19 0 8559352 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 18272 2270 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2432 0 1 0 305 2 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744938535528 139744763938311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11013] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11013/stat : 11013 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744900029224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11014] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11014/stat : 11014 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744898976424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 7862 0 0 0 53 1 0 0 20 0 19 0 8559357 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11026/stat : 11026 (java) S 11007 11010 9094 0 -1 4202560 2945 0 0 0 58 0 0 0 20 0 19 0 8559357 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744757385272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11027] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11027/stat : 11027 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744756333176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11028] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11028/stat : 11028 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744755280584 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11029] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11029/stat : 11029 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559383 9856040960 18272 33554432000 1073741824 1073778376 140735762157824 139744754226600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.01 2.03 1.92 3/213 11029
/proc/meminfo: memFree=31881392/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=7.44 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 14518 0 1 0 740 4 0 0 20 0 19 0 8559352 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 21320 2270 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2440 0 1 0 625 2 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744938537376 139744764301274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11013] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11013/stat : 11013 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744900029224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11014] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11014/stat : 11014 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744898976424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 7862 0 0 0 53 2 0 0 20 0 19 0 8559357 9856040960 21320 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7

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

[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 8024 0 0 0 56 2 0 0 20 0 19 0 8559357 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11026/stat : 11026 (java) S 11007 11010 9094 0 -1 4202560 2945 0 0 0 58 0 0 0 20 0 19 0 8559357 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744757385272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11027] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11027/stat : 11027 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744756333176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11028] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11028/stat : 11028 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744755280584 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11029] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11029/stat : 11029 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559383 9856040960 28649 33554432000 1073741824 1073778376 140735762157824 139744754226600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 9625040

[startup+15.2008 s]
/proc/loadavg: 2.01 2.03 1.92 3/213 11029
/proc/meminfo: memFree=31817380/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=16.37 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 14696 0 1 0 1633 4 0 0 20 0 19 0 8559352 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 29159 2271 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=15.13 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2456 0 1 0 1511 2 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744938528512 139744764501356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11013] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11013/stat : 11013 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744900029224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11014] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11014/stat : 11014 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744898976424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 8024 0 0 0 56 2 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11026/stat : 11026 (java) S 11007 11010 9094 0 -1 4202560 2945 0 0 0 58 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744757385272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11027] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11027/stat : 11027 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744756333176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11028] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11028/stat : 11028 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744755280584 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11029] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11029/stat : 11029 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559383 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744754226600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 9625040

[startup+15.6008 s]
/proc/loadavg: 2.01 2.03 1.92 3/213 11029
/proc/meminfo: memFree=31809068/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=16.78 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 14696 0 1 0 1674 4 0 0 20 0 19 0 8559352 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 29159 2271 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=15.53 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2456 0 1 0 1551 2 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744938528512 139744764317165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11013] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11013/stat : 11013 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744900029224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11014] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11014/stat : 11014 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744898976424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 8024 0 0 0 57 2 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11026/stat : 11026 (java) S 11007 11010 9094 0 -1 4202560 2945 0 0 0 58 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744757385272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11027] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11027/stat : 11027 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744756333176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11028] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11028/stat : 11028 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744755280584 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11029] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11029/stat : 11029 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559383 9856040960 29159 33554432000 1073741824 1073778376 140735762157824 139744754226600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 9625040

[startup+15.7008 s]
/proc/loadavg: 2.01 2.03 1.92 3/213 11029
/proc/meminfo: memFree=31809068/32872528 swapFree=7268/7268
[pid=11010] ppid=11007 vsize=9625040 CPUtime=16.88 cores=1,3,5,7
/proc/11010/stat : 11010 (java) S 11007 11010 9094 0 -1 4202496 14697 0 1 0 1684 4 0 0 20 0 19 0 8559352 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 140735762148960 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11010/statm: 2406260 29671 2271 9 0 2396937 0
[pid=11010/tid=11011] ppid=11007 vsize=9625040 CPUtime=15.63 cores=1,3,5,7
/proc/11010/task/11011/stat : 11011 (java) R 11007 11010 9094 0 -1 4202560 2457 0 1 0 1561 2 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744938528512 139744764334463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11013] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11013/stat : 11013 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744900029224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11014] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11014/stat : 11014 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744898976424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11015] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11015/stat : 11015 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744897924136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11010/tid=11016] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11016/stat : 11016 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744896871336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11017] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11017/stat : 11017 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744895818024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11018] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11018/stat : 11018 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744894765224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11010/tid=11019] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11019/stat : 11019 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744893712936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11020] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11020/stat : 11020 (java) S 11007 11010 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8559353 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744892660136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11021] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11021/stat : 11021 (java) S 11007 11010 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8559354 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744762649320 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11022] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11022/stat : 11022 (java) S 11007 11010 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744761595384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11023] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11023/stat : 11023 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559355 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744760542984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11024] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11024/stat : 11024 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744759491472 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11025] ppid=11007 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/11010/task/11025/stat : 11025 (java) S 11007 11010 9094 0 -1 4202560 8024 0 0 0 57 2 0 0 20 0 19 0 8559357 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744758438072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11026] ppid=11007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11010/task/11026/stat : 11026 (java) S 11007 11010 9094 0 -1 4202560 2945 0 0 0 58 0 0 0 20 0 19 0 8559357 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744757385272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11027] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11027/stat : 11027 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744756333176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11010/tid=11028] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11028/stat : 11028 (java) S 11007 11010 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8559357 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744755280584 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11010/tid=11029] ppid=11007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11010/task/11029/stat : 11029 (java) S 11007 11010 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8559383 9856040960 29671 33554432000 1073741824 1073778376 140735762157824 139744754226600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.88
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.7756
CPU time (s): 16.9324
CPU user time (s): 16.8584
CPU system time (s): 0.073988
CPU usage (%): 107.333
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8584
system time used= 0.073988
maximum resident set size= 120792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14720
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= 582
involuntary context switches= 60

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.110983 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:19:05
IDJOB=4090565
IDBENCH=78893
IDSOLVER=2551
FILE ID=node151/4090565-1466065145
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.1900556231--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090565-1466065145/watcher-4090565-1466065145 -o /tmp/evaluation-result-4090565-1466065145/solver-4090565-1466065145 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090565-1466065145.wbo

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

MD5SUM BENCH= 32bdb0ca9ee10d9e7c56deff56e319ba
RANDOM SEED=2081873795

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:        31993936 kB
Buffers:            5620 kB
Cached:            39032 kB
SwapCached:        61608 kB
Active:            74096 kB
Inactive:          81968 kB
Active(anon):      52348 kB
Inactive(anon):    61024 kB
Active(file):      21748 kB
Inactive(file):    20944 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:        137632 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             565736 kB
SReclaimable:       8876 kB
SUnreclaim:       556860 kB
KernelStack:        1760 kB
PageTables:         4276 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:    108544 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:19:21