Trace number 4091949

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.8 1777.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
MD5SUMc3adda683c0d048bf44386b3ccfc9e41
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark22.8715
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version PB16.v20160501
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization by upper bound
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Glucose 2.1 dynamic restart strategy
0.07/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-4091949-1466077950.wbo
0.07/0.14	c reading problem ... 
0.43/0.37	c ... done. Wall clock time 0.231s.
0.43/0.37	c declared #vars     231
0.43/0.37	c internal #vars     2047
0.43/0.37	c #constraints  2707
0.43/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.43/0.37	c constraints type 
0.43/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.43/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.43/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.43/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.43/0.37	c 2707 constraints processed.
0.43/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.43/0.37	c constraints type 
0.43/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 84
0.43/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2600
0.43/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
0.43/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
0.43/0.37	c 2707 constraints processed.
0.43/0.37	c objective function length is 1816 literals
0.64/0.49	c And the winner is solver0
1.21/0.88	c SATISFIABLE
1.21/0.88	c OPTIMIZING...
1.21/0.88	c Got one! Elapsed wall clock time (in seconds):0.738
1.21/0.88	o 620
1.26/0.91	c And the winner is solver0
1.85/1.39	c Got one! Elapsed wall clock time (in seconds):1.253
1.85/1.39	o 587
1.86/1.42	c And the winner is solver0
2.05/1.90	c Got one! Elapsed wall clock time (in seconds):1.764
2.05/1.90	o 572
2.05/1.92	c And the winner is solver0
2.11/2.41	c Got one! Elapsed wall clock time (in seconds):2.27
2.11/2.41	o 570
2.11/2.44	c And the winner is solver0
2.19/2.92	c Got one! Elapsed wall clock time (in seconds):2.776
2.19/2.92	o 336
2.19/2.94	c And the winner is solver0
2.34/3.42	c Got one! Elapsed wall clock time (in seconds):3.281
2.34/3.42	o 328
2.34/3.43	c And the winner is solver0
2.34/3.92	c Got one! Elapsed wall clock time (in seconds):3.786
2.34/3.92	o 253
2.34/3.94	c And the winner is solver0
2.41/4.43	c Got one! Elapsed wall clock time (in seconds):4.29
2.41/4.43	o 249
2.41/4.44	c And the winner is solver0
2.43/4.93	c Got one! Elapsed wall clock time (in seconds):4.793
2.43/4.93	o 243
3.91/5.54	c And the winner is solver0
4.05/5.94	c Got one! Elapsed wall clock time (in seconds):5.797
4.05/5.94	o 236
4.05/5.96	c And the winner is solver0
4.10/6.44	c Got one! Elapsed wall clock time (in seconds):6.3
4.10/6.44	o 234
4.10/6.45	c And the winner is solver0
4.13/6.94	c Got one! Elapsed wall clock time (in seconds):6.802
4.13/6.94	o 232
4.13/6.95	c And the winner is solver0
4.13/7.45	c Got one! Elapsed wall clock time (in seconds):7.305
4.13/7.45	o 220
4.13/7.48	c And the winner is solver0
4.22/7.95	c Got one! Elapsed wall clock time (in seconds):7.808
4.22/7.95	o 215
4.34/8.03	c And the winner is solver0
4.46/8.45	c Got one! Elapsed wall clock time (in seconds):8.311
4.46/8.45	o 212
4.46/8.46	c And the winner is solver0
4.46/8.95	c Got one! Elapsed wall clock time (in seconds):8.814
4.46/8.95	o 204
4.46/8.96	c And the winner is solver0
4.47/9.46	c Got one! Elapsed wall clock time (in seconds):9.316
4.47/9.46	o 193
4.47/9.50	c And the winner is solver0
4.57/9.96	c Got one! Elapsed wall clock time (in seconds):9.819
4.57/9.96	o 190
4.97/10.14	c cleaning 3817 clauses out of 7641 with flag 5823/7641
5.82/10.55	c And the winner is solver0
5.95/10.96	c Got one! Elapsed wall clock time (in seconds):10.822
5.95/10.96	o 180
6.23/11.17	c And the winner is solver0
6.40/11.46	c Got one! Elapsed wall clock time (in seconds):11.325
6.40/11.46	o 179
6.45/11.51	c And the winner is solver0
6.58/11.97	c Got one! Elapsed wall clock time (in seconds):11.828
6.58/11.97	o 173
6.63/12.03	c And the winner is solver0
6.73/12.47	c Got one! Elapsed wall clock time (in seconds):12.331
6.73/12.47	o 172
7.19/12.71	c And the winner is solver0
7.24/12.97	c Got one! Elapsed wall clock time (in seconds):12.834
7.24/12.97	o 171
7.24/12.98	c And the winner is solver0
7.26/13.48	c Got one! Elapsed wall clock time (in seconds):13.337
7.26/13.48	o 170
7.54/13.65	c cleaning 5581 clauses out of 11171 with flag 6196/14988
7.74/13.78	c And the winner is solver0
7.92/13.98	c Got one! Elapsed wall clock time (in seconds):13.84
7.92/13.98	o 145
7.95/14.02	c And the winner is solver0
8.02/14.48	c Got one! Elapsed wall clock time (in seconds):14.343
8.02/14.48	o 144
10.06/15.41	c cleaning 5918 clauses out of 11838 with flag 35674/21236
12.35/16.43	c cleaning 5953 clauses out of 11921 with flag 85038/27237
13.27/16.73	c And the winner is solver0
13.46/16.99	c Got one! Elapsed wall clock time (in seconds):16.846
13.46/16.99	o 143
13.48/17.02	c And the winner is solver0
13.54/17.49	c Got one! Elapsed wall clock time (in seconds):17.349
13.54/17.49	o 142
14.15/17.89	c And the winner is solver0
14.43/17.99	c Got one! Elapsed wall clock time (in seconds):17.852
14.43/17.99	o 141
14.72/18.12	c And the winner is solver0
14.79/18.49	c Got one! Elapsed wall clock time (in seconds):18.355
14.79/18.49	o 133
15.21/18.75	c cleaning 6738 clauses out of 13491 with flag 12905/34760
17.08/19.60	c And the winner is solver0
17.09/20.00	c Got one! Elapsed wall clock time (in seconds):19.859
17.09/20.00	o 132
17.09/20.01	c And the winner is solver0
17.12/20.50	c Got one! Elapsed wall clock time (in seconds):20.362
17.12/20.50	o 131
17.12/20.56	c And the winner is solver0
17.26/21.00	c Got one! Elapsed wall clock time (in seconds):20.865
17.26/21.00	o 130
17.64/21.24	c And the winner is solver0
17.77/21.51	c Got one! Elapsed wall clock time (in seconds):21.368
17.77/21.51	o 126
17.94/21.63	c And the winner is solver0
18.04/22.01	c Got one! Elapsed wall clock time (in seconds):21.871
18.04/22.01	o 124
18.04/22.05	c And the winner is solver0
18.16/22.51	c Got one! Elapsed wall clock time (in seconds):22.374
18.16/22.51	o 118
18.92/22.93	c And the winner is solver0
19.03/23.02	c Got one! Elapsed wall clock time (in seconds):22.877
19.03/23.02	o 117
19.03/23.04	c And the winner is solver0
19.10/23.52	c Got one! Elapsed wall clock time (in seconds):23.381
19.10/23.52	o 116
19.28/23.65	c And the winner is solver0
19.45/24.02	c Got one! Elapsed wall clock time (in seconds):23.884
19.45/24.02	o 115
19.45/24.04	c And the winner is solver0
19.50/24.53	c Got one! Elapsed wall clock time (in seconds):24.387
19.50/24.53	o 114
19.64/24.66	c And the winner is solver0
19.82/25.03	c Got one! Elapsed wall clock time (in seconds):24.89
19.82/25.03	o 110
20.15/25.22	c cleaning 10192 clauses out of 20399 with flag 7886/48406
20.15/25.27	c And the winner is solver0
20.34/25.53	c Got one! Elapsed wall clock time (in seconds):25.394
20.34/25.53	o 109
20.34/25.59	c And the winner is solver0
20.49/26.04	c Got one! Elapsed wall clock time (in seconds):25.897
20.49/26.04	o 71
20.80/26.22	c And the winner is solver0
20.90/26.54	c Got one! Elapsed wall clock time (in seconds):26.4
20.90/26.54	o 69
21.02/26.62	c And the winner is solver0
21.13/27.05	c Got one! Elapsed wall clock time (in seconds):26.911
21.13/27.05	o 65
22.11/27.54	c And the winner is solver0
22.21/27.61	c Got one! Elapsed wall clock time (in seconds):27.473
22.21/27.61	o 64
22.21/27.64	c And the winner is solver0
22.28/28.13	c Got one! Elapsed wall clock time (in seconds):27.986
22.28/28.13	o 62
22.28/28.15	c And the winner is solver0
493.44/492.82	c cleaning 0 clauses out of 6497 with flag 0/6524
1690.90/1671.20	c cleaning 0 clauses out of 12497 with flag 0/12524
1800.01/1777.10	c >>>>>>>>>> Solver number 0 (48 answers) <<<<<<<<<<<<<<<<<<
1800.01/1777.10	c starts		: 124
1800.01/1777.10	c conflicts		: 54494
1800.01/1777.10	c decisions		: 207986
1800.01/1777.10	c propagations		: 24114020
1800.01/1777.10	c inspects		: 36815637
1800.01/1777.10	c shortcuts		: 0
1800.01/1777.10	c learnt literals	: 0
1800.01/1777.10	c learnt binary clauses	: 9
1800.01/1777.10	c learnt ternary clauses	: 36
1800.01/1777.10	c learnt constraints	: 54494
1800.01/1777.10	c ignored constraints	: 0
1800.01/1777.10	c root simplifications	: 0
1800.01/1777.10	c removed literals (reason simplification)	: 186311
1800.01/1777.10	c reason swapping (by a shorter reason)	: 0
1800.01/1777.10	c Calls to reduceDB	: 6
1800.01/1777.10	c Number of update (reduction) of LBD	: 27056
1800.01/1777.10	c Imported unit clauses	: 0
1800.01/1777.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1777.10	c number of learned constraints concerned by reduction	: 0
1800.01/1777.10	c number of learning phase by resolution	: 0
1800.01/1777.10	c number of learning phase by cutting planes	: 0
1800.01/1777.10	c speed (assignments/second)	: 13572.242271696772
1800.01/1777.10	c non guided choices	5460
1800.01/1777.11	c learnt constraints type 
1800.01/1777.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.01/1777.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16286
1800.01/1777.11	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/1777.11	c starts		: 88
1800.01/1777.11	c conflicts		: 13145
1800.01/1777.11	c decisions		: 353768
1800.01/1777.11	c propagations		: 1826739
1800.01/1777.11	c inspects		: 868202166
1800.01/1777.11	c shortcuts		: 0
1800.01/1777.11	c learnt literals	: 0
1800.01/1777.11	c learnt binary clauses	: 0
1800.01/1777.11	c learnt ternary clauses	: 0
1800.01/1777.11	c learnt constraints	: 13118
1800.01/1777.11	c ignored constraints	: 0
1800.01/1777.11	c root simplifications	: 0
1800.01/1777.11	c removed literals (reason simplification)	: 0
1800.01/1777.11	c reason swapping (by a shorter reason)	: 0
1800.01/1777.11	c Calls to reduceDB	: 2
1800.01/1777.11	c Number of update (reduction) of LBD	: 0
1800.01/1777.11	c Imported unit clauses	: 0
1800.01/1777.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1777.11	c number of learned constraints concerned by reduction	: 0
1800.01/1777.11	c number of learning phase by resolution	: 0
1800.01/1777.11	c number of learning phase by cutting planes	: 0
1800.01/1777.11	c speed (assignments/second)	: 1044.472766069854
1800.01/1777.11	c non guided choices	4652
1800.01/1777.12	c learnt constraints type 
1800.01/1777.12	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 806
1800.01/1777.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19
1800.01/1777.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12293
1800.01/1777.12	s SATISFIABLE
1800.01/1777.12	c Found 47 solution(s)
1800.01/1777.12	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 
1800.01/1777.12	c objective function=62
1800.01/1777.12	c Total wall clock time (in seconds): 1776.98

Verifier Data

OK	54

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-4091949-1466077950/watcher-4091949-1466077950 -o /tmp/evaluation-result-4091949-1466077950/solver-4091949-1466077950 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466074789-16401 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091949-1466077950.wbo 

pid=19429
running on 4 cores: 0,2,4,6

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.12 2.00 2.14 3/196 19432
/proc/meminfo: memFree=29728256/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/19432/stat : 19432 (java) R 19429 19432 14496 0 -1 4194304 140 0 0 0 0 0 0 0 20 0 1 0 9841718 274432 17 33554432000 1073741824 1073778376 140734537021200 140735107011608 242158185648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19432/statm: 68 26 19 9 0 25 0

[startup+0.10012 s]
/proc/loadavg: 2.12 2.00 2.14 3/196 19432
/proc/meminfo: memFree=29728256/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 3642 0 1 0 6 1 0 0 20 0 18 0 9841718 9787879424 4775 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2389619 4791 1869 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 2.12 2.00 2.14 3/196 19432
/proc/meminfo: memFree=29728256/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 4689 0 1 0 20 1 0 0 20 0 18 0 9841718 9787879424 6791 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2389619 6791 2195 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.12 2.00 2.14 3/196 19432
/proc/meminfo: memFree=29728256/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 5485 0 1 0 42 1 0 0 20 0 18 0 9841718 9787879424 7832 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2389619 7832 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700369 s]
/proc/loadavg: 2.12 2.00 2.14 3/196 19432
/proc/meminfo: memFree=29728256/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 8927 0 1 0 117 4 0 0 20 0 19 0 9841718 10060525568 11838 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 11838 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 2.12 2.00 2.14 4/215 19457
/proc/meminfo: memFree=29655824/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 23227 0 1 0 194 11 0 0 20 0 19 0 9841718 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 21382 2264 9 0 2446860 0
[pid=19432/tid=19434] ppid=19429 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 14496 0 -1 4202560 2426 0 1 0 35 2 0 0 20 0 19 0 9841719 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140577125240 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19435] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140420955176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19436] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140419902376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19437] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140418849576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19432/tid=19438] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140417796776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19439] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140416743976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19440] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140415691176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19441] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140414638376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19442] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140413585576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19443] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140401388520 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19444] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140400334584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19445] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140399281672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19446] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140398230160 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19447] ppid=19429 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 14496 0 -1 4202560 11667 0 0 0 73 2 0 0 20 0 19 0 9841725 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140397177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19448] ppid=19429 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 14496 0 -1 4202560 7789 0 0 0 56 2 0 0 20 0 19 0 9841725 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140396124472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19449] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19449/stat : 19449 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140395071864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19450] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19450/stat : 19450 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140394019272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19454] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19454/stat : 19454 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9841757 10060525568 21382 33554432000 1073741824 1073778376 140734838840592 140140389758248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 2.12 2.00 2.14 2/215 19463
/proc/meminfo: memFree=29641108/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 23998 0 1 0 219 15 0 0 20 0 19 0 9841718 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 27064 2264 9 0 2446860 0
[pid=19432/tid=19434] ppid=19429 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 14496 0 -1 4202560 2428 0 1 0 37 2 0 0 20 0 19 0 9841719 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140577125240 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19435] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140420955176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19436] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140419902376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19437] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140418849576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19432/tid=19438] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140417796776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19439] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140416743976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19440] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140415691176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19441] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140414638376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19442] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140413585576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19443] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140401388520 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19444] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140400334584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19445] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140399281672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19446] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140398230160 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19447] ppid=19429 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 14496 0 -1 4202560 11717 0 0 0 78 2 0 0 20 0 19 0 9841725 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140397177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19448] ppid=19429 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 14496 0 -1 4202560 8479 0 0 0 66 2 0 0 20 0 19 0 9841725 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140396124472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19449] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19449/stat : 19449 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140395071864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19450] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19450/stat : 19450 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140394019272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19454] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19454/stat : 19454 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9841757 10060525568 27064 33554432000 1073741824 1073778376 140734838840592 140140389758248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 2.03 1.99 2.13 4/218 19481
/proc/meminfo: memFree=29562428/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 25417 0 1 0 390 20 0 0 20 0 19 0 9841718 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 48078 2282 9 0 2446860 0
[pid=19432/tid=19434] ppid=19429 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 14496 0 -1 4202560 2432 0 1 0 38 2 0 0 20 0 19 0 9841719 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140577125240 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19435] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140420955176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19436] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140419902376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19437] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140418849576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19438] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140417796776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19439] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140416743976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19440] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 14496 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140415691176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19432/tid=19441] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140414638376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19442] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9841721 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140413585576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19443] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140401388520 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19444] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140400334584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19445] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9841722 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140399281672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19446] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140398230160 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19447] ppid=19429 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 14496 0 -1 4202560 11771 0 0 0 102 2 0 0 20 0 19 0 9841725 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140397177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19448] ppid=19429 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 14496 0 -1 4202560 9720 0 0 0 83 2 0 0 20 0 19 0 9841725 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140396124472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19449] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19449/stat : 19449 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140395071864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19450] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19450/stat : 19450 (java) S 19429 19432 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9841725 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140394019272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19454] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19454/stat : 19454 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9841757 10060525568 48078 33554432000 1073741824 1073778376 140734838840592 140140389758248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9824732

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

[pid=19432/tid=19594] ppid=19429 vsize=9824732 CPUtime=1617.04 cores=0,2,4,6
/proc/19432/task/19594/stat : 19594 (java) R 19429 19432 14496 0 -1 4202560 1430 0 0 0 161657 47 0 0 20 0 21 0 9844532 10060525568 1005961 33554432000 1073741824 1073778376 140734838840592 140140392914112 140140438419216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19595] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19595/stat : 19595 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9844534 10060525568 1005961 33554432000 1073741824 1073778376 140734838840592 140140391863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 3.01 2.32 2.16 11/218 19874
/proc/meminfo: memFree=27235296/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=1744.35 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 44879 0 1 0 174033 402 0 0 20 0 21 0 9841718 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 1027794 2295 9 0 2446860 0
[pid=19432/tid=19434] ppid=19429 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 14496 0 -1 4202560 2515 0 1 0 95 20 0 0 20 0 21 0 9841719 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140577125368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19435] ppid=19429 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 14496 0 -1 4202560 1206 0 0 0 424 32 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140420955176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19432/tid=19436] ppid=19429 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 14496 0 -1 4202560 909 0 0 0 455 28 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140419902376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19437] ppid=19429 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 14496 0 -1 4202560 1097 0 0 0 446 31 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140418849576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19438] ppid=19429 vsize=9824732 CPUtime=4.91 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 14496 0 -1 4202560 1018 0 0 0 456 35 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140417796776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19439] ppid=19429 vsize=9824732 CPUtime=5.13 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 14496 0 -1 4202560 1146 0 0 0 479 34 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140416743976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19432/tid=19440] ppid=19429 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 14496 0 -1 4202560 1032 0 0 0 428 28 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140415691176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19441] ppid=19429 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 14496 0 -1 4202560 644 0 0 0 436 27 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140414638376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19442] ppid=19429 vsize=9824732 CPUtime=4.78 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 14496 0 -1 4202560 1086 0 0 0 442 36 0 0 20 0 21 0 9841721 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140413585576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19443] ppid=19429 vsize=9824732 CPUtime=10.42 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 14496 0 -1 4202560 4180 0 0 0 1033 9 0 0 20 0 21 0 9841722 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140401388520 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19444] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9841722 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140400334584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19445] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 14496 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 9841722 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140399281672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19446] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9841725 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140398230160 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19447] ppid=19429 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 14496 0 -1 4202560 11900 0 0 0 175 2 0 0 20 0 21 0 9841725 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140397177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19448] ppid=19429 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 14496 0 -1 4202560 13963 0 0 0 142 3 0 0 20 0 21 0 9841725 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140396124472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19449] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19449/stat : 19449 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9841725 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140395071864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19450] ppid=19429 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/19432/task/19450/stat : 19450 (java) S 19429 19432 14496 0 -1 4202560 100 0 0 0 30 23 0 0 20 0 21 0 9841725 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140394019272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19454] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19454/stat : 19454 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9841757 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140389758248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19594] ppid=19429 vsize=9824732 CPUtime=1673.65 cores=0,2,4,6
/proc/19432/task/19594/stat : 19594 (java) R 19429 19432 14496 0 -1 4202560 1430 0 0 0 167316 49 0 0 20 0 21 0 9844532 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140392914216 140140438233504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19595] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19595/stat : 19595 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9844534 10060525568 1027794 33554432000 1073741824 1073778376 140734838840592 140140391863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1744.35
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.1 s]
/proc/loadavg: 3.00 2.44 2.21 4/218 19875
/proc/meminfo: memFree=27166860/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 44928 0 1 0 179597 404 0 0 20 0 21 0 9841718 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 1027824 2295 9 0 2446860 0
[pid=19432/tid=19434] ppid=19429 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 14496 0 -1 4202560 2517 0 1 0 96 22 0 0 20 0 21 0 9841719 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140577125368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19435] ppid=19429 vsize=9824732 CPUtime=4.65 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 14496 0 -1 4202560 1210 0 0 0 433 32 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140420955176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19436] ppid=19429 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 14496 0 -1 4202560 909 0 0 0 466 28 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140419902376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19437] ppid=19429 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 14496 0 -1 4202560 1103 0 0 0 464 31 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140418849576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19438] ppid=19429 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 14496 0 -1 4202560 1024 0 0 0 470 35 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140417796776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19439] ppid=19429 vsize=9824732 CPUtime=5.24 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 14496 0 -1 4202560 1155 0 0 0 490 34 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140416743976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19440] ppid=19429 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 14496 0 -1 4202560 1036 0 0 0 445 28 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140415691176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19441] ppid=19429 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 14496 0 -1 4202560 645 0 0 0 452 27 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140414638376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19442] ppid=19429 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 14496 0 -1 4202560 1092 0 0 0 459 36 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140413585576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19443] ppid=19429 vsize=9824732 CPUtime=10.42 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 14496 0 -1 4202560 4186 0 0 0 1033 9 0 0 20 0 21 0 9841722 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140401388520 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19444] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9841722 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140400334584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19445] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 14496 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 9841722 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140399281672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19446] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140398230160 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19447] ppid=19429 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 14496 0 -1 4202560 11900 0 0 0 175 2 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140397177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19448] ppid=19429 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 14496 0 -1 4202560 13963 0 0 0 142 3 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140396124472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19449] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19449/stat : 19449 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140395071864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19450] ppid=19429 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19432/task/19450/stat : 19450 (java) S 19429 19432 14496 0 -1 4202560 104 0 0 0 32 24 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140394019272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19454] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19454/stat : 19454 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9841757 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140389758248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19594] ppid=19429 vsize=9824732 CPUtime=1728.17 cores=0,2,4,6
/proc/19432/task/19594/stat : 19594 (java) R 19429 19432 14496 0 -1 4202560 1431 0 0 0 172767 50 0 0 20 0 21 0 9844532 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140392913840 140140438554699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19595] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19595/stat : 19595 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9844534 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140391863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19432 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1777.1 s]
/proc/loadavg: 3.00 2.44 2.21 4/218 19875
/proc/meminfo: memFree=27166860/32872528 swapFree=338160/354512
[pid=19432] ppid=19429 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 14496 0 -1 4202496 44928 0 1 0 179597 404 0 0 20 0 21 0 9841718 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140734838831728 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19432/statm: 2456183 1027824 2295 9 0 2446860 0
[pid=19432/tid=19434] ppid=19429 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 14496 0 -1 4202560 2517 0 1 0 96 22 0 0 20 0 21 0 9841719 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140577125368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19435] ppid=19429 vsize=9824732 CPUtime=4.65 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 14496 0 -1 4202560 1210 0 0 0 433 32 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140420955176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19436] ppid=19429 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 14496 0 -1 4202560 909 0 0 0 466 28 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140419902376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19437] ppid=19429 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 14496 0 -1 4202560 1103 0 0 0 464 31 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140418849576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19438] ppid=19429 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 14496 0 -1 4202560 1024 0 0 0 470 35 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140417796776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19439] ppid=19429 vsize=9824732 CPUtime=5.24 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 14496 0 -1 4202560 1155 0 0 0 490 34 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140416743976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19440] ppid=19429 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 14496 0 -1 4202560 1036 0 0 0 445 28 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140415691176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19441] ppid=19429 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 14496 0 -1 4202560 645 0 0 0 452 27 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140414638376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19442] ppid=19429 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 14496 0 -1 4202560 1092 0 0 0 459 36 0 0 20 0 21 0 9841721 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140413585576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19443] ppid=19429 vsize=9824732 CPUtime=10.42 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 14496 0 -1 4202560 4186 0 0 0 1033 9 0 0 20 0 21 0 9841722 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140401388520 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19444] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9841722 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140400334584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19445] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 14496 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 9841722 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140399281672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19446] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140398230160 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19447] ppid=19429 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 14496 0 -1 4202560 11900 0 0 0 175 2 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140397177272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19448] ppid=19429 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 14496 0 -1 4202560 13963 0 0 0 142 3 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140396124472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19449] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19449/stat : 19449 (java) S 19429 19432 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140395071864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19450] ppid=19429 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19432/task/19450/stat : 19450 (java) S 19429 19432 14496 0 -1 4202560 104 0 0 0 32 24 0 0 20 0 21 0 9841725 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140394019272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19432/tid=19454] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19454/stat : 19454 (java) S 19429 19432 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9841757 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140389758248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19432/tid=19594] ppid=19429 vsize=9824732 CPUtime=1728.17 cores=0,2,4,6
/proc/19432/task/19594/stat : 19594 (java) R 19429 19432 14496 0 -1 4202560 1431 0 0 0 172767 50 0 0 20 0 21 0 9844532 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140392913840 140140438554699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19432/tid=19595] ppid=19429 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19595/stat : 19595 (java) S 19429 19432 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9844534 10060525568 1027824 33554432000 1073741824 1073778376 140734838840592 140140391863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1777.15
CPU time (s): 1800.8
CPU user time (s): 1796.23
CPU system time (s): 4.5723
CPU usage (%): 101.331
Max. virtual memory (cumulated for all children) (KiB): 9825412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.23
system time used= 4.5723
maximum resident set size= 4111396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44962
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78339
involuntary context switches= 57925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1233 second user time and 13.7819 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 13:52:30
IDJOB=4091949
IDBENCH=78913
IDSOLVER=2552
FILE ID=node126/4091949-1466077950
RUNJOBID= node126-1466074789-16401
PBS_JOBID= 19904013
Free space on /tmp= 71740 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.1900552423--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091949-1466077950/watcher-4091949-1466077950 -o /tmp/evaluation-result-4091949-1466077950/solver-4091949-1466077950 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466074789-16401 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091949-1466077950.wbo

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

MD5SUM BENCH= c3adda683c0d048bf44386b3ccfc9e41
RANDOM SEED=454914494

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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.121
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:        29728412 kB
Buffers:           19388 kB
Cached:            54812 kB
SwapCached:         1756 kB
Active:          2039860 kB
Inactive:          44948 kB
Active(anon):    2012244 kB
Inactive(anon):      608 kB
Active(file):      27616 kB
Inactive(file):    44340 kB
Unevictable:      354512 kB
Mlocked:          338160 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:               692 kB
Writeback:             0 kB
AnonPages:       2366720 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             566232 kB
SReclaimable:      10224 kB
SUnreclaim:       556008 kB
KernelStack:        1616 kB
PageTables:         8772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2698636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1984512 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= 71736 MiB
End job on node126 at 2016-06-16 14:22:07