Trace number 4109813

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.08 1782.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900545610--soft-33-100-0.wbo
MD5SUM81190eaa1a1e32ae5b8ead62e8a746de
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark42.0906
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4109813-1466343801.wbo
0.07/0.13	c reading problem ... 
0.44/0.35	c ... done. Wall clock time 0.22s.
0.44/0.35	c declared #vars     231
0.44/0.35	c internal #vars     2094
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 => 2601
0.44/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
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.OriginalBinaryClausePB => 83
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2601
0.44/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c objective function length is 1863 literals
1.07/0.52	c And the winner is solver0
1.49/0.85	c SATISFIABLE
1.49/0.85	c OPTIMIZING...
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.726
1.49/0.85	o 768
1.49/0.88	c And the winner is solver0
1.78/1.37	c Got one! Elapsed wall clock time (in seconds):1.244
1.78/1.37	o 754
1.87/1.44	c And the winner is solver0
2.05/1.88	c Got one! Elapsed wall clock time (in seconds):1.753
2.05/1.88	o 384
2.05/1.89	c And the winner is solver0
2.13/2.39	c Got one! Elapsed wall clock time (in seconds):2.261
2.13/2.39	o 315
2.15/2.40	c And the winner is solver0
2.15/2.89	c Got one! Elapsed wall clock time (in seconds):2.766
2.15/2.89	o 296
2.16/2.90	c And the winner is solver0
2.28/3.40	c Got one! Elapsed wall clock time (in seconds):3.271
2.28/3.40	o 254
2.56/3.50	c And the winner is solver0
2.59/3.90	c Got one! Elapsed wall clock time (in seconds):3.776
2.59/3.90	o 253
2.59/3.92	c And the winner is solver0
2.70/4.41	c Got one! Elapsed wall clock time (in seconds):4.28
2.70/4.41	o 248
2.70/4.43	c And the winner is solver0
2.78/4.91	c Got one! Elapsed wall clock time (in seconds):4.784
2.78/4.91	o 247
2.78/4.92	c And the winner is solver0
2.80/5.41	c Got one! Elapsed wall clock time (in seconds):5.287
2.80/5.41	o 240
2.80/5.42	c And the winner is solver0
2.81/5.92	c Got one! Elapsed wall clock time (in seconds):5.79
2.81/5.92	o 235
2.81/5.93	c And the winner is solver0
2.81/6.42	c Got one! Elapsed wall clock time (in seconds):6.293
2.81/6.42	o 206
2.81/6.44	c And the winner is solver0
2.85/6.92	c Got one! Elapsed wall clock time (in seconds):6.796
2.85/6.92	o 202
3.00/7.04	c And the winner is solver0
3.10/7.43	c Got one! Elapsed wall clock time (in seconds):7.299
3.10/7.43	o 189
3.10/7.46	c And the winner is solver0
3.20/7.93	c Got one! Elapsed wall clock time (in seconds):7.802
3.20/7.93	o 184
3.20/7.94	c And the winner is solver0
3.20/8.43	c Got one! Elapsed wall clock time (in seconds):8.305
3.20/8.43	o 164
3.20/8.44	c And the winner is solver0
3.20/8.93	c Got one! Elapsed wall clock time (in seconds):8.807
3.20/8.93	o 153
3.20/8.95	c And the winner is solver0
3.22/9.44	c Got one! Elapsed wall clock time (in seconds):9.31
3.22/9.44	o 135
3.22/9.46	c And the winner is solver0
3.29/9.94	c Got one! Elapsed wall clock time (in seconds):9.813
3.29/9.94	o 133
3.29/10.00	c And the winner is solver0
3.45/10.44	c Got one! Elapsed wall clock time (in seconds):10.316
3.45/10.44	o 131
3.45/10.47	c And the winner is solver0
3.57/10.95	c Got one! Elapsed wall clock time (in seconds):10.819
3.57/10.95	o 126
3.57/10.96	c And the winner is solver0
3.60/11.45	c Got one! Elapsed wall clock time (in seconds):11.321
3.60/11.45	o 116
3.71/11.50	c And the winner is solver0
3.77/11.95	c Got one! Elapsed wall clock time (in seconds):11.824
3.77/11.95	o 115
3.77/11.99	c And the winner is solver0
3.87/12.45	c Got one! Elapsed wall clock time (in seconds):12.326
3.87/12.45	o 111
3.95/12.58	c And the winner is solver0
4.14/12.96	c Got one! Elapsed wall clock time (in seconds):12.829
4.14/12.96	o 108
4.22/13.08	c And the winner is solver0
4.41/13.46	c Got one! Elapsed wall clock time (in seconds):13.332
4.41/13.46	o 107
4.48/13.52	c And the winner is solver0
4.54/13.96	c Got one! Elapsed wall clock time (in seconds):13.834
4.54/13.96	o 97
4.63/14.06	c And the winner is solver0
4.79/14.46	c Got one! Elapsed wall clock time (in seconds):14.337
4.79/14.46	o 95
5.08/14.63	c And the winner is solver0
5.19/14.97	c Got one! Elapsed wall clock time (in seconds):14.84
5.19/14.97	o 93
5.19/14.98	c And the winner is solver0
5.23/15.47	c Got one! Elapsed wall clock time (in seconds):15.344
5.23/15.47	o 90
5.23/15.49	c And the winner is solver0
5.27/15.97	c Got one! Elapsed wall clock time (in seconds):15.848
5.27/15.97	o 78
5.27/15.99	c And the winner is solver0
5.29/16.48	c Got one! Elapsed wall clock time (in seconds):16.352
5.29/16.48	o 75
5.29/16.49	c And the winner is solver0
5.31/16.98	c Got one! Elapsed wall clock time (in seconds):16.858
5.31/16.98	o 74
5.36/17.04	c And the winner is solver0
5.46/17.51	c Got one! Elapsed wall clock time (in seconds):17.383
5.46/17.51	o 65
5.46/17.52	c And the winner is solver0
5.46/18.02	c Got one! Elapsed wall clock time (in seconds):17.888
5.46/18.02	o 62
5.46/18.05	c And the winner is solver0
5.54/18.52	c Got one! Elapsed wall clock time (in seconds):18.394
5.54/18.52	o 57
5.54/18.57	c And the winner is solver0
5.66/19.03	c Got one! Elapsed wall clock time (in seconds):18.901
5.66/19.03	o 51
5.78/19.11	c And the winner is solver0
5.83/19.53	c Got one! Elapsed wall clock time (in seconds):19.407
5.83/19.53	o 43
5.83/19.55	c And the winner is solver0
5.92/20.04	c Got one! Elapsed wall clock time (in seconds):19.915
5.92/20.04	o 37
6.05/20.10	c And the winner is solver0
6.09/20.55	c Got one! Elapsed wall clock time (in seconds):20.423
6.09/20.55	o 32
6.17/20.69	c And the winner is solver0
6.39/21.06	c Got one! Elapsed wall clock time (in seconds):20.932
6.39/21.06	o 24
7.12/21.45	c cleaning 7301 clauses out of 14617 with flag 22818/14617
7.12/21.46	c And the winner is solver0
7.35/21.57	c Got one! Elapsed wall clock time (in seconds):21.441
7.35/21.57	o 23
7.40/21.62	c And the winner is solver0
7.46/22.08	c Got one! Elapsed wall clock time (in seconds):21.952
7.46/22.08	o 22
7.71/22.26	c And the winner is solver0
7.86/22.59	c Got one! Elapsed wall clock time (in seconds):22.462
7.86/22.59	o 21
8.07/22.77	c And the winner is solver0
8.24/23.10	c Got one! Elapsed wall clock time (in seconds):22.974
8.24/23.10	o 17
8.48/23.23	c cleaning 6634 clauses out of 13277 with flag 7335/20578
9.26/23.63	c cleaning 6312 clauses out of 12644 with flag 49931/26579
9.26/23.65	c And the winner is solver0
9.40/24.11	c Got one! Elapsed wall clock time (in seconds):23.987
9.40/24.11	o 15
9.57/24.22	c And the winner is solver0
9.63/24.63	c Got one! Elapsed wall clock time (in seconds):24.503
9.63/24.63	o 13
9.63/24.66	c And the winner is solver0
155.33/167.23	c cleaning 0 clauses out of 6049 with flag 0/6071
591.21/595.91	c cleaning 0 clauses out of 12052 with flag 0/12074
1277.94/1270.37	c Got one! Elapsed wall clock time (in seconds):1270.242
1277.94/1270.37	o 11
1278.97/1271.35	c And the winner is solver0
1800.08/1782.01	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
1800.08/1782.01	c starts		: 103
1800.08/1782.01	c conflicts		: 31294
1800.08/1782.01	c decisions		: 138287
1800.08/1782.01	c propagations		: 4876672
1800.08/1782.01	c inspects		: 24798067
1800.08/1782.01	c shortcuts		: 0
1800.08/1782.01	c learnt literals	: 0
1800.08/1782.01	c learnt binary clauses	: 4
1800.08/1782.01	c learnt ternary clauses	: 8
1800.08/1782.01	c learnt constraints	: 31294
1800.08/1782.01	c ignored constraints	: 0
1800.08/1782.01	c root simplifications	: 0
1800.08/1782.01	c removed literals (reason simplification)	: 71684
1800.08/1782.01	c reason swapping (by a shorter reason)	: 0
1800.08/1782.01	c Calls to reduceDB	: 3
1800.08/1782.01	c Number of update (reduction) of LBD	: 13093
1800.08/1782.01	c Imported unit clauses	: 0
1800.08/1782.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1782.01	c number of learned constraints concerned by reduction	: 0
1800.08/1782.01	c number of learning phase by resolution	: 0
1800.08/1782.01	c number of learning phase by cutting planes	: 0
1800.08/1782.01	c speed (assignments/second)	: 2737.1691826892857
1800.08/1782.01	c non guided choices	5367
1800.08/1782.02	c learnt constraints type 
1800.08/1782.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.08/1782.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11043
1800.08/1782.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/1782.02	c starts		: 108
1800.08/1782.02	c conflicts		: 21697
1800.08/1782.02	c decisions		: 120305
1800.08/1782.02	c propagations		: 1103150
1800.08/1782.02	c inspects		: 1557993980
1800.08/1782.02	c shortcuts		: 0
1800.08/1782.02	c learnt literals	: 0
1800.08/1782.02	c learnt binary clauses	: 0
1800.08/1782.02	c learnt ternary clauses	: 0
1800.08/1782.02	c learnt constraints	: 21674
1800.08/1782.02	c ignored constraints	: 0
1800.08/1782.02	c root simplifications	: 0
1800.08/1782.02	c removed literals (reason simplification)	: 0
1800.08/1782.02	c reason swapping (by a shorter reason)	: 0
1800.08/1782.02	c Calls to reduceDB	: 2
1800.08/1782.02	c Number of update (reduction) of LBD	: 0
1800.08/1782.02	c Imported unit clauses	: 0
1800.08/1782.02	c number of reductions to clauses (during analyze)	: 0
1800.08/1782.02	c number of learned constraints concerned by reduction	: 0
1800.08/1782.02	c number of learning phase by resolution	: 0
1800.08/1782.02	c number of learning phase by cutting planes	: 0
1800.08/1782.02	c speed (assignments/second)	: 2164.494944639238
1800.08/1782.02	c non guided choices	4881
1800.08/1782.02	c learnt constraints type 
1800.08/1782.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 914
1800.08/1782.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.08/1782.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20747
1800.08/1782.02	s SATISFIABLE
1800.08/1782.02	c Found 48 solution(s)
1800.08/1782.02	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.08/1782.03	c objective function=11
1800.08/1782.03	c Total wall clock time (in seconds): 1781.899

Verifier Data

OK	9

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

pid=32028
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.58 2.36 2.00 3/196 32031
/proc/meminfo: memFree=29521280/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/32031/stat : 32031 (java) D 32028 32031 29904 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 36426916 9515008 176 33554432000 1073741824 1073778376 140733879460752 140733879443480 259112387472 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/32031/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.58 2.36 2.00 3/196 32031
/proc/meminfo: memFree=29521280/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 4343 0 1 0 6 1 0 0 20 0 18 0 36426916 9787879424 5457 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2389619 5457 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.58 2.36 2.00 3/196 32031
/proc/meminfo: memFree=29521280/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 4724 0 1 0 20 1 0 0 20 0 18 0 36426916 9787879424 6805 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2389619 6805 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 2.58 2.36 2.00 3/196 32031
/proc/meminfo: memFree=29521280/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 5612 0 1 0 43 1 0 0 20 0 18 0 36426916 9787879424 8374 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2389619 8374 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 2.58 2.36 2.00 3/196 32031
/proc/meminfo: memFree=29521280/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 12703 0 1 0 139 5 0 0 20 0 19 0 36426916 10060525568 14495 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2456183 14496 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 2.58 2.36 2.00 2/215 32056
/proc/meminfo: memFree=29465304/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 15692 0 1 0 197 8 0 0 20 0 19 0 36426916 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2456183 17854 2266 9 0 2446860 0
[pid=32031/tid=32033] ppid=32028 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/32031/task/32033/stat : 32033 (java) S 32028 32031 29904 0 -1 4202560 2426 0 1 0 31 2 0 0 20 0 19 0 36426917 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140691345601400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32034] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32034/stat : 32034 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140691189049512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32035] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32035/stat : 32035 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140691187996968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32036] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32036/stat : 32036 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140691186944424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32037] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32037/stat : 32037 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140691185891880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32038] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32038/stat : 32038 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140691184839336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32039] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32039/stat : 32039 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690847689512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32040] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32040/stat : 32040 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690846636968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32041] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32041/stat : 32041 (java) S 32028 32031 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690845584424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32042] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32042/stat : 32042 (java) S 32028 32031 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36426920 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690833385576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32043] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32043/stat : 32043 (java) S 32028 32031 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426920 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690832331896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32044] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32044/stat : 32044 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426920 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690831279240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32045] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32045/stat : 32045 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426923 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690830227984 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32046] ppid=32028 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/32031/task/32046/stat : 32046 (java) S 32028 32031 29904 0 -1 4202560 6349 0 0 0 67 1 0 0 20 0 19 0 36426923 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690829175352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32047] ppid=32028 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/32031/task/32047/stat : 32047 (java) S 32028 32031 29904 0 -1 4202560 5564 0 0 0 50 0 0 0 20 0 19 0 36426923 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690828122808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32048] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32048/stat : 32048 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426923 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690827070456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32049] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32049/stat : 32049 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426923 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690826018120 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32053] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32053/stat : 32053 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426952 10060525568 17854 33554432000 1073741824 1073778376 140734907074848 140690821706920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (2.14 s) is less than in the last sample (2.15 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+2.40157 s]
/proc/loadavg: 2.58 2.36 2.00 2/215 32062
/proc/meminfo: memFree=29450968/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 15877 0 1 0 207 8 0 0 20 0 22 0 36426916 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2456183 20420 2266 9 0 2446860 0
[pid=32031/tid=32033] ppid=32028 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/32031/task/32033/stat : 32033 (java) S 32028 32031 29904 0 -1 4202560 2429 0 1 0 32 2 0 0 20 0 22 0 36426917 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140691345601400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32034] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32034/stat : 32034 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426918 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140691189049512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32035] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32035/stat : 32035 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426918 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140691187996968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32036] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32036/stat : 32036 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426918 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140691186944424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32037] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32037/stat : 32037 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426918 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140691185891880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32038] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32038/stat : 32038 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426919 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140691184839336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32039] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32039/stat : 32039 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426919 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690847689512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32040] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32040/stat : 32040 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426919 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690846636968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32041] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32041/stat : 32041 (java) S 32028 32031 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36426919 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690845584424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32042] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32042/stat : 32042 (java) S 32028 32031 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36426920 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690833385576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32043] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32043/stat : 32043 (java) S 32028 32031 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36426920 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690832331896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32044] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32044/stat : 32044 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36426920 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690831279240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32045] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32045/stat : 32045 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426923 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690830227984 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32046] ppid=32028 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/32031/task/32046/stat : 32046 (java) S 32028 32031 29904 0 -1 4202560 6349 0 0 0 72 2 0 0 20 0 22 0 36426923 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690829175352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32047] ppid=32028 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/32031/task/32047/stat : 32047 (java) S 32028 32031 29904 0 -1 4202560 5731 0 0 0 54 0 0 0 20 0 22 0 36426923 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690828122808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32048] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32048/stat : 32048 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426923 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690827070456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32049] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32049/stat : 32049 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36426923 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690826018120 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32053] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32053/stat : 32053 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36426952 10060525568 20420 33554432000 1073741824 1073778376 140734907074848 140690821706920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+2.5008 s]
/proc/loadavg: 2.58 2.36 2.00 2/215 32062
/proc/meminfo: memFree=29450968/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 15878 0 1 0 206 8 0 0 20 0 19 0 36426916 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2456183 20926 2266 9 0 2446860 0
[pid=32031/tid=32033] ppid=32028 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/32031/task/32033/stat : 32033 (java) S 32028 32031 29904 0 -1 4202560 2429 0 1 0 32 2 0 0 20 0 19 0 36426917 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140691345601400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32034] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32034/stat : 32034 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140691189049512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32035] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32035/stat : 32035 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140691187996968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32036] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32036/stat : 32036 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140691186944424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32037] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32037/stat : 32037 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426918 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140691185891880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32038] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32038/stat : 32038 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140691184839336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32039] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32039/stat : 32039 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690847689512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32040] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32040/stat : 32040 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690846636968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32041] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32041/stat : 32041 (java) S 32028 32031 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36426919 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690845584424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32042] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32042/stat : 32042 (java) S 32028 32031 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36426920 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690833385576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32043] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32043/stat : 32043 (java) S 32028 32031 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36426920 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690832331896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32044] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32044/stat : 32044 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36426920 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690831279240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32045] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32045/stat : 32045 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426923 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690830227984 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32046] ppid=32028 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/32031/task/32046/stat : 32046 (java) S 32028 32031 29904 0 -1 4202560 6349 0 0 0 72 2 0 0 20 0 19 0 36426923 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690829175352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32047] ppid=32028 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/32031/task/32047/stat : 32047 (java) S 32028 32031 29904 0 -1 4202560 5731 0 0 0 54 0 0 0 20 0 19 0 36426923 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690828122808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32048] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32048/stat : 32048 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36426923 10060525568 20926 33554432000 1073741824 1073778376 140734907074848 140690827070456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/32031/task/32038/stat : 32038 (java) S 32028 32031 29904 0 -1 4202560 758 0 0 0 520 23 0 0 20 0 21 0 36426919 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140691184839336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32039] ppid=32028 vsize=9824732 CPUtime=5.1 cores=1,3,5,7
/proc/32031/task/32039/stat : 32039 (java) S 32028 32031 29904 0 -1 4202560 713 0 0 0 489 21 0 0 20 0 21 0 36426919 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690847689512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32040] ppid=32028 vsize=9824732 CPUtime=4.77 cores=1,3,5,7
/proc/32031/task/32040/stat : 32040 (java) S 32028 32031 29904 0 -1 4202560 784 0 0 0 456 21 0 0 20 0 21 0 36426919 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690846636968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32041] ppid=32028 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/32031/task/32041/stat : 32041 (java) S 32028 32031 29904 0 -1 4202560 596 0 0 0 440 22 0 0 20 0 21 0 36426919 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690845584424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32042] ppid=32028 vsize=9824732 CPUtime=7.59 cores=1,3,5,7
/proc/32031/task/32042/stat : 32042 (java) S 32028 32031 29904 0 -1 4202560 2937 0 0 0 748 11 0 0 20 0 21 0 36426920 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690833385576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32043] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32043/stat : 32043 (java) S 32028 32031 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36426920 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690832331896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32044] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32044/stat : 32044 (java) S 32028 32031 29904 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 36426920 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690831279240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32045] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32045/stat : 32045 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36426923 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690830227984 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32046] ppid=32028 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/32031/task/32046/stat : 32046 (java) S 32028 32031 29904 0 -1 4202560 6388 0 0 0 114 2 0 0 20 0 21 0 36426923 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690829175352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32047] ppid=32028 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/32031/task/32047/stat : 32047 (java) S 32028 32031 29904 0 -1 4202560 16455 0 0 0 164 3 0 0 20 0 21 0 36426923 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690828122808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32048] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32048/stat : 32048 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36426923 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690827070456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32049] ppid=32028 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/32031/task/32049/stat : 32049 (java) S 32028 32031 29904 0 -1 4202560 98 0 0 0 28 37 0 0 20 0 21 0 36426923 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690826018120 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32053] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32053/stat : 32053 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36426952 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690821706920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32254] ppid=32028 vsize=9824732 CPUtime=387.3 cores=1,3,5,7
/proc/32031/task/32254/stat : 32254 (java) R 32028 32031 29904 0 -1 4202560 20 0 0 0 38724 6 0 0 20 0 21 0 36554034 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690823810400 140691200982227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32255] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32255/stat : 32255 (java) S 32028 32031 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36554152 10060525568 1024946 33554432000 1073741824 1073778376 140734907074848 140690822759624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1674.9
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.21 2.26 2.20 4/217 32269
/proc/meminfo: memFree=21773216/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9824732 CPUtime=1735.99 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 38353 0 1 0 173230 369 0 0 20 0 21 0 36426916 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2456183 1030245 2296 9 0 2446860 0
[pid=32031/tid=32033] ppid=32028 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/32031/task/32033/stat : 32033 (java) S 32028 32031 29904 0 -1 4202560 2511 0 1 0 181 33 0 0 20 0 21 0 36426917 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140691345601528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32034] ppid=32028 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/32031/task/32034/stat : 32034 (java) S 32028 32031 29904 0 -1 4202560 654 0 0 0 532 22 0 0 20 0 21 0 36426918 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140691189049512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32035] ppid=32028 vsize=9824732 CPUtime=5.03 cores=1,3,5,7
/proc/32031/task/32035/stat : 32035 (java) S 32028 32031 29904 0 -1 4202560 763 0 0 0 485 18 0 0 20 0 21 0 36426918 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140691187996968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32036] ppid=32028 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/32031/task/32036/stat : 32036 (java) S 32028 32031 29904 0 -1 4202560 597 0 0 0 456 20 0 0 20 0 21 0 36426918 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140691186944424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32037] ppid=32028 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/32031/task/32037/stat : 32037 (java) S 32028 32031 29904 0 -1 4202560 576 0 0 0 534 21 0 0 20 0 21 0 36426918 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140691185891880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32038] ppid=32028 vsize=9824732 CPUtime=5.67 cores=1,3,5,7
/proc/32031/task/32038/stat : 32038 (java) S 32028 32031 29904 0 -1 4202560 762 0 0 0 544 23 0 0 20 0 21 0 36426919 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140691184839336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32039] ppid=32028 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/32031/task/32039/stat : 32039 (java) S 32028 32031 29904 0 -1 4202560 806 0 0 0 513 21 0 0 20 0 21 0 36426919 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690847689512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32040] ppid=32028 vsize=9824732 CPUtime=4.97 cores=1,3,5,7
/proc/32031/task/32040/stat : 32040 (java) S 32028 32031 29904 0 -1 4202560 793 0 0 0 476 21 0 0 20 0 21 0 36426919 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690846636968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32041] ppid=32028 vsize=9824732 CPUtime=4.77 cores=1,3,5,7
/proc/32031/task/32041/stat : 32041 (java) S 32028 32031 29904 0 -1 4202560 638 0 0 0 455 22 0 0 20 0 21 0 36426919 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690845584424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32042] ppid=32028 vsize=9824732 CPUtime=7.59 cores=1,3,5,7
/proc/32031/task/32042/stat : 32042 (java) S 32028 32031 29904 0 -1 4202560 2940 0 0 0 748 11 0 0 20 0 21 0 36426920 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690833385576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32043] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32043/stat : 32043 (java) S 32028 32031 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36426920 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690832331896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32044] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32044/stat : 32044 (java) S 32028 32031 29904 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 36426920 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690831279240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32045] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32045/stat : 32045 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36426923 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690830227984 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32046] ppid=32028 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/32031/task/32046/stat : 32046 (java) S 32028 32031 29904 0 -1 4202560 6388 0 0 0 114 2 0 0 20 0 21 0 36426923 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690829175352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32047] ppid=32028 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/32031/task/32047/stat : 32047 (java) S 32028 32031 29904 0 -1 4202560 16455 0 0 0 164 3 0 0 20 0 21 0 36426923 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690828122808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32048] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32048/stat : 32048 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36426923 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690827070456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32049] ppid=32028 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/32031/task/32049/stat : 32049 (java) S 32028 32031 29904 0 -1 4202560 100 0 0 0 28 39 0 0 20 0 21 0 36426923 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690826018120 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32053] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32053/stat : 32053 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36426952 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690821706920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32254] ppid=32028 vsize=9824732 CPUtime=446.73 cores=1,3,5,7
/proc/32031/task/32254/stat : 32254 (java) R 32028 32031 29904 0 -1 4202560 22 0 0 0 44666 7 0 0 20 0 21 0 36554034 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690823810416 140691200984496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32255] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32255/stat : 32255 (java) S 32028 32031 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36554152 10060525568 1030245 33554432000 1073741824 1073778376 140734907074848 140690822759624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1735.99
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782 s]
/proc/loadavg: 1.91 2.18 2.17 2/215 32588
/proc/meminfo: memFree=25451408/32872528 swapFree=1498360/1645528
[pid=32031] ppid=32028 vsize=9824732 CPUtime=1797.06 cores=1,3,5,7
/proc/32031/stat : 32031 (java) S 32028 32031 29904 0 -1 4202496 38550 0 1 0 179335 371 0 0 20 0 21 0 36426916 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140734907065984 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32031/statm: 2456183 1039107 2296 9 0 2446860 0
[pid=32031/tid=32033] ppid=32028 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/32031/task/32033/stat : 32033 (java) S 32028 32031 29904 0 -1 4202560 2515 0 1 0 183 34 0 0 20 0 21 0 36426917 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140691345601528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32034] ppid=32028 vsize=9824732 CPUtime=5.84 cores=1,3,5,7
/proc/32031/task/32034/stat : 32034 (java) S 32028 32031 29904 0 -1 4202560 662 0 0 0 562 22 0 0 20 0 21 0 36426918 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140691189049512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32035] ppid=32028 vsize=9824732 CPUtime=5.2 cores=1,3,5,7
/proc/32031/task/32035/stat : 32035 (java) S 32028 32031 29904 0 -1 4202560 768 0 0 0 502 18 0 0 20 0 21 0 36426918 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140691187996968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32036] ppid=32028 vsize=9824732 CPUtime=4.94 cores=1,3,5,7
/proc/32031/task/32036/stat : 32036 (java) S 32028 32031 29904 0 -1 4202560 628 0 0 0 474 20 0 0 20 0 21 0 36426918 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140691186944424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32037] ppid=32028 vsize=9824732 CPUtime=5.81 cores=1,3,5,7
/proc/32031/task/32037/stat : 32037 (java) S 32028 32031 29904 0 -1 4202560 584 0 0 0 560 21 0 0 20 0 21 0 36426918 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140691185891880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32038] ppid=32028 vsize=9824732 CPUtime=5.95 cores=1,3,5,7
/proc/32031/task/32038/stat : 32038 (java) S 32028 32031 29904 0 -1 4202560 862 0 0 0 572 23 0 0 20 0 21 0 36426919 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140691184839336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32039] ppid=32028 vsize=9824732 CPUtime=5.52 cores=1,3,5,7
/proc/32031/task/32039/stat : 32039 (java) S 32028 32031 29904 0 -1 4202560 818 0 0 0 531 21 0 0 20 0 21 0 36426919 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690847689512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32040] ppid=32028 vsize=9824732 CPUtime=5.2 cores=1,3,5,7
/proc/32031/task/32040/stat : 32040 (java) S 32028 32031 29904 0 -1 4202560 803 0 0 0 499 21 0 0 20 0 21 0 36426919 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690846636968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32041] ppid=32028 vsize=9824732 CPUtime=5.01 cores=1,3,5,7
/proc/32031/task/32041/stat : 32041 (java) S 32028 32031 29904 0 -1 4202560 647 0 0 0 479 22 0 0 20 0 21 0 36426919 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690845584424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32042] ppid=32028 vsize=9824732 CPUtime=7.59 cores=1,3,5,7
/proc/32031/task/32042/stat : 32042 (java) S 32028 32031 29904 0 -1 4202560 2945 0 0 0 748 11 0 0 20 0 21 0 36426920 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690833385576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32043] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32043/stat : 32043 (java) S 32028 32031 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36426920 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690832331896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32044] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32044/stat : 32044 (java) S 32028 32031 29904 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 36426920 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690831279240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32045] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32045/stat : 32045 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36426923 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690830227984 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32046] ppid=32028 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/32031/task/32046/stat : 32046 (java) S 32028 32031 29904 0 -1 4202560 6388 0 0 0 114 2 0 0 20 0 21 0 36426923 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690829175352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32047] ppid=32028 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/32031/task/32047/stat : 32047 (java) S 32028 32031 29904 0 -1 4202560 16455 0 0 0 164 3 0 0 20 0 21 0 36426923 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690828122808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32048] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32048/stat : 32048 (java) S 32028 32031 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36426923 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690827070456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32031/tid=32049] ppid=32028 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/32031/task/32049/stat : 32049 (java) S 32028 32031 29904 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 21 0 36426923 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690826018120 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32031/tid=32053] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32053/stat : 32053 (java) S 32028 32031 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36426952 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690821706920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32031/tid=32254] ppid=32028 vsize=9824732 CPUtime=505.77 cores=1,3,5,7
/proc/32031/task/32254/stat : 32254 (java) R 32028 32031 29904 0 -1 4202560 23 0 0 0 50569 8 0 0 20 0 21 0 36554034 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690823810416 140691200640324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32031/tid=32255] ppid=32028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32031/task/32255/stat : 32255 (java) S 32028 32031 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36554152 10060525568 1039107 33554432000 1073741824 1073778376 140734907074848 140690822759624 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.06
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32031 sig 9
??? kill -32031 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 32031 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=58565
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=22388
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1797.06
#
# 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): 3.02001
#  lost CPU user time (s): 3.20994
#  lost CPU system time (s): -0.19

Real time (s): 1782.05
CPU time (s): 1800.08
CPU user time (s): 1796.56
CPU system time (s): 3.52
CPU usage (%): 101.012
Max. virtual memory (cumulated for all children) (KiB): 9824992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.06
system time used= 4.02239
maximum resident set size= 4156512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38579
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79259
involuntary context switches= 61735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8642 second user time and 13.6919 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-19 15:43:21
IDJOB=4109813
IDBENCH=78931
IDSOLVER=2552
FILE ID=node124/4109813-1466343801
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/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900545610--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109813-1466343801/watcher-4109813-1466343801 -o /tmp/evaluation-result-4109813-1466343801/solver-4109813-1466343801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29921 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109813-1466343801.wbo

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

MD5SUM BENCH= 81190eaa1a1e32ae5b8ead62e8a746de
RANDOM SEED=1400106021

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:        29521924 kB
Buffers:          121408 kB
Cached:           204720 kB
SwapCached:         2816 kB
Active:           721980 kB
Inactive:         182348 kB
Active(anon):     576548 kB
Inactive(anon):     3592 kB
Active(file):     145432 kB
Inactive(file):   178756 kB
Unevictable:     1645528 kB
Mlocked:         1498360 kB
SwapTotal:      67108856 kB
SwapFree:       67099904 kB
Dirty:               572 kB
Writeback:             0 kB
AnonPages:       2331924 kB
Mapped:            17148 kB
Shmem:                 0 kB
Slab:             643772 kB
SReclaimable:      87724 kB
SUnreclaim:       556048 kB
KernelStack:        1776 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2670560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 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 16:13:03