Trace number 4110408

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 19.2901 18.0357

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558106--soft-0-100-0.wbo
MD5SUM820e833470f89e38c3db46a3ad325d3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark19.2901
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
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.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	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-4110408-1466343909.wbo
0.10/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.216s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2938
0.48/0.33	c #constraints  2707
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 2707 literals
0.77/0.46	c SATISFIABLE
0.77/0.46	c OPTIMIZING...
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.348
0.77/0.46	o 535
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.398
1.06/0.51	o 524
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.426
1.06/0.54	o 433
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
1.06/0.57	o 428
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
1.36/0.60	o 405
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.546
1.36/0.66	o 403
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.556
1.36/0.67	o 379
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.565
1.36/0.68	o 364
1.67/0.71	c Got one! Elapsed wall clock time (in seconds):0.603
1.67/0.71	o 362
1.67/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
1.67/0.72	o 346
1.67/0.73	c Got one! Elapsed wall clock time (in seconds):0.622
1.67/0.73	o 296
1.67/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.67/0.75	o 294
1.82/0.85	c Got one! Elapsed wall clock time (in seconds):0.741
1.82/0.85	o 283
1.82/0.86	c Got one! Elapsed wall clock time (in seconds):0.747
1.82/0.86	o 236
1.92/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.92/0.92	o 234
1.92/0.92	c Got one! Elapsed wall clock time (in seconds):0.814
1.92/0.92	o 168
1.92/0.94	c Got one! Elapsed wall clock time (in seconds):0.833
1.92/0.94	o 167
2.02/1.02	c Got one! Elapsed wall clock time (in seconds):0.905
2.02/1.02	o 160
2.02/1.04	c Got one! Elapsed wall clock time (in seconds):0.929
2.02/1.04	o 159
2.15/1.14	c Got one! Elapsed wall clock time (in seconds):1.032
2.15/1.14	o 158
2.15/1.15	c Got one! Elapsed wall clock time (in seconds):1.044
2.15/1.15	o 156
2.25/1.25	c Got one! Elapsed wall clock time (in seconds):1.136
2.25/1.25	o 154
2.25/1.26	c Got one! Elapsed wall clock time (in seconds):1.154
2.25/1.26	o 153
2.25/1.29	c Got one! Elapsed wall clock time (in seconds):1.184
2.25/1.29	o 152
2.34/1.32	c Got one! Elapsed wall clock time (in seconds):1.215
2.34/1.32	o 150
2.34/1.33	c Got one! Elapsed wall clock time (in seconds):1.221
2.34/1.33	o 74
2.44/1.45	c Got one! Elapsed wall clock time (in seconds):1.342
2.44/1.45	o 67
2.44/1.46	c Got one! Elapsed wall clock time (in seconds):1.351
2.44/1.46	o 65
2.64/1.66	c Got one! Elapsed wall clock time (in seconds):1.547
2.64/1.66	o 64
3.44/2.43	c cleaning 4793 clauses out of 9594 with flag 29313/9594
3.44/2.48	c Got one! Elapsed wall clock time (in seconds):2.368
3.44/2.48	o 61
4.02/2.97	c Got one! Elapsed wall clock time (in seconds):2.864
4.02/2.97	o 60
4.12/3.10	c Got one! Elapsed wall clock time (in seconds):2.985
4.12/3.10	o 59
4.22/3.15	c Got one! Elapsed wall clock time (in seconds):3.04
4.22/3.15	o 56
4.43/3.33	c cleaning 5433 clauses out of 10880 with flag 5272/15673
4.43/3.34	c Got one! Elapsed wall clock time (in seconds):3.233
4.43/3.34	o 55
5.34/4.20	c cleaning 5245 clauses out of 10500 with flag 33167/20726
5.34/4.28	c Got one! Elapsed wall clock time (in seconds):4.174
5.34/4.28	o 51
5.66/4.54	c Got one! Elapsed wall clock time (in seconds):4.434
5.66/4.54	o 44
5.66/4.58	c Got one! Elapsed wall clock time (in seconds):4.465
5.66/4.58	o 43
5.79/4.65	c Got one! Elapsed wall clock time (in seconds):4.541
5.79/4.65	o 38
6.30/5.13	c cleaning 6040 clauses out of 12112 with flag 22762/27583
7.00/5.80	c cleaning 6029 clauses out of 12076 with flag 61445/33587
7.20/6.02	c Got one! Elapsed wall clock time (in seconds):5.909
7.20/6.02	o 34
7.50/6.34	c cleaning 5913 clauses out of 11854 with flag 26556/39394
7.60/6.40	c Got one! Elapsed wall clock time (in seconds):6.288
7.60/6.40	o 32
7.60/6.45	c Got one! Elapsed wall clock time (in seconds):6.341
7.60/6.45	o 31
7.60/6.47	c Got one! Elapsed wall clock time (in seconds):6.363
7.60/6.47	o 28
7.91/6.76	c Got one! Elapsed wall clock time (in seconds):6.654
7.91/6.76	o 16
8.10/6.91	c Got one! Elapsed wall clock time (in seconds):6.803
8.10/6.91	o 14
8.21/7.00	c cleaning 6585 clauses out of 13188 with flag 7373/46641
8.61/7.45	c cleaning 6287 clauses out of 12603 with flag 53274/52641
9.21/8.06	c cleaning 6653 clauses out of 13317 with flag 110491/59642
9.81/8.64	c Got one! Elapsed wall clock time (in seconds):8.529
9.81/8.64	o 13
10.22/9.08	c cleaning 9318 clauses out of 18647 with flag 35506/71625
10.71/9.58	c cleaning 7659 clauses out of 15329 with flag 82039/77625
11.01/9.84	c Got one! Elapsed wall clock time (in seconds):9.734
11.01/9.84	o 12
11.01/9.85	c Got one! Elapsed wall clock time (in seconds):9.74
11.01/9.85	o 11
11.12/10.00	c cleaning 6458 clauses out of 12938 with flag 14770/82893
11.51/10.31	c Got one! Elapsed wall clock time (in seconds):10.202
11.51/10.31	o 10
11.51/10.39	c cleaning 6146 clauses out of 12306 with flag 7107/88719
12.01/10.80	c cleaning 6075 clauses out of 12159 with flag 49616/94718
12.51/11.37	c Got one! Elapsed wall clock time (in seconds):11.256
12.51/11.37	o 7
13.01/11.84	c cleaning 9022 clauses out of 18062 with flag 42277/106696
13.61/12.46	c cleaning 7510 clauses out of 15042 with flag 116466/112698
14.33/13.14	c cleaning 7253 clauses out of 14528 with flag 188137/119695
15.13/13.97	c cleaning 7632 clauses out of 15275 with flag 273268/127695
16.13/14.91	c cleaning 8314 clauses out of 16643 with flag 344811/136697
17.25/16.08	c cleaning 9158 clauses out of 18326 with flag 428806/146696
18.65/17.43	c cleaning 10081 clauses out of 20162 with flag 508082/157699
19.25/18.02	c starts		: 148
19.25/18.02	c conflicts		: 162296
19.25/18.02	c decisions		: 389557
19.25/18.02	c propagations		: 21884287
19.25/18.02	c inspects		: 168354125
19.25/18.02	c shortcuts		: 0
19.25/18.02	c learnt literals	: 26
19.25/18.02	c learnt binary clauses	: 42
19.25/18.02	c learnt ternary clauses	: 195
19.25/18.02	c learnt constraints	: 162269
19.25/18.02	c ignored constraints	: 0
19.25/18.02	c root simplifications	: 0
19.25/18.02	c removed literals (reason simplification)	: 0
19.25/18.02	c reason swapping (by a shorter reason)	: 0
19.25/18.02	c Calls to reduceDB	: 21
19.25/18.02	c Number of update (reduction) of LBD	: 77702
19.25/18.02	c Imported unit clauses	: 0
19.25/18.02	c number of reductions to clauses (during analyze)	: 0
19.25/18.02	c number of learned constraints concerned by reduction	: 0
19.25/18.02	c number of learning phase by resolution	: 0
19.25/18.02	c number of learning phase by cutting planes	: 0
19.25/18.02	c speed (assignments/second)	: 1238149.1937765204
19.25/18.02	c non guided choices	5702
19.25/18.02	c learnt constraints type 
19.25/18.02	s OPTIMUM FOUND
19.25/18.02	c Found 49 solution(s)
19.25/18.02	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 
19.25/18.02	c objective function=7
19.25/18.02	c Total wall clock time (in seconds): 17.909

Verifier Data

OK	7

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-4110408-1466343909/watcher-4110408-1466343909 -o /tmp/evaluation-result-4110408-1466343909/solver-4110408-1466343909 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110408-1466343909.wbo 

pid=23357
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.59 2.33 2.00 3/194 23360
/proc/meminfo: memFree=30265820/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 36437669 95129600 927 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 23225 927 703 9 0 16769 0
[pid=23360/tid=23361] ppid=23357 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) D 23357 23360 20454 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36437670 95129600 927 33554432000 1073741824 1073778376 140735378249984 140403137318440 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.59 2.33 2.00 3/194 23360
/proc/meminfo: memFree=30265820/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 36437669 9787879424 6040 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2389619 6040 2125 9 0 2380296 0
[pid=23360/tid=23361] ppid=23357 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 36437670 9787879424 6040 33554432000 1073741824 1073778376 140735378249984 140403137321888 140403141443247 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.200309 s]
/proc/loadavg: 2.59 2.33 2.00 3/194 23360
/proc/meminfo: memFree=30265820/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 4748 0 1 0 24 1 0 0 20 0 18 0 36437669 9787879424 6845 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2389619 6845 2201 9 0 2380296 0
[pid=23360/tid=23361] ppid=23357 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 36437670 9787879424 6845 33554432000 1073741824 1073778376 140735378249984 140403137321888 140402967508467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300306 s]
/proc/loadavg: 2.59 2.33 2.00 3/194 23360
/proc/meminfo: memFree=30265820/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 6232 0 1 0 46 2 0 0 20 0 18 0 36437669 9787879424 8729 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2389619 8729 2236 9 0 2380296 0
[pid=23360/tid=23361] ppid=23357 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2397 0 1 0 27 0 0 0 20 0 18 0 36437670 9787879424 8729 33554432000 1073741824 1073778376 140735378249984 140403137321928 140402967549398 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.700294 s]
/proc/loadavg: 2.59 2.33 2.00 3/194 23360
/proc/meminfo: memFree=30265820/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13146 0 1 0 164 3 0 0 20 0 19 0 36437669 9856040960 14339 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 14339 2270 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2417 0 1 0 66 1 0 0 20 0 19 0 36437670 9856040960 14339 33554432000 1073741824 1073778376 140735378249984 140403137323648 140402967676423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.59 2.33 2.00 3/213 23379
/proc/meminfo: memFree=30200616/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13352 0 1 0 251 3 0 0 20 0 19 0 36437669 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 19234 2272 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2430 0 1 0 146 1 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403137323560 140402968073180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403098815528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403097762728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4095 0 0 0 55 0 0 0 20 0 19 0 36437674 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 20454 0 -1 4202560 5555 0 0 0 47 0 0 0 20 0 19 0 36437674 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402955860280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402954807672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402953755080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 19234 33554432000 1073741824 1073778376 140735378249984 140402952701608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.62 2.34 2.01 5/213 23379
/proc/meminfo: memFree=30177776/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13361 0 1 0 419 3 0 0 20 0 19 0 36437669 9856040960 20262 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 20262 2276 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2434 0 1 0 306 1 0 0 20 0 19 0 36437670 9856040960 20262 33554432000 1073741824 1073778376 140735378249984 140403137322392 140402968300104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20262 33554432000 1073741824 1073778376 140735378249984 140403098815528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20262 33554432000 1073741824 1073778376 140735378249984 140403097762728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20262 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20262 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4099 0 0 0 59 0 0 0 20 0 19 0 36437674 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 20454 0 -1 4202560 5556 0 0 0 52 0 0 0 20 0 19 0 36437674 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402955860280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402954807672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402953755080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 20774 33554432000 1073741824 1073778376 140735378249984 140402952701608 214373021609 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.62 2.34 2.01 3/213 23379
/proc/meminfo: memFree=30139616/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=7.5 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13539 0 1 0 746 4 0 0 20 0 19 0 36437669 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 23074 2277 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2444 0 1 0 625 2 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403137314560 140402968073057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403098815528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403097762728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4266 0 0 0 64 0 0 0 20 0 19 0 36437674 9856040960 23074 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4267 0 0 0 69 0 0 0 20 0 19 0 36437674 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 20454 0 -1 4202560 5556 0 0 0 55 0 0 0 20 0 19 0 36437674 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402955860280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402954807672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402953755080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 32291 33554432000 1073741824 1073778376 140735378249984 140402952701608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.25
Current children cumulated vsize (KiB) 9625040

[startup+16.8007 s]
/proc/loadavg: 2.56 2.34 2.01 4/213 23444
/proc/meminfo: memFree=30115416/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=18.05 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13561 0 1 0 1801 4 0 0 20 0 19 0 36437669 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 32803 2278 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=16.77 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2465 0 1 0 1674 3 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403137314560 140402968015059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403098815528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403097762728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4267 0 0 0 69 0 0 0 20 0 19 0 36437674 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 20454 0 -1 4202560 5556 0 0 0 55 0 0 0 20 0 19 0 36437674 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402955860280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402954807672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402953755080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 32803 33554432000 1073741824 1073778376 140735378249984 140402952701608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.05
Current children cumulated vsize (KiB) 9625040

[startup+17.6008 s]
/proc/loadavg: 2.56 2.34 2.01 4/213 23444
/proc/meminfo: memFree=30107116/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=18.86 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13562 0 1 0 1882 4 0 0 20 0 19 0 36437669 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 33315 2278 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=17.57 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2466 0 1 0 1754 3 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403137314560 140402967926660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403098815528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403097762728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4267 0 0 0 69 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 20454 0 -1 4202560 5556 0 0 0 55 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402955860280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402954807672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402953755080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402952701608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.86
Current children cumulated vsize (KiB) 9625040

[startup+18.0008 s]
/proc/loadavg: 2.56 2.34 2.01 4/213 23444
/proc/meminfo: memFree=30107116/32872528 swapFree=1286400/1433568
[pid=23360] ppid=23357 vsize=9625040 CPUtime=19.25 cores=0,2,4,6
/proc/23360/stat : 23360 (java) S 23357 23360 20454 0 -1 4202496 13562 0 1 0 1921 4 0 0 20 0 19 0 36437669 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140735378241120 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 2406260 33315 2278 9 0 2396937 0
[pid=23360/tid=23361] ppid=23357 vsize=9625040 CPUtime=17.97 cores=0,2,4,6
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 20454 0 -1 4202560 2466 0 1 0 1794 3 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403137314560 140402968057813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403098815528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403097762728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403096709928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403095657128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403094604328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403093551528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403092498728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437670 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140403091445928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402961124328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402960070392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437672 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402959017480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402957965968 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 20454 0 -1 4202560 4267 0 0 0 69 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402956913080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 20454 0 -1 4202560 5556 0 0 0 55 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402955860280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402954807672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437674 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402953755080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 33315 33554432000 1073741824 1073778376 140735378249984 140402952701608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.25
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 18.0357
CPU time (s): 19.2901
CPU user time (s): 19.2281
CPU system time (s): 0.06199
CPU usage (%): 106.955
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2281
system time used= 0.06199
maximum resident set size= 135372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13587
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= 660
involuntary context switches= 190

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.103984 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:45:09
IDJOB=4110408
IDBENCH=79299
IDSOLVER=2551
FILE ID=node130/4110408-1466343909
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 820e833470f89e38c3db46a3ad325d3f
RANDOM SEED=348583430

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30266544 kB
Buffers:           96908 kB
Cached:           260100 kB
SwapCached:         1836 kB
Active:           146880 kB
Inactive:         269088 kB
Active(anon):      58404 kB
Inactive(anon):     2524 kB
Active(file):      88476 kB
Inactive(file):   266564 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:       1595520 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             607832 kB
SReclaimable:      50684 kB
SUnreclaim:       557148 kB
KernelStack:        1760 kB
PageTables:         7484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:45:27