Trace number 4092284

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 Res+CP PB16MSAT (TO) 1800.8 1788.33

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
MD5SUMa4c39a3f1b80365b8ad34a89f93fc523
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 benchmark38.03
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4092284-1466086662.wbo
0.08/0.13	c reading problem ... 
0.44/0.35	c ... done. Wall clock time 0.223s.
0.44/0.35	c declared #vars     231
0.44/0.35	c internal #vars     2938
0.44/0.35	c #constraints  2707
0.44/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.44/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.44/0.37	c 2707 constraints processed.
0.44/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.37	c constraints type 
0.44/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.44/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.44/0.37	c 2707 constraints processed.
0.44/0.37	c objective function length is 2707 literals
1.12/0.55	c And the winner is solver0
1.57/0.86	c SATISFIABLE
1.57/0.86	c OPTIMIZING...
1.57/0.86	c Got one! Elapsed wall clock time (in seconds):0.73
1.57/0.86	o 637
1.68/0.96	c And the winner is solver0
2.17/1.38	c Got one! Elapsed wall clock time (in seconds):1.255
2.17/1.38	o 587
2.17/1.40	c And the winner is solver0
2.23/1.89	c Got one! Elapsed wall clock time (in seconds):1.765
2.23/1.89	o 472
2.24/1.91	c And the winner is solver0
2.28/2.40	c Got one! Elapsed wall clock time (in seconds):2.274
2.28/2.40	o 322
2.28/2.42	c And the winner is solver0
2.44/2.91	c Got one! Elapsed wall clock time (in seconds):2.781
2.44/2.91	o 302
2.44/2.96	c And the winner is solver0
2.65/3.42	c Got one! Elapsed wall clock time (in seconds):3.288
2.65/3.42	o 285
2.65/3.43	c And the winner is solver0
2.68/3.92	c Got one! Elapsed wall clock time (in seconds):3.793
2.68/3.92	o 235
2.68/3.99	c And the winner is solver0
2.86/4.43	c Got one! Elapsed wall clock time (in seconds):4.298
2.86/4.43	o 234
2.86/4.50	c And the winner is solver0
3.02/4.93	c Got one! Elapsed wall clock time (in seconds):4.802
3.02/4.93	o 232
3.02/4.97	c And the winner is solver0
3.18/5.44	c Got one! Elapsed wall clock time (in seconds):5.307
3.18/5.44	o 221
3.18/5.46	c And the winner is solver0
3.25/5.94	c Got one! Elapsed wall clock time (in seconds):5.811
3.25/5.94	o 218
3.25/5.97	c And the winner is solver0
3.35/6.44	c Got one! Elapsed wall clock time (in seconds):6.315
3.35/6.44	o 215
3.35/6.46	c And the winner is solver0
3.38/6.95	c Got one! Elapsed wall clock time (in seconds):6.819
3.38/6.95	o 202
3.38/6.97	c And the winner is solver0
3.47/7.45	c Got one! Elapsed wall clock time (in seconds):7.323
3.47/7.45	o 200
3.58/7.59	c And the winner is solver0
3.84/7.96	c Got one! Elapsed wall clock time (in seconds):7.827
3.84/7.96	o 193
3.84/7.98	c And the winner is solver0
3.89/8.46	c Got one! Elapsed wall clock time (in seconds):8.331
3.89/8.46	o 191
3.99/8.55	c And the winner is solver0
4.16/8.96	c Got one! Elapsed wall clock time (in seconds):8.835
4.16/8.96	o 190
4.43/9.11	c And the winner is solver0
4.47/9.47	c Got one! Elapsed wall clock time (in seconds):9.339
4.47/9.47	o 178
4.52/9.58	c And the winner is solver0
4.73/9.97	c Got one! Elapsed wall clock time (in seconds):9.843
4.73/9.97	o 176
4.79/10.01	c And the winner is solver0
4.82/10.48	c Got one! Elapsed wall clock time (in seconds):10.346
4.82/10.48	o 175
4.86/10.52	c And the winner is solver0
4.96/10.98	c Got one! Elapsed wall clock time (in seconds):10.851
4.96/10.98	o 146
5.42/11.26	c And the winner is solver0
5.69/11.48	c Got one! Elapsed wall clock time (in seconds):11.355
5.69/11.48	o 145
5.71/11.59	c And the winner is solver0
5.92/11.99	c Got one! Elapsed wall clock time (in seconds):11.858
5.92/11.99	o 143
5.93/12.02	c And the winner is solver0
6.00/12.49	c Got one! Elapsed wall clock time (in seconds):12.362
6.00/12.49	o 141
6.02/12.53	c And the winner is solver0
6.14/13.00	c Got one! Elapsed wall clock time (in seconds):12.866
6.14/13.00	o 137
6.14/13.07	c And the winner is solver0
6.31/13.50	c Got one! Elapsed wall clock time (in seconds):13.37
6.31/13.50	o 97
6.31/13.52	c And the winner is solver0
6.36/14.00	c Got one! Elapsed wall clock time (in seconds):13.874
6.36/14.00	o 96
6.36/14.04	c And the winner is solver0
6.45/14.51	c Got one! Elapsed wall clock time (in seconds):14.378
6.45/14.51	o 95
6.45/14.59	c And the winner is solver0
6.63/15.01	c Got one! Elapsed wall clock time (in seconds):14.883
6.63/15.01	o 79
6.63/15.05	c And the winner is solver0
6.73/15.52	c Got one! Elapsed wall clock time (in seconds):15.388
6.73/15.52	o 74
7.11/15.75	c And the winner is solver0
7.25/16.02	c Got one! Elapsed wall clock time (in seconds):15.894
7.25/16.02	o 68
7.25/16.05	c And the winner is solver0
7.32/16.53	c Got one! Elapsed wall clock time (in seconds):16.402
7.32/16.53	o 61
7.32/16.59	c And the winner is solver0
7.45/17.04	c Got one! Elapsed wall clock time (in seconds):16.91
7.45/17.04	o 55
8.01/17.30	c And the winner is solver0
8.06/17.55	c Got one! Elapsed wall clock time (in seconds):17.42
8.06/17.55	o 51
8.06/17.57	c And the winner is solver0
8.11/18.06	c Got one! Elapsed wall clock time (in seconds):17.93
8.11/18.06	o 45
8.11/18.08	c And the winner is solver0
750.06/751.13	c cleaning 0 clauses out of 5718 with flag 0/5731
1800.06/1788.30	c >>>>>>>>>> Solver number 0 (36 answers) <<<<<<<<<<<<<<<<<<
1800.06/1788.30	c starts		: 77
1800.06/1788.30	c conflicts		: 9930
1800.06/1788.30	c decisions		: 133923
1800.06/1788.30	c propagations		: 6009408
1800.06/1788.30	c inspects		: 5269192
1800.06/1788.30	c shortcuts		: 0
1800.06/1788.30	c learnt literals	: 0
1800.06/1788.30	c learnt binary clauses	: 8
1800.06/1788.30	c learnt ternary clauses	: 16
1800.06/1788.30	c learnt constraints	: 9930
1800.06/1788.30	c ignored constraints	: 0
1800.06/1788.30	c root simplifications	: 0
1800.06/1788.30	c removed literals (reason simplification)	: 7695
1800.06/1788.30	c reason swapping (by a shorter reason)	: 0
1800.06/1788.30	c Calls to reduceDB	: 0
1800.06/1788.30	c Number of update (reduction) of LBD	: 4096
1800.06/1788.30	c Imported unit clauses	: 0
1800.06/1788.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1788.30	c number of learned constraints concerned by reduction	: 0
1800.06/1788.30	c number of learning phase by resolution	: 0
1800.06/1788.30	c number of learning phase by cutting planes	: 0
1800.06/1788.30	c speed (assignments/second)	: 3361.1093088967987
1800.06/1788.30	c non guided choices	3538
1800.06/1788.31	c learnt constraints type 
1800.06/1788.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.06/1788.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9922
1800.06/1788.31	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/1788.31	c starts		: 63
1800.06/1788.31	c conflicts		: 8498
1800.06/1788.31	c decisions		: 305821
1800.06/1788.31	c propagations		: 1671143
1800.06/1788.31	c inspects		: 336727633
1800.06/1788.31	c shortcuts		: 0
1800.06/1788.31	c learnt literals	: 0
1800.06/1788.31	c learnt binary clauses	: 0
1800.06/1788.31	c learnt ternary clauses	: 0
1800.06/1788.31	c learnt constraints	: 8484
1800.06/1788.31	c ignored constraints	: 0
1800.06/1788.31	c root simplifications	: 0
1800.06/1788.31	c removed literals (reason simplification)	: 0
1800.06/1788.31	c reason swapping (by a shorter reason)	: 0
1800.06/1788.31	c Calls to reduceDB	: 1
1800.06/1788.31	c Number of update (reduction) of LBD	: 0
1800.06/1788.31	c Imported unit clauses	: 0
1800.06/1788.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1788.31	c number of learned constraints concerned by reduction	: 0
1800.06/1788.31	c number of learning phase by resolution	: 0
1800.06/1788.31	c number of learning phase by cutting planes	: 0
1800.06/1788.31	c speed (assignments/second)	: 944.0269840947042
1800.06/1788.31	c non guided choices	3483
1800.06/1788.31	c learnt constraints type 
1800.06/1788.31	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 579
1800.06/1788.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7905
1800.06/1788.31	s SATISFIABLE
1800.06/1788.31	c Found 35 solution(s)
1800.06/1788.32	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 
1800.06/1788.32	c objective function=45
1800.06/1788.32	c Total wall clock time (in seconds): 1788.187

Verifier Data

OK	45

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

pid=23335
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.23 2.14 2.11 4/196 23338
/proc/meminfo: memFree=29985364/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/23338/stat : 23338 (java) D 23335 23338 11396 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 10711637 2560000 46 33554432000 1073741824 1073778376 140737081953984 140737081951112 211449638183 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/23338/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.14 2.11 4/196 23338
/proc/meminfo: memFree=29985364/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 4227 0 1 0 7 1 0 0 20 0 18 0 10711637 9787879424 5353 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2389619 5355 2054 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200343 s]
/proc/loadavg: 2.23 2.14 2.11 4/196 23338
/proc/meminfo: memFree=29985364/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 4743 0 1 0 21 1 0 0 20 0 18 0 10711637 9787879424 6837 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2389619 6837 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.23 2.14 2.11 4/196 23338
/proc/meminfo: memFree=29985364/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 5558 0 1 0 43 1 0 0 20 0 18 0 10711637 9787879424 8386 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2389619 8386 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.23 2.14 2.11 4/196 23338
/proc/meminfo: memFree=29985364/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 9809 0 1 0 153 4 0 0 20 0 19 0 10711637 10060525568 13757 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 13757 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.13 2.12 2.11 2/215 23363
/proc/meminfo: memFree=29917960/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 15206 0 1 0 216 7 0 0 20 0 19 0 10711637 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 21240 2273 9 0 2446860 0
[pid=23338/tid=23340] ppid=23335 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/23338/task/23340/stat : 23340 (java) S 23335 23338 11396 0 -1 4202560 2446 0 1 0 34 1 0 0 20 0 19 0 10711639 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775779160952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23341] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23341/stat : 23341 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775622818600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23342] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23342/stat : 23342 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775621765800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23343] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23343/stat : 23343 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775620713512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23344] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23344/stat : 23344 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775619660712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23345] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23345/stat : 23345 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775618607400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23346] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23346/stat : 23346 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775281457320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23347] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23347/stat : 23347 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775280405032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23348] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23348/stat : 23348 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775279352232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23349] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23349/stat : 23349 (java) S 23335 23338 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10711641 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775267154664 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23350] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23350/stat : 23350 (java) S 23335 23338 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10711642 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775266100728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23351] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23351/stat : 23351 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711642 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775265048328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23352] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23352/stat : 23352 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775263996816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23353] ppid=23335 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/23338/task/23353/stat : 23353 (java) S 23335 23338 11396 0 -1 4202560 5775 0 0 0 65 0 0 0 20 0 19 0 10711644 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775262943416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23354] ppid=23335 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/23338/task/23354/stat : 23354 (java) S 23335 23338 11396 0 -1 4202560 5638 0 0 0 59 1 0 0 20 0 19 0 10711644 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775261890616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23355] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23355/stat : 23355 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775260838520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23356] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23356/stat : 23356 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775259785928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23360] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23360/stat : 23360 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711675 10060525568 21240 33554432000 1073741824 1073778376 140734654185712 139775255475752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.13 2.12 2.11 2/215 23369
/proc/meminfo: memFree=29900840/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 15858 0 1 0 255 10 0 0 20 0 19 0 10711637 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 27454 2275 9 0 2446860 0
[pid=23338/tid=23340] ppid=23335 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/23338/task/23340/stat : 23340 (java) S 23335 23338 11396 0 -1 4202560 2450 0 1 0 36 2 0 0 20 0 19 0 10711639 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775779160952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23341] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23341/stat : 23341 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775622818600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23342] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23342/stat : 23342 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775621765800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23343] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23343/stat : 23343 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775620713512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23344] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23344/stat : 23344 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775619660712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23345] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23345/stat : 23345 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775618607400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23346] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23346/stat : 23346 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775281457320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23347] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23347/stat : 23347 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775280405032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23348] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23348/stat : 23348 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775279352232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23349] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23349/stat : 23349 (java) S 23335 23338 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10711641 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775267154664 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23350] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23350/stat : 23350 (java) S 23335 23338 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10711642 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775266100728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23351] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23351/stat : 23351 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711642 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775265048328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23352] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23352/stat : 23352 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775263996816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23353] ppid=23335 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/23338/task/23353/stat : 23353 (java) S 23335 23338 11396 0 -1 4202560 5787 0 0 0 79 0 0 0 20 0 19 0 10711644 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775262943416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23354] ppid=23335 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/23338/task/23354/stat : 23354 (java) S 23335 23338 11396 0 -1 4202560 6247 0 0 0 74 2 0 0 20 0 19 0 10711644 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775261890616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23355] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23355/stat : 23355 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775260838520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23356] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23356/stat : 23356 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775259785928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23360] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23360/stat : 23360 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711675 10060525568 27454 33554432000 1073741824 1073778376 140734654185712 139775255475752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 2.04 2.10 2.10 2/215 23390
/proc/meminfo: memFree=29800224/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 15991 0 1 0 313 22 0 0 20 0 19 0 10711637 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 44861 2290 9 0 2446860 0
[pid=23338/tid=23340] ppid=23335 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/23338/task/23340/stat : 23340 (java) S 23335 23338 11396 0 -1 4202560 2456 0 1 0 38 2 0 0 20 0 19 0 10711639 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775779160952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23341] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23341/stat : 23341 (java) S 23335 23338 11396 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775622818600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23342] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23342/stat : 23342 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775621765800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23343] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23343/stat : 23343 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775620713512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23344] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23344/stat : 23344 (java) S 23335 23338 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775619660712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23345] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23345/stat : 23345 (java) S 23335 23338 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775618607400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23346] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23346/stat : 23346 (java) S 23335 23338 11396 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775281457320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23347] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23347/stat : 23347 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775280405032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23348] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23348/stat : 23348 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711640 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775279352232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23349] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23349/stat : 23349 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711641 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775267154664 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23350] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23350/stat : 23350 (java) S 23335 23338 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10711642 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775266100728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23351] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23351/stat : 23351 (java) S 23335 23338 11396 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10711642 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775265048328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23352] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23352/stat : 23352 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775263996816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23353] ppid=23335 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/23338/task/23353/stat : 23353 (java) S 23335 23338 11396 0 -1 4202560 5790 0 0 0 89 0 0 0 20 0 19 0 10711644 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775262943416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23354] ppid=23335 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/23338/task/23354/stat : 23354 (java) S 23335 23338 11396 0 -1 4202560 6247 0 0 0 79 2 0 0 20 0 19 0 10711644 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775261890616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23355] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23355/stat : 23355 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775260838520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23356] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23356/stat : 23356 (java) S 23335 23338 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10711644 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775259785928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23360] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23360/stat : 23360 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711675 10060525568 44861 33554432000 1073741824 1073778376 140734654185712 139775255475752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=23338/tid=23464] ppid=23335 vsize=9824732 CPUtime=1688.93 cores=0,2,4,6
/proc/23338/task/23464/stat : 23464 (java) R 23335 23338 11396 0 -1 4202560 3463 0 0 0 168842 51 0 0 20 0 21 0 10713445 10060525568 623088 33554432000 1073741824 1073778376 140734654185712 139775258632128 139775634569812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23465] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23465/stat : 23465 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10713446 10060525568 623088 33554432000 1073741824 1073778376 140734654185712 139775257580456 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.27
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 3.21 2.79 2.41 8/218 25175
/proc/meminfo: memFree=28421528/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=1794.06 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 34945 0 1 0 179087 319 0 0 20 0 21 0 10711637 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 604875 2302 9 0 2446860 0
[pid=23338/tid=23340] ppid=23335 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23338/task/23340/stat : 23340 (java) S 23335 23338 11396 0 -1 4202560 2559 0 1 0 81 16 0 0 20 0 21 0 10711639 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775779161064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23341] ppid=23335 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/23338/task/23341/stat : 23341 (java) S 23335 23338 11396 0 -1 4202560 1260 0 0 0 349 24 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775622818600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23342] ppid=23335 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/23338/task/23342/stat : 23342 (java) S 23335 23338 11396 0 -1 4202560 727 0 0 0 329 24 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775621765800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23343] ppid=23335 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/23338/task/23343/stat : 23343 (java) S 23335 23338 11396 0 -1 4202560 899 0 0 0 357 23 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775620713512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23344] ppid=23335 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/23338/task/23344/stat : 23344 (java) S 23335 23338 11396 0 -1 4202560 701 0 0 0 332 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775619660712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23345] ppid=23335 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/23338/task/23345/stat : 23345 (java) S 23335 23338 11396 0 -1 4202560 881 0 0 0 343 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775618607400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23346] ppid=23335 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/23338/task/23346/stat : 23346 (java) S 23335 23338 11396 0 -1 4202560 645 0 0 0 333 22 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775281457320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23347] ppid=23335 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/23338/task/23347/stat : 23347 (java) S 23335 23338 11396 0 -1 4202560 667 0 0 0 335 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775280405032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23348] ppid=23335 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/23338/task/23348/stat : 23348 (java) S 23335 23338 11396 0 -1 4202560 805 0 0 0 323 23 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775279352232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23349] ppid=23335 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/23338/task/23349/stat : 23349 (java) S 23335 23338 11396 0 -1 4202560 3454 0 0 0 772 8 0 0 20 0 21 0 10711641 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775267154664 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23350] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23350/stat : 23350 (java) S 23335 23338 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10711642 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775266100728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23351] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23351/stat : 23351 (java) S 23335 23338 11396 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 21 0 10711642 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775265048328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23352] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23352/stat : 23352 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775263996816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23353] ppid=23335 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/23338/task/23353/stat : 23353 (java) S 23335 23338 11396 0 -1 4202560 10830 0 0 0 161 2 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775262943416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23354] ppid=23335 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/23338/task/23354/stat : 23354 (java) S 23335 23338 11396 0 -1 4202560 6250 0 0 0 97 2 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775261890616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23355] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23355/stat : 23355 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775260838520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23356] ppid=23335 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/23338/task/23356/stat : 23356 (java) S 23335 23338 11396 0 -1 4202560 103 0 0 0 19 19 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775259785928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23360] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23360/stat : 23360 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10711675 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775255475752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23464] ppid=23335 vsize=9824732 CPUtime=1748.65 cores=0,2,4,6
/proc/23338/task/23464/stat : 23464 (java) R 23335 23338 11396 0 -1 4202560 3467 0 0 0 174813 52 0 0 20 0 21 0 10713445 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775258632096 139775634569788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23465] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23465/stat : 23465 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10713446 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775257580456 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.3 s]
/proc/loadavg: 3.19 2.79 2.42 8/218 25175
/proc/meminfo: memFree=28405592/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 34945 0 1 0 179687 319 0 0 20 0 21 0 10711637 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 604875 2302 9 0 2446860 0
[pid=23338/tid=23340] ppid=23335 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23338/task/23340/stat : 23340 (java) S 23335 23338 11396 0 -1 4202560 2559 0 1 0 81 16 0 0 20 0 21 0 10711639 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775779161064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23341] ppid=23335 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/23338/task/23341/stat : 23341 (java) S 23335 23338 11396 0 -1 4202560 1260 0 0 0 349 24 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775622818600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23342] ppid=23335 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/23338/task/23342/stat : 23342 (java) S 23335 23338 11396 0 -1 4202560 727 0 0 0 329 24 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775621765800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23343] ppid=23335 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/23338/task/23343/stat : 23343 (java) S 23335 23338 11396 0 -1 4202560 899 0 0 0 357 23 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775620713512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23344] ppid=23335 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/23338/task/23344/stat : 23344 (java) S 23335 23338 11396 0 -1 4202560 701 0 0 0 332 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775619660712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23345] ppid=23335 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/23338/task/23345/stat : 23345 (java) S 23335 23338 11396 0 -1 4202560 881 0 0 0 343 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775618607400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23346] ppid=23335 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/23338/task/23346/stat : 23346 (java) S 23335 23338 11396 0 -1 4202560 645 0 0 0 333 22 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775281457320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23347] ppid=23335 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/23338/task/23347/stat : 23347 (java) S 23335 23338 11396 0 -1 4202560 667 0 0 0 335 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775280405032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23348] ppid=23335 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/23338/task/23348/stat : 23348 (java) S 23335 23338 11396 0 -1 4202560 805 0 0 0 323 23 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775279352232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23349] ppid=23335 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/23338/task/23349/stat : 23349 (java) S 23335 23338 11396 0 -1 4202560 3454 0 0 0 772 8 0 0 20 0 21 0 10711641 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775267154664 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23350] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23350/stat : 23350 (java) S 23335 23338 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10711642 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775266100728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23351] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23351/stat : 23351 (java) S 23335 23338 11396 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 21 0 10711642 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775265048328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23352] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23352/stat : 23352 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775263996816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23353] ppid=23335 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/23338/task/23353/stat : 23353 (java) S 23335 23338 11396 0 -1 4202560 10830 0 0 0 161 2 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775262943416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23354] ppid=23335 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/23338/task/23354/stat : 23354 (java) S 23335 23338 11396 0 -1 4202560 6250 0 0 0 97 2 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775261890616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23355] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23355/stat : 23355 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775260838520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23356] ppid=23335 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/23338/task/23356/stat : 23356 (java) S 23335 23338 11396 0 -1 4202560 103 0 0 0 19 19 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775259785928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23360] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23360/stat : 23360 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10711675 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775255475752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23464] ppid=23335 vsize=9824732 CPUtime=1754.64 cores=0,2,4,6
/proc/23338/task/23464/stat : 23464 (java) R 23335 23338 11396 0 -1 4202560 3467 0 0 0 175412 52 0 0 20 0 21 0 10713445 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775258632096 139775634567003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23465] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23465/stat : 23465 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10713446 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775257580456 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23338 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.3 s]
/proc/loadavg: 3.19 2.79 2.42 8/218 25175
/proc/meminfo: memFree=28405592/32872528 swapFree=496356/529060
[pid=23338] ppid=23335 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/23338/stat : 23338 (java) S 23335 23338 11396 0 -1 4202496 34945 0 1 0 179687 319 0 0 20 0 21 0 10711637 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 140734654176848 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23338/statm: 2456183 604875 2302 9 0 2446860 0
[pid=23338/tid=23340] ppid=23335 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23338/task/23340/stat : 23340 (java) S 23335 23338 11396 0 -1 4202560 2559 0 1 0 81 16 0 0 20 0 21 0 10711639 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775779161064 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23341] ppid=23335 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/23338/task/23341/stat : 23341 (java) S 23335 23338 11396 0 -1 4202560 1260 0 0 0 349 24 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775622818600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23342] ppid=23335 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/23338/task/23342/stat : 23342 (java) S 23335 23338 11396 0 -1 4202560 727 0 0 0 329 24 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775621765800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23343] ppid=23335 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/23338/task/23343/stat : 23343 (java) S 23335 23338 11396 0 -1 4202560 899 0 0 0 357 23 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775620713512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23344] ppid=23335 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/23338/task/23344/stat : 23344 (java) S 23335 23338 11396 0 -1 4202560 701 0 0 0 332 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775619660712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23345] ppid=23335 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/23338/task/23345/stat : 23345 (java) S 23335 23338 11396 0 -1 4202560 881 0 0 0 343 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775618607400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23346] ppid=23335 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/23338/task/23346/stat : 23346 (java) S 23335 23338 11396 0 -1 4202560 645 0 0 0 333 22 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775281457320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23347] ppid=23335 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/23338/task/23347/stat : 23347 (java) S 23335 23338 11396 0 -1 4202560 667 0 0 0 335 25 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775280405032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23348] ppid=23335 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/23338/task/23348/stat : 23348 (java) S 23335 23338 11396 0 -1 4202560 805 0 0 0 323 23 0 0 20 0 21 0 10711640 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775279352232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23349] ppid=23335 vsize=9824732 CPUtime=7.8 cores=0,2,4,6
/proc/23338/task/23349/stat : 23349 (java) S 23335 23338 11396 0 -1 4202560 3454 0 0 0 772 8 0 0 20 0 21 0 10711641 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775267154664 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23350] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23350/stat : 23350 (java) S 23335 23338 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10711642 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775266100728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23351] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23351/stat : 23351 (java) S 23335 23338 11396 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 21 0 10711642 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775265048328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23352] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23352/stat : 23352 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775263996816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23338/tid=23353] ppid=23335 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/23338/task/23353/stat : 23353 (java) S 23335 23338 11396 0 -1 4202560 10830 0 0 0 161 2 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775262943416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23354] ppid=23335 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/23338/task/23354/stat : 23354 (java) S 23335 23338 11396 0 -1 4202560 6250 0 0 0 97 2 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775261890616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23355] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23355/stat : 23355 (java) S 23335 23338 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775260838520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23356] ppid=23335 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/23338/task/23356/stat : 23356 (java) S 23335 23338 11396 0 -1 4202560 103 0 0 0 19 19 0 0 20 0 21 0 10711644 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775259785928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23338/tid=23360] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23360/stat : 23360 (java) S 23335 23338 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10711675 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775255475752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23338/tid=23464] ppid=23335 vsize=9824732 CPUtime=1754.64 cores=0,2,4,6
/proc/23338/task/23464/stat : 23464 (java) R 23335 23338 11396 0 -1 4202560 3467 0 0 0 175412 52 0 0 20 0 21 0 10713445 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775258632096 139775634567003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23338/tid=23465] ppid=23335 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23338/task/23465/stat : 23465 (java) S 23335 23338 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10713446 10060525568 604875 33554432000 1073741824 1073778376 140734654185712 139775257580456 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1788.33
CPU time (s): 1800.8
CPU user time (s): 1797.13
CPU system time (s): 3.67244
CPU usage (%): 100.697
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.13
system time used= 3.67244
maximum resident set size= 2622488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80100
involuntary context switches= 53936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6704 second user time and 14.0049 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 16:17:42
IDJOB=4092284
IDBENCH=79301
IDSOLVER=2552
FILE ID=node141/4092284-1466086662
RUNJOBID= node141-1466075234-14702
PBS_JOBID= 19903999
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092284-1466086662/watcher-4092284-1466086662 -o /tmp/evaluation-result-4092284-1466086662/solver-4092284-1466086662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14702 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092284-1466086662.wbo

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

MD5SUM BENCH= a4c39a3f1b80365b8ad34a89f93fc523
RANDOM SEED=1469558962

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29985636 kB
Buffers:           29412 kB
Cached:            58608 kB
SwapCached:         2880 kB
Active:          1569684 kB
Inactive:          55392 kB
Active(anon):    1537380 kB
Inactive(anon):     2156 kB
Active(file):      32304 kB
Inactive(file):    53236 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2201716 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             566740 kB
SReclaimable:      10428 kB
SUnreclaim:       556312 kB
KernelStack:        1792 kB
PageTables:         8544 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2498856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1658880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node141 at 2016-06-16 16:47:30