Trace number 4110385

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 1784.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900561288--soft-0-100-0.wbo
MD5SUM6ba4b4283c00d7202a0c09683aff0663
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 benchmark85.81
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4110385-1466347208.wbo
0.09/0.13	c reading problem ... 
0.46/0.35	c ... done. Wall clock time 0.227s.
0.46/0.35	c declared #vars     231
0.46/0.35	c internal #vars     2938
0.46/0.35	c #constraints  2707
0.46/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.36	c 2707 constraints processed.
0.46/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.46/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.46/0.37	c 2707 constraints processed.
0.46/0.37	c objective function length is 2707 literals
1.05/0.52	c And the winner is solver0
1.34/0.88	c SATISFIABLE
1.34/0.88	c OPTIMIZING...
1.34/0.88	c Got one! Elapsed wall clock time (in seconds):0.749
1.34/0.88	o 217
1.39/0.93	c And the winner is solver0
1.60/1.41	c Got one! Elapsed wall clock time (in seconds):1.283
1.60/1.41	o 216
1.60/1.43	c And the winner is solver0
1.73/1.92	c Got one! Elapsed wall clock time (in seconds):1.795
1.73/1.92	o 194
2.35/2.14	c And the winner is solver0
2.58/2.43	c Got one! Elapsed wall clock time (in seconds):2.305
2.58/2.43	o 192
2.58/2.45	c And the winner is solver0
2.69/2.94	c Got one! Elapsed wall clock time (in seconds):2.811
2.69/2.94	o 191
2.69/2.97	c And the winner is solver0
2.82/3.44	c Got one! Elapsed wall clock time (in seconds):3.317
2.82/3.44	o 182
2.94/3.50	c And the winner is solver0
2.96/3.95	c Got one! Elapsed wall clock time (in seconds):3.823
2.96/3.95	o 179
2.96/3.96	c And the winner is solver0
2.96/4.45	c Got one! Elapsed wall clock time (in seconds):4.327
2.96/4.45	o 163
2.96/4.46	c And the winner is solver0
2.96/4.96	c Got one! Elapsed wall clock time (in seconds):4.831
2.96/4.96	o 162
2.96/4.98	c And the winner is solver0
3.01/5.46	c Got one! Elapsed wall clock time (in seconds):5.335
3.01/5.46	o 158
3.01/5.47	c And the winner is solver0
3.01/5.97	c Got one! Elapsed wall clock time (in seconds):5.84
3.01/5.97	o 157
3.09/6.03	c And the winner is solver0
3.18/6.47	c Got one! Elapsed wall clock time (in seconds):6.344
3.18/6.47	o 156
3.18/6.49	c And the winner is solver0
3.23/6.98	c Got one! Elapsed wall clock time (in seconds):6.847
3.23/6.98	o 138
4.66/7.66	c And the winner is solver0
4.82/7.98	c Got one! Elapsed wall clock time (in seconds):7.851
4.82/7.98	o 137
4.85/8.02	c And the winner is solver0
4.91/8.48	c Got one! Elapsed wall clock time (in seconds):8.354
4.91/8.48	o 134
4.95/8.52	c And the winner is solver0
5.01/8.99	c Got one! Elapsed wall clock time (in seconds):8.858
5.01/8.99	o 130
5.09/9.02	c And the winner is solver0
5.11/9.49	c Got one! Elapsed wall clock time (in seconds):9.362
5.11/9.49	o 123
5.12/9.52	c And the winner is solver0
5.20/10.00	c Got one! Elapsed wall clock time (in seconds):9.866
5.20/10.00	o 122
5.21/10.02	c And the winner is solver0
5.27/10.50	c Got one! Elapsed wall clock time (in seconds):10.369
5.27/10.50	o 109
5.27/10.51	c And the winner is solver0
5.28/11.00	c Got one! Elapsed wall clock time (in seconds):10.873
5.28/11.00	o 88
5.28/11.04	c And the winner is solver0
5.37/11.50	c Got one! Elapsed wall clock time (in seconds):11.377
5.37/11.50	o 69
5.54/11.63	c And the winner is solver0
5.62/12.01	c Got one! Elapsed wall clock time (in seconds):11.882
5.62/12.01	o 65
5.84/12.13	c And the winner is solver0
5.92/12.52	c Got one! Elapsed wall clock time (in seconds):12.389
5.92/12.52	o 62
6.07/12.60	c And the winner is solver0
6.09/13.02	c Got one! Elapsed wall clock time (in seconds):12.896
6.09/13.02	o 58
6.09/13.06	c And the winner is solver0
6.17/13.53	c Got one! Elapsed wall clock time (in seconds):13.405
6.17/13.53	o 57
6.97/13.91	c cleaning 5177 clauses out of 10366 with flag 11494/10366
6.97/13.97	c And the winner is solver0
7.18/14.04	c Got one! Elapsed wall clock time (in seconds):13.913
7.18/14.04	o 56
7.18/14.09	c And the winner is solver0
7.45/14.55	c Got one! Elapsed wall clock time (in seconds):14.425
7.45/14.55	o 55
7.45/14.57	c And the winner is solver0
7.46/15.06	c Got one! Elapsed wall clock time (in seconds):14.934
7.46/15.06	o 41
7.46/15.09	c And the winner is solver0
7.52/15.57	c Got one! Elapsed wall clock time (in seconds):15.445
7.52/15.57	o 32
7.56/15.62	c And the winner is solver0
7.62/16.08	c Got one! Elapsed wall clock time (in seconds):15.956
7.62/16.08	o 25
7.65/16.11	c And the winner is solver0
7.70/16.60	c Got one! Elapsed wall clock time (in seconds):16.468
7.70/16.60	o 24
7.71/16.64	c And the winner is solver0
7.80/17.11	c Got one! Elapsed wall clock time (in seconds):16.98
7.80/17.11	o 23
7.80/17.15	c And the winner is solver0
7.87/17.62	c Got one! Elapsed wall clock time (in seconds):17.494
7.87/17.62	o 22
7.87/17.68	c And the winner is solver0
8.04/18.13	c Got one! Elapsed wall clock time (in seconds):18.006
8.04/18.13	o 21
8.04/18.15	c And the winner is solver0
125.13/134.02	c Got one! Elapsed wall clock time (in seconds):133.895
125.13/134.02	o 19
125.13/134.06	c And the winner is solver0
640.82/642.77	c cleaning 0 clauses out of 5633 with flag 0/5649
1800.00/1784.21	c >>>>>>>>>> Solver number 0 (36 answers) <<<<<<<<<<<<<<<<<<
1800.00/1784.21	c starts		: 79
1800.00/1784.21	c conflicts		: 13199
1800.00/1784.21	c decisions		: 113840
1800.00/1784.21	c propagations		: 7817773
1800.00/1784.21	c inspects		: 7441439
1800.00/1784.21	c shortcuts		: 0
1800.00/1784.21	c learnt literals	: 0
1800.00/1784.21	c learnt binary clauses	: 6
1800.00/1784.21	c learnt ternary clauses	: 2
1800.00/1784.21	c learnt constraints	: 13199
1800.00/1784.21	c ignored constraints	: 0
1800.00/1784.21	c root simplifications	: 0
1800.00/1784.21	c removed literals (reason simplification)	: 15066
1800.00/1784.21	c reason swapping (by a shorter reason)	: 0
1800.00/1784.21	c Calls to reduceDB	: 1
1800.00/1784.21	c Number of update (reduction) of LBD	: 6534
1800.00/1784.21	c Imported unit clauses	: 0
1800.00/1784.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1784.21	c number of learned constraints concerned by reduction	: 0
1800.00/1784.21	c number of learning phase by resolution	: 0
1800.00/1784.21	c number of learning phase by cutting planes	: 0
1800.00/1784.21	c speed (assignments/second)	: 4382.579832483943
1800.00/1784.21	c non guided choices	4171
1800.00/1784.21	c learnt constraints type 
1800.00/1784.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.00/1784.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8016
1800.00/1784.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/1784.21	c starts		: 69
1800.00/1784.21	c conflicts		: 10446
1800.00/1784.21	c decisions		: 178071
1800.00/1784.21	c propagations		: 1088727
1800.00/1784.21	c inspects		: 430688734
1800.00/1784.21	c shortcuts		: 0
1800.00/1784.21	c learnt literals	: 0
1800.00/1784.21	c learnt binary clauses	: 0
1800.00/1784.21	c learnt ternary clauses	: 0
1800.00/1784.21	c learnt constraints	: 10430
1800.00/1784.21	c ignored constraints	: 0
1800.00/1784.21	c root simplifications	: 0
1800.00/1784.21	c removed literals (reason simplification)	: 0
1800.00/1784.21	c reason swapping (by a shorter reason)	: 0
1800.00/1784.21	c Calls to reduceDB	: 1
1800.00/1784.21	c Number of update (reduction) of LBD	: 0
1800.00/1784.21	c Imported unit clauses	: 0
1800.00/1784.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1784.21	c number of learned constraints concerned by reduction	: 0
1800.00/1784.21	c number of learning phase by resolution	: 0
1800.00/1784.21	c number of learning phase by cutting planes	: 0
1800.00/1784.21	c speed (assignments/second)	: 659.7771710970854
1800.00/1784.21	c non guided choices	3597
1800.00/1784.22	c learnt constraints type 
1800.00/1784.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 663
1800.00/1784.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9767
1800.00/1784.22	s SATISFIABLE
1800.00/1784.22	c Found 35 solution(s)
1800.00/1784.22	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.00/1784.22	c objective function=19
1800.00/1784.22	c Total wall clock time (in seconds): 1784.097

Verifier Data

OK	15

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-4110385-1466347208/watcher-4110385-1466347208 -o /tmp/evaluation-result-4110385-1466347208/solver-4110385-1466347208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466347206-15410 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110385-1466347208.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.15 2.16 3/171 15424
/proc/meminfo: memFree=30060320/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15424/stat : 15424 (java) D 15421 15424 14941 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 36765990 9515008 186 33554432000 1073741824 1073778376 140733991580800 140733991569864 213410475303 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2323 186 143 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 2.10 2.15 2.16 3/171 15424
/proc/meminfo: memFree=30060320/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 4325 0 1 0 8 1 0 0 20 0 18 0 36765990 9787879424 5948 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2389619 5948 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.10 2.15 2.16 3/171 15424
/proc/meminfo: memFree=30060320/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 4733 0 1 0 21 2 0 0 20 0 18 0 36765990 9787879424 6805 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2389619 6805 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.10 2.15 2.16 3/171 15424
/proc/meminfo: memFree=30060320/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 5516 0 1 0 44 2 0 0 20 0 18 0 36765990 9787879424 8376 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2389619 8376 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700254 s]
/proc/loadavg: 2.10 2.15 2.16 3/171 15424
/proc/meminfo: memFree=30060320/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 10629 0 1 0 129 5 0 0 20 0 19 0 36765990 10060525568 13438 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2456183 13438 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 2.10 2.15 2.16 2/215 15488
/proc/meminfo: memFree=29961820/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 11866 0 1 0 164 9 0 0 20 0 19 0 36765990 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2456183 16046 2273 9 0 2446860 0
[pid=15424/tid=15426] ppid=15421 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15424/task/15426/stat : 15426 (java) S 15421 15424 14941 0 -1 4202560 2465 0 1 0 35 2 0 0 20 0 19 0 36765991 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643232908152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15427] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15427/stat : 15427 (java) S 15421 15424 14941 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643221969960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15428] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15428/stat : 15428 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643220917160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15429] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15429/stat : 15429 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643219864360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15430] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15430/stat : 15430 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643218811560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15431] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15431/stat : 15431 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643217758760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15432] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15432/stat : 15432 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643216705960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15433] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15433/stat : 15433 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643215653160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15434] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15434/stat : 15434 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643214600360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15435] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15435/stat : 15435 (java) S 15421 15424 14941 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643056729064 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15436] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15436/stat : 15436 (java) S 15421 15424 14941 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643055675128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15437] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15437/stat : 15437 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643054622216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15443] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15443/stat : 15443 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643053570704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15444] ppid=15421 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/15424/task/15444/stat : 15444 (java) S 15421 15424 14941 0 -1 4202560 4464 0 0 0 48 1 0 0 20 0 19 0 36765997 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643052517816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15445] ppid=15421 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/15424/task/15445/stat : 15445 (java) S 15421 15424 14941 0 -1 4202560 3594 0 0 0 47 0 0 0 20 0 19 0 36765997 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643051465016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15446] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15446/stat : 15446 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643050412408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15447] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15447/stat : 15447 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643049359816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15477] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15477/stat : 15477 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766029 10060525568 16046 33554432000 1073741824 1073778376 140733991580800 139643046200744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 2.10 2.15 2.16 2/214 15499
/proc/meminfo: memFree=29900584/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 17418 0 1 0 265 17 0 0 20 0 19 0 36765990 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2456183 30180 2276 9 0 2446860 0
[pid=15424/tid=15426] ppid=15421 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15424/task/15426/stat : 15426 (java) S 15421 15424 14941 0 -1 4202560 2467 0 1 0 37 2 0 0 20 0 19 0 36765991 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643232908152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15427] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15427/stat : 15427 (java) S 15421 15424 14941 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643221969960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15428] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15428/stat : 15428 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643220917160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15429] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15429/stat : 15429 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643219864360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15430] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15430/stat : 15430 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643218811560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15431] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15431/stat : 15431 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643217758760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15432] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15432/stat : 15432 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643216705960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15433] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15433/stat : 15433 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643215653160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15434] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15434/stat : 15434 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643214600360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15435] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15435/stat : 15435 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643056729064 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15436] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15436/stat : 15436 (java) S 15421 15424 14941 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643055675128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15437] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15437/stat : 15437 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643054622216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15443] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15443/stat : 15443 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643053570704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15444] ppid=15421 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/15424/task/15444/stat : 15444 (java) S 15421 15424 14941 0 -1 4202560 6202 0 0 0 73 2 0 0 20 0 19 0 36765997 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643052517816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15445] ppid=15421 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/15424/task/15445/stat : 15445 (java) S 15421 15424 14941 0 -1 4202560 7362 0 0 0 73 2 0 0 20 0 19 0 36765997 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643051465016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15446] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15446/stat : 15446 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643050412408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15447] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15447/stat : 15447 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643049359816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15477] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15477/stat : 15477 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766029 10060525568 30180 33554432000 1073741824 1073778376 140733991580800 139643046200744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 1.94 2.11 2.15 1/214 15538
/proc/meminfo: memFree=29761496/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 17537 0 1 0 294 24 0 0 20 0 19 0 36765990 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2456183 42184 2290 9 0 2446860 0
[pid=15424/tid=15426] ppid=15421 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/15424/task/15426/stat : 15426 (java) S 15421 15424 14941 0 -1 4202560 2473 0 1 0 39 2 0 0 20 0 19 0 36765991 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643232908152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15427] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15427/stat : 15427 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643221969960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15428] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15428/stat : 15428 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643220917160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15429] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15429/stat : 15429 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643219864360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15430] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15430/stat : 15430 (java) S 15421 15424 14941 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643218811560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15431] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15431/stat : 15431 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643217758760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15432] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15432/stat : 15432 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643216705960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15433] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15433/stat : 15433 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643215653160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15434] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15434/stat : 15434 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36765993 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643214600360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15435] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15435/stat : 15435 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643056729064 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15436] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15436/stat : 15436 (java) S 15421 15424 14941 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643055675128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15437] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15437/stat : 15437 (java) S 15421 15424 14941 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36765994 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643054622216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15443] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15443/stat : 15443 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643053570704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15444] ppid=15421 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/15424/task/15444/stat : 15444 (java) S 15421 15424 14941 0 -1 4202560 6202 0 0 0 75 2 0 0 20 0 19 0 36765997 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643052517816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15445] ppid=15421 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/15424/task/15445/stat : 15445 (java) S 15421 15424 14941 0 -1 4202560 7362 0 0 0 76 2 0 0 20 0 19 0 36765997 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643051465016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15446] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15446/stat : 15446 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643050412408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15447] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15447/stat : 15447 (java) S 15421 15424 14941 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36765997 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643049359816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15477] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15477/stat : 15477 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36766029 10060525568 42184 33554432000 1073741824 1073778376 140733991580800 139643046200744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

/proc/15424/task/15431/stat : 15431 (java) S 15421 15424 14941 0 -1 4202560 1196 0 0 0 389 40 0 0 20 0 21 0 36765993 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643217758760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15432] ppid=15421 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/15424/task/15432/stat : 15432 (java) S 15421 15424 14941 0 -1 4202560 1063 0 0 0 407 38 0 0 20 0 21 0 36765993 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643216705960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15433] ppid=15421 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/15424/task/15433/stat : 15433 (java) S 15421 15424 14941 0 -1 4202560 1174 0 0 0 367 33 0 0 20 0 21 0 36765993 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643215653160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15434] ppid=15421 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/15424/task/15434/stat : 15434 (java) S 15421 15424 14941 0 -1 4202560 722 0 0 0 379 36 0 0 20 0 21 0 36765993 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643214600360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15435] ppid=15421 vsize=9824732 CPUtime=8.58 cores=1,3,5,7
/proc/15424/task/15435/stat : 15435 (java) S 15421 15424 14941 0 -1 4202560 3843 0 0 0 850 8 0 0 20 0 21 0 36765994 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643056729064 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15436] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15436/stat : 15436 (java) S 15421 15424 14941 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36765994 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643055675128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15437] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15437/stat : 15437 (java) S 15421 15424 14941 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36765994 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643054622216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15443] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15443/stat : 15443 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36765997 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643053570704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15444] ppid=15421 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/15424/task/15444/stat : 15444 (java) S 15421 15424 14941 0 -1 4202560 6688 0 0 0 102 2 0 0 20 0 21 0 36765997 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643052517816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15445] ppid=15421 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/15424/task/15445/stat : 15445 (java) S 15421 15424 14941 0 -1 4202560 16151 0 0 0 135 5 0 0 20 0 21 0 36765997 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643051465016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15446] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15446/stat : 15446 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36765997 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643050412408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15447] ppid=15421 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/15424/task/15447/stat : 15447 (java) S 15421 15424 14941 0 -1 4202560 100 0 0 0 19 21 0 0 20 0 21 0 36765997 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643049359816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15477] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15477/stat : 15477 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36766029 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643046200744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15701] ppid=15421 vsize=9824732 CPUtime=1566.73 cores=1,3,5,7
/proc/15424/task/15701/stat : 15701 (java) R 15421 15424 14941 0 -1 4202560 5263 0 0 0 156633 40 0 0 20 0 21 0 36779395 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643048304048 139643094542341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15702] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15702/stat : 15702 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36779398 10060525568 966417 33554432000 1073741824 1073778376 140733991580800 139643047253160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1736.81
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 1.98 2.17 2.17 3/190 15797
/proc/meminfo: memFree=26002392/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9824732 CPUtime=1797.89 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 45481 0 1 0 179334 455 0 0 20 0 21 0 36765990 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2456183 1014136 2302 9 0 2446860 0
[pid=15424/tid=15426] ppid=15421 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/15424/task/15426/stat : 15426 (java) S 15421 15424 14941 0 -1 4202560 2535 0 1 0 85 22 0 0 20 0 21 0 36765991 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643232908264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15427] ppid=15421 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/15424/task/15427/stat : 15427 (java) S 15421 15424 14941 0 -1 4202560 1201 0 0 0 394 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643221969960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15428] ppid=15421 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/15424/task/15428/stat : 15428 (java) S 15421 15424 14941 0 -1 4202560 1021 0 0 0 385 44 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643220917160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15429] ppid=15421 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/15424/task/15429/stat : 15429 (java) S 15421 15424 14941 0 -1 4202560 1268 0 0 0 378 37 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643219864360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15430] ppid=15421 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/15424/task/15430/stat : 15430 (java) S 15421 15424 14941 0 -1 4202560 1211 0 0 0 402 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643218811560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15431] ppid=15421 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/15424/task/15431/stat : 15431 (java) S 15421 15424 14941 0 -1 4202560 1227 0 0 0 402 41 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643217758760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15432] ppid=15421 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/15424/task/15432/stat : 15432 (java) S 15421 15424 14941 0 -1 4202560 1103 0 0 0 422 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643216705960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15433] ppid=15421 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/15424/task/15433/stat : 15433 (java) S 15421 15424 14941 0 -1 4202560 1211 0 0 0 383 35 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643215653160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15434] ppid=15421 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/15424/task/15434/stat : 15434 (java) S 15421 15424 14941 0 -1 4202560 786 0 0 0 407 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643214600360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15435] ppid=15421 vsize=9824732 CPUtime=8.58 cores=1,3,5,7
/proc/15424/task/15435/stat : 15435 (java) S 15421 15424 14941 0 -1 4202560 3847 0 0 0 850 8 0 0 20 0 21 0 36765994 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643056729064 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15436] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15436/stat : 15436 (java) S 15421 15424 14941 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36765994 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643055675128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15437] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15437/stat : 15437 (java) S 15421 15424 14941 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36765994 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643054622216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15443] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15443/stat : 15443 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643053570704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15444] ppid=15421 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/15424/task/15444/stat : 15444 (java) S 15421 15424 14941 0 -1 4202560 6688 0 0 0 102 2 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643052517816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15445] ppid=15421 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/15424/task/15445/stat : 15445 (java) S 15421 15424 14941 0 -1 4202560 16152 0 0 0 136 5 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643051465016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15446] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15446/stat : 15446 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643050412408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15447] ppid=15421 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/15424/task/15447/stat : 15447 (java) S 15421 15424 14941 0 -1 4202560 104 0 0 0 20 21 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643049359816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15477] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15477/stat : 15477 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36766029 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643046200744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15701] ppid=15421 vsize=9824732 CPUtime=1626.21 cores=1,3,5,7
/proc/15424/task/15701/stat : 15701 (java) R 15421 15424 14941 0 -1 4202560 5263 0 0 0 162580 41 0 0 20 0 21 0 36779395 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643048303824 139643094544412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15702] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15702/stat : 15702 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36779398 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643047253160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.2 s]
/proc/loadavg: 1.90 2.15 2.16 2/190 15797
/proc/meminfo: memFree=26002524/32872528 swapFree=1400172/1569824
[pid=15424] ppid=15421 vsize=9824732 CPUtime=1799.79 cores=1,3,5,7
/proc/15424/stat : 15424 (java) S 15421 15424 14941 0 -1 4202496 45481 0 1 0 179524 455 0 0 20 0 21 0 36765990 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 140733991571936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15424/statm: 2456183 1014136 2302 9 0 2446860 0
[pid=15424/tid=15426] ppid=15421 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/15424/task/15426/stat : 15426 (java) S 15421 15424 14941 0 -1 4202560 2535 0 1 0 85 22 0 0 20 0 21 0 36765991 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643232908264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15427] ppid=15421 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/15424/task/15427/stat : 15427 (java) S 15421 15424 14941 0 -1 4202560 1201 0 0 0 394 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643221969960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15428] ppid=15421 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/15424/task/15428/stat : 15428 (java) S 15421 15424 14941 0 -1 4202560 1021 0 0 0 385 44 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643220917160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15429] ppid=15421 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/15424/task/15429/stat : 15429 (java) S 15421 15424 14941 0 -1 4202560 1268 0 0 0 378 37 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643219864360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15430] ppid=15421 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/15424/task/15430/stat : 15430 (java) S 15421 15424 14941 0 -1 4202560 1211 0 0 0 402 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643218811560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15431] ppid=15421 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/15424/task/15431/stat : 15431 (java) S 15421 15424 14941 0 -1 4202560 1227 0 0 0 402 41 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643217758760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15432] ppid=15421 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/15424/task/15432/stat : 15432 (java) S 15421 15424 14941 0 -1 4202560 1103 0 0 0 422 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643216705960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15433] ppid=15421 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/15424/task/15433/stat : 15433 (java) S 15421 15424 14941 0 -1 4202560 1211 0 0 0 383 35 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643215653160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15434] ppid=15421 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/15424/task/15434/stat : 15434 (java) S 15421 15424 14941 0 -1 4202560 786 0 0 0 407 40 0 0 20 0 21 0 36765993 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643214600360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15435] ppid=15421 vsize=9824732 CPUtime=8.58 cores=1,3,5,7
/proc/15424/task/15435/stat : 15435 (java) S 15421 15424 14941 0 -1 4202560 3847 0 0 0 850 8 0 0 20 0 21 0 36765994 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643056729064 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15436] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15436/stat : 15436 (java) S 15421 15424 14941 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36765994 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643055675128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15437] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15437/stat : 15437 (java) S 15421 15424 14941 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36765994 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643054622216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15443] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15443/stat : 15443 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643053570704 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15444] ppid=15421 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/15424/task/15444/stat : 15444 (java) S 15421 15424 14941 0 -1 4202560 6688 0 0 0 102 2 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643052517816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15424/tid=15445] ppid=15421 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/15424/task/15445/stat : 15445 (java) S 15421 15424 14941 0 -1 4202560 16152 0 0 0 136 5 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643051465016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15446] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15446/stat : 15446 (java) S 15421 15424 14941 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643050412408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15424/tid=15447] ppid=15421 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/15424/task/15447/stat : 15447 (java) S 15421 15424 14941 0 -1 4202560 104 0 0 0 20 21 0 0 20 0 21 0 36765997 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643049359816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15477] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15477/stat : 15477 (java) S 15421 15424 14941 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36766029 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643046200744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15424/tid=15701] ppid=15421 vsize=9824732 CPUtime=1628.11 cores=1,3,5,7
/proc/15424/task/15701/stat : 15701 (java) R 15421 15424 14941 0 -1 4202560 5263 0 0 0 162770 41 0 0 20 0 21 0 36779395 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643048303824 139643094629607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15424/tid=15702] ppid=15421 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15424/task/15702/stat : 15702 (java) S 15421 15424 14941 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36779398 10060525568 1014136 33554432000 1073741824 1073778376 140733991580800 139643047253160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.79
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 15424 sig 9
??? kill -15424 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15424 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=969731
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=963245
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1799.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.210007
#  lost CPU user time (s): 0.220001
#  lost CPU system time (s): -0.00999999

Real time (s): 1784.24
CPU time (s): 1800
CPU user time (s): 1795.46
CPU system time (s): 4.54
CPU usage (%): 100.883
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.97
system time used= 4.96324
maximum resident set size= 4056660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45517
page faults= 1
swaps= 0
block input operations= 544
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80421
involuntary context switches= 61369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5004 second user time and 14.1548 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-19 16:40:08
IDJOB=4110385
IDBENCH=79287
IDSOLVER=2552
FILE ID=node140/4110385-1466347208
RUNJOBID= node140-1466347206-15410
PBS_JOBID= 19922013
Free space on /tmp= 71732 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.1900561288--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110385-1466347208/watcher-4110385-1466347208 -o /tmp/evaluation-result-4110385-1466347208/solver-4110385-1466347208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466347206-15410 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110385-1466347208.wbo

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

MD5SUM BENCH= 6ba4b4283c00d7202a0c09683aff0663
RANDOM SEED=470114414

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30060584 kB
Buffers:          174160 kB
Cached:           318060 kB
SwapCached:         2736 kB
Active:           142900 kB
Inactive:         353120 kB
Active(anon):       3400 kB
Inactive(anon):     2960 kB
Active(file):     139500 kB
Inactive(file):   350160 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097256 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:       1572288 kB
Mapped:             8048 kB
Shmem:                 0 kB
Slab:             611552 kB
SReclaimable:      54976 kB
SUnreclaim:       556576 kB
KernelStack:        1384 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1666372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71732 MiB
End job on node140 at 2016-06-19 17:09:52