Trace number 4090900

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 22.37 21.2071

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
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 benchmark22.37
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090900-1466068002.wbo
0.10/0.10	c reading problem ... 
0.50/0.31	c ... done. Wall clock time 0.204s.
0.50/0.31	c declared #vars     231
0.50/0.31	c internal #vars     2938
0.50/0.31	c #constraints  2707
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.50/0.31	c 2707 constraints processed.
0.50/0.31	c objective function length is 2707 literals
0.79/0.43	c SATISFIABLE
0.79/0.43	c OPTIMIZING...
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.79/0.43	o 700
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.79/0.48	o 546
1.08/0.51	c Got one! Elapsed wall clock time (in seconds):0.41
1.08/0.51	o 542
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
1.08/0.55	o 483
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
1.08/0.57	o 444
1.08/0.59	c Got one! Elapsed wall clock time (in seconds):0.482
1.08/0.59	o 432
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
1.38/0.60	o 401
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.531
1.38/0.63	o 365
1.38/0.65	c Got one! Elapsed wall clock time (in seconds):0.549
1.38/0.65	o 351
1.38/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
1.38/0.67	o 340
1.38/0.67	c Got one! Elapsed wall clock time (in seconds):0.57
1.38/0.67	o 218
1.66/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.66/0.70	o 214
1.66/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.66/0.72	o 196
1.66/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.66/0.72	o 194
1.66/0.78	c Got one! Elapsed wall clock time (in seconds):0.678
1.66/0.78	o 193
1.66/0.79	c Got one! Elapsed wall clock time (in seconds):0.685
1.66/0.79	o 180
1.76/0.80	c Got one! Elapsed wall clock time (in seconds):0.692
1.76/0.80	o 126
1.76/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.76/0.80	o 122
1.76/0.81	c Got one! Elapsed wall clock time (in seconds):0.707
1.76/0.81	o 119
1.76/0.84	c Got one! Elapsed wall clock time (in seconds):0.734
1.76/0.84	o 106
1.87/0.96	c Got one! Elapsed wall clock time (in seconds):0.852
1.87/0.96	o 105
1.98/1.01	c Got one! Elapsed wall clock time (in seconds):0.903
1.98/1.01	o 95
2.08/1.19	c Got one! Elapsed wall clock time (in seconds):1.086
2.08/1.19	o 94
2.08/1.20	c Got one! Elapsed wall clock time (in seconds):1.1
2.08/1.20	o 78
2.20/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
2.20/1.26	o 77
2.20/1.27	c Got one! Elapsed wall clock time (in seconds):1.166
2.20/1.27	o 75
2.30/1.31	c Got one! Elapsed wall clock time (in seconds):1.205
2.30/1.31	o 73
2.30/1.32	c Got one! Elapsed wall clock time (in seconds):1.219
2.30/1.32	o 71
2.30/1.39	c Got one! Elapsed wall clock time (in seconds):1.287
2.30/1.39	o 70
2.50/1.57	c Got one! Elapsed wall clock time (in seconds):1.471
2.50/1.57	o 69
2.60/1.66	c Got one! Elapsed wall clock time (in seconds):1.559
2.60/1.66	o 61
2.60/1.67	c Got one! Elapsed wall clock time (in seconds):1.57
2.60/1.67	o 57
2.93/1.94	c cleaning 5910 clauses out of 11830 with flag 20319/11830
3.07/2.02	c Got one! Elapsed wall clock time (in seconds):1.921
3.07/2.02	o 56
3.07/2.09	c Got one! Elapsed wall clock time (in seconds):1.987
3.07/2.09	o 55
3.17/2.11	c Got one! Elapsed wall clock time (in seconds):2.011
3.17/2.11	o 53
3.17/2.13	c Got one! Elapsed wall clock time (in seconds):2.031
3.17/2.13	o 51
3.17/2.15	c Got one! Elapsed wall clock time (in seconds):2.049
3.17/2.15	o 45
3.31/2.28	c Got one! Elapsed wall clock time (in seconds):2.179
3.31/2.28	o 43
3.31/2.29	c Got one! Elapsed wall clock time (in seconds):2.187
3.31/2.29	o 41
3.42/2.40	c Got one! Elapsed wall clock time (in seconds):2.292
3.42/2.40	o 33
3.51/2.43	c Got one! Elapsed wall clock time (in seconds):2.322
3.51/2.43	o 28
3.71/2.63	c Got one! Elapsed wall clock time (in seconds):2.53
3.71/2.63	o 23
3.71/2.65	c Got one! Elapsed wall clock time (in seconds):2.548
3.71/2.65	o 20
3.81/2.76	c cleaning 6952 clauses out of 13903 with flag 5823/19813
3.92/2.81	c Got one! Elapsed wall clock time (in seconds):2.709
3.92/2.81	o 19
3.92/2.85	c Got one! Elapsed wall clock time (in seconds):2.744
3.92/2.85	o 17
4.24/3.18	c Got one! Elapsed wall clock time (in seconds):3.081
4.24/3.18	o 6
4.44/3.34	c cleaning 7067 clauses out of 14141 with flag 14891/27003
4.85/3.73	c cleaning 6531 clauses out of 13074 with flag 61576/33003
5.15/4.09	c Got one! Elapsed wall clock time (in seconds):3.987
5.15/4.09	o 4
5.56/4.42	c cleaning 8835 clauses out of 17683 with flag 38093/44143
5.85/4.78	c cleaning 7416 clauses out of 14852 with flag 86428/50147
6.25/5.19	c cleaning 7208 clauses out of 14433 with flag 147601/57144
6.85/5.71	c cleaning 7593 clauses out of 15227 with flag 223731/65146
7.45/6.34	c cleaning 8303 clauses out of 16631 with flag 310619/74143
8.15/7.06	c cleaning 9141 clauses out of 18328 with flag 409096/84143
9.05/7.94	c cleaning 10074 clauses out of 20187 with flag 522357/95143
9.96/8.86	c cleaning 11046 clauses out of 22113 with flag 627646/107143
10.15/9.03	c Got one! Elapsed wall clock time (in seconds):8.923
10.15/9.03	o 3
10.35/9.23	c cleaning 8368 clauses out of 16749 with flag 27354/112825
10.65/9.59	c cleaning 7184 clauses out of 14381 with flag 82944/118825
11.16/10.01	c cleaning 7093 clauses out of 14199 with flag 145584/125827
11.45/10.36	c Got one! Elapsed wall clock time (in seconds):10.261
11.45/10.36	o 2
11.85/10.72	c cleaning 8973 clauses out of 17972 with flag 45264/136693
12.27/11.10	c cleaning 7484 clauses out of 14998 with flag 102312/142692
12.67/11.53	c cleaning 7241 clauses out of 14514 with flag 166909/149692
13.16/12.04	c cleaning 7621 clauses out of 15274 with flag 241395/157693
13.76/12.60	c cleaning 8313 clauses out of 16653 with flag 321003/166693
14.47/13.32	c cleaning 9160 clauses out of 18339 with flag 416513/176692
15.48/14.31	c cleaning 10092 clauses out of 20184 with flag 531685/187697
16.47/15.39	c cleaning 11039 clauses out of 22087 with flag 637491/199693
17.86/16.72	c cleaning 12018 clauses out of 24047 with flag 735958/212692
19.26/18.16	c cleaning 13007 clauses out of 26027 with flag 835957/226692
20.98/19.86	c cleaning 14006 clauses out of 28018 with flag 943672/241692
21.57/20.49	c Got one! Elapsed wall clock time (in seconds):20.382
21.57/20.49	o 1
21.97/20.87	c cleaning 13119 clauses out of 26250 with flag 24691/253932
22.27/21.14	c cleaning 9552 clauses out of 19127 with flag 50330/259931
22.27/21.20	c starts		: 111
22.27/21.20	c conflicts		: 261321
22.27/21.20	c decisions		: 504620
22.27/21.20	c propagations		: 15611305
22.27/21.20	c inspects		: 300998213
22.27/21.20	c shortcuts		: 0
22.27/21.20	c learnt literals	: 17
22.27/21.20	c learnt binary clauses	: 31
22.27/21.20	c learnt ternary clauses	: 221
22.27/21.20	c learnt constraints	: 261303
22.27/21.20	c ignored constraints	: 0
22.27/21.20	c root simplifications	: 0
22.27/21.20	c removed literals (reason simplification)	: 0
22.27/21.20	c reason swapping (by a shorter reason)	: 0
22.27/21.20	c Calls to reduceDB	: 28
22.27/21.20	c Number of update (reduction) of LBD	: 94396
22.27/21.20	c Imported unit clauses	: 0
22.27/21.20	c number of reductions to clauses (during analyze)	: 0
22.27/21.20	c number of learned constraints concerned by reduction	: 0
22.27/21.20	c number of learning phase by resolution	: 0
22.27/21.20	c number of learning phase by cutting planes	: 0
22.27/21.20	c speed (assignments/second)	: 747882.7728274409
22.27/21.20	c non guided choices	5495
22.37/21.20	c learnt constraints type 
22.37/21.20	s OPTIMUM FOUND
22.37/21.20	c Found 50 solution(s)
22.37/21.20	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 
22.37/21.20	c objective function=1
22.37/21.20	c Total wall clock time (in seconds): 21.096

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-4090900-1466068002/watcher-4090900-1466068002 -o /tmp/evaluation-result-4090900-1466068002/solver-4090900-1466068002 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466062116-12425 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090900-1466068002.wbo 

pid=14354
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.29 2.23 3/196 14357
/proc/meminfo: memFree=29687804/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/14357/stat : 14357 (java) R 14354 14357 12407 0 -1 4202496 472 0 0 0 0 0 0 0 20 0 1 0 8846167 9379840 126 33554432000 1073741824 1073778376 140736193027584 140736193024712 215124646010 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2372 133 103 9 0 120 0

[startup+0.100111 s]
/proc/loadavg: 2.22 2.29 2.23 3/196 14357
/proc/meminfo: memFree=29687804/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 4434 0 1 0 9 1 0 0 20 0 18 0 8846167 9787879424 6054 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2389619 6054 2147 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.22 2.29 2.23 3/196 14357
/proc/meminfo: memFree=29687804/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 4752 0 1 0 24 1 0 0 20 0 18 0 8846167 9787879424 6828 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2389619 6828 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 2.22 2.29 2.23 3/196 14357
/proc/meminfo: memFree=29687804/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 6435 0 1 0 49 1 0 0 20 0 18 0 8846167 9787879424 8704 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2389619 8704 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700243 s]
/proc/loadavg: 2.22 2.29 2.23 3/196 14357
/proc/meminfo: memFree=29687804/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11381 0 1 0 164 2 0 0 20 0 19 0 8846167 9856040960 15284 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2406260 15284 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.28 2.30 2.23 3/215 14376
/proc/meminfo: memFree=29624836/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11396 0 1 0 247 3 0 0 20 0 19 0 8846167 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2406260 19897 2272 9 0 2396937 0
[pid=14357/tid=14359] ppid=14354 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14357/task/14359/stat : 14359 (java) R 14354 14357 12407 0 -1 4202560 2430 0 1 0 144 2 0 0 20 0 19 0 8846168 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139754031054888 139753891155243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139754009156008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753806621224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753805568168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753804515624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753803463592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753802411048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753801357992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753800305448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4597 0 0 0 49 0 0 0 20 0 19 0 8846172 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3092 0 0 0 52 0 0 0 20 0 19 0 8846172 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846200 9856040960 19897 33554432000 1073741824 1073778376 140736193027584 139753779373096 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.28 2.30 2.23 4/215 14376
/proc/meminfo: memFree=29605660/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11413 0 1 0 420 4 0 0 20 0 19 0 8846167 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2406260 25022 2276 9 0 2396937 0
[pid=14357/tid=14359] ppid=14354 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/14357/task/14359/stat : 14359 (java) R 14354 14357 12407 0 -1 4202560 2441 0 1 0 303 2 0 0 20 0 19 0 8846168 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139754031053168 139753891155704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139754009156008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753806621224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753805568168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753804515624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753803463592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753802411048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753801357992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753800305448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4599 0 0 0 55 0 0 0 20 0 19 0 8846172 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3096 0 0 0 59 0 0 0 20 0 19 0 8846172 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846200 9856040960 25022 33554432000 1073741824 1073778376 140736193027584 139753779373096 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.28 2.30 2.23 4/215 14376
/proc/meminfo: memFree=29588048/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11422 0 1 0 741 4 0 0 20 0 19 0 8846167 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2406260 27155 2277 9 0 2396937 0
[pid=14357/tid=14359] ppid=14354 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/14357/task/14359/stat : 14359 (java) R 14354 14357 12407 0 -1 4202560 2449 0 1 0 620 2 0 0 20 0 19 0 8846168 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139754031046400 139753891104608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139754009156008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753806621224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753805568168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753804515624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753803463592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753802411048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753801357992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753800305448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4599 0 0 0 56 0 0 0 20 0 19 0 8846172 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3096 0 0 0 61 0 0 0 20 0 19 0 8846172 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846200 9856040960 27155 33554432000 1073741824 1073778376 140736193027584 139753779373096 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040


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

[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4601 0 0 0 59 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3096 0 0 0 61 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846200 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753779373096 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 20.37
Current children cumulated vsize (KiB) 9625040

[startup+20.0008 s]
/proc/loadavg: 2.22 2.29 2.23 3/215 14376
/proc/meminfo: memFree=29542416/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9625040 CPUtime=21.16 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11447 0 1 0 2111 5 0 0 20 0 19 0 8846167 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2406260 37908 2278 9 0 2396937 0
[pid=14357/tid=14359] ppid=14354 vsize=9625040 CPUtime=19.87 cores=1,3,5,7
/proc/14357/task/14359/stat : 14359 (java) R 14354 14357 12407 0 -1 4202560 2472 0 1 0 1985 2 0 0 20 0 19 0 8846168 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139754031046400 139753891131584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139754009156008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753806621224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753805568168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753804515624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753803463592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753802411048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753801357992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753800305448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4601 0 0 0 59 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3096 0 0 0 61 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846200 9856040960 37908 33554432000 1073741824 1073778376 140736193027584 139753779373096 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.16
Current children cumulated vsize (KiB) 9625040

[startup+20.8008 s]
/proc/loadavg: 2.22 2.29 2.23 3/215 14376
/proc/meminfo: memFree=29542416/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9625040 CPUtime=21.97 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11450 0 1 0 2191 6 0 0 20 0 19 0 8846167 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2406260 38932 2278 9 0 2396937 0
[pid=14357/tid=14359] ppid=14354 vsize=9625040 CPUtime=20.66 cores=1,3,5,7
/proc/14357/task/14359/stat : 14359 (java) R 14354 14357 12407 0 -1 4202560 2475 0 1 0 2064 2 0 0 20 0 19 0 8846168 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139754031053416 139753891130351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139754009156008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753806621224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753805568168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753804515624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753803463592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753802411048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753801357992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846169 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753800305448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4601 0 0 0 59 0 0 0 20 0 19 0 8846172 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3096 0 0 0 61 0 0 0 20 0 19 0 8846172 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846172 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846200 9856040960 38932 33554432000 1073741824 1073778376 140736193027584 139753779373096 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.97
Current children cumulated vsize (KiB) 9625040

[startup+21.2008 s]
/proc/loadavg: 2.22 2.29 2.23 3/215 14376
/proc/meminfo: memFree=29538328/32872528 swapFree=1504664/1684536
[pid=14357] ppid=14354 vsize=9691604 CPUtime=22.37 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12407 0 -1 4202496 11460 0 1 0 2231 6 0 0 20 0 20 0 8846167 9924202496 38942 33554432000 1073741824 1073778376 140736193027584 140736193018720 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14357/statm: 2422901 38942 2279 9 0 2413578 0
[pid=14357/tid=14359] ppid=14354 vsize=9691604 CPUtime=21.06 cores=1,3,5,7
/proc/14357/task/14359/stat : 14359 (java) S 14354 14357 12407 0 -1 4202560 2477 0 1 0 2104 2 0 0 20 0 20 0 8846168 9924202496 38942 33554432000 1073741824 1073778376 140736193027584 139754031055576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 8846169 9924202496 38942 33554432000 1073741824 1073778376 140736193027584 139754009156008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 8846169 9924202496 38942 33554432000 1073741824 1073778376 140736193027584 139753806621224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 8846169 9924202496 38942 33554432000 1073741824 1073778376 140736193027584 139753805568168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 8846169 9924202496 38942 33554432000 1073741824 1073778376 140736193027584 139753804515624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753803463592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753802411048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846169 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753801357992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846169 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753800305448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846170 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753787894120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846170 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753786840440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846170 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753785787272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753784736016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9691604 CPUtime=0.59 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12407 0 -1 4202560 4601 0 0 0 59 0 0 0 20 0 19 0 8846172 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753783683896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9691604 CPUtime=0.61 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12407 0 -1 4202560 3096 0 0 0 61 0 0 0 20 0 19 0 8846172 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753782631352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846172 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753781578488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846172 9924202496 39454 33554432000 1073741824 1073778376 140736193027584 139753780526152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 9691604

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14357 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=277613
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=62990
# CPU time returned by wait4() is 22.3406
# while last known CPU time is 22.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 21.2071
CPU time (s): 22.37
CPU user time (s): 22.31
CPU system time (s): 0.06
CPU usage (%): 105.484
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2776
system time used= 0.06299
maximum resident set size= 157832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11469
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= 736
involuntary context switches= 331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079987 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 11:06:42
IDJOB=4090900
IDBENCH=79311
IDSOLVER=2551
FILE ID=node135/4090900-1466068002
RUNJOBID= node135-1466062116-12425
PBS_JOBID= 19904004
Free space on /tmp= 71736 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.1900670167--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090900-1466068002/watcher-4090900-1466068002 -o /tmp/evaluation-result-4090900-1466068002/solver-4090900-1466068002 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466062116-12425 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090900-1466068002.wbo

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=1799245024

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        29688416 kB
Buffers:            9256 kB
Cached:            45160 kB
SwapCached:         2276 kB
Active:           770168 kB
Inactive:          30584 kB
Active(anon):     747468 kB
Inactive(anon):     1492 kB
Active(file):      22700 kB
Inactive(file):    29092 kB
Unevictable:     1684536 kB
Mlocked:         1504664 kB
SwapTotal:      67108856 kB
SwapFree:       67099236 kB
Dirty:              1076 kB
Writeback:             0 kB
AnonPages:       2370472 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             564548 kB
SReclaimable:       8720 kB
SUnreclaim:       555828 kB
KernelStack:        1776 kB
PageTables:         9344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2744548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 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= 71736 MiB
End job on node135 at 2016-06-16 11:07:04