Trace number 4092260

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.09 1787.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
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 benchmark111.764
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4092260-1466086113.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.223s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     2938
0.46/0.34	c #constraints  2707
0.46/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c objective function length is 2707 literals
0.77/0.47	c And the winner is solver0
1.36/0.85	c SATISFIABLE
1.36/0.85	c OPTIMIZING...
1.36/0.85	c Got one! Elapsed wall clock time (in seconds):0.73
1.36/0.85	o 952
1.52/0.90	c And the winner is solver0
1.80/1.38	c Got one! Elapsed wall clock time (in seconds):1.257
1.80/1.38	o 447
1.86/1.40	c And the winner is solver0
1.96/1.89	c Got one! Elapsed wall clock time (in seconds):1.77
1.96/1.89	o 424
1.98/1.90	c And the winner is solver0
2.01/2.40	c Got one! Elapsed wall clock time (in seconds):2.279
2.01/2.40	o 416
2.01/2.41	c And the winner is solver0
2.11/2.90	c Got one! Elapsed wall clock time (in seconds):2.786
2.11/2.90	o 414
2.11/2.96	c And the winner is solver0
2.53/3.41	c Got one! Elapsed wall clock time (in seconds):3.292
2.53/3.41	o 363
2.53/3.42	c And the winner is solver0
2.55/3.92	c Got one! Elapsed wall clock time (in seconds):3.797
2.55/3.92	o 348
2.55/3.93	c And the winner is solver0
2.56/4.42	c Got one! Elapsed wall clock time (in seconds):4.301
2.56/4.42	o 345
2.56/4.43	c And the winner is solver0
2.56/4.92	c Got one! Elapsed wall clock time (in seconds):4.806
2.56/4.92	o 344
2.56/4.94	c And the winner is solver0
2.66/5.43	c Got one! Elapsed wall clock time (in seconds):5.31
2.66/5.43	o 339
2.66/5.45	c And the winner is solver0
2.71/5.93	c Got one! Elapsed wall clock time (in seconds):5.814
2.71/5.93	o 310
2.71/5.95	c And the winner is solver0
2.78/6.44	c Got one! Elapsed wall clock time (in seconds):6.319
2.78/6.44	o 309
2.78/6.45	c And the winner is solver0
2.79/6.95	c Got one! Elapsed wall clock time (in seconds):6.823
2.79/6.95	o 267
2.79/6.96	c And the winner is solver0
2.81/7.45	c Got one! Elapsed wall clock time (in seconds):7.328
2.81/7.45	o 207
2.81/7.46	c And the winner is solver0
2.85/7.95	c Got one! Elapsed wall clock time (in seconds):7.832
2.85/7.95	o 203
2.85/7.99	c And the winner is solver0
2.96/8.46	c Got one! Elapsed wall clock time (in seconds):8.346
2.96/8.46	o 200
3.01/8.50	c And the winner is solver0
3.03/8.97	c Got one! Elapsed wall clock time (in seconds):8.85
3.03/8.97	o 198
3.09/9.07	c And the winner is solver0
3.28/9.47	c Got one! Elapsed wall clock time (in seconds):9.353
3.28/9.47	o 197
3.32/9.54	c And the winner is solver0
3.44/9.98	c Got one! Elapsed wall clock time (in seconds):9.857
3.44/9.98	o 192
3.50/10.01	c And the winner is solver0
3.52/10.48	c Got one! Elapsed wall clock time (in seconds):10.36
3.52/10.48	o 181
3.83/10.64	c And the winner is solver0
4.02/10.98	c Got one! Elapsed wall clock time (in seconds):10.864
4.02/10.98	o 180
4.02/10.99	c And the winner is solver0
4.02/11.49	c Got one! Elapsed wall clock time (in seconds):11.368
4.02/11.49	o 179
4.06/11.51	c And the winner is solver0
4.07/11.99	c Got one! Elapsed wall clock time (in seconds):11.871
4.07/11.99	o 176
4.09/12.01	c And the winner is solver0
4.14/12.50	c Got one! Elapsed wall clock time (in seconds):12.375
4.14/12.50	o 172
4.34/12.65	c And the winner is solver0
4.51/13.00	c Got one! Elapsed wall clock time (in seconds):12.879
4.51/13.00	o 125
6.04/13.74	c And the winner is solver0
6.18/14.00	c Got one! Elapsed wall clock time (in seconds):13.882
6.18/14.00	o 117
6.18/14.02	c And the winner is solver0
6.22/14.51	c Got one! Elapsed wall clock time (in seconds):14.386
6.22/14.51	o 112
6.22/14.59	c And the winner is solver0
6.41/15.01	c Got one! Elapsed wall clock time (in seconds):14.89
6.41/15.01	o 108
6.41/15.03	c And the winner is solver0
6.47/15.52	c Got one! Elapsed wall clock time (in seconds):15.394
6.47/15.52	o 104
6.47/15.53	c And the winner is solver0
6.51/16.02	c Got one! Elapsed wall clock time (in seconds):15.898
6.51/16.02	o 102
6.51/16.06	c And the winner is solver0
6.70/16.52	c Got one! Elapsed wall clock time (in seconds):16.402
6.70/16.52	o 85
6.88/16.65	c And the winner is solver0
7.02/17.02	c Got one! Elapsed wall clock time (in seconds):16.906
7.02/17.02	o 83
7.02/17.06	c And the winner is solver0
7.11/17.53	c Got one! Elapsed wall clock time (in seconds):17.412
7.11/17.53	o 76
7.25/17.63	c And the winner is solver0
7.33/18.04	c Got one! Elapsed wall clock time (in seconds):17.92
7.33/18.04	o 75
7.47/18.17	c And the winner is solver0
7.68/18.55	c Got one! Elapsed wall clock time (in seconds):18.428
7.68/18.55	o 49
7.68/18.57	c And the winner is solver0
7.74/19.06	c Got one! Elapsed wall clock time (in seconds):18.937
7.74/19.06	o 48
7.81/19.16	c And the winner is solver0
7.98/19.57	c Got one! Elapsed wall clock time (in seconds):19.449
7.98/19.57	o 46
7.98/19.59	c And the winner is solver0
8.11/20.09	c Got one! Elapsed wall clock time (in seconds):19.963
8.11/20.09	o 38
8.37/20.20	c And the winner is solver0
8.40/20.59	c Got one! Elapsed wall clock time (in seconds):20.476
8.40/20.59	o 35
8.40/20.69	c And the winner is solver0
8.59/21.11	c Got one! Elapsed wall clock time (in seconds):20.989
8.59/21.11	o 34
9.25/21.40	c cleaning 7268 clauses out of 14535 with flag 17842/14535
9.25/21.43	c And the winner is solver0
9.34/21.62	c Got one! Elapsed wall clock time (in seconds):21.505
9.34/21.62	o 32
9.92/21.97	c And the winner is solver0
10.08/22.14	c Got one! Elapsed wall clock time (in seconds):22.021
10.08/22.14	o 20
10.08/22.18	c And the winner is solver0
10.16/22.66	c Got one! Elapsed wall clock time (in seconds):22.539
10.16/22.66	o 19
10.22/22.80	c And the winner is solver0
10.44/23.18	c Got one! Elapsed wall clock time (in seconds):23.06
10.44/23.18	o 18
10.47/23.25	c And the winner is solver0
10.59/23.70	c Got one! Elapsed wall clock time (in seconds):23.583
10.59/23.70	o 17
10.59/23.75	c And the winner is solver0
10.68/24.22	c Got one! Elapsed wall clock time (in seconds):24.105
10.68/24.22	o 16
10.80/24.39	c And the winner is solver0
11.00/24.75	c Got one! Elapsed wall clock time (in seconds):24.632
11.00/24.75	o 14
11.10/24.82	c And the winner is solver0
407.22/415.26	c cleaning 0 clauses out of 5924 with flag 0/5938
790.48/792.81	c Got one! Elapsed wall clock time (in seconds):792.695
790.48/792.81	o 13
790.67/793.09	c And the winner is solver0
1427.23/1420.62	c cleaning 0 clauses out of 11227 with flag 0/11241
1800.09/1787.20	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
1800.09/1787.20	c starts		: 100
1800.09/1787.20	c conflicts		: 21160
1800.09/1787.20	c decisions		: 166928
1800.09/1787.20	c propagations		: 7577873
1800.09/1787.20	c inspects		: 19660667
1800.09/1787.20	c shortcuts		: 0
1800.09/1787.20	c learnt literals	: 0
1800.09/1787.20	c learnt binary clauses	: 4
1800.09/1787.20	c learnt ternary clauses	: 18
1800.09/1787.20	c learnt constraints	: 21160
1800.09/1787.20	c ignored constraints	: 0
1800.09/1787.20	c root simplifications	: 0
1800.09/1787.20	c removed literals (reason simplification)	: 31040
1800.09/1787.20	c reason swapping (by a shorter reason)	: 0
1800.09/1787.20	c Calls to reduceDB	: 1
1800.09/1787.20	c Number of update (reduction) of LBD	: 11513
1800.09/1787.20	c Imported unit clauses	: 0
1800.09/1787.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.20	c number of learned constraints concerned by reduction	: 0
1800.09/1787.20	c number of learning phase by resolution	: 0
1800.09/1787.20	c number of learning phase by cutting planes	: 0
1800.09/1787.20	c speed (assignments/second)	: 4240.944888059117
1800.09/1787.20	c non guided choices	6335
1800.09/1787.21	c learnt constraints type 
1800.09/1787.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.09/1787.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13888
1800.09/1787.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/1787.21	c starts		: 83
1800.09/1787.21	c conflicts		: 12666
1800.09/1787.21	c decisions		: 213155
1800.09/1787.21	c propagations		: 1173726
1800.09/1787.21	c inspects		: 628124205
1800.09/1787.21	c shortcuts		: 0
1800.09/1787.21	c learnt literals	: 0
1800.09/1787.21	c learnt binary clauses	: 0
1800.09/1787.21	c learnt ternary clauses	: 0
1800.09/1787.21	c learnt constraints	: 12651
1800.09/1787.21	c ignored constraints	: 0
1800.09/1787.21	c root simplifications	: 0
1800.09/1787.21	c removed literals (reason simplification)	: 0
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 2
1800.09/1787.21	c Number of update (reduction) of LBD	: 0
1800.09/1787.21	c Imported unit clauses	: 0
1800.09/1787.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.21	c number of learned constraints concerned by reduction	: 0
1800.09/1787.21	c number of learning phase by resolution	: 0
1800.09/1787.21	c number of learning phase by cutting planes	: 0
1800.09/1787.21	c speed (assignments/second)	: 1180.9914594585894
1800.09/1787.21	c non guided choices	4979
1800.09/1787.21	c learnt constraints type 
1800.09/1787.21	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 946
1800.09/1787.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11705
1800.09/1787.21	s SATISFIABLE
1800.09/1787.21	c Found 48 solution(s)
1800.09/1787.21	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.09/1787.22	c objective function=13
1800.09/1787.22	c Total wall clock time (in seconds): 1787.097

Verifier Data

OK	10

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

pid=23070
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.30 2.25 2.19 3/196 23073
/proc/meminfo: memFree=27486812/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/23073/stat : 23073 (java) R 23070 23073 7986 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 10656547 3653632 49 33554432000 1073741824 1073778376 140735447327632 140735447324760 213410475303 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 892 49 38 9 0 30 0

[startup+0.100112 s]
/proc/loadavg: 2.30 2.25 2.19 3/196 23073
/proc/meminfo: memFree=27486812/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 10656547 9787879424 6030 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200254 s]
/proc/loadavg: 2.30 2.25 2.19 3/196 23073
/proc/meminfo: memFree=27486812/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 4724 0 1 0 22 1 0 0 20 0 18 0 10656547 9787879424 6816 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2389619 6816 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.30 2.25 2.19 3/196 23073
/proc/meminfo: memFree=27486812/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 5605 0 1 0 45 1 0 0 20 0 18 0 10656547 9787879424 8444 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2389619 8444 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 2.30 2.25 2.19 3/196 23073
/proc/meminfo: memFree=27486812/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 12798 0 1 0 132 4 0 0 20 0 19 0 10656547 10060525568 15919 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2456183 15919 2270 9 0 2446860 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.20 2.23 2.18 2/215 23098
/proc/meminfo: memFree=27426868/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 16281 0 1 0 187 9 0 0 20 0 19 0 10656547 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2456183 19185 2275 9 0 2446860 0
[pid=23073/tid=23075] ppid=23070 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) S 23070 23073 7986 0 -1 4202560 2464 0 1 0 34 1 0 0 20 0 19 0 10656548 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417413694328 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23076] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417386146728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23077] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417385094184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23078] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417384041128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23079] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417382988584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23080] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417381935528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417380882984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23082] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417250666664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140417249614120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23084] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 7986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416766667624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23085] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416765613944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23086] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416764560776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23087] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416763509520 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23088] ppid=23070 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 7986 0 -1 4202560 5665 0 0 0 58 1 0 0 20 0 19 0 10656553 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416762456376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23089] ppid=23070 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 7986 0 -1 4202560 6804 0 0 0 60 0 0 0 20 0 19 0 10656553 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416761403832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416760350968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23091] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416759298632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23095] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23095/stat : 23095 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10656584 10060525568 19185 33554432000 1073741824 1073778376 140735447327632 140416755086760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 2.20 2.23 2.18 2/215 23104
/proc/meminfo: memFree=27412656/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 19364 0 1 0 239 13 0 0 20 0 19 0 10656547 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2456183 26370 2278 9 0 2446860 0
[pid=23073/tid=23075] ppid=23070 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) S 23070 23073 7986 0 -1 4202560 2467 0 1 0 36 2 0 0 20 0 19 0 10656548 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417413694328 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23076] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417386146728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23077] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417385094184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23078] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417384041128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23079] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417382988584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23080] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417381935528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417380882984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23082] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417250666664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140417249614120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23084] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416766667624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23085] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416765613944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23086] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416764560776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23087] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416763509520 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23088] ppid=23070 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) R 23070 23073 7986 0 -1 4202560 8704 0 0 0 80 2 0 0 20 0 19 0 10656553 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416762456376 140417417811470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23089] ppid=23070 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 7986 0 -1 4202560 6814 0 0 0 76 0 0 0 20 0 19 0 10656553 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416761403832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416760350968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23091] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416759298632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23095] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23095/stat : 23095 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10656584 10060525568 26370 33554432000 1073741824 1073778376 140735447327632 140416755086760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 2.20 2.23 2.18 2/215 23125
/proc/meminfo: memFree=27364936/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 20878 0 1 0 258 20 0 0 20 0 19 0 10656547 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2456183 34455 2279 9 0 2446860 0
[pid=23073/tid=23075] ppid=23070 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) S 23070 23073 7986 0 -1 4202560 2474 0 1 0 39 2 0 0 20 0 19 0 10656548 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417413694328 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23076] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417386146728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23077] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417385094184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23078] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417384041128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23079] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417382988584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23080] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417381935528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417380882984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23082] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417250666664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10656549 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140417249614120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23084] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416766667624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23085] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416765613944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23086] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10656550 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416764560776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23087] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416763509520 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23088] ppid=23070 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 7986 0 -1 4202560 10145 0 0 0 89 2 0 0 20 0 19 0 10656553 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416762456376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23089] ppid=23070 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 7986 0 -1 4202560 6814 0 0 0 78 0 0 0 20 0 19 0 10656553 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416761403832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23090] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416760350968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23091] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10656553 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416759298632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23095] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23095/stat : 23095 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10656584 10060525568 34455 33554432000 1073741824 1073778376 140735447327632 140416755086760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=23073/tid=23080] ppid=23070 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 7986 0 -1 4202560 1455 0 0 0 378 29 0 0 20 0 21 0 10656549 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140417381935528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23081] ppid=23070 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 7986 0 -1 4202560 945 0 0 0 387 27 0 0 20 0 21 0 10656549 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140417380882984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23082] ppid=23070 vsize=9824732 CPUtime=4.11 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 7986 0 -1 4202560 725 0 0 0 378 33 0 0 20 0 21 0 10656549 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140417250666664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23070 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 7986 0 -1 4202560 899 0 0 0 380 28 0 0 20 0 21 0 10656549 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140417249614120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23084] ppid=23070 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 7986 0 -1 4202560 4156 0 0 0 786 9 0 0 20 0 21 0 10656550 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416766667624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23085] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10656550 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416765613976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 7986 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 10656550 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416764560808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10656553 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416763509520 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23088] ppid=23070 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 7986 0 -1 4202560 10357 0 0 0 117 2 0 0 20 0 21 0 10656553 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416762456376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23089] ppid=23070 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 7986 0 -1 4202560 8508 0 0 0 150 1 0 0 20 0 21 0 10656553 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416761403832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23090] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10656553 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416760350968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23091] ppid=23070 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23070 23073 7986 0 -1 4202560 99 0 0 0 22 25 0 0 20 0 21 0 10656553 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416759298632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23095] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23095/stat : 23095 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10656584 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416755086760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23474] ppid=23070 vsize=9824732 CPUtime=917.91 cores=1,3,5,7
/proc/23073/task/23474/stat : 23474 (java) R 23070 23073 7986 0 -1 4202560 391 0 0 0 91774 17 0 0 20 0 21 0 10735852 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416756137072 140417262331121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23475] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23475/stat : 23475 (java) S 23070 23073 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10735883 10060525568 1040194 33554432000 1073741824 1073778376 140735447327632 140416758244776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1732.52
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.12 2.26 2.21 3/217 23497
/proc/meminfo: memFree=21976400/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9824732 CPUtime=1793.43 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 38325 0 1 0 178908 435 0 0 20 0 21 0 10656547 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2456183 1046864 2304 9 0 2446860 0
[pid=23073/tid=23075] ppid=23070 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) S 23070 23073 7986 0 -1 4202560 2545 0 1 0 123 26 0 0 20 0 21 0 10656548 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417413694456 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23070 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 7986 0 -1 4202560 903 0 0 0 391 36 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417386146728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23070 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 7986 0 -1 4202560 905 0 0 0 438 29 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417385094184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23078] ppid=23070 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 7986 0 -1 4202560 1232 0 0 0 423 33 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417384041128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23079] ppid=23070 vsize=9824732 CPUtime=5.04 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 7986 0 -1 4202560 914 0 0 0 468 36 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417382988584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23080] ppid=23070 vsize=9824732 CPUtime=4.24 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 7986 0 -1 4202560 1462 0 0 0 395 29 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417381935528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23070 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 7986 0 -1 4202560 947 0 0 0 401 27 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417380882984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23082] ppid=23070 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 7986 0 -1 4202560 729 0 0 0 400 33 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417250666664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23070 vsize=9824732 CPUtime=4.24 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 7986 0 -1 4202560 899 0 0 0 396 28 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417249614120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23084] ppid=23070 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 7986 0 -1 4202560 4158 0 0 0 786 9 0 0 20 0 21 0 10656550 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416766667624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23085] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10656550 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416765613976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 7986 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 10656550 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416764560808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416763509520 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23088] ppid=23070 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 7986 0 -1 4202560 10357 0 0 0 117 2 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416762456376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23089] ppid=23070 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 7986 0 -1 4202560 8508 0 0 0 150 1 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416761403832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23090] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416760350968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23091] ppid=23070 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23070 23073 7986 0 -1 4202560 103 0 0 0 22 25 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416759298632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23095] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23095/stat : 23095 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10656584 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416755086760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23474] ppid=23070 vsize=9824732 CPUtime=977.43 cores=1,3,5,7
/proc/23073/task/23474/stat : 23474 (java) R 23070 23073 7986 0 -1 4202560 392 0 0 0 97724 19 0 0 20 0 21 0 10735852 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416756137664 140417262467814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23475] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23475/stat : 23475 (java) S 23070 23073 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10735883 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416758244776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1793.43
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 2.11 2.25 2.21 3/217 23497
/proc/meminfo: memFree=21976400/32872528 swapFree=1399392/1569044
[pid=23073] ppid=23070 vsize=9824732 CPUtime=1798.33 cores=1,3,5,7
/proc/23073/stat : 23073 (java) S 23070 23073 7986 0 -1 4202496 38325 0 1 0 179398 435 0 0 20 0 21 0 10656547 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140735447318768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23073/statm: 2456183 1046864 2304 9 0 2446860 0
[pid=23073/tid=23075] ppid=23070 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/23073/task/23075/stat : 23075 (java) S 23070 23073 7986 0 -1 4202560 2545 0 1 0 123 26 0 0 20 0 21 0 10656548 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417413694456 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23076] ppid=23070 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 7986 0 -1 4202560 903 0 0 0 391 36 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417386146728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23077] ppid=23070 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 7986 0 -1 4202560 905 0 0 0 438 29 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417385094184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23078] ppid=23070 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 7986 0 -1 4202560 1232 0 0 0 423 33 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417384041128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23079] ppid=23070 vsize=9824732 CPUtime=5.04 cores=1,3,5,7
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 7986 0 -1 4202560 914 0 0 0 468 36 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417382988584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23080] ppid=23070 vsize=9824732 CPUtime=4.24 cores=1,3,5,7
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 7986 0 -1 4202560 1462 0 0 0 395 29 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417381935528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23081] ppid=23070 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 7986 0 -1 4202560 947 0 0 0 401 27 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417380882984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23082] ppid=23070 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 7986 0 -1 4202560 729 0 0 0 400 33 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417250666664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23083] ppid=23070 vsize=9824732 CPUtime=4.24 cores=1,3,5,7
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 7986 0 -1 4202560 899 0 0 0 396 28 0 0 20 0 21 0 10656549 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140417249614120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23084] ppid=23070 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 7986 0 -1 4202560 4158 0 0 0 786 9 0 0 20 0 21 0 10656550 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416766667624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23085] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10656550 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416765613976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23086] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 7986 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 10656550 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416764560808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23087] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416763509520 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23088] ppid=23070 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 7986 0 -1 4202560 10357 0 0 0 117 2 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416762456376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23089] ppid=23070 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 7986 0 -1 4202560 8508 0 0 0 150 1 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416761403832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23090] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23090/stat : 23090 (java) S 23070 23073 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416760350968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23073/tid=23091] ppid=23070 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23073/task/23091/stat : 23091 (java) S 23070 23073 7986 0 -1 4202560 103 0 0 0 22 26 0 0 20 0 21 0 10656553 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416759298632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23073/tid=23095] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23095/stat : 23095 (java) S 23070 23073 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10656584 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416755086760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23073/tid=23474] ppid=23070 vsize=9824732 CPUtime=982.32 cores=1,3,5,7
/proc/23073/task/23474/stat : 23474 (java) R 23070 23073 7986 0 -1 4202560 392 0 0 0 98213 19 0 0 20 0 21 0 10735852 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416756137664 140417262340784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23073/tid=23475] ppid=23070 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23073/task/23475/stat : 23475 (java) S 23070 23073 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10735883 10060525568 1046864 33554432000 1073741824 1073778376 140735447327632 140416758244776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.33
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 23073 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 23073 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=428661
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=661291
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1798.33
#
# 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): 1.75995
#  lost CPU user time (s): 1.88
#  lost CPU system time (s): -0.12

Real time (s): 1787.24
CPU time (s): 1800.09
CPU user time (s): 1795.86
CPU system time (s): 4.23
CPU usage (%): 100.719
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.43
system time used= 4.66129
maximum resident set size= 4187548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38357
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78151
involuntary context switches= 55287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4033 second user time and 13.413 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 16:08:33
IDJOB=4092260
IDBENCH=79297
IDSOLVER=2552
FILE ID=node140/4092260-1466086113
RUNJOBID= node140-1466075468-13371
PBS_JOBID= 19904000
Free space on /tmp= 71740 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.1900548667--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092260-1466086113/watcher-4092260-1466086113 -o /tmp/evaluation-result-4092260-1466086113/solver-4092260-1466086113 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466075468-13371 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092260-1466086113.wbo

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=1294805376

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:        27487356 kB
Buffers:           32172 kB
Cached:            64736 kB
SwapCached:         2568 kB
Active:          3023556 kB
Inactive:          64604 kB
Active(anon):    2991972 kB
Inactive(anon):     1792 kB
Active(file):      31584 kB
Inactive(file):    62812 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096816 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       4646756 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             566584 kB
SReclaimable:      10688 kB
SUnreclaim:       555896 kB
KernelStack:        1792 kB
PageTables:        13620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4786888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3201024 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= 71740 MiB
End job on node140 at 2016-06-16 16:38:21