Trace number 4090885

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 9.08462 7.32591

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900562192--soft-0-100-0.wbo
MD5SUMdb6ee27e0a2875f2e81d96fef92170ce
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 benchmark9.08462
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 765
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090885-1466067909.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.204s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.81/0.47	c SATISFIABLE
0.81/0.47	c OPTIMIZING...
0.81/0.47	c Got one! Elapsed wall clock time (in seconds):0.363
0.81/0.47	o 413
1.11/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
1.11/0.53	o 411
1.11/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.11/0.55	o 355
1.11/0.57	c Got one! Elapsed wall clock time (in seconds):0.469
1.11/0.57	o 327
1.40/0.60	c Got one! Elapsed wall clock time (in seconds):0.496
1.40/0.60	o 326
1.40/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.40/0.62	o 310
1.40/0.64	c Got one! Elapsed wall clock time (in seconds):0.538
1.40/0.64	o 301
1.40/0.65	c Got one! Elapsed wall clock time (in seconds):0.55
1.40/0.65	o 231
1.40/0.68	c Got one! Elapsed wall clock time (in seconds):0.578
1.40/0.68	o 226
1.70/0.70	c Got one! Elapsed wall clock time (in seconds):0.598
1.70/0.70	o 182
1.86/0.86	c Got one! Elapsed wall clock time (in seconds):0.753
1.86/0.86	o 181
1.86/0.87	c Got one! Elapsed wall clock time (in seconds):0.764
1.86/0.87	o 179
2.06/1.03	c Got one! Elapsed wall clock time (in seconds):0.923
2.06/1.03	o 176
2.17/1.13	c Got one! Elapsed wall clock time (in seconds):1.026
2.17/1.13	o 171
2.17/1.14	c Got one! Elapsed wall clock time (in seconds):1.04
2.17/1.14	o 170
2.47/1.45	c Got one! Elapsed wall clock time (in seconds):1.344
2.47/1.45	o 168
2.57/1.55	c Got one! Elapsed wall clock time (in seconds):1.447
2.57/1.55	o 166
2.57/1.56	c Got one! Elapsed wall clock time (in seconds):1.454
2.57/1.56	o 150
2.67/1.63	c Got one! Elapsed wall clock time (in seconds):1.523
2.67/1.63	o 148
2.67/1.64	c Got one! Elapsed wall clock time (in seconds):1.54
2.67/1.64	o 138
2.67/1.67	c Got one! Elapsed wall clock time (in seconds):1.562
2.67/1.67	o 135
2.89/1.81	c Got one! Elapsed wall clock time (in seconds):1.708
2.89/1.81	o 133
2.89/1.85	c Got one! Elapsed wall clock time (in seconds):1.743
2.89/1.85	o 123
2.89/1.89	c Got one! Elapsed wall clock time (in seconds):1.786
2.89/1.89	o 118
3.20/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
3.20/2.17	o 117
3.30/2.26	c Got one! Elapsed wall clock time (in seconds):2.158
3.30/2.26	o 116
3.30/2.27	c Got one! Elapsed wall clock time (in seconds):2.169
3.30/2.27	o 110
3.30/2.28	c Got one! Elapsed wall clock time (in seconds):2.175
3.30/2.28	o 70
3.40/2.32	c Got one! Elapsed wall clock time (in seconds):2.215
3.40/2.32	o 67
3.40/2.34	c Got one! Elapsed wall clock time (in seconds):2.239
3.40/2.34	o 53
3.40/2.38	c Got one! Elapsed wall clock time (in seconds):2.277
3.40/2.38	o 51
3.50/2.41	c Got one! Elapsed wall clock time (in seconds):2.309
3.50/2.41	o 43
3.50/2.43	c Got one! Elapsed wall clock time (in seconds):2.322
3.50/2.43	o 34
3.50/2.47	c Got one! Elapsed wall clock time (in seconds):2.364
3.50/2.47	o 33
3.72/2.60	c Got one! Elapsed wall clock time (in seconds):2.494
3.72/2.60	o 31
3.72/2.70	c Got one! Elapsed wall clock time (in seconds):2.591
3.72/2.70	o 30
3.82/2.72	c Got one! Elapsed wall clock time (in seconds):2.612
3.82/2.72	o 29
4.06/2.93	c Got one! Elapsed wall clock time (in seconds):2.823
4.06/2.93	o 27
4.16/3.08	c cleaning 7732 clauses out of 15469 with flag 5121/15469
4.40/3.20	c Got one! Elapsed wall clock time (in seconds):3.097
4.40/3.20	o 26
4.61/3.44	c Got one! Elapsed wall clock time (in seconds):3.334
4.61/3.44	o 17
4.80/3.61	c cleaning 6794 clauses out of 13595 with flag 12629/21327
4.80/3.64	c Got one! Elapsed wall clock time (in seconds):3.538
4.80/3.64	o 16
5.61/4.01	c cleaning 6145 clauses out of 12314 with flag 29631/26840
5.89/4.25	c Got one! Elapsed wall clock time (in seconds):4.145
5.89/4.25	o 15
5.99/4.36	c Got one! Elapsed wall clock time (in seconds):4.256
5.99/4.36	o 8
6.10/4.44	c cleaning 6168 clauses out of 12355 with flag 7123/33026
6.20/4.56	c Got one! Elapsed wall clock time (in seconds):4.457
6.20/4.56	o 6
6.41/4.75	c cleaning 5761 clauses out of 11534 with flag 17812/38373
6.81/5.11	c cleaning 5878 clauses out of 11774 with flag 63419/44374
6.91/5.29	c Got one! Elapsed wall clock time (in seconds):5.19
6.91/5.29	o 3
7.11/5.42	c cleaning 5666 clauses out of 11347 with flag 17063/49825
7.11/5.43	c Got one! Elapsed wall clock time (in seconds):5.322
7.11/5.43	o 2
7.32/5.70	c cleaning 5380 clauses out of 10770 with flag 31182/54914
7.71/6.04	c cleaning 5694 clauses out of 11388 with flag 70987/60913
7.91/6.23	c Got one! Elapsed wall clock time (in seconds):6.127
7.91/6.23	o 1
8.02/6.35	c cleaning 5460 clauses out of 10927 with flag 13705/66147
8.32/6.67	c cleaning 5730 clauses out of 11466 with flag 50906/72148
8.73/7.03	c cleaning 6367 clauses out of 12734 with flag 87671/79149
9.03/7.32	c starts		: 104
9.03/7.32	c conflicts		: 86169
9.03/7.32	c decisions		: 258241
9.03/7.32	c propagations		: 11178944
9.03/7.32	c inspects		: 59211430
9.03/7.32	c shortcuts		: 0
9.03/7.32	c learnt literals	: 18
9.03/7.32	c learnt binary clauses	: 43
9.03/7.32	c learnt ternary clauses	: 221
9.03/7.32	c learnt constraints	: 86150
9.03/7.32	c ignored constraints	: 0
9.03/7.32	c root simplifications	: 0
9.03/7.32	c removed literals (reason simplification)	: 0
9.03/7.32	c reason swapping (by a shorter reason)	: 0
9.03/7.32	c Calls to reduceDB	: 12
9.03/7.32	c Number of update (reduction) of LBD	: 35588
9.03/7.32	c Imported unit clauses	: 0
9.03/7.32	c number of reductions to clauses (during analyze)	: 0
9.03/7.32	c number of learned constraints concerned by reduction	: 0
9.03/7.32	c number of learning phase by resolution	: 0
9.03/7.32	c number of learning phase by cutting planes	: 0
9.03/7.32	c speed (assignments/second)	: 1598590.5905905906
9.03/7.32	c non guided choices	5064
9.03/7.32	c learnt constraints type 
9.03/7.32	s OPTIMUM FOUND
9.03/7.32	c Found 47 solution(s)
9.03/7.32	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 
9.03/7.32	c objective function=1
9.03/7.32	c Total wall clock time (in seconds): 7.214

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

pid=12305
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.19 2.08 2.01 3/194 12308
/proc/meminfo: memFree=31528980/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/12308/stat : 12308 (java) R 12305 12308 11396 0 -1 4202496 1188 0 0 0 0 0 0 0 20 0 1 0 8836313 23793664 838 33554432000 1073741824 1073778376 140736163742320 140736163731384 140114611376128 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 5809 851 641 9 0 128 0
[pid=12308/tid=12309] ppid=12305 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 8836313 24780800 867 33554432000 1073741824 1073778376 140736163742320 140736163731384 211458857137 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 2.19 2.08 2.01 3/194 12308
/proc/meminfo: memFree=31528980/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 8836313 9787879424 6060 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2389619 6060 2147 9 0 2380296 0
[pid=12308/tid=12309] ppid=12305 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 8836313 9787879424 6060 33554432000 1073741824 1073778376 140736163742320 140114608417696 211462186253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.19 2.08 2.01 3/194 12308
/proc/meminfo: memFree=31528980/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 4741 0 1 0 25 1 0 0 20 0 18 0 8836313 9787879424 6837 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2389619 6837 2212 9 0 2380296 0
[pid=12308/tid=12309] ppid=12305 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 8836313 9787879424 6837 33554432000 1073741824 1073778376 140736163742320 140114608417696 140114466461798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 2.19 2.08 2.01 3/194 12308
/proc/meminfo: memFree=31528980/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 6700 0 1 0 49 2 0 0 20 0 18 0 8836313 9787879424 8929 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2389619 8929 2236 9 0 2380296 0
[pid=12308/tid=12309] ppid=12305 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2398 0 1 0 26 1 0 0 20 0 18 0 8836313 9787879424 8929 33554432000 1073741824 1073778376 140736163742320 140114608418824 140114466848870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.19 2.08 2.01 3/194 12308
/proc/meminfo: memFree=31528980/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 12633 0 1 0 167 3 0 0 20 0 19 0 8836313 9856040960 13658 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 13658 2268 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 8836313 9856040960 13658 33554432000 1073741824 1073778376 140736163742320 140114608410928 140114466670095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.19 2.08 2.01 3/213 12327
/proc/meminfo: memFree=31458772/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 12643 0 1 0 254 3 0 0 20 0 19 0 8836313 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 15711 2272 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2421 0 1 0 146 2 0 0 20 0 19 0 8836313 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114608417320 140114467005727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114586520104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114585467304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 4599 0 0 0 51 0 0 0 20 0 19 0 8836318 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12305 12308 11396 0 -1 4202560 4346 0 0 0 53 1 0 0 20 0 19 0 8836318 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114359823160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114358770552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114357717960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12305 12308 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836345 9856040960 15711 33554432000 1073741824 1073778376 140736163742320 140114356663464 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.19 2.08 2.01 4/213 12327
/proc/meminfo: memFree=31428124/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=4.3 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 12663 0 1 0 426 4 0 0 20 0 19 0 8836313 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 21859 2276 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2435 0 1 0 305 2 0 0 20 0 19 0 8836313 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114608419432 140114467027153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114586520104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114585467304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 4601 0 0 0 57 0 0 0 20 0 19 0 8836318 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12305 12308 11396 0 -1 4202560 4350 0 0 0 60 1 0 0 20 0 19 0 8836318 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114359823160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114358770552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114357717960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12305 12308 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836345 9856040960 21859 33554432000 1073741824 1073778376 140736163742320 140114356663464 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.17 2.07 2.01 3/213 12327
/proc/meminfo: memFree=31360812/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=8.02 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 20279 0 1 0 796 6 0 0 20 0 19 0 8836313 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 31189 2277 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2447 0 1 0 625 3 0 0 20 0 19 0 8836313 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114608419432 140114467074733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114586520104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114585467304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 12204 0 0 0 103 2 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.65 cores=0,2,4,6

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

[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 12204 0 0 0 103 2 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12305 12308 11396 0 -1 4202560 4350 0 0 0 64 1 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114359823160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114358770552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12305 12308 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114357717960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12305 12308 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836345 9856040960 31189 33554432000 1073741824 1073778376 140736163742320 140114356663464 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9625040

[startup+6.80077 s]
/proc/loadavg: 2.17 2.07 2.01 5/213 12392
/proc/meminfo: memFree=31434616/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=8.53 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 20280 0 1 0 847 6 0 0 20 0 19 0 8836313 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 31701 2277 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=6.77 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2448 0 1 0 674 3 0 0 20 0 19 0 8836313 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114608410368 140114467073087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114586520104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114585467304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 12204 0 0 0 104 2 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12305 12308 11396 0 -1 4202560 4350 0 0 0 65 1 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114359823160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114358770552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12305 12308 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114357717960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12305 12308 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836345 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114356663464 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 9625040

[startup+7.20077 s]
/proc/loadavg: 2.17 2.07 2.01 5/213 12392
/proc/meminfo: memFree=31434616/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=8.93 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 20281 0 1 0 887 6 0 0 20 0 19 0 8836313 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 31701 2277 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2449 0 1 0 714 3 0 0 20 0 19 0 8836313 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114608417384 140114467009375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114586520104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114585467304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 12204 0 0 0 104 2 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12305 12308 11396 0 -1 4202560 4350 0 0 0 65 1 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114359823160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114358770552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12305 12308 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114357717960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12305 12308 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836345 9856040960 31701 33554432000 1073741824 1073778376 140736163742320 140114356663464 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 9625040

[startup+7.30077 s]
/proc/loadavg: 2.17 2.07 2.01 5/213 12392
/proc/meminfo: memFree=31434616/32872528 swapFree=496356/529060
[pid=12308] ppid=12305 vsize=9625040 CPUtime=9.03 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12305 12308 11396 0 -1 4202496 20282 0 1 0 897 6 0 0 20 0 19 0 8836313 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140736163733456 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406260 32213 2277 9 0 2396937 0
[pid=12308/tid=12309] ppid=12305 vsize=9625040 CPUtime=7.27 cores=0,2,4,6
/proc/12308/task/12309/stat : 12309 (java) R 12305 12308 11396 0 -1 4202560 2450 0 1 0 724 3 0 0 20 0 19 0 8836313 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114608417384 140114467058301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114586520104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114585467304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114382547240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114381494440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114380442664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114379389864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12317] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114378337064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12305 12308 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836314 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114377284264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12305 12308 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836315 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114365086184 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12305 12308 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114364032248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12305 12308 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836316 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114362979336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114361927824 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12305 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12305 12308 11396 0 -1 4202560 12204 0 0 0 104 2 0 0 20 0 19 0 8836318 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114360875960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12305 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12305 12308 11396 0 -1 4202560 4350 0 0 0 65 1 0 0 20 0 19 0 8836318 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114359823160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12305 12308 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114358770552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12305 12308 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836318 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114357717960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12305 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12305 12308 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836345 9856040960 32213 33554432000 1073741824 1073778376 140736163742320 140114356663464 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.32591
CPU time (s): 9.08462
CPU user time (s): 8.98063
CPU system time (s): 0.103984
CPU usage (%): 124.007
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.98063
system time used= 0.103984
maximum resident set size= 130964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20307
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= 424
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06099 second user time and 0.053991 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 11:05:09
IDJOB=4090885
IDBENCH=79266
IDSOLVER=2551
FILE ID=node141/4090885-1466067909
RUNJOBID= node141-1466062104-11412
PBS_JOBID= 19903999
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= db6ee27e0a2875f2e81d96fef92170ce
RANDOM SEED=1383713110

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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		: 2666.547
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.547
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:        31529508 kB
Buffers:            8624 kB
Cached:            40408 kB
SwapCached:         2888 kB
Active:            68520 kB
Inactive:          27008 kB
Active(anon):      46840 kB
Inactive(anon):     2156 kB
Active(file):      21680 kB
Inactive(file):    24852 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098988 kB
Dirty:              1444 kB
Writeback:             0 kB
AnonPages:        739668 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             565612 kB
SReclaimable:       9008 kB
SUnreclaim:       556604 kB
KernelStack:        1768 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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 node141 at 2016-06-16 11:05:16