Trace number 4109321

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.09 1810.23

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-33-100-0.wbo
MD5SUMfc19369358a85dcf0daa4440bb60967e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark6.74297
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109321-1466341859.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.066s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     238
0.11/0.17	c #constraints  101
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 69 literals
0.26/0.25	c And the winner is solver0
0.68/0.68	c SATISFIABLE
0.68/0.68	c OPTIMIZING...
0.68/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
0.68/0.68	o 625
0.74/0.78	c And the winner is solver0
1.38/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.38/1.18	o 618
1.46/1.23	c And the winner is solver0
1.62/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.62/1.68	o 607
1.62/1.69	c And the winner is solver0
1.71/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.71/2.18	o 595
1.71/2.19	c And the winner is solver0
1.71/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.71/2.68	o 218
1.71/2.69	c And the winner is solver0
1.71/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
1.71/3.18	o 215
2.12/3.36	c cleaning 3337 clauses out of 6673 with flag 10331/6673
3.06/3.61	c cleaning 4659 clauses out of 9338 with flag 31330/12675
3.06/3.62	c And the winner is solver0
3.06/3.69	c Got one! Elapsed wall clock time (in seconds):3.578
3.06/3.69	o 201
3.24/3.79	c And the winner is solver0
3.45/4.19	c Got one! Elapsed wall clock time (in seconds):4.079
3.45/4.19	o 200
3.46/4.21	c And the winner is solver0
3.51/4.69	c Got one! Elapsed wall clock time (in seconds):4.581
3.51/4.69	o 190
3.52/4.70	c And the winner is solver0
3.53/5.19	c Got one! Elapsed wall clock time (in seconds):5.082
3.53/5.19	o 178
3.53/5.22	c And the winner is solver0
3.60/5.69	c Got one! Elapsed wall clock time (in seconds):5.583
3.60/5.69	o 177
3.62/5.70	c And the winner is solver0
3.62/6.19	c Got one! Elapsed wall clock time (in seconds):6.084
3.62/6.19	o 176
3.62/6.20	c And the winner is solver0
3.65/6.69	c Got one! Elapsed wall clock time (in seconds):6.585
3.65/6.69	o 161
3.67/6.78	c And the winner is solver0
3.83/7.19	c Got one! Elapsed wall clock time (in seconds):7.087
3.83/7.19	o 153
3.84/7.21	c And the winner is solver0
3.87/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
3.87/7.70	o 151
3.89/7.74	c And the winner is solver0
3.98/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
3.98/8.20	o 146
3.98/8.22	c And the winner is solver0
4.04/8.70	c Got one! Elapsed wall clock time (in seconds):8.591
4.04/8.70	o 144
4.04/8.71	c And the winner is solver0
4.08/9.20	c Got one! Elapsed wall clock time (in seconds):9.092
4.08/9.20	o 141
4.08/9.23	c And the winner is solver0
4.16/9.70	c Got one! Elapsed wall clock time (in seconds):9.593
4.16/9.70	o 128
4.16/9.72	c And the winner is solver0
4.24/10.20	c Got one! Elapsed wall clock time (in seconds):10.094
4.24/10.20	o 126
4.24/10.21	c And the winner is solver0
4.24/10.70	c Got one! Elapsed wall clock time (in seconds):10.595
4.24/10.70	o 122
4.24/10.71	c And the winner is solver0
4.25/11.21	c Got one! Elapsed wall clock time (in seconds):11.101
4.25/11.21	o 106
4.25/11.22	c And the winner is solver0
4.25/11.71	c Got one! Elapsed wall clock time (in seconds):11.602
4.25/11.71	o 100
4.25/11.72	c And the winner is solver0
4.27/12.21	c Got one! Elapsed wall clock time (in seconds):12.103
4.27/12.21	o 99
4.52/12.33	c cleaning 7956 clauses out of 15912 with flag 3796/23908
4.52/12.37	c And the winner is solver0
4.99/12.71	c Got one! Elapsed wall clock time (in seconds):12.604
4.99/12.71	o 94
4.99/12.73	c And the winner is solver0
5.04/13.21	c Got one! Elapsed wall clock time (in seconds):13.105
5.04/13.21	o 93
5.04/13.28	c And the winner is solver0
5.20/13.71	c Got one! Elapsed wall clock time (in seconds):13.606
5.20/13.71	o 85
5.38/13.87	c cleaning 7025 clauses out of 14056 with flag 10679/30008
6.28/14.11	c And the winner is solver0
6.42/14.21	c Got one! Elapsed wall clock time (in seconds):14.107
6.42/14.21	o 84
6.59/14.31	c And the winner is solver0
6.61/14.72	c Got one! Elapsed wall clock time (in seconds):14.61
6.61/14.72	o 79
6.61/14.77	c And the winner is solver0
6.75/15.22	c Got one! Elapsed wall clock time (in seconds):15.111
6.75/15.22	o 77
6.75/15.25	c And the winner is solver0
6.82/15.72	c Got one! Elapsed wall clock time (in seconds):15.612
6.82/15.72	o 74
6.82/15.78	c And the winner is solver0
6.96/16.22	c Got one! Elapsed wall clock time (in seconds):16.114
6.96/16.22	o 72
6.96/16.24	c And the winner is solver0
7.00/16.72	c Got one! Elapsed wall clock time (in seconds):16.615
7.00/16.72	o 60
7.00/16.77	c And the winner is solver0
7.13/17.22	c Got one! Elapsed wall clock time (in seconds):17.117
7.13/17.22	o 56
7.13/17.26	c And the winner is solver0
7.24/17.73	c Got one! Elapsed wall clock time (in seconds):17.619
7.24/17.73	o 53
7.37/17.83	c And the winner is solver0
7.47/18.23	c Got one! Elapsed wall clock time (in seconds):18.121
7.47/18.23	o 50
7.47/18.27	c And the winner is solver0
7.60/18.73	c Got one! Elapsed wall clock time (in seconds):18.624
7.60/18.73	o 48
7.60/18.76	c And the winner is solver0
7.67/19.23	c Got one! Elapsed wall clock time (in seconds):19.126
7.67/19.23	o 46
7.79/19.37	c cleaning 11684 clauses out of 23374 with flag 7363/46351
7.79/19.39	c And the winner is solver0
8.02/19.74	c Got one! Elapsed wall clock time (in seconds):19.629
8.02/19.74	o 42
8.02/19.75	c And the winner is solver0
8.06/20.24	c Got one! Elapsed wall clock time (in seconds):20.131
8.06/20.24	o 38
8.06/20.26	c And the winner is solver0
8.23/20.74	c Got one! Elapsed wall clock time (in seconds):20.634
8.23/20.74	o 36
8.23/20.78	c And the winner is solver0
8.35/21.24	c Got one! Elapsed wall clock time (in seconds):21.137
8.35/21.24	o 33
8.47/21.32	c And the winner is solver0
8.59/21.76	c Got one! Elapsed wall clock time (in seconds):21.649
8.59/21.76	o 32
8.86/21.97	c cleaning 9608 clauses out of 19215 with flag 15977/53876
8.86/21.99	c And the winner is solver0
9.07/22.26	c Got one! Elapsed wall clock time (in seconds):22.152
9.07/22.26	o 31
9.34/22.41	c And the winner is solver0
9.38/22.76	c Got one! Elapsed wall clock time (in seconds):22.655
9.38/22.76	o 28
9.45/22.82	c And the winner is solver0
9.54/23.27	c Got one! Elapsed wall clock time (in seconds):23.159
9.54/23.27	o 24
9.60/23.32	c And the winner is solver0
9.66/23.77	c Got one! Elapsed wall clock time (in seconds):23.662
9.66/23.77	o 23
9.71/23.84	c cleaning 8472 clauses out of 16943 with flag 4266/61212
10.31/24.10	c cleaning 7238 clauses out of 14476 with flag 28496/67217
10.73/24.39	c cleaning 7112 clauses out of 14231 with flag 56533/74211
11.53/24.76	c cleaning 7562 clauses out of 15123 with flag 89672/82216
12.33/25.15	c cleaning 8277 clauses out of 16556 with flag 124169/91211
13.37/25.62	c cleaning 9136 clauses out of 18277 with flag 164163/101211
14.35/26.12	c cleaning 10069 clauses out of 20140 with flag 207335/112212
15.16/26.51	c And the winner is solver0
15.17/26.77	c Got one! Elapsed wall clock time (in seconds):26.667
15.17/26.77	o 21
15.17/26.80	c And the winner is solver0
15.22/27.28	c Got one! Elapsed wall clock time (in seconds):27.173
15.22/27.28	o 20
15.68/27.54	c And the winner is solver0
15.77/27.79	c Got one! Elapsed wall clock time (in seconds):27.679
15.77/27.79	o 19
15.78/27.88	c cleaning 12204 clauses out of 24410 with flag 4830/126552
16.39/28.16	c cleaning 9099 clauses out of 18201 with flag 29169/132549
16.59/28.27	c And the winner is solver0
16.87/28.44	c Got one! Elapsed wall clock time (in seconds):28.335
16.87/28.44	o 18
16.87/28.45	c And the winner is solver0
140.94/152.05	c Got one! Elapsed wall clock time (in seconds):151.939
140.94/152.05	o 14
140.94/152.10	c And the winner is solver0
1800.09/1810.20	c >>>>>>>>>> Solver number 0 (53 answers) <<<<<<<<<<<<<<<<<<
1800.09/1810.20	c starts		: 133
1800.09/1810.20	c conflicts		: 136584
1800.09/1810.20	c decisions		: 213393
1800.09/1810.20	c propagations		: 3302155
1800.09/1810.20	c inspects		: 76002447
1800.09/1810.20	c shortcuts		: 0
1800.09/1810.20	c learnt literals	: 10
1800.09/1810.20	c learnt binary clauses	: 28
1800.09/1810.20	c learnt ternary clauses	: 351
1800.09/1810.20	c learnt constraints	: 136574
1800.09/1810.20	c ignored constraints	: 0
1800.09/1810.20	c root simplifications	: 0
1800.09/1810.20	c removed literals (reason simplification)	: 652540
1800.09/1810.20	c reason swapping (by a shorter reason)	: 0
1800.09/1810.20	c Calls to reduceDB	: 15
1800.09/1810.20	c Number of update (reduction) of LBD	: 37054
1800.09/1810.20	c Imported unit clauses	: 0
1800.09/1810.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1810.20	c number of learned constraints concerned by reduction	: 0
1800.09/1810.20	c number of learning phase by resolution	: 0
1800.09/1810.20	c number of learning phase by cutting planes	: 0
1800.09/1810.20	c speed (assignments/second)	: 1824.3718449986548
1800.09/1810.20	c non guided choices	1976
1800.09/1810.21	c learnt constraints type 
1800.09/1810.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.09/1810.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13108
1800.09/1810.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/1810.21	c starts		: 56
1800.09/1810.21	c conflicts		: 953
1800.09/1810.21	c decisions		: 7765
1800.09/1810.21	c propagations		: 40274
1800.09/1810.21	c inspects		: 3010397
1800.09/1810.21	c shortcuts		: 0
1800.09/1810.21	c learnt literals	: 0
1800.09/1810.21	c learnt binary clauses	: 0
1800.09/1810.21	c learnt ternary clauses	: 0
1800.09/1810.21	c learnt constraints	: 911
1800.09/1810.21	c ignored constraints	: 0
1800.09/1810.21	c root simplifications	: 0
1800.09/1810.21	c removed literals (reason simplification)	: 0
1800.09/1810.21	c reason swapping (by a shorter reason)	: 0
1800.09/1810.21	c Calls to reduceDB	: 0
1800.09/1810.21	c Number of update (reduction) of LBD	: 0
1800.09/1810.21	c Imported unit clauses	: 0
1800.09/1810.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1810.21	c number of learned constraints concerned by reduction	: 0
1800.09/1810.21	c number of learning phase by resolution	: 0
1800.09/1810.21	c number of learning phase by cutting planes	: 0
1800.09/1810.21	c speed (assignments/second)	: 24.28908559197786
1800.09/1810.21	c non guided choices	1173
1800.09/1810.21	c learnt constraints type 
1800.09/1810.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 911
1800.09/1810.21	s SATISFIABLE
1800.09/1810.21	c Found 52 solution(s)
1800.09/1810.22	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
1800.09/1810.22	c objective function=14
1800.09/1810.22	c Total wall clock time (in seconds): 1810.109

Verifier Data

OK	8

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-4109321-1466341859/watcher-4109321-1466341859 -o /tmp/evaluation-result-4109321-1466341859/solver-4109321-1466341859 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21071 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109321-1466341859.wbo 

pid=21639
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: 0.99 0.38 0.17 3/197 21642
/proc/meminfo: memFree=30047544/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 36232475 98570240 976 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 24065 976 743 9 0 16771 0
[pid=21642/tid=21643] ppid=21639 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) R 21639 21642 21054 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36232475 98570240 977 33554432000 1073741824 1073778376 140735511350896 139976194719272 252263089536 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 0.99 0.38 0.17 3/197 21642
/proc/meminfo: memFree=30047544/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 4479 0 1 0 10 1 0 0 20 0 18 0 36232475 9787879424 6121 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2389619 6121 2156 9 0 2380296 0
[pid=21642/tid=21643] ppid=21639 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) R 21639 21642 21054 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 36232475 9787879424 6121 33554432000 1073741824 1073778376 140735511350896 139976194722720 252266472717 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.200276 s]
/proc/loadavg: 0.99 0.38 0.17 3/197 21642
/proc/meminfo: memFree=30047544/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 4797 0 1 0 25 1 0 0 20 0 22 0 36232475 10060525568 7935 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 7935 2219 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2418 0 1 0 14 2 0 0 20 0 22 0 36232475 10060525568 7935 33554432000 1073741824 1073778376 140735511350896 139976194724728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300268 s]
/proc/loadavg: 0.99 0.38 0.17 3/197 21642
/proc/meminfo: memFree=30047544/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 8189 0 1 0 55 4 0 0 20 0 19 0 36232475 10060525568 9569 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 9569 2250 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2418 0 1 0 14 2 0 0 20 0 19 0 36232475 10060525568 9569 33554432000 1073741824 1073778376 140735511350896 139976194724728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+0.700214 s]
/proc/loadavg: 0.99 0.38 0.17 3/197 21642
/proc/meminfo: memFree=30047544/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 9775 0 1 0 70 4 0 0 20 0 22 0 36232475 10060525568 11477 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 11477 2250 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 22 0 36232475 10060525568 11477 33554432000 1073741824 1073778376 140735511350896 139976194724728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 0.99 0.38 0.17 2/216 21667
/proc/meminfo: memFree=29994404/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 14408 0 1 0 153 9 0 0 20 0 19 0 36232475 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 17925 2258 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2419 0 1 0 15 2 0 0 20 0 19 0 36232475 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976194724728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21645] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21645/stat : 21645 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976156216104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21646] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21646/stat : 21646 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976155163304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21647] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21647/stat : 21647 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976154111016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21648] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21648/stat : 21648 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976153058216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21649] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21649/stat : 21649 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976152004904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21650] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21650/stat : 21650 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976150952104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21651] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21651/stat : 21651 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976149899816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21652] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21652/stat : 21652 (java) S 21639 21642 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976148847016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21653] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21653/stat : 21653 (java) S 21639 21642 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232477 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976018741992 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21654] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21654/stat : 21654 (java) S 21639 21642 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232477 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976017688056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21655] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21655/stat : 21655 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232477 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976016635656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21656] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21656/stat : 21656 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232479 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976015584144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21657] ppid=21639 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21642/task/21657/stat : 21657 (java) S 21639 21642 21054 0 -1 4202560 6436 0 0 0 47 1 0 0 20 0 19 0 36232479 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976014530744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21658] ppid=21639 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/21642/task/21658/stat : 21658 (java) S 21639 21642 21054 0 -1 4202560 4205 0 0 0 44 0 0 0 20 0 19 0 36232480 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976013477944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21659] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21659/stat : 21659 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232480 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976012425848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21660] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21660/stat : 21660 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232480 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976011373256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21663] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21663/stat : 21663 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232493 10060525568 17925 33554432000 1073741824 1073778376 140735511350896 139976008214184 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.99 0.38 0.17 2/215 21676
/proc/meminfo: memFree=29975492/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 14440 0 1 0 162 9 0 0 20 0 19 0 36232475 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 21515 2263 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 19 0 36232475 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976194724728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21645] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21645/stat : 21645 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976156216104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21646] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21646/stat : 21646 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976155163304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21647] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21647/stat : 21647 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976154111016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21648] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21648/stat : 21648 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976153058216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21649] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21649/stat : 21649 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976152004904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21650] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21650/stat : 21650 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976150952104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21651] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21651/stat : 21651 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976149899816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21652] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21652/stat : 21652 (java) S 21639 21642 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232476 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976148847016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21653] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21653/stat : 21653 (java) S 21639 21642 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232477 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976018741992 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21654] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21654/stat : 21654 (java) S 21639 21642 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232477 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976017688056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21655] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21655/stat : 21655 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232477 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976016635656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21656] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21656/stat : 21656 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232479 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976015584144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21657] ppid=21639 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/21642/task/21657/stat : 21657 (java) S 21639 21642 21054 0 -1 4202560 6441 0 0 0 55 1 0 0 20 0 19 0 36232479 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976014530744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21658] ppid=21639 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/21642/task/21658/stat : 21658 (java) S 21639 21642 21054 0 -1 4202560 4205 0 0 0 45 0 0 0 20 0 19 0 36232480 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976013477944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21659] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21659/stat : 21659 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232480 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976012425848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21660] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21660/stat : 21660 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232480 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976011373256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21663] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21663/stat : 21663 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232493 10060525568 21515 33554432000 1073741824 1073778376 140735511350896 139976008214184 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=23 pid=1811 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (3.6 s) is less than in the last sample (3.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+5.70074 s]
/proc/loadavg: 0.99 0.39 0.18 2/215 21694
/proc/meminfo: memFree=29873568/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 19669 0 1 0 340 22 0 0 20 0 22 0 36232475 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 45347 2286 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2422 0 1 0 15 2 0 0 20 0 22 0 36232475 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976194724728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21645] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21645/stat : 21645 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976156216104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21646] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21646/stat : 21646 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976155163304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21647] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21647/stat : 21647 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976154111016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21648] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21648/stat : 21648 (java) S 21639 21642 21054 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976153058216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21649] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21649/stat : 21649 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976152004904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21650] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21650/stat : 21650 (java) S 21639 21642 21054 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976150952104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21651] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21651/stat : 21651 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976149899816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21652] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21652/stat : 21652 (java) S 21639 21642 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36232476 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976148847016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21653] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21653/stat : 21653 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36232477 10060525568 45347 33554432000 1073741824 1073778376 140735511350896 139976018741992 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=21642/tid=21649] ppid=21639 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/21642/task/21649/stat : 21649 (java) S 21639 21642 21054 0 -1 4202560 83 0 0 0 19 5 0 0 20 0 21 0 36232476 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976152004904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21650] ppid=21639 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21642/task/21650/stat : 21650 (java) S 21639 21642 21054 0 -1 4202560 83 0 0 0 22 4 0 0 20 0 21 0 36232476 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976150952104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21651] ppid=21639 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/21642/task/21651/stat : 21651 (java) S 21639 21642 21054 0 -1 4202560 66 0 0 0 18 4 0 0 20 0 21 0 36232476 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976149899816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21652] ppid=21639 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/21642/task/21652/stat : 21652 (java) S 21639 21642 21054 0 -1 4202560 75 0 0 0 16 4 0 0 20 0 21 0 36232476 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976148847016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21653] ppid=21639 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21642/task/21653/stat : 21653 (java) S 21639 21642 21054 0 -1 4202560 252 0 0 0 2 6 0 0 20 0 21 0 36232477 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976018741992 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21654] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21654/stat : 21654 (java) S 21639 21642 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36232477 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976017688056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21655] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21655/stat : 21655 (java) S 21639 21642 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 36232477 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976016635656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21656] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21656/stat : 21656 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232479 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976015584144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21657] ppid=21639 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/21642/task/21657/stat : 21657 (java) S 21639 21642 21054 0 -1 4202560 13736 0 0 0 160 3 0 0 20 0 21 0 36232479 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976014530744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21658] ppid=21639 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/21642/task/21658/stat : 21658 (java) S 21639 21642 21054 0 -1 4202560 7378 0 0 0 108 2 0 0 20 0 21 0 36232480 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976013477944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21659] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21659/stat : 21659 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232480 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976012425848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21660] ppid=21639 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/21642/task/21660/stat : 21660 (java) S 21639 21642 21054 0 -1 4202560 99 0 0 0 13 15 0 0 20 0 21 0 36232480 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976011373256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21663] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21663/stat : 21663 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36232493 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976008214184 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21822] ppid=21639 vsize=9824732 CPUtime=1565.88 cores=1,3,5,7
/proc/21642/task/21822/stat : 21822 (java) R 21639 21642 21054 0 -1 4202560 101 0 0 0 156563 25 0 0 20 0 21 0 36247681 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976010316960 139976021392528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21823] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21823/stat : 21823 (java) S 21639 21642 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36247685 10060525568 146061 33554432000 1073741824 1073778376 140735511350896 139976007160872 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1711.92
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.12 2.13 1.84 2/216 22172
/proc/meminfo: memFree=29555328/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=1771.96 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 27177 0 1 0 177031 165 0 0 20 0 21 0 36232475 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 144642 2288 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2437 0 1 0 44 17 0 0 20 0 21 0 36232475 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976194724840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21645] ppid=21639 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/21642/task/21645/stat : 21645 (java) S 21639 21642 21054 0 -1 4202560 62 0 0 0 18 3 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976156216104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21646] ppid=21639 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/21642/task/21646/stat : 21646 (java) S 21639 21642 21054 0 -1 4202560 63 0 0 0 22 3 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976155163304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21647] ppid=21639 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/21642/task/21647/stat : 21647 (java) S 21639 21642 21054 0 -1 4202560 64 0 0 0 16 5 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976154111016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21648] ppid=21639 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/21642/task/21648/stat : 21648 (java) S 21639 21642 21054 0 -1 4202560 86 0 0 0 20 3 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976153058216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21649] ppid=21639 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/21642/task/21649/stat : 21649 (java) S 21639 21642 21054 0 -1 4202560 83 0 0 0 19 5 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976152004904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21650] ppid=21639 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/21642/task/21650/stat : 21650 (java) S 21639 21642 21054 0 -1 4202560 83 0 0 0 23 4 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976150952104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21651] ppid=21639 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/21642/task/21651/stat : 21651 (java) S 21639 21642 21054 0 -1 4202560 72 0 0 0 19 4 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976149899816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21652] ppid=21639 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/21642/task/21652/stat : 21652 (java) S 21639 21642 21054 0 -1 4202560 80 0 0 0 18 4 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976148847016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21653] ppid=21639 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21642/task/21653/stat : 21653 (java) S 21639 21642 21054 0 -1 4202560 254 0 0 0 2 6 0 0 20 0 21 0 36232477 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976018741992 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21654] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21654/stat : 21654 (java) S 21639 21642 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36232477 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976017688056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21655] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21655/stat : 21655 (java) S 21639 21642 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 36232477 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976016635656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21656] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21656/stat : 21656 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232479 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976015584144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21657] ppid=21639 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/21642/task/21657/stat : 21657 (java) S 21639 21642 21054 0 -1 4202560 13736 0 0 0 160 3 0 0 20 0 21 0 36232479 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976014530744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21658] ppid=21639 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/21642/task/21658/stat : 21658 (java) S 21639 21642 21054 0 -1 4202560 7378 0 0 0 108 2 0 0 20 0 21 0 36232480 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976013477944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21659] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21659/stat : 21659 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232480 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976012425848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21660] ppid=21639 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/21642/task/21660/stat : 21660 (java) S 21639 21642 21054 0 -1 4202560 103 0 0 0 13 16 0 0 20 0 21 0 36232480 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976011373256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21663] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21663/stat : 21663 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36232493 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976008214184 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21822] ppid=21639 vsize=9824732 CPUtime=1625.69 cores=1,3,5,7
/proc/21642/task/21822/stat : 21822 (java) R 21639 21642 21054 0 -1 4202560 103 0 0 0 162543 26 0 0 20 0 21 0 36247681 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976010316736 139976021392561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21823] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21823/stat : 21823 (java) S 21639 21642 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36247685 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976007160872 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.96
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.08 2.12 1.84 2/215 22321
/proc/meminfo: memFree=29588640/32872528 swapFree=1200228/1314692
[pid=21642] ppid=21639 vsize=9824732 CPUtime=1799.86 cores=1,3,5,7
/proc/21642/stat : 21642 (java) S 21639 21642 21054 0 -1 4202496 27179 0 1 0 179821 165 0 0 20 0 21 0 36232475 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 140735511342032 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21642/statm: 2456183 144642 2288 9 0 2446860 0
[pid=21642/tid=21643] ppid=21639 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/21642/task/21643/stat : 21643 (java) S 21639 21642 21054 0 -1 4202560 2437 0 1 0 44 17 0 0 20 0 21 0 36232475 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976194724840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21645] ppid=21639 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/21642/task/21645/stat : 21645 (java) S 21639 21642 21054 0 -1 4202560 62 0 0 0 18 3 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976156216104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21646] ppid=21639 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/21642/task/21646/stat : 21646 (java) S 21639 21642 21054 0 -1 4202560 63 0 0 0 22 3 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976155163304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21647] ppid=21639 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/21642/task/21647/stat : 21647 (java) S 21639 21642 21054 0 -1 4202560 64 0 0 0 16 5 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976154111016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21648] ppid=21639 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/21642/task/21648/stat : 21648 (java) S 21639 21642 21054 0 -1 4202560 86 0 0 0 20 3 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976153058216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21649] ppid=21639 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/21642/task/21649/stat : 21649 (java) S 21639 21642 21054 0 -1 4202560 83 0 0 0 19 5 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976152004904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21650] ppid=21639 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/21642/task/21650/stat : 21650 (java) S 21639 21642 21054 0 -1 4202560 83 0 0 0 23 4 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976150952104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21651] ppid=21639 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/21642/task/21651/stat : 21651 (java) S 21639 21642 21054 0 -1 4202560 72 0 0 0 19 4 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976149899816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21652] ppid=21639 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/21642/task/21652/stat : 21652 (java) S 21639 21642 21054 0 -1 4202560 80 0 0 0 18 4 0 0 20 0 21 0 36232476 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976148847016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21653] ppid=21639 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21642/task/21653/stat : 21653 (java) S 21639 21642 21054 0 -1 4202560 254 0 0 0 2 6 0 0 20 0 21 0 36232477 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976018741992 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21654] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21654/stat : 21654 (java) S 21639 21642 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36232477 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976017688056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21655] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21655/stat : 21655 (java) S 21639 21642 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 36232477 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976016635656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21656] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21656/stat : 21656 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232479 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976015584144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21657] ppid=21639 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/21642/task/21657/stat : 21657 (java) S 21639 21642 21054 0 -1 4202560 13736 0 0 0 160 3 0 0 20 0 21 0 36232479 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976014530744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21658] ppid=21639 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/21642/task/21658/stat : 21658 (java) S 21639 21642 21054 0 -1 4202560 7378 0 0 0 108 2 0 0 20 0 21 0 36232480 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976013477944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21659] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21659/stat : 21659 (java) S 21639 21642 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36232480 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976012425848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21642/tid=21660] ppid=21639 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/21642/task/21660/stat : 21660 (java) S 21639 21642 21054 0 -1 4202560 105 0 0 0 14 16 0 0 20 0 21 0 36232480 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976011373256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21642/tid=21663] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21663/stat : 21663 (java) S 21639 21642 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36232493 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976008214184 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21642/tid=21822] ppid=21639 vsize=9824732 CPUtime=1653.52 cores=1,3,5,7
/proc/21642/task/21822/stat : 21822 (java) R 21639 21642 21054 0 -1 4202560 103 0 0 0 165325 27 0 0 20 0 21 0 36247681 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976010316736 139976021807133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21642/tid=21823] ppid=21639 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21642/task/21823/stat : 21823 (java) S 21639 21642 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36247685 10060525568 144642 33554432000 1073741824 1073778376 140735511350896 139976007160872 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.86
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 21642 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 21642 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=958276
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=62686
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1799.86
#
# 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.230013
#  lost CPU user time (s): 0.240007
#  lost CPU system time (s): -0.00999998

Real time (s): 1810.23
CPU time (s): 1800.09
CPU user time (s): 1798.45
CPU system time (s): 1.64
CPU usage (%): 99.4397
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 2.06269
maximum resident set size= 651144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27222
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77109
involuntary context switches= 7065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95449 second user time and 14.0519 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 15:11:00
IDJOB=4109321
IDBENCH=78777
IDSOLVER=2552
FILE ID=node131/4109321-1466341859
RUNJOBID= node131-1466341814-21071
PBS_JOBID= 19922022
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973670--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109321-1466341859/watcher-4109321-1466341859 -o /tmp/evaluation-result-4109321-1466341859/solver-4109321-1466341859 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21071 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109321-1466341859.wbo

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

MD5SUM BENCH= fc19369358a85dcf0daa4440bb60967e
RANDOM SEED=990663843

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.56
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.752
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.752
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.56
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.752
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.57
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.752
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:        30048452 kB
Buffers:          189088 kB
Cached:           306956 kB
SwapCached:         1512 kB
Active:           405724 kB
Inactive:         340660 kB
Active(anon):     249900 kB
Inactive(anon):     3056 kB
Active(file):     155824 kB
Inactive(file):   337604 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:               832 kB
Writeback:             8 kB
AnonPages:       1585264 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             610136 kB
SReclaimable:      53568 kB
SUnreclaim:       556568 kB
KernelStack:        1608 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2004920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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= 71704 MiB
End job on node131 at 2016-06-19 15:41:10