Trace number 4092266

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.76 1781.55

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554072--soft-0-100-0.wbo
MD5SUMa56ccccf952bf820f5367d29dba24868
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 benchmark12.2311
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4092266-1466084880.wbo
0.07/0.13	c reading problem ... 
0.44/0.35	c ... done. Wall clock time 0.226s.
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.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.36	c constraints type 
0.44/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.44/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.44/0.36	c 2707 constraints processed.
0.44/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.36	c constraints type 
0.44/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.44/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.44/0.36	c 2707 constraints processed.
0.44/0.36	c objective function length is 2707 literals
1.12/0.54	c And the winner is solver0
1.76/0.86	c SATISFIABLE
1.76/0.86	c OPTIMIZING...
1.76/0.86	c Got one! Elapsed wall clock time (in seconds):0.732
1.76/0.86	o 283
1.92/0.95	c And the winner is solver0
2.09/1.38	c Got one! Elapsed wall clock time (in seconds):1.255
2.09/1.38	o 280
2.13/1.40	c And the winner is solver0
2.19/1.89	c Got one! Elapsed wall clock time (in seconds):1.765
2.19/1.89	o 276
2.20/1.91	c And the winner is solver0
2.25/2.40	c Got one! Elapsed wall clock time (in seconds):2.275
2.25/2.40	o 258
3.15/2.79	c And the winner is solver0
3.39/2.91	c Got one! Elapsed wall clock time (in seconds):2.782
3.39/2.91	o 253
3.39/2.97	c And the winner is solver0
3.63/3.42	c Got one! Elapsed wall clock time (in seconds):3.289
3.63/3.42	o 246
3.63/3.43	c And the winner is solver0
3.69/3.92	c Got one! Elapsed wall clock time (in seconds):3.794
3.69/3.92	o 241
3.69/3.95	c And the winner is solver0
3.75/4.43	c Got one! Elapsed wall clock time (in seconds):4.298
3.75/4.43	o 237
3.75/4.46	c And the winner is solver0
3.94/4.93	c Got one! Elapsed wall clock time (in seconds):4.803
3.94/4.93	o 234
3.94/4.94	c And the winner is solver0
3.95/5.43	c Got one! Elapsed wall clock time (in seconds):5.307
3.95/5.43	o 231
3.95/5.45	c And the winner is solver0
3.97/5.94	c Got one! Elapsed wall clock time (in seconds):5.81
3.97/5.94	o 215
3.97/5.96	c And the winner is solver0
4.04/6.44	c Got one! Elapsed wall clock time (in seconds):6.314
4.04/6.44	o 214
4.04/6.46	c And the winner is solver0
4.08/6.95	c Got one! Elapsed wall clock time (in seconds):6.819
4.08/6.95	o 172
4.08/6.97	c And the winner is solver0
4.14/7.45	c Got one! Elapsed wall clock time (in seconds):7.322
4.14/7.45	o 170
4.14/7.47	c And the winner is solver0
4.18/7.95	c Got one! Elapsed wall clock time (in seconds):7.826
4.18/7.95	o 165
4.54/8.16	c And the winner is solver0
4.69/8.46	c Got one! Elapsed wall clock time (in seconds):8.33
4.69/8.46	o 164
4.76/8.59	c And the winner is solver0
4.98/8.96	c Got one! Elapsed wall clock time (in seconds):8.834
4.98/8.96	o 163
5.06/9.03	c And the winner is solver0
5.16/9.47	c Got one! Elapsed wall clock time (in seconds):9.337
5.16/9.47	o 162
5.16/9.47	c And the winner is solver0
5.16/9.97	c Got one! Elapsed wall clock time (in seconds):9.841
5.16/9.97	o 130
5.16/9.98	c And the winner is solver0
5.16/10.47	c Got one! Elapsed wall clock time (in seconds):10.345
5.16/10.47	o 101
5.41/10.69	c And the winner is solver0
5.62/10.98	c Got one! Elapsed wall clock time (in seconds):10.848
5.62/10.98	o 100
5.70/11.07	c And the winner is solver0
5.84/11.48	c Got one! Elapsed wall clock time (in seconds):11.352
5.84/11.48	o 73
6.93/12.10	c And the winner is solver0
7.18/12.48	c Got one! Elapsed wall clock time (in seconds):12.356
7.18/12.48	o 68
7.20/12.51	c And the winner is solver0
7.25/12.99	c Got one! Elapsed wall clock time (in seconds):12.864
7.25/12.99	o 62
7.25/13.05	c And the winner is solver0
7.37/13.50	c Got one! Elapsed wall clock time (in seconds):13.373
7.37/13.50	o 49
7.37/13.56	c And the winner is solver0
7.50/14.01	c Got one! Elapsed wall clock time (in seconds):13.883
7.50/14.01	o 46
7.69/14.15	c And the winner is solver0
7.82/14.53	c Got one! Elapsed wall clock time (in seconds):14.395
7.82/14.53	o 43
7.82/14.59	c And the winner is solver0
8.05/15.04	c Got one! Elapsed wall clock time (in seconds):14.91
8.05/15.04	o 40
8.05/15.08	c And the winner is solver0
8.16/15.55	c Got one! Elapsed wall clock time (in seconds):15.423
8.16/15.55	o 39
8.16/15.59	c And the winner is solver0
8.24/16.06	c Got one! Elapsed wall clock time (in seconds):15.936
8.24/16.06	o 38
8.30/16.11	c And the winner is solver0
8.34/16.58	c Got one! Elapsed wall clock time (in seconds):16.449
8.34/16.58	o 37
8.40/16.69	c And the winner is solver0
8.62/17.09	c Got one! Elapsed wall clock time (in seconds):16.962
8.62/17.09	o 36
9.29/17.40	c cleaning 6279 clauses out of 12568 with flag 10471/12568
9.29/17.45	c And the winner is solver0
9.42/17.60	c Got one! Elapsed wall clock time (in seconds):17.475
9.42/17.60	o 33
9.43/17.69	c And the winner is solver0
9.61/18.12	c Got one! Elapsed wall clock time (in seconds):17.989
9.61/18.12	o 30
9.61/18.16	c And the winner is solver0
9.69/18.64	c Got one! Elapsed wall clock time (in seconds):18.504
9.69/18.64	o 26
10.07/18.84	c And the winner is solver0
10.17/19.15	c Got one! Elapsed wall clock time (in seconds):19.021
10.17/19.15	o 25
10.25/19.20	c And the winner is solver0
10.27/19.67	c Got one! Elapsed wall clock time (in seconds):19.537
10.27/19.67	o 24
10.32/19.76	c And the winner is solver0
10.46/20.18	c Got one! Elapsed wall clock time (in seconds):20.054
10.46/20.18	o 23
10.90/20.50	c And the winner is solver0
11.13/20.70	c Got one! Elapsed wall clock time (in seconds):20.571
11.13/20.70	o 22
11.13/20.73	c And the winner is solver0
785.26/784.99	c cleaning 0 clauses out of 5923 with flag 0/5934
1800.04/1781.50	c >>>>>>>>>> Solver number 0 (40 answers) <<<<<<<<<<<<<<<<<<
1800.04/1781.50	c starts		: 92
1800.04/1781.50	c conflicts		: 20327
1800.04/1781.50	c decisions		: 132340
1800.04/1781.50	c propagations		: 7869333
1800.04/1781.50	c inspects		: 13043412
1800.04/1781.50	c shortcuts		: 0
1800.04/1781.50	c learnt literals	: 0
1800.04/1781.50	c learnt binary clauses	: 3
1800.04/1781.50	c learnt ternary clauses	: 9
1800.04/1781.50	c learnt constraints	: 20327
1800.04/1781.50	c ignored constraints	: 0
1800.04/1781.50	c root simplifications	: 0
1800.04/1781.50	c removed literals (reason simplification)	: 22052
1800.04/1781.50	c reason swapping (by a shorter reason)	: 0
1800.04/1781.50	c Calls to reduceDB	: 1
1800.04/1781.50	c Number of update (reduction) of LBD	: 8634
1800.04/1781.50	c Imported unit clauses	: 0
1800.04/1781.50	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.50	c number of learned constraints concerned by reduction	: 0
1800.04/1781.50	c number of learning phase by resolution	: 0
1800.04/1781.50	c number of learning phase by cutting planes	: 0
1800.04/1781.50	c speed (assignments/second)	: 4418.1812056986455
1800.04/1781.50	c non guided choices	4626
1800.04/1781.51	c learnt constraints type 
1800.04/1781.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.04/1781.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14045
1800.04/1781.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1781.51	c starts		: 69
1800.04/1781.51	c conflicts		: 9943
1800.04/1781.51	c decisions		: 222950
1800.04/1781.51	c propagations		: 1292759
1800.04/1781.51	c inspects		: 409131231
1800.04/1781.51	c shortcuts		: 0
1800.04/1781.51	c learnt literals	: 0
1800.04/1781.51	c learnt binary clauses	: 0
1800.04/1781.51	c learnt ternary clauses	: 0
1800.04/1781.51	c learnt constraints	: 9932
1800.04/1781.51	c ignored constraints	: 0
1800.04/1781.51	c root simplifications	: 0
1800.04/1781.51	c removed literals (reason simplification)	: 0
1800.04/1781.51	c reason swapping (by a shorter reason)	: 0
1800.04/1781.51	c Calls to reduceDB	: 1
1800.04/1781.51	c Number of update (reduction) of LBD	: 0
1800.04/1781.51	c Imported unit clauses	: 0
1800.04/1781.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.51	c number of learned constraints concerned by reduction	: 0
1800.04/1781.51	c number of learning phase by resolution	: 0
1800.04/1781.51	c number of learning phase by cutting planes	: 0
1800.04/1781.51	c speed (assignments/second)	: 734.2005291999925
1800.04/1781.51	c non guided choices	3968
1800.04/1781.51	c learnt constraints type 
1800.04/1781.51	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 567
1800.04/1781.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9365
1800.04/1781.51	s SATISFIABLE
1800.04/1781.51	c Found 39 solution(s)
1800.04/1781.52	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.04/1781.52	c objective function=22
1800.04/1781.52	c Total wall clock time (in seconds): 1781.389

Verifier Data

OK	22

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

pid=22868
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.03 2.09 2.09 3/196 22871
/proc/meminfo: memFree=30714840/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22871/stat : 22871 (java) D 22868 22871 11396 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 10533442 9515008 176 33554432000 1073741824 1073778376 140735266796832 140735266779560 211458802576 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/22871/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.03 2.09 2.09 3/196 22871
/proc/meminfo: memFree=30714840/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 4337 0 1 0 7 0 0 0 20 0 18 0 10533442 9787879424 5459 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2389619 5468 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.03 2.09 2.09 3/196 22871
/proc/meminfo: memFree=30714840/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 4752 0 1 0 21 1 0 0 20 0 18 0 10533442 9787879424 6844 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2389619 6844 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.03 2.09 2.09 3/196 22871
/proc/meminfo: memFree=30714840/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 5574 0 1 0 43 1 0 0 20 0 18 0 10533442 9787879424 8400 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2389619 8400 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.03 2.09 2.09 3/196 22871
/proc/meminfo: memFree=30714840/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 11790 0 1 0 161 5 0 0 20 0 19 0 10533442 10060525568 14414 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 14414 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.03 2.09 2.09 2/215 22896
/proc/meminfo: memFree=30649392/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 15401 0 1 0 211 8 0 0 20 0 19 0 10533442 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 18283 2273 9 0 2446860 0
[pid=22871/tid=22873] ppid=22868 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22871/task/22873/stat : 22873 (java) S 22868 22871 11396 0 -1 4202560 2491 0 1 0 34 1 0 0 20 0 19 0 10533443 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089350263672 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22874] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22874/stat : 22874 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089288992936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22875] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22875/stat : 22875 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089287940392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22876] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22876/stat : 22876 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089286887848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22877] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22877/stat : 22877 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089285835304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22878] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22878/stat : 22878 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089189153448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22879] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22879/stat : 22879 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089188100904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22880] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22880/stat : 22880 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089187048360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22881] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22881/stat : 22881 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089185995816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22882] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22882/stat : 22882 (java) S 22868 22871 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089173796968 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22883] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22883/stat : 22883 (java) S 22868 22871 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089172743288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22884] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22884/stat : 22884 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089171690632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22885] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22885/stat : 22885 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089170639376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22886] ppid=22868 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/22871/task/22886/stat : 22886 (java) S 22868 22871 11396 0 -1 4202560 7277 0 0 0 68 2 0 0 20 0 19 0 10533449 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089169586744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22887] ppid=22868 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/22871/task/22887/stat : 22887 (java) S 22868 22871 11396 0 -1 4202560 4279 0 0 0 58 0 0 0 20 0 19 0 10533449 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089168534200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22888] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22888/stat : 22888 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089167481848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22889] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22889/stat : 22889 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089166429512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22892] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22892/stat : 22892 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533480 10060525568 18283 33554432000 1073741824 1073778376 140736280780288 140089163269160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 1.95 2.07 2.08 2/215 22902
/proc/meminfo: memFree=30632636/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 17511 0 1 0 349 14 0 0 20 0 19 0 10533442 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 36124 2276 9 0 2446860 0
[pid=22871/tid=22873] ppid=22868 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/22871/task/22873/stat : 22873 (java) S 22868 22871 11396 0 -1 4202560 2495 0 1 0 36 2 0 0 20 0 19 0 10533443 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089350263672 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22874] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22874/stat : 22874 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089288992936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22875] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22875/stat : 22875 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089287940392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22876] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22876/stat : 22876 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089286887848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22877] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22877/stat : 22877 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089285835304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22878] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22878/stat : 22878 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089189153448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22879] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22879/stat : 22879 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089188100904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22880] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22880/stat : 22880 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089187048360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22881] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22881/stat : 22881 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089185995816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22882] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22882/stat : 22882 (java) S 22868 22871 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089173796968 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22883] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22883/stat : 22883 (java) S 22868 22871 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089172743288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22884] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22884/stat : 22884 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089171690632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22885] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22885/stat : 22885 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089170639376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22886] ppid=22868 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/22871/task/22886/stat : 22886 (java) S 22868 22871 11396 0 -1 4202560 7286 0 0 0 99 2 0 0 20 0 19 0 10533449 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089169586744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22887] ppid=22868 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/22871/task/22887/stat : 22887 (java) S 22868 22871 11396 0 -1 4202560 6319 0 0 0 79 1 0 0 20 0 19 0 10533449 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089168534200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22888] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22888/stat : 22888 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089167481848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22889] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22889/stat : 22889 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089166429512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22892] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22892/stat : 22892 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533480 10060525568 36124 33554432000 1073741824 1073778376 140736280780288 140089163269160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 1.95 2.07 2.08 2/215 22923
/proc/meminfo: memFree=30518588/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 17617 0 1 0 380 24 0 0 20 0 19 0 10533442 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 43693 2290 9 0 2446860 0
[pid=22871/tid=22873] ppid=22868 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/22871/task/22873/stat : 22873 (java) S 22868 22871 11396 0 -1 4202560 2499 0 1 0 39 2 0 0 20 0 19 0 10533443 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089350263672 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22874] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22874/stat : 22874 (java) S 22868 22871 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089288992936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22875] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22875/stat : 22875 (java) S 22868 22871 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089287940392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22876] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22876/stat : 22876 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089286887848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22877] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22877/stat : 22877 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089285835304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22878] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22878/stat : 22878 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089189153448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22879] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22879/stat : 22879 (java) S 22868 22871 11396 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089188100904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22880] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22880/stat : 22880 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089187048360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22881] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22881/stat : 22881 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10533444 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089185995816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22882] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22882/stat : 22882 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089173796968 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22883] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22883/stat : 22883 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089172743288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22884] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22884/stat : 22884 (java) S 22868 22871 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10533446 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089171690632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22885] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22885/stat : 22885 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089170639376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22886] ppid=22868 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/22871/task/22886/stat : 22886 (java) S 22868 22871 11396 0 -1 4202560 7287 0 0 0 109 2 0 0 20 0 19 0 10533449 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089169586744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22887] ppid=22868 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/22871/task/22887/stat : 22887 (java) S 22868 22871 11396 0 -1 4202560 6319 0 0 0 81 2 0 0 20 0 19 0 10533449 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089168534200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22888] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22888/stat : 22888 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089167481848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22889] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22889/stat : 22889 (java) S 22868 22871 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10533449 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089166429512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22892] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22892/stat : 22892 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10533480 10060525568 43693 33554432000 1073741824 1073778376 140736280780288 140089163269160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=22871/tid=23009] ppid=22868 vsize=9824732 CPUtime=1626.41 cores=0,2,4,6
/proc/22871/task/23009/stat : 23009 (java) R 22868 22871 11396 0 -1 4202560 2473 0 0 0 162600 41 0 0 20 0 21 0 10535514 10060525568 968373 33554432000 1073741824 1073778376 140736280780288 140089165373328 140089290749081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=23010] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/23010/stat : 23010 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10535516 10060525568 968373 33554432000 1073741824 1073778376 140736280780288 140089164321576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1677.48
Current children cumulated vsize (KiB) 9824732

[startup+1722.31 s]
/proc/loadavg: 2.11 2.11 2.11 3/217 23290
/proc/meminfo: memFree=26016000/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=1739.36 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 38752 0 1 0 173495 441 0 0 20 0 21 0 10533442 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 1000562 2302 9 0 2446860 0
[pid=22871/tid=22873] ppid=22868 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/22871/task/22873/stat : 22873 (java) S 22868 22871 11396 0 -1 4202560 2581 0 1 0 97 18 0 0 20 0 21 0 10533443 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089350263784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22874] ppid=22868 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/22871/task/22874/stat : 22874 (java) R 22868 22871 11396 0 -1 4202560 1417 0 0 0 421 40 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089288992936 140089354425157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22875] ppid=22868 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/22871/task/22875/stat : 22875 (java) S 22868 22871 11396 0 -1 4202560 842 0 0 0 428 36 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089287940392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22876] ppid=22868 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/22871/task/22876/stat : 22876 (java) R 22868 22871 11396 0 -1 4202560 1200 0 0 0 398 38 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089286888024 140089357159271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22877] ppid=22868 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/22871/task/22877/stat : 22877 (java) S 22868 22871 11396 0 -1 4202560 880 0 0 0 400 35 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089285835304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22878] ppid=22868 vsize=9824732 CPUtime=4.89 cores=0,2,4,6
/proc/22871/task/22878/stat : 22878 (java) R 22868 22871 11396 0 -1 4202560 1021 0 0 0 445 44 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089189153624 140089357159166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22879] ppid=22868 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/22871/task/22879/stat : 22879 (java) R 22868 22871 11396 0 -1 4202560 1571 0 0 0 411 41 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089188100904 211462173756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22880] ppid=22868 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/22871/task/22880/stat : 22880 (java) S 22868 22871 11396 0 -1 4202560 973 0 0 0 371 38 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089187048360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22881] ppid=22868 vsize=9824732 CPUtime=4.41 cores=0,2,4,6
/proc/22871/task/22881/stat : 22881 (java) S 22868 22871 11396 0 -1 4202560 896 0 0 0 404 37 0 0 20 0 21 0 10533444 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089185995816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22882] ppid=22868 vsize=9824732 CPUtime=9.15 cores=0,2,4,6
/proc/22871/task/22882/stat : 22882 (java) S 22868 22871 11396 0 -1 4202560 4174 0 0 0 907 8 0 0 20 0 21 0 10533446 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089173795848 211462173756 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22883] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22883/stat : 22883 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10533446 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089172743288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22884] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22884/stat : 22884 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10533446 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089171690632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22885] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22885/stat : 22885 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10533449 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089170639376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22886] ppid=22868 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/22871/task/22886/stat : 22886 (java) S 22868 22871 11396 0 -1 4202560 7292 0 0 0 118 2 0 0 20 0 21 0 10533449 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089169586744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22887] ppid=22868 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/22871/task/22887/stat : 22887 (java) S 22868 22871 11396 0 -1 4202560 11553 0 0 0 129 2 0 0 20 0 21 0 10533449 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089168534200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22888] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22888/stat : 22888 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10533449 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089167481848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22889] ppid=22868 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/22871/task/22889/stat : 22889 (java) S 22868 22871 11396 0 -1 4202560 100 0 0 0 19 19 0 0 20 0 21 0 10533449 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089166429512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22892] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22892/stat : 22892 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10533480 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089163269160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=23009] ppid=22868 vsize=9824732 CPUtime=1683.09 cores=0,2,4,6
/proc/22871/task/23009/stat : 23009 (java) S 22868 22871 11396 0 -1 4202560 2473 0 0 0 168266 43 0 0 20 0 21 0 10535514 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089165373368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=23010] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/23010/stat : 23010 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10535516 10060525568 1000562 33554432000 1073741824 1073778376 140736280780288 140089164321576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1739.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 2.23 2.14 2.11 3/217 23291
/proc/meminfo: memFree=25830988/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 39119 0 1 0 179545 459 0 0 20 0 21 0 10533442 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 1038554 2302 9 0 2446860 0
[pid=22871/tid=22873] ppid=22868 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/22871/task/22873/stat : 22873 (java) S 22868 22871 11396 0 -1 4202560 2584 0 1 0 98 20 0 0 20 0 21 0 10533443 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089350263784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22874] ppid=22868 vsize=9824732 CPUtime=4.86 cores=0,2,4,6
/proc/22871/task/22874/stat : 22874 (java) S 22868 22871 11396 0 -1 4202560 1443 0 0 0 445 41 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089288992936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22875] ppid=22868 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/22871/task/22875/stat : 22875 (java) S 22868 22871 11396 0 -1 4202560 877 0 0 0 450 37 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089287940392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22876] ppid=22868 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/22871/task/22876/stat : 22876 (java) S 22868 22871 11396 0 -1 4202560 1237 0 0 0 422 40 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089286887848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22877] ppid=22868 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/22871/task/22877/stat : 22877 (java) S 22868 22871 11396 0 -1 4202560 993 0 0 0 426 38 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089285835304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22878] ppid=22868 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/22871/task/22878/stat : 22878 (java) S 22868 22871 11396 0 -1 4202560 1055 0 0 0 462 45 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089189153448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22879] ppid=22868 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/22871/task/22879/stat : 22879 (java) S 22868 22871 11396 0 -1 4202560 1609 0 0 0 437 43 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089188100904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22880] ppid=22868 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/22871/task/22880/stat : 22880 (java) S 22868 22871 11396 0 -1 4202560 998 0 0 0 389 40 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089187048360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22881] ppid=22868 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/22871/task/22881/stat : 22881 (java) S 22868 22871 11396 0 -1 4202560 927 0 0 0 429 38 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089185995816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22882] ppid=22868 vsize=9824732 CPUtime=9.15 cores=0,2,4,6
/proc/22871/task/22882/stat : 22882 (java) S 22868 22871 11396 0 -1 4202560 4193 0 0 0 907 8 0 0 20 0 21 0 10533446 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089173796968 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22883] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22883/stat : 22883 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10533446 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089172743288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22884] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22884/stat : 22884 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10533446 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089171690632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22885] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22885/stat : 22885 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089170639376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22886] ppid=22868 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/22871/task/22886/stat : 22886 (java) S 22868 22871 11396 0 -1 4202560 7292 0 0 0 118 2 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089169586744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22887] ppid=22868 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/22871/task/22887/stat : 22887 (java) S 22868 22871 11396 0 -1 4202560 11553 0 0 0 129 2 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089168534200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22888] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22888/stat : 22888 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089167481848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22889] ppid=22868 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/22871/task/22889/stat : 22889 (java) S 22868 22871 11396 0 -1 4202560 104 0 0 0 20 21 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089166429512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22892] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22892/stat : 22892 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10533480 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089163269160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=23009] ppid=22868 vsize=9824732 CPUtime=1741.78 cores=0,2,4,6
/proc/22871/task/23009/stat : 23009 (java) R 22868 22871 11396 0 -1 4202560 2475 0 0 0 174134 44 0 0 20 0 21 0 10535514 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089165373440 140089290884301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=23010] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/23010/stat : 23010 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10535516 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089164321576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 22871 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.5 s]
/proc/loadavg: 2.23 2.14 2.11 3/217 23291
/proc/meminfo: memFree=25830988/32872528 swapFree=496356/529060
[pid=22871] ppid=22868 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/22871/stat : 22871 (java) S 22868 22871 11396 0 -1 4202496 39119 0 1 0 179545 459 0 0 20 0 21 0 10533442 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140736280771424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22871/statm: 2456183 1038554 2302 9 0 2446860 0
[pid=22871/tid=22873] ppid=22868 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/22871/task/22873/stat : 22873 (java) S 22868 22871 11396 0 -1 4202560 2584 0 1 0 98 20 0 0 20 0 21 0 10533443 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089350263784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22874] ppid=22868 vsize=9824732 CPUtime=4.86 cores=0,2,4,6
/proc/22871/task/22874/stat : 22874 (java) S 22868 22871 11396 0 -1 4202560 1443 0 0 0 445 41 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089288992936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22875] ppid=22868 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/22871/task/22875/stat : 22875 (java) S 22868 22871 11396 0 -1 4202560 877 0 0 0 450 37 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089287940392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22876] ppid=22868 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/22871/task/22876/stat : 22876 (java) S 22868 22871 11396 0 -1 4202560 1237 0 0 0 422 40 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089286887848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22877] ppid=22868 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/22871/task/22877/stat : 22877 (java) S 22868 22871 11396 0 -1 4202560 993 0 0 0 426 38 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089285835304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22878] ppid=22868 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/22871/task/22878/stat : 22878 (java) S 22868 22871 11396 0 -1 4202560 1055 0 0 0 462 45 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089189153448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22879] ppid=22868 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/22871/task/22879/stat : 22879 (java) S 22868 22871 11396 0 -1 4202560 1609 0 0 0 437 43 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089188100904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22880] ppid=22868 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/22871/task/22880/stat : 22880 (java) S 22868 22871 11396 0 -1 4202560 998 0 0 0 389 40 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089187048360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22881] ppid=22868 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/22871/task/22881/stat : 22881 (java) S 22868 22871 11396 0 -1 4202560 927 0 0 0 429 38 0 0 20 0 21 0 10533444 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089185995816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22882] ppid=22868 vsize=9824732 CPUtime=9.15 cores=0,2,4,6
/proc/22871/task/22882/stat : 22882 (java) S 22868 22871 11396 0 -1 4202560 4193 0 0 0 907 8 0 0 20 0 21 0 10533446 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089173796968 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22883] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22883/stat : 22883 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10533446 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089172743288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22884] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22884/stat : 22884 (java) S 22868 22871 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10533446 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089171690632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22885] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22885/stat : 22885 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089170639376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=22886] ppid=22868 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/22871/task/22886/stat : 22886 (java) S 22868 22871 11396 0 -1 4202560 7292 0 0 0 118 2 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089169586744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22871/tid=22887] ppid=22868 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/22871/task/22887/stat : 22887 (java) S 22868 22871 11396 0 -1 4202560 11553 0 0 0 129 2 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089168534200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22888] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22888/stat : 22888 (java) S 22868 22871 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089167481848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22871/tid=22889] ppid=22868 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/22871/task/22889/stat : 22889 (java) S 22868 22871 11396 0 -1 4202560 104 0 0 0 20 21 0 0 20 0 21 0 10533449 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089166429512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22871/tid=22892] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/22892/stat : 22892 (java) S 22868 22871 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10533480 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089163269160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=23009] ppid=22868 vsize=9824732 CPUtime=1741.78 cores=0,2,4,6
/proc/22871/task/23009/stat : 23009 (java) R 22868 22871 11396 0 -1 4202560 2475 0 0 0 174134 44 0 0 20 0 21 0 10535514 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089165373440 140089290884301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22871/tid=23010] ppid=22868 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22871/task/23010/stat : 23010 (java) S 22868 22871 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10535516 10060525568 1038554 33554432000 1073741824 1073778376 140736280780288 140089164321576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1781.55
CPU time (s): 1800.76
CPU user time (s): 1795.7
CPU system time (s): 5.06123
CPU usage (%): 101.078
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.7
system time used= 5.06123
maximum resident set size= 4154328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39154
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78662
involuntary context switches= 43429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6752 second user time and 12.872 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 15:48:00
IDJOB=4092266
IDBENCH=79270
IDSOLVER=2552
FILE ID=node141/4092266-1466084880
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.1900554072--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092266-1466084880/watcher-4092266-1466084880 -o /tmp/evaluation-result-4092266-1466084880/solver-4092266-1466084880 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14702 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092266-1466084880.wbo

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

MD5SUM BENCH= a56ccccf952bf820f5367d29dba24868
RANDOM SEED=1895367584

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:        30715212 kB
Buffers:           27768 kB
Cached:            58012 kB
SwapCached:         2880 kB
Active:           865580 kB
Inactive:          53420 kB
Active(anon):     833544 kB
Inactive(anon):     2156 kB
Active(file):      32036 kB
Inactive(file):    51264 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1429872 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             566836 kB
SReclaimable:      10376 kB
SUnreclaim:       556460 kB
KernelStack:        1792 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1581984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 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:17:42