Trace number 4110413

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.01 1774.15

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
MD5SUMb1c472aaf389140c1b2444bf3531b47d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark25.6931
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4110413-1466347368.wbo
0.07/0.13	c reading problem ... 
0.44/0.35	c ... done. Wall clock time 0.223s.
0.44/0.35	c declared #vars     231
0.44/0.35	c internal #vars     2938
0.44/0.35	c #constraints  2707
0.44/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c objective function length is 2707 literals
1.12/0.54	c And the winner is solver0
1.67/0.86	c SATISFIABLE
1.67/0.86	c OPTIMIZING...
1.67/0.86	c Got one! Elapsed wall clock time (in seconds):0.729
1.67/0.86	o 246
1.78/0.91	c And the winner is solver0
1.94/1.38	c Got one! Elapsed wall clock time (in seconds):1.254
1.94/1.38	o 240
3.19/1.83	c And the winner is solver0
3.19/1.89	c Got one! Elapsed wall clock time (in seconds):1.763
3.19/1.89	o 239
3.36/1.91	c And the winner is solver0
3.43/2.40	c Got one! Elapsed wall clock time (in seconds):2.272
3.43/2.40	o 232
3.43/2.48	c And the winner is solver0
3.70/2.91	c Got one! Elapsed wall clock time (in seconds):2.779
3.70/2.91	o 220
3.70/2.97	c And the winner is solver0
3.96/3.41	c Got one! Elapsed wall clock time (in seconds):3.285
3.96/3.41	o 193
4.36/3.61	c And the winner is solver0
4.41/3.92	c Got one! Elapsed wall clock time (in seconds):3.79
4.41/3.92	o 192
4.41/3.93	c And the winner is solver0
4.45/4.42	c Got one! Elapsed wall clock time (in seconds):4.293
4.45/4.42	o 190
4.61/4.55	c And the winner is solver0
4.72/4.92	c Got one! Elapsed wall clock time (in seconds):4.797
4.72/4.92	o 189
6.96/6.07	c cleaning 4096 clauses out of 8208 with flag 20735/8208
8.26/6.66	c And the winner is solver0
8.40/6.93	c Got one! Elapsed wall clock time (in seconds):6.801
8.40/6.93	o 188
8.40/6.94	c And the winner is solver0
8.41/7.43	c Got one! Elapsed wall clock time (in seconds):7.305
8.41/7.43	o 174
8.41/7.46	c And the winner is solver0
8.59/7.94	c Got one! Elapsed wall clock time (in seconds):7.809
8.59/7.94	o 167
8.59/7.95	c And the winner is solver0
8.59/8.44	c Got one! Elapsed wall clock time (in seconds):8.314
8.59/8.44	o 166
8.70/8.53	c And the winner is solver0
8.79/8.94	c Got one! Elapsed wall clock time (in seconds):8.817
8.79/8.94	o 165
9.95/9.51	c cleaning 4876 clauses out of 9759 with flag 14488/13855
9.95/9.54	c And the winner is solver0
10.50/9.95	c Got one! Elapsed wall clock time (in seconds):9.822
10.50/9.95	o 164
10.50/9.96	c And the winner is solver0
10.53/10.45	c Got one! Elapsed wall clock time (in seconds):10.326
10.53/10.45	o 153
10.61/10.58	c And the winner is solver0
10.80/10.96	c Got one! Elapsed wall clock time (in seconds):10.829
10.80/10.96	o 152
10.80/10.98	c And the winner is solver0
10.87/11.46	c Got one! Elapsed wall clock time (in seconds):11.334
10.87/11.46	o 151
10.87/11.47	c And the winner is solver0
10.87/11.96	c Got one! Elapsed wall clock time (in seconds):11.838
10.87/11.96	o 149
10.92/12.10	c And the winner is solver0
11.19/12.47	c Got one! Elapsed wall clock time (in seconds):12.342
11.19/12.47	o 143
11.24/12.51	c And the winner is solver0
11.30/12.97	c Got one! Elapsed wall clock time (in seconds):12.846
11.30/12.97	o 120
11.30/12.99	c And the winner is solver0
11.34/13.48	c Got one! Elapsed wall clock time (in seconds):13.35
11.34/13.48	o 117
11.37/13.58	c And the winner is solver0
11.57/13.98	c Got one! Elapsed wall clock time (in seconds):13.854
11.57/13.98	o 116
11.60/14.01	c And the winner is solver0
11.65/14.49	c Got one! Elapsed wall clock time (in seconds):14.358
11.65/14.49	o 113
12.52/14.94	c And the winner is solver0
12.52/14.99	c Got one! Elapsed wall clock time (in seconds):14.862
12.52/14.99	o 112
12.62/15.00	c And the winner is solver0
12.62/15.49	c Got one! Elapsed wall clock time (in seconds):15.366
12.62/15.49	o 97
12.63/15.54	c And the winner is solver0
12.74/16.00	c Got one! Elapsed wall clock time (in seconds):15.87
12.74/16.00	o 93
12.93/16.17	c And the winner is solver0
13.12/16.50	c Got one! Elapsed wall clock time (in seconds):16.375
13.12/16.50	o 92
13.12/16.52	c And the winner is solver0
13.13/17.01	c Got one! Elapsed wall clock time (in seconds):16.882
13.13/17.01	o 89
13.13/17.09	c And the winner is solver0
13.38/17.52	c Got one! Elapsed wall clock time (in seconds):17.388
13.38/17.52	o 88
13.55/17.65	c And the winner is solver0
13.67/18.02	c Got one! Elapsed wall clock time (in seconds):17.894
13.67/18.02	o 87
14.02/18.20	c And the winner is solver0
14.06/18.53	c Got one! Elapsed wall clock time (in seconds):18.4
14.06/18.53	o 43
14.61/18.90	c cleaning 7825 clauses out of 15665 with flag 12832/24637
15.31/19.18	c And the winner is solver0
15.54/19.54	c Got one! Elapsed wall clock time (in seconds):19.408
15.54/19.54	o 41
16.46/20.06	c cleaning 6872 clauses out of 13761 with flag 24663/30558
17.08/20.33	c And the winner is solver0
17.18/20.55	c Got one! Elapsed wall clock time (in seconds):20.426
17.18/20.55	o 36
17.64/20.86	c cleaning 6049 clauses out of 12123 with flag 18335/35792
18.06/21.01	c And the winner is solver0
18.06/21.07	c Got one! Elapsed wall clock time (in seconds):20.947
18.06/21.07	o 34
18.66/21.32	c And the winner is solver0
18.76/21.60	c Got one! Elapsed wall clock time (in seconds):21.474
18.76/21.60	o 33
19.33/21.95	c cleaning 6291 clauses out of 12583 with flag 19048/42301
19.92/22.22	c And the winner is solver0
20.05/22.63	c Got one! Elapsed wall clock time (in seconds):22.499
20.05/22.63	o 32
20.57/22.98	c cleaning 5982 clauses out of 11979 with flag 20031/47988
20.77/23.08	c And the winner is solver0
20.96/23.16	c Got one! Elapsed wall clock time (in seconds):23.027
20.96/23.16	o 31
20.96/23.20	c And the winner is solver0
909.99/901.58	c cleaning 0 clauses out of 6499 with flag 0/6517
1800.01/1774.10	c >>>>>>>>>> Solver number 0 (39 answers) <<<<<<<<<<<<<<<<<<
1800.01/1774.10	c starts		: 104
1800.01/1774.10	c conflicts		: 49346
1800.01/1774.10	c decisions		: 197809
1800.01/1774.10	c propagations		: 20765967
1800.01/1774.10	c inspects		: 30022752
1800.01/1774.10	c shortcuts		: 0
1800.01/1774.10	c learnt literals	: 0
1800.01/1774.10	c learnt binary clauses	: 9
1800.01/1774.10	c learnt ternary clauses	: 55
1800.01/1774.10	c learnt constraints	: 49346
1800.01/1774.10	c ignored constraints	: 0
1800.01/1774.10	c root simplifications	: 0
1800.01/1774.10	c removed literals (reason simplification)	: 63648
1800.01/1774.10	c reason swapping (by a shorter reason)	: 0
1800.01/1774.10	c Calls to reduceDB	: 7
1800.01/1774.10	c Number of update (reduction) of LBD	: 20835
1800.01/1774.10	c Imported unit clauses	: 0
1800.01/1774.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1774.10	c number of learned constraints concerned by reduction	: 0
1800.01/1774.10	c number of learning phase by resolution	: 0
1800.01/1774.10	c number of learning phase by cutting planes	: 0
1800.01/1774.10	c speed (assignments/second)	: 11707.57238596149
1800.01/1774.10	c non guided choices	5629
1800.01/1774.11	c learnt constraints type 
1800.01/1774.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.01/1774.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7346
1800.01/1774.11	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/1774.11	c starts		: 74
1800.01/1774.11	c conflicts		: 10007
1800.01/1774.11	c decisions		: 214749
1800.01/1774.11	c propagations		: 1262901
1800.01/1774.11	c inspects		: 444627065
1800.01/1774.11	c shortcuts		: 0
1800.01/1774.11	c learnt literals	: 0
1800.01/1774.11	c learnt binary clauses	: 0
1800.01/1774.11	c learnt ternary clauses	: 0
1800.01/1774.11	c learnt constraints	: 9988
1800.01/1774.11	c ignored constraints	: 0
1800.01/1774.11	c root simplifications	: 0
1800.01/1774.11	c removed literals (reason simplification)	: 0
1800.01/1774.11	c reason swapping (by a shorter reason)	: 0
1800.01/1774.11	c Calls to reduceDB	: 1
1800.01/1774.11	c Number of update (reduction) of LBD	: 0
1800.01/1774.11	c Imported unit clauses	: 0
1800.01/1774.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1774.11	c number of learned constraints concerned by reduction	: 0
1800.01/1774.11	c number of learning phase by resolution	: 0
1800.01/1774.11	c number of learning phase by cutting planes	: 0
1800.01/1774.11	c speed (assignments/second)	: 721.2908863492281
1800.01/1774.11	c non guided choices	3321
1800.01/1774.12	c learnt constraints type 
1800.01/1774.12	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 623
1800.01/1774.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9365
1800.01/1774.12	s SATISFIABLE
1800.01/1774.12	c Found 38 solution(s)
1800.01/1774.12	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.01/1774.12	c objective function=31
1800.01/1774.12	c Total wall clock time (in seconds): 1773.99

Verifier Data

OK	17

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-4110413-1466347368/watcher-4110413-1466347368 -o /tmp/evaluation-result-4110413-1466347368/solver-4110413-1466347368 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29921 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110413-1466347368.wbo 

pid=2268
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.23 2.26 2.22 3/196 2271
/proc/meminfo: memFree=29067628/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/2271/stat : 2271 (java) R 2268 2271 29904 0 -1 4202496 263 0 0 0 0 0 0 0 20 0 1 0 36783652 9379840 122 33554432000 1073741824 1073778376 140734770871376 140734770868504 259115749856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2271/statm: 2290 125 97 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.23 2.26 2.22 3/196 2271
/proc/meminfo: memFree=29067628/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 4327 0 1 0 6 1 0 0 20 0 18 0 36783652 9787879424 5450 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2389619 5450 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.23 2.26 2.22 3/196 2271
/proc/meminfo: memFree=29067628/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 4709 0 1 0 20 1 0 0 20 0 18 0 36783652 9787879424 6801 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2389619 6801 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.23 2.26 2.22 3/196 2271
/proc/meminfo: memFree=29067628/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 5565 0 1 0 42 2 0 0 20 0 18 0 36783652 9787879424 8338 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2389619 8338 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.23 2.26 2.22 3/196 2271
/proc/meminfo: memFree=29067628/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 13034 0 1 0 154 5 0 0 20 0 19 0 36783652 10060525568 15342 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2456183 15342 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 2.23 2.26 2.22 2/215 2296
/proc/meminfo: memFree=29008012/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 16262 0 1 0 228 8 0 0 20 0 22 0 36783652 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2456183 20641 2274 9 0 2446860 0
[pid=2271/tid=2273] ppid=2268 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/2271/task/2273/stat : 2273 (java) S 2268 2271 29904 0 -1 4202560 2460 0 1 0 33 2 0 0 20 0 22 0 36783654 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375926088568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2274] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2274/stat : 2274 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375915149480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2275] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2275/stat : 2275 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375914096936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2276] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2276/stat : 2276 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375913044392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2277] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2277/stat : 2277 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375911991848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2278] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2278/stat : 2278 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375910939304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2279] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2279/stat : 2279 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375909886760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2280] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2280/stat : 2280 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 20641 33554432000 1073741824 1073778376 140736120289040 140375908834216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2281] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2281/stat : 2281 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375907781672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2282] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2282/stat : 2282 (java) S 2268 2271 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36783656 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375749634152 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2283] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2283/stat : 2283 (java) S 2268 2271 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36783657 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375748580472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2284] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2284/stat : 2284 (java) S 2268 2271 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36783657 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375747527816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2285] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2285/stat : 2285 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783659 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375746476560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2286] ppid=2268 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/2271/task/2286/stat : 2286 (java) R 2268 2271 29904 0 -1 4202560 5655 0 0 0 58 1 0 0 20 0 22 0 36783659 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375745423928 140375933849217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2287] ppid=2268 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/2271/task/2287/stat : 2287 (java) R 2268 2271 29904 0 -1 4202560 6796 0 0 0 72 1 0 0 20 0 22 0 36783659 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375744371384 140375932238186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2288] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2288/stat : 2288 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783659 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375743319032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2289] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2289/stat : 2289 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783659 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375742266696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2293] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2293/stat : 2293 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 36783690 10060525568 21153 33554432000 1073741824 1073778376 140736120289040 140375738053800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 2.13 2.24 2.22 2/215 2302
/proc/meminfo: memFree=28944412/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9824732 CPUtime=3.96 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 17748 0 1 0 379 17 0 0 20 0 19 0 36783652 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2456183 44895 2289 9 0 2446860 0
[pid=2271/tid=2273] ppid=2268 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/2271/task/2273/stat : 2273 (java) S 2268 2271 29904 0 -1 4202560 2463 0 1 0 35 2 0 0 20 0 19 0 36783654 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375926088568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2274] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2274/stat : 2274 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375915149480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2275] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2275/stat : 2275 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375914096936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2276] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2276/stat : 2276 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375913044392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2277] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2277/stat : 2277 (java) S 2268 2271 29904 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375911991848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2278] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2278/stat : 2278 (java) S 2268 2271 29904 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375910939304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2279] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2279/stat : 2279 (java) S 2268 2271 29904 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375909886760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2280] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2280/stat : 2280 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375908834216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2281] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2281/stat : 2281 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36783655 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375907781672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2282] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2282/stat : 2282 (java) S 2268 2271 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36783656 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375749634152 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2283] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2283/stat : 2283 (java) S 2268 2271 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36783657 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375748580472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2284] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2284/stat : 2284 (java) S 2268 2271 29904 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36783657 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375747527816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2285] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2285/stat : 2285 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36783659 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375746476560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2286] ppid=2268 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/2271/task/2286/stat : 2286 (java) S 2268 2271 29904 0 -1 4202560 7034 0 0 0 92 2 0 0 20 0 19 0 36783659 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375745423928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2287] ppid=2268 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/2271/task/2287/stat : 2287 (java) S 2268 2271 29904 0 -1 4202560 6803 0 0 0 90 1 0 0 20 0 19 0 36783659 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375744371384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2288] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2288/stat : 2288 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36783659 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375743319032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2289] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2289/stat : 2289 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36783659 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375742266696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2293] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2293/stat : 2293 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36783690 10060525568 44895 33554432000 1073741824 1073778376 140736120289040 140375738053800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 2.13 2.24 2.22 4/218 2320
/proc/meminfo: memFree=28876680/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9824732 CPUtime=7.59 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 18071 0 1 0 734 25 0 0 20 0 22 0 36783652 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2456183 49406 2294 9 0 2446860 0
[pid=2271/tid=2273] ppid=2268 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/2271/task/2273/stat : 2273 (java) S 2268 2271 29904 0 -1 4202560 2464 0 1 0 37 2 0 0 20 0 22 0 36783654 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375926088568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2274] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2274/stat : 2274 (java) S 2268 2271 29904 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375915149480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2275] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2275/stat : 2275 (java) S 2268 2271 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375914096936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2276] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2276/stat : 2276 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375913044392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2277] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2277/stat : 2277 (java) S 2268 2271 29904 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375911991848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2278] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2278/stat : 2278 (java) S 2268 2271 29904 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375910939304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2279] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2279/stat : 2279 (java) S 2268 2271 29904 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375909886760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2280] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2280/stat : 2280 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375908834216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2281] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2281/stat : 2281 (java) S 2268 2271 29904 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 36783655 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375907781672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2282] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2282/stat : 2282 (java) S 2268 2271 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36783656 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375749634152 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2283] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2283/stat : 2283 (java) S 2268 2271 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36783657 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375748580472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2284] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2284/stat : 2284 (java) S 2268 2271 29904 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36783657 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375747527816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2285] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2285/stat : 2285 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783659 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375746476560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2286] ppid=2268 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/2271/task/2286/stat : 2286 (java) S 2268 2271 29904 0 -1 4202560 7285 0 0 0 101 2 0 0 20 0 22 0 36783659 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375745423928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2287] ppid=2268 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/2271/task/2287/stat : 2287 (java) S 2268 2271 29904 0 -1 4202560 6807 0 0 0 98 1 0 0 20 0 22 0 36783659 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375744371384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2288] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2288/stat : 2288 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783659 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375743319032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2289] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2289/stat : 2289 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36783659 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375742266696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2293] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2293/stat : 2293 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 36783690 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375738053800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2318] ppid=2268 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/2271/task/2318/stat : 2318 (java) R 2268 2271 29904 0 -1 4202560 3 0 0 0 132 0 0 0 20 0 22 0 36784146 10060525568 49406 33554432000 1073741824 1073778376 140736120289040 140375739097248 140375788421033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2319] ppid=2268 vsize=9824732 CPUtime=1.33 cores=1,3,5,7

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

/proc/2271/task/2273/stat : 2273 (java) S 2268 2271 29904 0 -1 4202560 2523 0 1 0 88 25 0 0 20 0 21 0 36783654 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375926088680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2274] ppid=2268 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/2271/task/2274/stat : 2274 (java) S 2268 2271 29904 0 -1 4202560 1097 0 0 0 407 40 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375915149480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2275] ppid=2268 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/2271/task/2275/stat : 2275 (java) S 2268 2271 29904 0 -1 4202560 779 0 0 0 428 38 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375914096936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2276] ppid=2268 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/2271/task/2276/stat : 2276 (java) S 2268 2271 29904 0 -1 4202560 953 0 0 0 414 42 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375913044392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2277] ppid=2268 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/2271/task/2277/stat : 2277 (java) S 2268 2271 29904 0 -1 4202560 1336 0 0 0 438 40 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375911991848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2278] ppid=2268 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/2271/task/2278/stat : 2278 (java) S 2268 2271 29904 0 -1 4202560 896 0 0 0 432 37 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375910939304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2279] ppid=2268 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/2271/task/2279/stat : 2279 (java) S 2268 2271 29904 0 -1 4202560 837 0 0 0 397 38 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375909886760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2280] ppid=2268 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/2271/task/2280/stat : 2280 (java) S 2268 2271 29904 0 -1 4202560 1159 0 0 0 395 44 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375908834216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2281] ppid=2268 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/2271/task/2281/stat : 2281 (java) S 2268 2271 29904 0 -1 4202560 993 0 0 0 374 40 0 0 20 0 21 0 36783655 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375907781672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2282] ppid=2268 vsize=9824732 CPUtime=6.93 cores=1,3,5,7
/proc/2271/task/2282/stat : 2282 (java) S 2268 2271 29904 0 -1 4202560 3053 0 0 0 688 5 0 0 20 0 21 0 36783656 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375749634152 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2283] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2283/stat : 2283 (java) S 2268 2271 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36783657 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375748580472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2284] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2284/stat : 2284 (java) S 2268 2271 29904 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36783657 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375747527816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2285] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2285/stat : 2285 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36783659 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375746476560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2286] ppid=2268 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2271/task/2286/stat : 2286 (java) S 2268 2271 29904 0 -1 4202560 7844 0 0 0 124 2 0 0 20 0 21 0 36783659 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375745423928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2287] ppid=2268 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/2271/task/2287/stat : 2287 (java) S 2268 2271 29904 0 -1 4202560 13627 0 0 0 171 2 0 0 20 0 21 0 36783659 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375744371384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2288] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2288/stat : 2288 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36783659 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375743319032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2289] ppid=2268 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/2271/task/2289/stat : 2289 (java) S 2268 2271 29904 0 -1 4202560 99 0 0 0 19 23 0 0 20 0 21 0 36783659 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375742266696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2293] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2293/stat : 2293 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36783690 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375738053800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2406] ppid=2268 vsize=9824732 CPUtime=1678.43 cores=1,3,5,7
/proc/2271/task/2406/stat : 2406 (java) R 2268 2271 29904 0 -1 4202560 958 0 0 0 167804 39 0 0 20 0 21 0 36785971 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375740157584 140375789040825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2407] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2407/stat : 2407 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36785975 10060525568 915839 33554432000 1073741824 1073778376 140736120289040 140375739106728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1746.91
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.1 s]
/proc/loadavg: 1.19 1.43 2.05 2/190 2584
/proc/meminfo: memFree=26399220/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 38140 0 1 0 179541 460 0 0 20 0 21 0 36783652 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2456183 928136 2302 9 0 2446860 0
[pid=2271/tid=2273] ppid=2268 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/2271/task/2273/stat : 2273 (java) S 2268 2271 29904 0 -1 4202560 2524 0 1 0 89 25 0 0 20 0 21 0 36783654 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375926088680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2274] ppid=2268 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/2271/task/2274/stat : 2274 (java) S 2268 2271 29904 0 -1 4202560 1108 0 0 0 429 41 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375915149480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2275] ppid=2268 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/2271/task/2275/stat : 2275 (java) S 2268 2271 29904 0 -1 4202560 783 0 0 0 442 38 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375914096936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2276] ppid=2268 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/2271/task/2276/stat : 2276 (java) S 2268 2271 29904 0 -1 4202560 954 0 0 0 428 42 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375913044392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2277] ppid=2268 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/2271/task/2277/stat : 2277 (java) S 2268 2271 29904 0 -1 4202560 1344 0 0 0 460 40 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375911991848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2278] ppid=2268 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/2271/task/2278/stat : 2278 (java) S 2268 2271 29904 0 -1 4202560 902 0 0 0 452 37 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375910939304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2279] ppid=2268 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/2271/task/2279/stat : 2279 (java) S 2268 2271 29904 0 -1 4202560 845 0 0 0 425 38 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375909886760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2280] ppid=2268 vsize=9824732 CPUtime=4.61 cores=1,3,5,7
/proc/2271/task/2280/stat : 2280 (java) S 2268 2271 29904 0 -1 4202560 1164 0 0 0 416 45 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375908834216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2281] ppid=2268 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/2271/task/2281/stat : 2281 (java) S 2268 2271 29904 0 -1 4202560 1001 0 0 0 402 40 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375907781672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2282] ppid=2268 vsize=9824732 CPUtime=6.93 cores=1,3,5,7
/proc/2271/task/2282/stat : 2282 (java) S 2268 2271 29904 0 -1 4202560 3057 0 0 0 688 5 0 0 20 0 21 0 36783656 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375749634152 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2283] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2283/stat : 2283 (java) S 2268 2271 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36783657 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375748580472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2284] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2284/stat : 2284 (java) S 2268 2271 29904 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36783657 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375747527816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2285] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2285/stat : 2285 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375746476560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2286] ppid=2268 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2271/task/2286/stat : 2286 (java) S 2268 2271 29904 0 -1 4202560 7844 0 0 0 124 2 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375745423928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2287] ppid=2268 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/2271/task/2287/stat : 2287 (java) S 2268 2271 29904 0 -1 4202560 13627 0 0 0 171 2 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375744371384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2288] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2288/stat : 2288 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375743319032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2289] ppid=2268 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/2271/task/2289/stat : 2289 (java) S 2268 2271 29904 0 -1 4202560 103 0 0 0 20 23 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375742266696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2293] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2293/stat : 2293 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36783690 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375738053800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2406] ppid=2268 vsize=9824732 CPUtime=1729.66 cores=1,3,5,7
/proc/2271/task/2406/stat : 2406 (java) R 2268 2271 29904 0 -1 4202560 959 0 0 0 172926 40 0 0 20 0 21 0 36785971 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375740157568 140375789040788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2407] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2407/stat : 2407 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36785975 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375739106728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 2271 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1774.1 s]
/proc/loadavg: 1.19 1.43 2.05 2/190 2584
/proc/meminfo: memFree=26399220/32872528 swapFree=1498360/1645528
[pid=2271] ppid=2268 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/2271/stat : 2271 (java) S 2268 2271 29904 0 -1 4202496 38140 0 1 0 179541 460 0 0 20 0 21 0 36783652 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140736120280176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2271/statm: 2456183 928136 2302 9 0 2446860 0
[pid=2271/tid=2273] ppid=2268 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/2271/task/2273/stat : 2273 (java) S 2268 2271 29904 0 -1 4202560 2524 0 1 0 89 25 0 0 20 0 21 0 36783654 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375926088680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2274] ppid=2268 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/2271/task/2274/stat : 2274 (java) S 2268 2271 29904 0 -1 4202560 1108 0 0 0 429 41 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375915149480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2275] ppid=2268 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/2271/task/2275/stat : 2275 (java) S 2268 2271 29904 0 -1 4202560 783 0 0 0 442 38 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375914096936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2276] ppid=2268 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/2271/task/2276/stat : 2276 (java) S 2268 2271 29904 0 -1 4202560 954 0 0 0 428 42 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375913044392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2277] ppid=2268 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/2271/task/2277/stat : 2277 (java) S 2268 2271 29904 0 -1 4202560 1344 0 0 0 460 40 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375911991848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2278] ppid=2268 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/2271/task/2278/stat : 2278 (java) S 2268 2271 29904 0 -1 4202560 902 0 0 0 452 37 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375910939304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2279] ppid=2268 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/2271/task/2279/stat : 2279 (java) S 2268 2271 29904 0 -1 4202560 845 0 0 0 425 38 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375909886760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2280] ppid=2268 vsize=9824732 CPUtime=4.61 cores=1,3,5,7
/proc/2271/task/2280/stat : 2280 (java) S 2268 2271 29904 0 -1 4202560 1164 0 0 0 416 45 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375908834216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2281] ppid=2268 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/2271/task/2281/stat : 2281 (java) S 2268 2271 29904 0 -1 4202560 1001 0 0 0 402 40 0 0 20 0 21 0 36783655 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375907781672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2271/tid=2282] ppid=2268 vsize=9824732 CPUtime=6.93 cores=1,3,5,7
/proc/2271/task/2282/stat : 2282 (java) S 2268 2271 29904 0 -1 4202560 3057 0 0 0 688 5 0 0 20 0 21 0 36783656 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375749634152 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2283] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2283/stat : 2283 (java) S 2268 2271 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36783657 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375748580472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2284] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2284/stat : 2284 (java) S 2268 2271 29904 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36783657 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375747527816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2285] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2285/stat : 2285 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375746476560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2286] ppid=2268 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2271/task/2286/stat : 2286 (java) S 2268 2271 29904 0 -1 4202560 7844 0 0 0 124 2 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375745423928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2287] ppid=2268 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/2271/task/2287/stat : 2287 (java) S 2268 2271 29904 0 -1 4202560 13627 0 0 0 171 2 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375744371384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2288] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2288/stat : 2288 (java) S 2268 2271 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375743319032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2271/tid=2289] ppid=2268 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/2271/task/2289/stat : 2289 (java) S 2268 2271 29904 0 -1 4202560 103 0 0 0 20 23 0 0 20 0 21 0 36783659 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375742266696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2293] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2293/stat : 2293 (java) S 2268 2271 29904 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 36783690 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375738053800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2271/tid=2406] ppid=2268 vsize=9824732 CPUtime=1729.66 cores=1,3,5,7
/proc/2271/task/2406/stat : 2406 (java) R 2268 2271 29904 0 -1 4202560 959 0 0 0 172926 40 0 0 20 0 21 0 36785971 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375740157568 140375789040788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2271/tid=2407] ppid=2268 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2271/task/2407/stat : 2407 (java) S 2268 2271 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36785975 10060525568 928136 33554432000 1073741824 1073778376 140736120289040 140375739106728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2271 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=848749
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=20236
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1774.15
CPU time (s): 1800.01
CPU user time (s): 1795.41
CPU system time (s): 4.6
CPU usage (%): 101.458
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.85
system time used= 5.02024
maximum resident set size= 3712644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38175
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76621
involuntary context switches= 33552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6224 second user time and 13.9619 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-19 16:42:48
IDJOB=4110413
IDBENCH=79300
IDSOLVER=2552
FILE ID=node124/4110413-1466347368
RUNJOBID= node124-1466341817-29921
PBS_JOBID= 19922029
Free space on /tmp= 71728 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.1900546076--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110413-1466347368/watcher-4110413-1466347368 -o /tmp/evaluation-result-4110413-1466347368/solver-4110413-1466347368 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29921 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110413-1466347368.wbo

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=200022852

node124.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.791
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.58
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.791
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.791
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.791
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.791
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.791
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.791
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.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29068256 kB
Buffers:          124564 kB
Cached:           206920 kB
SwapCached:         2816 kB
Active:          1185076 kB
Inactive:         186080 kB
Active(anon):    1038540 kB
Inactive(anon):     3592 kB
Active(file):     146536 kB
Inactive(file):   182488 kB
Unevictable:     1645528 kB
Mlocked:         1498360 kB
SwapTotal:      67108856 kB
SwapFree:       67099904 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       2743112 kB
Mapped:            17176 kB
Shmem:                 0 kB
Slab:             643780 kB
SReclaimable:      87832 kB
SUnreclaim:       555948 kB
KernelStack:        1792 kB
PageTables:        10252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2906592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1191936 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= 71728 MiB
End job on node124 at 2016-06-19 17:12:23