Trace number 4110376

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 26.01 23.9606

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571761--soft-0-100-0.wbo
MD5SUMc1a8bf15a5939881d6e0f7761d224808
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark26.01
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4110376-1466343887.wbo
0.12/0.10	c reading problem ... 
0.52/0.30	c ... done. Wall clock time 0.203s.
0.52/0.30	c declared #vars     231
0.52/0.30	c internal #vars     2938
0.52/0.30	c #constraints  2707
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.52/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.52/0.30	c 2707 constraints processed.
0.52/0.30	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.372
0.81/0.47	o 426
1.11/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
1.11/0.57	o 328
1.36/0.65	c Got one! Elapsed wall clock time (in seconds):0.549
1.36/0.65	o 319
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.565
1.36/0.66	o 298
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.577
1.36/0.68	o 194
1.61/0.70	c Got one! Elapsed wall clock time (in seconds):0.602
1.61/0.70	o 188
1.61/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.61/0.73	o 158
1.84/0.82	c Got one! Elapsed wall clock time (in seconds):0.723
1.84/0.82	o 155
1.96/0.90	c Got one! Elapsed wall clock time (in seconds):0.802
1.96/0.90	o 153
1.96/0.91	c Got one! Elapsed wall clock time (in seconds):0.815
1.96/0.91	o 152
1.96/0.93	c Got one! Elapsed wall clock time (in seconds):0.833
1.96/0.93	o 151
1.96/0.99	c Got one! Elapsed wall clock time (in seconds):0.89
1.96/0.99	o 150
2.07/1.01	c Got one! Elapsed wall clock time (in seconds):0.906
2.07/1.01	o 139
2.20/1.17	c Got one! Elapsed wall clock time (in seconds):1.07
2.20/1.17	o 136
2.20/1.18	c Got one! Elapsed wall clock time (in seconds):1.08
2.20/1.18	o 129
2.20/1.19	c Got one! Elapsed wall clock time (in seconds):1.093
2.20/1.19	o 127
2.39/1.30	c Got one! Elapsed wall clock time (in seconds):1.198
2.39/1.30	o 124
2.39/1.32	c Got one! Elapsed wall clock time (in seconds):1.223
2.39/1.32	o 123
2.39/1.36	c Got one! Elapsed wall clock time (in seconds):1.257
2.39/1.36	o 121
2.39/1.38	c Got one! Elapsed wall clock time (in seconds):1.285
2.39/1.38	o 99
2.69/1.61	c Got one! Elapsed wall clock time (in seconds):1.515
2.69/1.61	o 97
2.69/1.63	c Got one! Elapsed wall clock time (in seconds):1.535
2.69/1.63	o 96
2.79/1.79	c Got one! Elapsed wall clock time (in seconds):1.693
2.79/1.79	o 94
2.89/1.81	c Got one! Elapsed wall clock time (in seconds):1.707
2.89/1.81	o 91
3.20/2.11	c Got one! Elapsed wall clock time (in seconds):2.006
3.20/2.11	o 90
3.20/2.17	c Got one! Elapsed wall clock time (in seconds):2.069
3.20/2.17	o 77
3.30/2.22	c Got one! Elapsed wall clock time (in seconds):2.126
3.30/2.22	o 76
3.30/2.25	c Got one! Elapsed wall clock time (in seconds):2.149
3.30/2.25	o 73
3.52/2.47	c cleaning 5334 clauses out of 10679 with flag 5484/10679
3.87/2.76	c Got one! Elapsed wall clock time (in seconds):2.663
3.87/2.76	o 72
3.87/2.77	c Got one! Elapsed wall clock time (in seconds):2.671
3.87/2.77	o 66
3.87/2.78	c Got one! Elapsed wall clock time (in seconds):2.679
3.87/2.78	o 56
4.17/3.00	c Got one! Elapsed wall clock time (in seconds):2.9
4.17/3.00	o 51
4.17/3.05	c Got one! Elapsed wall clock time (in seconds):2.955
4.17/3.05	o 48
4.17/3.07	c Got one! Elapsed wall clock time (in seconds):2.966
4.17/3.07	o 46
4.27/3.14	c Got one! Elapsed wall clock time (in seconds):3.038
4.27/3.14	o 34
4.40/3.26	c Got one! Elapsed wall clock time (in seconds):3.156
4.40/3.26	o 30
4.40/3.30	c Got one! Elapsed wall clock time (in seconds):3.2
4.40/3.30	o 18
4.62/3.48	c cleaning 6348 clauses out of 12703 with flag 11085/18037
4.95/3.63	c Got one! Elapsed wall clock time (in seconds):3.526
4.95/3.63	o 17
4.95/3.64	c Got one! Elapsed wall clock time (in seconds):3.543
4.95/3.64	o 16
5.15/3.75	c Got one! Elapsed wall clock time (in seconds):3.655
5.15/3.75	o 10
5.36/3.89	c cleaning 6069 clauses out of 12146 with flag 13415/23828
5.97/4.16	c Got one! Elapsed wall clock time (in seconds):4.057
5.97/4.16	o 8
6.17/4.24	c cleaning 5957 clauses out of 11922 with flag 8076/29673
6.55/4.59	c cleaning 5975 clauses out of 11964 with flag 53939/35672
7.04/5.01	c cleaning 6482 clauses out of 12989 with flag 103492/42672
7.55/5.53	c cleaning 7239 clauses out of 14507 with flag 165229/50672
7.84/5.90	c Got one! Elapsed wall clock time (in seconds):5.797
7.84/5.90	o 7
8.24/6.21	c cleaning 9232 clauses out of 18481 with flag 37553/61885
8.54/6.57	c cleaning 7622 clauses out of 15249 with flag 83183/67885
8.84/6.86	c Got one! Elapsed wall clock time (in seconds):6.757
8.84/6.86	o 6
9.14/7.14	c Got one! Elapsed wall clock time (in seconds):7.043
9.14/7.14	o 4
9.25/7.22	c cleaning 9016 clauses out of 18046 with flag 8801/78304
9.55/7.59	c cleaning 7504 clauses out of 15031 with flag 61318/84305
10.05/8.01	c cleaning 7249 clauses out of 14524 with flag 126351/91302
10.45/8.47	c cleaning 7624 clauses out of 15276 with flag 190993/99303
11.05/9.05	c cleaning 8320 clauses out of 16651 with flag 273906/108302
11.75/9.72	c cleaning 9144 clauses out of 18331 with flag 366787/118302
12.45/10.45	c cleaning 10069 clauses out of 20187 with flag 477581/129302
12.85/10.85	c Got one! Elapsed wall clock time (in seconds):10.754
12.85/10.85	o 3
13.26/11.21	c cleaning 10593 clauses out of 21203 with flag 45975/140387
13.56/11.57	c cleaning 8292 clauses out of 16609 with flag 98765/146386
13.96/11.99	c cleaning 7655 clauses out of 15318 with flag 162668/153387
14.46/12.46	c cleaning 7816 clauses out of 15663 with flag 229380/161387
14.98/12.98	c cleaning 8414 clauses out of 16849 with flag 300759/170389
15.67/13.62	c cleaning 9209 clauses out of 18432 with flag 386160/180386
16.39/14.39	c cleaning 10110 clauses out of 20224 with flag 493588/191387
17.28/15.24	c cleaning 11048 clauses out of 22114 with flag 612396/203388
18.49/16.41	c cleaning 12023 clauses out of 24064 with flag 730234/216387
19.59/17.58	c Got one! Elapsed wall clock time (in seconds):17.476
19.59/17.58	o 2
20.19/18.12	c cleaning 14650 clauses out of 29304 with flag 36218/233650
20.69/18.67	c cleaning 10313 clauses out of 20655 with flag 78947/239651
21.29/19.21	c cleaning 8665 clauses out of 17345 with flag 126642/246654
21.89/19.90	c cleaning 8338 clauses out of 16677 with flag 183889/254651
22.59/20.57	c cleaning 8666 clauses out of 17337 with flag 241187/263650
23.31/21.26	c cleaning 9328 clauses out of 18669 with flag 291681/273650
24.21/22.15	c cleaning 10166 clauses out of 20344 with flag 353925/284653
25.11/23.01	c cleaning 11082 clauses out of 22172 with flag 418013/296650
25.91/23.89	c cleaning 12039 clauses out of 24082 with flag 479328/309651
26.01/23.94	c starts		: 128
26.01/23.94	c conflicts		: 310315
26.01/23.94	c decisions		: 578712
26.01/23.94	c propagations		: 21579811
26.01/23.94	c inspects		: 321332205
26.01/23.94	c shortcuts		: 0
26.01/23.94	c learnt literals	: 24
26.01/23.94	c learnt binary clauses	: 43
26.01/23.94	c learnt ternary clauses	: 327
26.01/23.94	c learnt constraints	: 310290
26.01/23.94	c ignored constraints	: 0
26.01/23.94	c root simplifications	: 0
26.01/23.94	c removed literals (reason simplification)	: 0
26.01/23.94	c reason swapping (by a shorter reason)	: 0
26.01/23.94	c Calls to reduceDB	: 34
26.01/23.94	c Number of update (reduction) of LBD	: 107820
26.01/23.94	c Imported unit clauses	: 0
26.01/23.94	c number of reductions to clauses (during analyze)	: 0
26.01/23.94	c number of learned constraints concerned by reduction	: 0
26.01/23.94	c number of learning phase by resolution	: 0
26.01/23.94	c number of learning phase by cutting planes	: 0
26.01/23.94	c speed (assignments/second)	: 913508.4874910045
26.01/23.94	c non guided choices	5387
26.01/23.94	c learnt constraints type 
26.01/23.94	s OPTIMUM FOUND
26.01/23.94	c Found 46 solution(s)
26.01/23.94	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 
26.01/23.94	c objective function=2
26.01/23.94	c Total wall clock time (in seconds): 23.843

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110376-1466343887/watcher-4110376-1466343887 -o /tmp/evaluation-result-4110376-1466343887/solver-4110376-1466343887 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12127 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110376-1466343887.wbo 

pid=13453
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.17 2.25 2.02 3/194 13456
/proc/meminfo: memFree=29511712/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36437284 98570240 976 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 24065 976 743 9 0 16771 0
[pid=13456/tid=13457] ppid=13453 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36437284 98570240 977 33554432000 1073741824 1073778376 140736569577392 140054446214696 270330054016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.25 2.02 3/194 13456
/proc/meminfo: memFree=29511712/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 4493 0 1 0 11 1 0 0 20 0 18 0 36437284 9787879424 6128 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2389619 6128 2157 9 0 2380296 0
[pid=13456/tid=13457] ppid=13453 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 36437284 9787879424 6128 33554432000 1073741824 1073778376 140736569577392 140054446218144 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.17 2.25 2.02 3/194 13456
/proc/meminfo: memFree=29511712/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 4771 0 1 0 26 1 0 0 20 0 18 0 36437284 9787879424 6827 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2389619 6827 2212 9 0 2380296 0
[pid=13456/tid=13457] ppid=13453 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 36437284 9787879424 6827 33554432000 1073741824 1073778376 140736569577392 140054446218144 270333426744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 2.17 2.25 2.02 3/194 13456
/proc/meminfo: memFree=29511712/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 6736 0 1 0 51 1 0 0 20 0 18 0 36437284 9787879424 9241 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2389619 9241 2237 9 0 2380296 0
[pid=13456/tid=13457] ppid=13453 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 36437284 9787879424 9241 33554432000 1073741824 1073778376 140736569577392 140054446218144 140054450497995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 2.17 2.25 2.02 3/194 13456
/proc/meminfo: memFree=29511712/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 12071 0 1 0 159 2 0 0 20 0 19 0 36437284 9856040960 13580 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 13580 2268 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 36437284 9856040960 13580 33554432000 1073741824 1073778376 140736569577392 140054446218040 140054269853686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.08 2.23 2.01 4/213 13475
/proc/meminfo: memFree=29450744/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=2.59 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 12088 0 1 0 256 3 0 0 20 0 19 0 36437284 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 17173 2272 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2427 0 1 0 146 1 0 0 20 0 19 0 36437284 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054446217720 140054270419104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13459] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13459/stat : 13459 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054407711784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13460] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13460/stat : 13460 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054406658984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13461] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13461/stat : 13461 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054405606184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13462] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13462/stat : 13462 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054404553384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13463] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13463/stat : 13463 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054403500584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13464] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13464/stat : 13464 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054402447784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13465] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13465/stat : 13465 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054401394984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13466] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13466/stat : 13466 (java) S 13453 13456 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054400342184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13467] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13467/stat : 13467 (java) S 13453 13456 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437286 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054269783016 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 5107 0 0 0 60 1 0 0 20 0 19 0 36437289 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/13456/task/13472/stat : 13472 (java) S 13453 13456 12110 0 -1 4202560 3278 0 0 0 46 0 0 0 20 0 19 0 36437289 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054264518968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13473] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13473/stat : 13473 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054263466360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13474] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13474/stat : 13474 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054262413768 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13475] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13475/stat : 13475 (java) S 13453 13456 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437316 9856040960 17173 33554432000 1073741824 1073778376 140736569577392 140054261360296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.08 2.23 2.01 4/213 13475
/proc/meminfo: memFree=29430148/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 12102 0 1 0 424 3 0 0 20 0 19 0 36437284 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 21273 2276 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2437 0 1 0 306 1 0 0 20 0 19 0 36437284 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054446219896 140054270458930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13459] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13459/stat : 13459 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054407711784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13460] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13460/stat : 13460 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054406658984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13461] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13461/stat : 13461 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054405606184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13462] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13462/stat : 13462 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054404553384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13463] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13463/stat : 13463 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054403500584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13464] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13464/stat : 13464 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054402447784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13465] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13465/stat : 13465 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054401394984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13466] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13466/stat : 13466 (java) S 13453 13456 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054400342184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13467] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13467/stat : 13467 (java) S 13453 13456 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437286 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054269783016 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 5107 0 0 0 65 1 0 0 20 0 19 0 36437289 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13456/task/13472/stat : 13472 (java) S 13453 13456 12110 0 -1 4202560 3282 0 0 0 48 0 0 0 20 0 19 0 36437289 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054264518968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13473] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13473/stat : 13473 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054263466360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13474] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13474/stat : 13474 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054262413768 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13475] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13475/stat : 13475 (java) S 13453 13456 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437316 9856040960 21273 33554432000 1073741824 1073778376 140736569577392 140054261360296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.15 2.24 2.02 5/212 13539
/proc/meminfo: memFree=29495360/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=8.34 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 21586 0 1 0 829 5 0 0 20 0 19 0 36437284 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 28348 2277 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2449 0 1 0 625 1 0 0 20 0 19 0 36437284 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054446211376 140054270370951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13459] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13459/stat : 13459 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054407711784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13460] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13460/stat : 13460 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054406658984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13461] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13461/stat : 13461 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054405606184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13462] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13462/stat : 13462 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054404553384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13463] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13463/stat : 13463 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054403500584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13464] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13464/stat : 13464 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054402447784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13465] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13465/stat : 13465 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054401394984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13466] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13466/stat : 13466 (java) S 13453 13456 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054400342184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13467] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13467/stat : 13467 (java) S 13453 13456 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437286 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054269783016 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 8598 0 0 0 106 1 0 0 20 0 19 0 36437289 9856040960 28348 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.94 cores=1,3,5,7

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

[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 8622 0 0 0 111 1 0 0 20 0 19 0 36437289 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13456/task/13472/stat : 13472 (java) S 13453 13456 12110 0 -1 4202560 9262 0 0 0 93 1 0 0 20 0 19 0 36437289 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054264518968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13473] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13473/stat : 13473 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054263466360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13474] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13474/stat : 13474 (java) S 13453 13456 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054262413768 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13475] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13475/stat : 13475 (java) S 13453 13456 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437316 9856040960 42685 33554432000 1073741824 1073778376 140736569577392 140054261360296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 9625040

[startup+23.6007 s]
/proc/loadavg: 2.12 2.23 2.02 3/213 13540
/proc/meminfo: memFree=29296720/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=25.71 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 21641 0 1 0 2565 6 0 0 20 0 19 0 36437284 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 43197 2278 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=23.51 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2480 0 1 0 2349 2 0 0 20 0 19 0 36437284 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054446210816 140054270419200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13459] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13459/stat : 13459 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054407711784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13460] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13460/stat : 13460 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054406658984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13461] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13461/stat : 13461 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054405606184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13462] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13462/stat : 13462 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054404553384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13463] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13463/stat : 13463 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054403500584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13464] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13464/stat : 13464 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054402447784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13465] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13465/stat : 13465 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054401394984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13466] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13466/stat : 13466 (java) S 13453 13456 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054400342184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13467] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13467/stat : 13467 (java) S 13453 13456 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437286 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054269783016 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 8622 0 0 0 111 1 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13456/task/13472/stat : 13472 (java) S 13453 13456 12110 0 -1 4202560 9262 0 0 0 93 1 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054264518968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13473] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13473/stat : 13473 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054263466360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13474] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13474/stat : 13474 (java) S 13453 13456 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054262413768 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13475] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13475/stat : 13475 (java) S 13453 13456 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437316 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054261360296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 9625040

[startup+23.8007 s]
/proc/loadavg: 2.12 2.23 2.02 3/213 13540
/proc/meminfo: memFree=29296720/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=25.91 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 21641 0 1 0 2585 6 0 0 20 0 19 0 36437284 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 43197 2278 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=23.71 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2480 0 1 0 2369 2 0 0 20 0 19 0 36437284 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054446210816 140054270442780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13459] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13459/stat : 13459 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054407711784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13460] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13460/stat : 13460 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054406658984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13461] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13461/stat : 13461 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054405606184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13462] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13462/stat : 13462 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054404553384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13463] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13463/stat : 13463 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054403500584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13464] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13464/stat : 13464 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054402447784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13465] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13465/stat : 13465 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054401394984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13466] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13466/stat : 13466 (java) S 13453 13456 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054400342184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13467] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13467/stat : 13467 (java) S 13453 13456 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437286 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054269783016 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 8622 0 0 0 111 1 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13456/task/13472/stat : 13472 (java) S 13453 13456 12110 0 -1 4202560 9262 0 0 0 93 1 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054264518968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13473] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13473/stat : 13473 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054263466360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13474] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13474/stat : 13474 (java) S 13453 13456 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054262413768 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13475] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13475/stat : 13475 (java) S 13453 13456 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437316 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054261360296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.91
Current children cumulated vsize (KiB) 9625040

[startup+23.9007 s]
/proc/loadavg: 2.12 2.23 2.02 3/213 13540
/proc/meminfo: memFree=29296720/32872528 swapFree=1556504/1720024
[pid=13456] ppid=13453 vsize=9625040 CPUtime=26.01 cores=1,3,5,7
/proc/13456/stat : 13456 (java) S 13453 13456 12110 0 -1 4202496 21641 0 1 0 2595 6 0 0 20 0 19 0 36437284 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140736569568528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13456/statm: 2406260 43197 2278 9 0 2396937 0
[pid=13456/tid=13457] ppid=13453 vsize=9625040 CPUtime=23.81 cores=1,3,5,7
/proc/13456/task/13457/stat : 13457 (java) R 13453 13456 12110 0 -1 4202560 2480 0 1 0 2379 2 0 0 20 0 19 0 36437284 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054446210816 140054270442789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13459] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13459/stat : 13459 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054407711784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13460] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13460/stat : 13460 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054406658984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13461] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13461/stat : 13461 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054405606184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13462] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13462/stat : 13462 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054404553384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13463] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13463/stat : 13463 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054403500584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13464] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13464/stat : 13464 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054402447784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13456/tid=13465] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13465/stat : 13465 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054401394984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13466] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13466/stat : 13466 (java) S 13453 13456 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437285 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054400342184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13467] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13467/stat : 13467 (java) S 13453 13456 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437286 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054269783016 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13468] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13468/stat : 13468 (java) S 13453 13456 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054268729080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13469] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13469/stat : 13469 (java) S 13453 13456 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437287 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054267676168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13470] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13470/stat : 13470 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054266624656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13471] ppid=13453 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/13456/task/13471/stat : 13471 (java) S 13453 13456 12110 0 -1 4202560 8622 0 0 0 111 1 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054265571768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13456/tid=13472] ppid=13453 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/13456/task/13472/stat : 13472 (java) S 13453 13456 12110 0 -1 4202560 9262 0 0 0 93 1 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054264518968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13473] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13473/stat : 13473 (java) S 13453 13456 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054263466360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13456/tid=13474] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13474/stat : 13474 (java) S 13453 13456 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437289 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054262413768 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13456/tid=13475] ppid=13453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13456/task/13475/stat : 13475 (java) S 13453 13456 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437316 9856040960 43197 33554432000 1073741824 1073778376 140736569577392 140054261360296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.01
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13456 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=908061
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=70989
# CPU time returned by wait4() is 25.9791
# while last known CPU time is 26.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 23.9606
CPU time (s): 26.01
CPU user time (s): 25.95
CPU system time (s): 0.06
CPU usage (%): 108.553
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9081
system time used= 0.070989
maximum resident set size= 177036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21693
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= 820
involuntary context switches= 77

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085986 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:44:47
IDJOB=4110376
IDBENCH=79284
IDSOLVER=2551
FILE ID=node117/4110376-1466343887
RUNJOBID= node117-1466341821-12127
PBS_JOBID= 19922035
Free space on /tmp= 71740 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.1900571761--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110376-1466343887/watcher-4110376-1466343887 -o /tmp/evaluation-result-4110376-1466343887/solver-4110376-1466343887 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12127 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110376-1466343887.wbo

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

MD5SUM BENCH= c1a8bf15a5939881d6e0f7761d224808
RANDOM SEED=823950371

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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:        29511720 kB
Buffers:          172648 kB
Cached:           592244 kB
SwapCached:            0 kB
Active:           253436 kB
Inactive:         610368 kB
Active(anon):      90716 kB
Inactive(anon):    10624 kB
Active(file):     162720 kB
Inactive(file):   599744 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1440 kB
Writeback:             0 kB
AnonPages:       1830872 kB
Mapped:            20956 kB
Shmem:               204 kB
Slab:             628852 kB
SReclaimable:      72516 kB
SUnreclaim:       556336 kB
KernelStack:        1608 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2407420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 71740 MiB
End job on node117 at 2016-06-19 15:45:11