Trace number 4110368

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 30.45 28.3253

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563250--soft-0-100-0.wbo
MD5SUMcf1e130a7c7d84197ef06427870fc4d7
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 benchmark30.45
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110368-1466343886.wbo
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.214s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 2707 literals
0.77/0.47	c SATISFIABLE
0.77/0.47	c OPTIMIZING...
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.361
0.77/0.47	o 644
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.07/0.51	o 639
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.43
1.07/0.54	o 359
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
1.07/0.56	o 355
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.52
1.36/0.63	o 349
1.36/0.65	c Got one! Elapsed wall clock time (in seconds):0.537
1.36/0.65	o 333
1.80/0.82	c Got one! Elapsed wall clock time (in seconds):0.71
1.80/0.82	o 332
1.80/0.83	c Got one! Elapsed wall clock time (in seconds):0.72
1.80/0.83	o 277
1.80/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.80/0.84	o 276
1.80/0.85	c Got one! Elapsed wall clock time (in seconds):0.74
1.80/0.85	o 265
1.80/0.86	c Got one! Elapsed wall clock time (in seconds):0.746
1.80/0.86	o 259
1.80/0.86	c Got one! Elapsed wall clock time (in seconds):0.754
1.80/0.86	o 242
1.92/0.90	c Got one! Elapsed wall clock time (in seconds):0.792
1.92/0.90	o 241
1.92/0.91	c Got one! Elapsed wall clock time (in seconds):0.798
1.92/0.91	o 237
1.92/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.92/0.92	o 204
1.92/0.92	c Got one! Elapsed wall clock time (in seconds):0.814
1.92/0.92	o 171
2.02/1.04	c Got one! Elapsed wall clock time (in seconds):0.93
2.02/1.04	o 168
2.13/1.12	c Got one! Elapsed wall clock time (in seconds):1.01
2.13/1.12	o 165
2.13/1.13	c Got one! Elapsed wall clock time (in seconds):1.017
2.13/1.13	o 147
2.13/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
2.13/1.16	o 145
2.13/1.20	c Got one! Elapsed wall clock time (in seconds):1.087
2.13/1.20	o 136
2.43/1.43	c Got one! Elapsed wall clock time (in seconds):1.316
2.43/1.43	o 130
2.53/1.50	c Got one! Elapsed wall clock time (in seconds):1.391
2.53/1.50	o 129
2.53/1.52	c Got one! Elapsed wall clock time (in seconds):1.406
2.53/1.52	o 119
2.53/1.52	c Got one! Elapsed wall clock time (in seconds):1.412
2.53/1.52	o 108
2.53/1.53	c Got one! Elapsed wall clock time (in seconds):1.424
2.53/1.53	o 105
2.53/1.56	c Got one! Elapsed wall clock time (in seconds):1.454
2.53/1.56	o 88
2.53/1.59	c Got one! Elapsed wall clock time (in seconds):1.48
2.53/1.59	o 60
2.62/1.62	c Got one! Elapsed wall clock time (in seconds):1.513
2.62/1.62	o 55
2.62/1.64	c Got one! Elapsed wall clock time (in seconds):1.534
2.62/1.64	o 54
2.73/1.75	c Got one! Elapsed wall clock time (in seconds):1.643
2.73/1.75	o 53
2.83/1.81	c Got one! Elapsed wall clock time (in seconds):1.705
2.83/1.81	o 52
2.83/1.83	c Got one! Elapsed wall clock time (in seconds):1.717
2.83/1.83	o 51
3.05/2.00	c Got one! Elapsed wall clock time (in seconds):1.893
3.05/2.00	o 50
3.05/2.03	c Got one! Elapsed wall clock time (in seconds):1.917
3.05/2.03	o 45
3.15/2.15	c Got one! Elapsed wall clock time (in seconds):2.04
3.15/2.15	o 41
3.15/2.16	c Got one! Elapsed wall clock time (in seconds):2.049
3.15/2.16	o 40
3.15/2.18	c Got one! Elapsed wall clock time (in seconds):2.068
3.15/2.18	o 39
3.30/2.30	c Got one! Elapsed wall clock time (in seconds):2.187
3.30/2.30	o 35
3.42/2.33	c Got one! Elapsed wall clock time (in seconds):2.218
3.42/2.33	o 34
3.42/2.36	c Got one! Elapsed wall clock time (in seconds):2.251
3.42/2.36	o 33
3.42/2.39	c Got one! Elapsed wall clock time (in seconds):2.277
3.42/2.39	o 28
3.51/2.48	c Got one! Elapsed wall clock time (in seconds):2.367
3.51/2.48	o 27
3.51/2.49	c Got one! Elapsed wall clock time (in seconds):2.382
3.51/2.49	o 24
3.71/2.67	c Got one! Elapsed wall clock time (in seconds):2.558
3.71/2.67	o 22
3.71/2.68	c Got one! Elapsed wall clock time (in seconds):2.574
3.71/2.68	o 16
3.92/2.80	c Got one! Elapsed wall clock time (in seconds):2.693
3.92/2.80	o 15
3.92/2.84	c Got one! Elapsed wall clock time (in seconds):2.729
3.92/2.84	o 14
3.92/2.88	c Got one! Elapsed wall clock time (in seconds):2.768
3.92/2.88	o 13
4.02/2.94	c Got one! Elapsed wall clock time (in seconds):2.826
4.02/2.94	o 7
4.22/3.18	c cleaning 8839 clauses out of 17689 with flag 18475/17689
4.57/3.46	c Got one! Elapsed wall clock time (in seconds):3.351
4.57/3.46	o 4
4.76/3.65	c cleaning 7320 clauses out of 14648 with flag 17034/23487
5.57/4.07	c cleaning 6657 clauses out of 13324 with flag 62514/29483
6.39/4.42	c Got one! Elapsed wall clock time (in seconds):4.313
6.39/4.42	o 3
6.79/4.78	c cleaning 8476 clauses out of 16960 with flag 40743/39776
7.09/5.02	c Got one! Elapsed wall clock time (in seconds):4.907
7.09/5.02	o 2
7.09/5.09	c cleaning 6770 clauses out of 13544 with flag 8841/44836
7.49/5.47	c cleaning 6375 clauses out of 12774 with flag 60556/50836
8.00/5.92	c cleaning 6691 clauses out of 13400 with flag 124145/57837
8.30/6.29	c Got one! Elapsed wall clock time (in seconds):6.18
8.30/6.29	o 1
8.70/6.65	c cleaning 8669 clauses out of 17344 with flag 43118/68472
9.10/7.05	c cleaning 7330 clauses out of 14675 with flag 98891/74472
9.70/7.60	c cleaning 7153 clauses out of 14346 with flag 176304/81473
10.40/8.33	c cleaning 7576 clauses out of 15194 with flag 274093/89474
11.12/9.08	c cleaning 8308 clauses out of 16619 with flag 371361/98475
12.12/10.02	c cleaning 9154 clauses out of 18309 with flag 480885/108473
13.13/11.10	c cleaning 10072 clauses out of 20155 with flag 601000/119473
14.42/12.35	c cleaning 11039 clauses out of 22083 with flag 731810/131473
15.82/13.72	c cleaning 12017 clauses out of 24043 with flag 866315/144472
17.33/15.22	c cleaning 13006 clauses out of 26024 with flag 983843/158472
18.83/16.77	c cleaning 14002 clauses out of 28019 with flag 1121322/173473
20.73/18.63	c cleaning 15006 clauses out of 30016 with flag 1259556/189472
22.95/20.89	c cleaning 16001 clauses out of 32009 with flag 1405296/206473
25.35/23.27	c cleaning 16995 clauses out of 34007 with flag 1532412/224473
28.05/25.96	c cleaning 18002 clauses out of 36010 with flag 1668247/243474
30.45/28.31	c starts		: 139
30.45/28.31	c conflicts		: 262297
30.45/28.31	c decisions		: 490119
30.45/28.31	c propagations		: 15745406
30.45/28.31	c inspects		: 442654050
30.45/28.31	c shortcuts		: 0
30.45/28.31	c learnt literals	: 19
30.45/28.31	c learnt binary clauses	: 27
30.45/28.31	c learnt ternary clauses	: 283
30.45/28.31	c learnt constraints	: 262277
30.45/28.31	c ignored constraints	: 0
30.45/28.31	c root simplifications	: 0
30.45/28.31	c removed literals (reason simplification)	: 0
30.45/28.31	c reason swapping (by a shorter reason)	: 0
30.45/28.31	c Calls to reduceDB	: 22
30.45/28.31	c Number of update (reduction) of LBD	: 93511
30.45/28.31	c Imported unit clauses	: 0
30.45/28.31	c number of reductions to clauses (during analyze)	: 0
30.45/28.31	c number of learned constraints concerned by reduction	: 0
30.45/28.31	c number of learning phase by resolution	: 0
30.45/28.31	c number of learning phase by cutting planes	: 0
30.45/28.32	c speed (assignments/second)	: 562838.4629133154
30.45/28.32	c non guided choices	6036
30.45/28.32	c learnt constraints type 
30.45/28.32	s OPTIMUM FOUND
30.45/28.32	c Found 54 solution(s)
30.45/28.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 
30.45/28.32	c objective function=1
30.45/28.32	c Total wall clock time (in seconds): 28.207

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-4110368-1466343886/watcher-4110368-1466343886 -o /tmp/evaluation-result-4110368-1466343886/solver-4110368-1466343886 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110368-1466343886.wbo 

pid=21319
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.08 2.10 1.83 3/194 21322
/proc/meminfo: memFree=31187300/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 36438715 95129600 927 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 23225 927 703 9 0 16769 0
[pid=21322/tid=21323] ppid=21319 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 2 0 36438716 98635776 943 33554432000 1073741824 1073778376 140734287553968 140046496218664 270109078378 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.08 2.10 1.83 3/194 21322
/proc/meminfo: memFree=31187300/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 4404 0 1 0 9 1 0 0 20 0 18 0 36438715 9787879424 6033 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2389619 6033 2125 9 0 2380296 0
[pid=21322/tid=21323] ppid=21319 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36438716 9787879424 6033 33554432000 1073741824 1073778376 140734287553968 140046496222112 270121624845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.08 2.10 1.83 3/194 21322
/proc/meminfo: memFree=31187300/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 4738 0 1 0 25 1 0 0 20 0 18 0 36438715 9787879424 6823 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2389619 6823 2201 9 0 2380296 0
[pid=21322/tid=21323] ppid=21319 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2393 0 1 0 17 0 0 0 20 0 18 0 36438716 9787879424 6823 33554432000 1073741824 1073778376 140734287553968 140046496222112 140046351007716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 2.08 2.10 1.83 3/194 21322
/proc/meminfo: memFree=31187300/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 6280 0 1 0 47 1 0 0 20 0 18 0 36438715 9787879424 8777 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2389619 8777 2236 9 0 2380296 0
[pid=21322/tid=21323] ppid=21319 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2395 0 1 0 27 0 0 0 20 0 18 0 36438716 9787879424 8777 33554432000 1073741824 1073778376 140734287553968 140046496222112 140046351351910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 2.08 2.10 1.83 3/194 21322
/proc/meminfo: memFree=31187300/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 12690 0 1 0 164 2 0 0 20 0 19 0 36438715 9856040960 13620 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 13620 2270 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 36438716 9856040960 13620 33554432000 1073741824 1073778376 140734287553968 140046496215344 140046351530432 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.16 2.11 1.84 3/213 21341
/proc/meminfo: memFree=31123064/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 12702 0 1 0 250 3 0 0 20 0 19 0 36438715 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 17719 2272 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2421 0 1 0 145 1 0 0 20 0 19 0 36438716 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140046496215344 140046351655658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21325] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21325/stat : 21325 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140046339975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21326] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21326/stat : 21326 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140046338923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21327] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21327/stat : 21327 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140046337870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21328] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21328/stat : 21328 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140046336818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21329] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21329/stat : 21329 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140046335764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21330] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21330/stat : 21330 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045998614696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21331] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21331/stat : 21331 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045997562408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21332] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21332/stat : 21332 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045996509608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21333] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21333/stat : 21333 (java) S 21319 21322 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045984312040 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 4338 0 0 0 51 0 0 0 20 0 19 0 36438721 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/21322/task/21338/stat : 21338 (java) S 21319 21322 18872 0 -1 4202560 4665 0 0 0 51 0 0 0 20 0 19 0 36438721 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045979047992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21339] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21339/stat : 21339 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045977995896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21340] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21340/stat : 21340 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045976943304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21341] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21341/stat : 21341 (java) S 21319 21322 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36438750 9856040960 17719 33554432000 1073741824 1073778376 140734287553968 140045975791016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.16 2.11 1.84 3/213 21341
/proc/meminfo: memFree=31102772/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 12773 0 1 0 419 3 0 0 20 0 19 0 36438715 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 25419 2272 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2437 0 1 0 302 2 0 0 20 0 19 0 36438716 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140046496221800 140046351553103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21325] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21325/stat : 21325 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140046339975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21326] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21326/stat : 21326 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140046338923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21327] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21327/stat : 21327 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140046337870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21328] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21328/stat : 21328 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140046336818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21329] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21329/stat : 21329 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140046335764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21330] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21330/stat : 21330 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045998614696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21331] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21331/stat : 21331 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045997562408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21332] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21332/stat : 21332 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045996509608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21333] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21333/stat : 21333 (java) S 21319 21322 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045984312040 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 4393 0 0 0 60 0 0 0 20 0 19 0 36438721 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/21322/task/21338/stat : 21338 (java) S 21319 21322 18872 0 -1 4202560 4665 0 0 0 53 0 0 0 20 0 19 0 36438721 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045979047992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21339] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21339/stat : 21339 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045977995896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21340] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21340/stat : 21340 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045976943304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21341] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21341/stat : 21341 (java) S 21319 21322 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36438750 9856040960 25419 33554432000 1073741824 1073778376 140734287553968 140045975791016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.16 2.11 1.84 4/213 21341
/proc/meminfo: memFree=31044384/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=8.4 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 22055 0 1 0 835 5 0 0 20 0 19 0 36438715 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 33741 2277 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2447 0 1 0 621 2 0 0 20 0 19 0 36438716 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140046496222272 140046351567954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21325] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21325/stat : 21325 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140046339975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21326] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21326/stat : 21326 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140046338923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21327] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21327/stat : 21327 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140046337870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21328] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21328/stat : 21328 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140046336818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21329] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21329/stat : 21329 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140046335764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21330] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21330/stat : 21330 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045998614696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21331] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21331/stat : 21331 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045997562408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21332] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21332/stat : 21332 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045996509608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21333] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21333/stat : 21333 (java) S 21319 21322 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045984312040 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 8613 0 0 0 110 2 0 0 20 0 19 0 36438721 9856040960 33741 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=0.99 cores=0,2,4,6

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

[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 8614 0 0 0 114 2 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21322/task/21338/stat : 21338 (java) S 21319 21322 18872 0 -1 4202560 9716 0 0 0 100 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045979047992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21339] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21339/stat : 21339 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045977995896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21340] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21340/stat : 21340 (java) S 21319 21322 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045976943304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21341] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21341/stat : 21341 (java) S 21319 21322 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36438750 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045975791016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (KiB) 9625040

[startup+28.0007 s]
/proc/loadavg: 2.24 2.13 1.85 3/213 21406
/proc/meminfo: memFree=30946852/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=30.15 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 22109 0 1 0 3009 6 0 0 20 0 19 0 36438715 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 47073 2291 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=27.87 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2477 0 1 0 2784 3 0 0 20 0 19 0 36438716 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046496222584 140046351520258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21325] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21325/stat : 21325 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046339975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21326] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21326/stat : 21326 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046338923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21327] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21327/stat : 21327 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046337870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21328] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21328/stat : 21328 (java) S 21319 21322 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046336818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21329] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21329/stat : 21329 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046335764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21330] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21330/stat : 21330 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045998614696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21331] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21331/stat : 21331 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045997562408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21332] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21332/stat : 21332 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045996509608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21333] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21333/stat : 21333 (java) S 21319 21322 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045984312040 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 8614 0 0 0 114 2 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21322/task/21338/stat : 21338 (java) S 21319 21322 18872 0 -1 4202560 9716 0 0 0 100 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045979047992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21339] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21339/stat : 21339 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045977995896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21340] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21340/stat : 21340 (java) S 21319 21322 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045976943304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21341] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21341/stat : 21341 (java) S 21319 21322 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36438750 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045975791016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 30.15
Current children cumulated vsize (KiB) 9625040

[startup+28.2007 s]
/proc/loadavg: 2.24 2.13 1.85 3/213 21406
/proc/meminfo: memFree=30946852/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=30.35 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 22109 0 1 0 3029 6 0 0 20 0 19 0 36438715 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 47073 2291 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=28.07 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2477 0 1 0 2804 3 0 0 20 0 19 0 36438716 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046496222584 140046351553103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21325] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21325/stat : 21325 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046339975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21326] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21326/stat : 21326 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046338923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21327] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21327/stat : 21327 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046337870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21328] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21328/stat : 21328 (java) S 21319 21322 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046336818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21329] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21329/stat : 21329 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046335764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21330] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21330/stat : 21330 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045998614696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21331] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21331/stat : 21331 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045997562408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21332] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21332/stat : 21332 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045996509608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21333] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21333/stat : 21333 (java) S 21319 21322 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045984312040 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 8614 0 0 0 114 2 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21322/task/21338/stat : 21338 (java) S 21319 21322 18872 0 -1 4202560 9716 0 0 0 100 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045979047992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21339] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21339/stat : 21339 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045977995896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21340] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21340/stat : 21340 (java) S 21319 21322 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045976943304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21341] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21341/stat : 21341 (java) S 21319 21322 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36438750 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045975791016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 30.35
Current children cumulated vsize (KiB) 9625040

[startup+28.3007 s]
/proc/loadavg: 2.24 2.13 1.85 3/213 21406
/proc/meminfo: memFree=30946852/32872528 swapFree=526336/559040
[pid=21322] ppid=21319 vsize=9625040 CPUtime=30.45 cores=0,2,4,6
/proc/21322/stat : 21322 (java) S 21319 21322 18872 0 -1 4202496 22109 0 1 0 3039 6 0 0 20 0 19 0 36438715 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140734287545104 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21322/statm: 2406260 47073 2291 9 0 2396937 0
[pid=21322/tid=21323] ppid=21319 vsize=9625040 CPUtime=28.17 cores=0,2,4,6
/proc/21322/task/21323/stat : 21323 (java) R 21319 21322 18872 0 -1 4202560 2477 0 1 0 2814 3 0 0 20 0 19 0 36438716 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046496223872 140046351950623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21325] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21325/stat : 21325 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046339975976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21326] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21326/stat : 21326 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046338923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21327] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21327/stat : 21327 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046337870888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21328] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21328/stat : 21328 (java) S 21319 21322 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046336818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21329] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21329/stat : 21329 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140046335764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21330] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21330/stat : 21330 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045998614696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21331] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21331/stat : 21331 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045997562408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21332] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21332/stat : 21332 (java) S 21319 21322 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36438717 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045996509608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21322/tid=21333] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21333/stat : 21333 (java) S 21319 21322 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045984312040 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21334] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21334/stat : 21334 (java) S 21319 21322 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045983258104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21335] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21335/stat : 21335 (java) S 21319 21322 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36438718 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045982205704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21336] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21336/stat : 21336 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045981154192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21322/tid=21337] ppid=21319 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21322/task/21337/stat : 21337 (java) S 21319 21322 18872 0 -1 4202560 8614 0 0 0 114 2 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045980100792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21338] ppid=21319 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21322/task/21338/stat : 21338 (java) S 21319 21322 18872 0 -1 4202560 9716 0 0 0 100 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045979047992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21339] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21339/stat : 21339 (java) S 21319 21322 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045977995896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21322/tid=21340] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21340/stat : 21340 (java) S 21319 21322 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36438721 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045976943304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21322/tid=21341] ppid=21319 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21322/task/21341/stat : 21341 (java) S 21319 21322 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36438750 9856040960 47073 33554432000 1073741824 1073778376 140734287553968 140045975791016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 30.45
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21322 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=316391
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=83987
# CPU time returned by wait4() is 30.4004
# while last known CPU time is 30.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 28.3253
CPU time (s): 30.45
CPU user time (s): 30.39
CPU system time (s): 0.06
CPU usage (%): 107.501
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3164
system time used= 0.083987
maximum resident set size= 188352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22131
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= 918
involuntary context switches= 189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.093985 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:44:46
IDJOB=4110368
IDBENCH=79281
IDSOLVER=2551
FILE ID=node106/4110368-1466343886
RUNJOBID= node106-1466341824-18888
PBS_JOBID= 19922042
Free space on /tmp= 71700 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.1900563250--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110368-1466343886/watcher-4110368-1466343886 -o /tmp/evaluation-result-4110368-1466343886/solver-4110368-1466343886 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110368-1466343886.wbo

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

MD5SUM BENCH= cf1e130a7c7d84197ef06427870fc4d7
RANDOM SEED=1693741084

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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:        31187944 kB
Buffers:           72260 kB
Cached:           227548 kB
SwapCached:         1780 kB
Active:           104280 kB
Inactive:         240288 kB
Active(anon):      43924 kB
Inactive(anon):     3188 kB
Active(file):      60356 kB
Inactive(file):   237100 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:        623524 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             625792 kB
SReclaimable:      68840 kB
SUnreclaim:       556952 kB
KernelStack:        1600 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71700 MiB
End job on node106 at 2016-06-19 15:45:14