Trace number 4091945

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.43 1781.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-33-100-0.wbo
MD5SUM97e6423088cc7ef1f08dcccdf9e01ef4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark25.5471
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4091945-1466079330.wbo
0.11/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.22s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2088
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2612
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 1857 literals
0.76/0.46	c And the winner is solver0
1.27/0.83	c SATISFIABLE
1.27/0.83	c OPTIMIZING...
1.27/0.83	c Got one! Elapsed wall clock time (in seconds):0.727
1.27/0.83	o 663
1.27/0.86	c And the winner is solver0
1.93/1.35	c Got one! Elapsed wall clock time (in seconds):1.241
1.93/1.35	o 503
1.93/1.37	c And the winner is solver0
2.09/1.86	c Got one! Elapsed wall clock time (in seconds):1.751
2.09/1.86	o 434
2.23/1.90	c And the winner is solver0
2.27/2.36	c Got one! Elapsed wall clock time (in seconds):2.258
2.27/2.36	o 422
2.27/2.39	c And the winner is solver0
2.35/2.87	c Got one! Elapsed wall clock time (in seconds):2.764
2.35/2.87	o 421
2.35/2.88	c And the winner is solver0
2.40/3.37	c Got one! Elapsed wall clock time (in seconds):3.268
2.40/3.37	o 416
2.40/3.39	c And the winner is solver0
2.53/3.88	c Got one! Elapsed wall clock time (in seconds):3.773
2.53/3.89	o 400
2.53/3.89	c And the winner is solver0
2.58/4.38	c Got one! Elapsed wall clock time (in seconds):4.278
2.58/4.38	o 399
2.58/4.39	c And the winner is solver0
2.60/4.89	c Got one! Elapsed wall clock time (in seconds):4.781
2.60/4.89	o 393
2.62/4.90	c And the winner is solver0
2.62/5.39	c Got one! Elapsed wall clock time (in seconds):5.284
2.62/5.39	o 302
2.63/5.40	c And the winner is solver0
2.63/5.89	c Got one! Elapsed wall clock time (in seconds):5.787
2.63/5.89	o 295
2.64/5.90	c And the winner is solver0
2.64/6.40	c Got one! Elapsed wall clock time (in seconds):6.29
2.64/6.40	o 280
2.65/6.41	c And the winner is solver0
2.65/6.90	c Got one! Elapsed wall clock time (in seconds):6.793
2.65/6.90	o 249
2.65/6.91	c And the winner is solver0
2.66/7.40	c Got one! Elapsed wall clock time (in seconds):7.297
2.66/7.40	o 178
2.94/7.50	c And the winner is solver0
2.97/7.91	c Got one! Elapsed wall clock time (in seconds):7.799
2.97/7.91	o 177
2.97/7.93	c And the winner is solver0
3.02/8.41	c Got one! Elapsed wall clock time (in seconds):8.302
3.02/8.41	o 173
3.24/8.50	c And the winner is solver0
3.27/8.91	c Got one! Elapsed wall clock time (in seconds):8.805
3.27/8.91	o 170
3.27/8.94	c And the winner is solver0
3.34/9.41	c Got one! Elapsed wall clock time (in seconds):9.308
3.34/9.41	o 162
3.34/9.42	c And the winner is solver0
3.35/9.92	c Got one! Elapsed wall clock time (in seconds):9.81
3.35/9.92	o 152
3.35/9.94	c And the winner is solver0
3.40/10.42	c Got one! Elapsed wall clock time (in seconds):10.313
3.40/10.42	o 124
4.08/10.76	c And the winner is solver0
4.27/10.92	c Got one! Elapsed wall clock time (in seconds):10.816
4.27/10.92	o 122
4.27/10.98	c And the winner is solver0
4.39/11.42	c Got one! Elapsed wall clock time (in seconds):11.318
4.39/11.42	o 108
4.54/11.54	c And the winner is solver0
4.63/11.93	c Got one! Elapsed wall clock time (in seconds):11.821
4.63/11.93	o 107
4.63/11.98	c And the winner is solver0
4.75/12.43	c Got one! Elapsed wall clock time (in seconds):12.324
4.75/12.43	o 106
4.75/12.45	c And the winner is solver0
4.82/12.93	c Got one! Elapsed wall clock time (in seconds):12.827
4.82/12.93	o 99
5.27/13.20	c And the winner is solver0
5.50/13.44	c Got one! Elapsed wall clock time (in seconds):13.33
5.50/13.44	o 98
5.62/13.58	c And the winner is solver0
5.84/13.94	c Got one! Elapsed wall clock time (in seconds):13.833
5.84/13.94	o 97
5.94/14.06	c And the winner is solver0
6.17/14.44	c Got one! Elapsed wall clock time (in seconds):14.336
6.17/14.44	o 93
6.48/14.63	c cleaning 6177 clauses out of 12356 with flag 11859/12356
6.76/14.74	c And the winner is solver0
6.88/14.95	c Got one! Elapsed wall clock time (in seconds):14.84
6.88/14.95	o 92
6.88/14.96	c And the winner is solver0
6.92/15.45	c Got one! Elapsed wall clock time (in seconds):15.344
6.92/15.45	o 88
8.10/16.02	c cleaning 5821 clauses out of 11660 with flag 26075/17837
8.31/16.17	c And the winner is solver0
8.48/16.45	c Got one! Elapsed wall clock time (in seconds):16.348
8.48/16.45	o 84
8.48/16.48	c And the winner is solver0
8.56/16.96	c Got one! Elapsed wall clock time (in seconds):16.853
8.56/16.96	o 77
8.56/16.97	c And the winner is solver0
8.59/17.46	c Got one! Elapsed wall clock time (in seconds):17.358
8.59/17.46	o 60
8.59/17.49	c And the winner is solver0
8.66/17.97	c Got one! Elapsed wall clock time (in seconds):17.865
8.66/17.97	o 59
8.70/18.02	c And the winner is solver0
8.77/18.48	c Got one! Elapsed wall clock time (in seconds):18.374
8.77/18.48	o 57
8.79/18.50	c And the winner is solver0
8.79/18.99	c Got one! Elapsed wall clock time (in seconds):18.884
8.79/18.99	o 54
8.80/19.04	c And the winner is solver0
8.91/19.50	c Got one! Elapsed wall clock time (in seconds):19.394
8.91/19.50	o 52
8.91/19.58	c And the winner is solver0
9.08/20.01	c Got one! Elapsed wall clock time (in seconds):19.905
9.08/20.01	o 43
9.83/20.38	c And the winner is solver0
10.03/20.52	c Got one! Elapsed wall clock time (in seconds):20.416
10.03/20.52	o 37
10.17/20.62	c And the winner is solver0
10.23/21.04	c Got one! Elapsed wall clock time (in seconds):20.929
10.23/21.04	o 32
10.34/21.17	c cleaning 6907 clauses out of 13823 with flag 7562/25821
10.62/21.24	c And the winner is solver0
11.03/21.55	c Got one! Elapsed wall clock time (in seconds):21.445
11.03/21.55	o 31
11.20/21.62	c And the winner is solver0
11.27/22.07	c Got one! Elapsed wall clock time (in seconds):21.964
11.27/22.07	o 28
11.33/22.12	c And the winner is solver0
11.38/22.59	c Got one! Elapsed wall clock time (in seconds):22.481
11.38/22.59	o 27
11.64/22.75	c And the winner is solver0
11.78/23.14	c Got one! Elapsed wall clock time (in seconds):23.037
11.78/23.14	o 20
12.08/23.35	c And the winner is solver0
12.21/23.66	c Got one! Elapsed wall clock time (in seconds):23.556
12.21/23.66	o 19
12.46/23.89	c cleaning 7266 clauses out of 14542 with flag 17472/33447
12.69/23.94	c And the winner is solver0
13.01/24.18	c Got one! Elapsed wall clock time (in seconds):24.076
13.01/24.18	o 17
13.83/24.58	c cleaning 6515 clauses out of 13049 with flag 42132/39220
14.03/24.61	c And the winner is solver0
14.08/24.71	c Got one! Elapsed wall clock time (in seconds):24.602
14.08/24.71	o 13
14.43/24.91	c And the winner is solver0
14.48/25.24	c Got one! Elapsed wall clock time (in seconds):25.13
14.48/25.24	o 12
15.03/25.51	c And the winner is solver0
15.10/25.77	c Got one! Elapsed wall clock time (in seconds):25.66
15.10/25.77	o 11
15.13/25.82	c And the winner is solver0
192.54/200.66	c cleaning 0 clauses out of 6365 with flag 0/6392
673.65/674.31	c cleaning 0 clauses out of 12365 with flag 0/12392
1707.70/1690.19	c cleaning 0 clauses out of 19366 with flag 0/19393
1800.03/1781.07	c >>>>>>>>>> Solver number 0 (50 answers) <<<<<<<<<<<<<<<<<<
1800.03/1781.07	c starts		: 107
1800.03/1781.07	c conflicts		: 45594
1800.03/1781.07	c decisions		: 175924
1800.03/1781.07	c propagations		: 8962819
1800.03/1781.07	c inspects		: 36517960
1800.03/1781.07	c shortcuts		: 0
1800.03/1781.07	c learnt literals	: 0
1800.03/1781.07	c learnt binary clauses	: 9
1800.03/1781.07	c learnt ternary clauses	: 15
1800.03/1781.07	c learnt constraints	: 45594
1800.03/1781.07	c ignored constraints	: 0
1800.03/1781.07	c root simplifications	: 0
1800.03/1781.07	c removed literals (reason simplification)	: 141040
1800.03/1781.07	c reason swapping (by a shorter reason)	: 0
1800.03/1781.07	c Calls to reduceDB	: 5
1800.03/1781.07	c Number of update (reduction) of LBD	: 21060
1800.03/1781.07	c Imported unit clauses	: 0
1800.03/1781.07	c number of reductions to clauses (during analyze)	: 0
1800.03/1781.07	c number of learned constraints concerned by reduction	: 0
1800.03/1781.07	c number of learning phase by resolution	: 0
1800.03/1781.07	c number of learning phase by cutting planes	: 0
1800.03/1781.07	c speed (assignments/second)	: 5033.235863779231
1800.03/1781.07	c non guided choices	5462
1800.03/1781.07	c learnt constraints type 
1800.03/1781.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.03/1781.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12899
1800.03/1781.08	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/1781.08	c starts		: 95
1800.03/1781.08	c conflicts		: 19904
1800.03/1781.08	c decisions		: 125556
1800.03/1781.08	c propagations		: 1071975
1800.03/1781.08	c inspects		: 1409297289
1800.03/1781.08	c shortcuts		: 0
1800.03/1781.08	c learnt literals	: 0
1800.03/1781.08	c learnt binary clauses	: 0
1800.03/1781.08	c learnt ternary clauses	: 0
1800.03/1781.08	c learnt constraints	: 19877
1800.03/1781.08	c ignored constraints	: 0
1800.03/1781.08	c root simplifications	: 0
1800.03/1781.08	c removed literals (reason simplification)	: 0
1800.03/1781.08	c reason swapping (by a shorter reason)	: 0
1800.03/1781.08	c Calls to reduceDB	: 3
1800.03/1781.08	c Number of update (reduction) of LBD	: 0
1800.03/1781.08	c Imported unit clauses	: 0
1800.03/1781.08	c number of reductions to clauses (during analyze)	: 0
1800.03/1781.08	c number of learned constraints concerned by reduction	: 0
1800.03/1781.08	c number of learning phase by resolution	: 0
1800.03/1781.08	c number of learning phase by cutting planes	: 0
1800.03/1781.08	c speed (assignments/second)	: 610.7263597239361
1800.03/1781.08	c non guided choices	4921
1800.03/1781.09	c learnt constraints type 
1800.03/1781.09	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 983
1800.03/1781.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.03/1781.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18889
1800.03/1781.09	s SATISFIABLE
1800.03/1781.09	c Found 49 solution(s)
1800.03/1781.09	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.03/1781.09	c objective function=11
1800.03/1781.09	c Total wall clock time (in seconds): 1780.985

Verifier Data

OK	5

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-4091945-1466079330/watcher-4091945-1466079330 -o /tmp/evaluation-result-4091945-1466079330/solver-4091945-1466079330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9509 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091945-1466079330.wbo 

pid=14235
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.51 2.47 2.36 3/196 14238
/proc/meminfo: memFree=26642624/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 9979627 98570240 976 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 24065 976 743 9 0 16771 0
[pid=14238/tid=14239] ppid=14235 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) R 14235 14238 6847 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 9979628 98570240 976 33554432000 1073741824 1073778376 140734326009872 139799853194792 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 2.51 2.47 2.36 3/196 14238
/proc/meminfo: memFree=26642624/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 4537 0 1 0 10 1 0 0 20 0 18 0 9979627 9787879424 5654 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2389619 5669 2156 9 0 2380296 0
[pid=14238/tid=14239] ppid=14235 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) R 14235 14238 6847 0 -1 4202560 2440 0 1 0 7 0 0 0 20 0 18 0 9979628 9787879424 5669 33554432000 1073741824 1073778376 140734326009872 139799853199384 139799856043620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.51 2.47 2.36 3/196 14238
/proc/meminfo: memFree=26642624/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 4774 0 1 0 24 1 0 0 20 0 18 0 9979627 9787879424 6330 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2389619 6330 2198 9 0 2380296 0
[pid=14238/tid=14239] ppid=14235 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) R 14235 14238 6847 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 18 0 9979628 9787879424 6330 33554432000 1073741824 1073778376 140734326009872 139799853199384 139799724817735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.51 2.47 2.36 3/196 14238
/proc/meminfo: memFree=26642624/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 5752 0 1 0 47 1 0 0 20 0 18 0 9979627 9787879424 8516 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2389619 8516 2231 9 0 2380296 0
[pid=14238/tid=14239] ppid=14235 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) R 14235 14238 6847 0 -1 4202560 2459 0 1 0 27 0 0 0 20 0 18 0 9979628 9787879424 8516 33554432000 1073741824 1073778376 140734326009872 139799853199384 270710914104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.51 2.47 2.36 3/196 14238
/proc/meminfo: memFree=26642624/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 9118 0 1 0 123 4 0 0 20 0 19 0 9979627 10060525568 11570 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2456183 11570 2260 9 0 2446860 0
[pid=14238/tid=14239] ppid=14235 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) S 14235 14238 6847 0 -1 4202560 2476 0 1 0 30 1 0 0 20 0 19 0 9979628 10060525568 11570 33554432000 1073741824 1073778376 140734326009872 139799853200248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 2.51 2.47 2.36 3/215 14263
/proc/meminfo: memFree=26570988/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 22442 0 1 0 199 10 0 0 20 0 19 0 9979627 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2456183 21305 2266 9 0 2446860 0
[pid=14238/tid=14239] ppid=14235 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) S 14235 14238 6847 0 -1 4202560 2477 0 1 0 32 1 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799853200248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799697160488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799696107688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799695055400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799694002600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799692950312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799691897512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799690845224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799689792424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9979629 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799677380840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9979630 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799676326904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9979630 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799675274504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799674222992 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 6847 0 -1 4202560 7068 0 0 0 60 2 0 0 20 0 19 0 9979632 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799673170616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 6847 0 -1 4202560 11547 0 0 0 72 2 0 0 20 0 19 0 9979632 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799672117816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799671065720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799670013128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14259] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14259/stat : 14259 (java) S 14235 14238 6847 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9979662 10060525568 21305 33554432000 1073741824 1073778376 140734326009872 139799666853032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 2.51 2.47 2.36 2/215 14269
/proc/meminfo: memFree=26555216/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 22912 0 1 0 226 14 0 0 20 0 19 0 9979627 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2456183 27057 2266 9 0 2446860 0
[pid=14238/tid=14239] ppid=14235 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) S 14235 14238 6847 0 -1 4202560 2479 0 1 0 34 2 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799853200248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799697160488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799696107688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799695055400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799694002600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799692950312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799691897512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799690845224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9979628 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799689792424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 6847 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9979629 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799677380840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9979630 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799676326904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9979630 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799675274504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799674222992 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 6847 0 -1 4202560 7500 0 0 0 70 2 0 0 20 0 19 0 9979632 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799673170616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 6847 0 -1 4202560 11552 0 0 0 79 2 0 0 20 0 19 0 9979632 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799672117816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799671065720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799670013128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14259] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14259/stat : 14259 (java) S 14235 14238 6847 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9979662 10060525568 27057 33554432000 1073741824 1073778376 140734326009872 139799666853032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

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

[startup+4.90074 s]
/proc/loadavg: 2.39 2.45 2.35 2/215 14284
/proc/meminfo: memFree=26525444/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 24844 0 1 0 247 15 0 0 20 0 22 0 9979627 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2456183 32721 2270 9 0 2446860 0
[pid=14238/tid=14239] ppid=14235 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) S 14235 14238 6847 0 -1 4202560 2482 0 1 0 35 2 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799853200248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799697160488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799696107688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799695055400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799694002600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799692950312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799691897512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799690845224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9979628 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799689792424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 6847 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 9979629 10060525568 32721 33554432000 1073741824 1073778376 140734326009872 139799677380840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=14238/tid=14242] ppid=14235 vsize=9824732 CPUtime=4.64 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 6847 0 -1 4202560 547 0 0 0 442 22 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799696107688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 6847 0 -1 4202560 569 0 0 0 439 24 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799695055400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9824732 CPUtime=4.94 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 6847 0 -1 4202560 720 0 0 0 468 26 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799694002600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 6847 0 -1 4202560 537 0 0 0 452 22 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799692950312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 6847 0 -1 4202560 1009 0 0 0 476 24 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799691897512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 6847 0 -1 4202560 602 0 0 0 439 21 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799690845224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 6847 0 -1 4202560 650 0 0 0 476 22 0 0 20 0 21 0 9979628 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799689792424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9824732 CPUtime=7.63 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 6847 0 -1 4202560 3571 0 0 0 754 9 0 0 20 0 21 0 9979629 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799677380840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9979630 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799676326904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 6847 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 21 0 9979630 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799675274504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9979632 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799674222992 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 6847 0 -1 4202560 15885 0 0 0 207 3 0 0 20 0 21 0 9979632 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799673170616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 6847 0 -1 4202560 13884 0 0 0 173 2 0 0 20 0 21 0 9979632 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799672117816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9979632 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799671065720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 6847 0 -1 4202560 99 0 0 0 31 40 0 0 20 0 21 0 9979632 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799670013128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14259] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14259/stat : 14259 (java) S 14235 14238 6847 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 9979662 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799666853032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14406] ppid=14235 vsize=9824732 CPUtime=1674.07 cores=1,3,5,7
/proc/14238/task/14406/stat : 14406 (java) R 14235 14238 6847 0 -1 4202560 2485 0 0 0 167341 66 0 0 20 0 21 0 9982207 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799667904264 139799725456991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14407] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14407/stat : 14407 (java) S 14235 14238 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9982210 10060525568 1059968 33554432000 1073741824 1073778376 140734326009872 139799665800872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1740.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.01 s]
/proc/loadavg: 2.29 2.33 2.29 4/215 14610
/proc/meminfo: memFree=23448020/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9824732 CPUtime=1799.99 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 45718 0 1 0 179613 386 0 0 20 0 21 0 9979627 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2456183 1063595 2295 9 0 2446860 0
[pid=14238/tid=14239] ppid=14235 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) S 14235 14238 6847 0 -1 4202560 2591 0 1 0 122 40 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799853200376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9824732 CPUtime=5.18 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 6847 0 -1 4202560 544 0 0 0 498 20 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799697160488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9824732 CPUtime=4.77 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 6847 0 -1 4202560 558 0 0 0 455 22 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799696107688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 6847 0 -1 4202560 578 0 0 0 454 24 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799695055400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 6847 0 -1 4202560 726 0 0 0 480 26 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799694002600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 6847 0 -1 4202560 545 0 0 0 464 22 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799692950312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9824732 CPUtime=5.14 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 6847 0 -1 4202560 1015 0 0 0 489 25 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799691897512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 6847 0 -1 4202560 607 0 0 0 454 21 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799690845224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 6847 0 -1 4202560 658 0 0 0 485 22 0 0 20 0 21 0 9979628 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799689792424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9824732 CPUtime=7.63 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 6847 0 -1 4202560 3575 0 0 0 754 9 0 0 20 0 21 0 9979629 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799677380840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9979630 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799676326904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 6847 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 21 0 9979630 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799675274504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9979632 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799674222992 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 6847 0 -1 4202560 15885 0 0 0 207 3 0 0 20 0 21 0 9979632 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799673170616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 6847 0 -1 4202560 13884 0 0 0 173 2 0 0 20 0 21 0 9979632 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799672117816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9979632 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799671065720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 6847 0 -1 4202560 103 0 0 0 32 42 0 0 20 0 21 0 9979632 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799670013128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14259] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14259/stat : 14259 (java) S 14235 14238 6847 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 9979662 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799666853032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14406] ppid=14235 vsize=9824732 CPUtime=1732.37 cores=1,3,5,7
/proc/14238/task/14406/stat : 14406 (java) R 14235 14238 6847 0 -1 4202560 2485 0 0 0 173170 67 0 0 20 0 21 0 9982207 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799667904176 139799725736678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14407] ppid=14235 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14407/stat : 14407 (java) S 14235 14238 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9982210 10060525568 1063595 33554432000 1073741824 1073778376 140734326009872 139799665800872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.99
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 14238 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.11 s]
/proc/loadavg: 2.29 2.33 2.29 4/215 14610
/proc/meminfo: memFree=23448020/32872528 swapFree=1541688/1694988
[pid=14238] ppid=14235 vsize=9891296 CPUtime=1800.39 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 6847 0 -1 4202496 45768 0 1 0 179645 394 0 0 20 0 19 0 9979627 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 140734326001008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2472824 1063437 2302 9 0 2463501 0
[pid=14238/tid=14239] ppid=14235 vsize=9891296 CPUtime=1.62 cores=1,3,5,7
/proc/14238/task/14239/stat : 14239 (java) S 14235 14238 6847 0 -1 4202560 2591 0 1 0 122 40 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799853200376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9891296 CPUtime=5.24 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 6847 0 -1 4202560 545 0 0 0 503 21 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799697160488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9891296 CPUtime=4.81 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 6847 0 -1 4202560 560 0 0 0 459 22 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799696107688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9891296 CPUtime=4.81 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 6847 0 -1 4202560 581 0 0 0 457 24 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799695055400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9891296 CPUtime=5.08 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 6847 0 -1 4202560 728 0 0 0 482 26 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799694002600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9891296 CPUtime=4.87 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 6847 0 -1 4202560 546 0 0 0 465 22 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799692950312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9891296 CPUtime=5.16 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 6847 0 -1 4202560 1018 0 0 0 491 25 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799691897512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9891296 CPUtime=4.77 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 6847 0 -1 4202560 610 0 0 0 456 21 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799690845224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9891296 CPUtime=5.09 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 6847 0 -1 4202560 659 0 0 0 487 22 0 0 20 0 19 0 9979628 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799689792424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9891296 CPUtime=7.63 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 6847 0 -1 4202560 3576 0 0 0 754 9 0 0 20 0 19 0 9979629 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799677380392 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9979630 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799676326904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 6847 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 9979630 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799675274504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9979632 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799674221512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9891296 CPUtime=2.11 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 6847 0 -1 4202560 15886 0 0 0 208 3 0 0 20 0 19 0 9979632 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799673170616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9891296 CPUtime=1.77 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 6847 0 -1 4202560 13893 0 0 0 175 2 0 0 20 0 19 0 9979632 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799672103608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9979632 10128687104 1063437 33554432000 1073741824 1073778376 140734326009872 139799671065720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14406] ppid=14235 vsize=9891296 CPUtime=1732.39 cores=1,3,5,7
/proc/14238/task/14406/stat : 14406 (java) S 14235 14238 6847 0 -1 4202560 2485 0 0 0 173172 67 0 0 20 0 19 0 9982207 10128687104 1063428 33554432000 1073741824 1073778376 140734326009872 139799667903512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 9891296

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14238 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=29570
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=399331
# CPU time returned by wait4() is 1796.43
# while last known CPU time is 1800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1781.12
CPU time (s): 1800.43
CPU user time (s): 1796.48
CPU system time (s): 3.95
CPU usage (%): 101.084
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.03
system time used= 4.39933
maximum resident set size= 4254512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45768
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78659
involuntary context switches= 51816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2333 second user time and 14.5928 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-16 14:15:30
IDJOB=4091945
IDBENCH=78998
IDSOLVER=2552
FILE ID=node125/4091945-1466079330
RUNJOBID= node125-1466075444-9509
PBS_JOBID= 19904014
Free space on /tmp= 71744 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.1900544484--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091945-1466079330/watcher-4091945-1466079330 -o /tmp/evaluation-result-4091945-1466079330/solver-4091945-1466079330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9509 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091945-1466079330.wbo

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

MD5SUM BENCH= 97e6423088cc7ef1f08dcccdf9e01ef4
RANDOM SEED=1252568847

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26643152 kB
Buffers:           23340 kB
Cached:            57420 kB
SwapCached:         2664 kB
Active:          3739156 kB
Inactive:          56684 kB
Active(anon):    3713232 kB
Inactive(anon):     3820 kB
Active(file):      25924 kB
Inactive(file):    52864 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67096840 kB
Dirty:               700 kB
Writeback:             0 kB
AnonPages:       5557512 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565736 kB
SReclaimable:       9492 kB
SUnreclaim:       556244 kB
KernelStack:        1776 kB
PageTables:        15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5975944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3962880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node125 at 2016-06-16 14:45:11