Trace number 4109829

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 PB16OPTIMUM 46.5949 40.7199

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109829-1467319265.wbo
0.10/0.11	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.227s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     1142
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2535
0.47/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 149
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 149
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2535
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 911 literals
1.12/0.59	c And the winner is solver0
1.76/0.85	c SATISFIABLE
1.76/0.85	c OPTIMIZING...
1.76/0.85	c Got one! Elapsed wall clock time (in seconds):0.732
1.76/0.85	o 425
1.76/0.87	c And the winner is solver0
1.86/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
1.86/1.35	o 423
2.03/1.44	c And the winner is solver0
2.50/1.86	c Got one! Elapsed wall clock time (in seconds):1.745
2.50/1.86	o 376
2.50/1.87	c And the winner is solver0
2.58/2.36	c Got one! Elapsed wall clock time (in seconds):2.249
2.58/2.36	o 372
2.58/2.37	c And the winner is solver0
2.60/2.87	c Got one! Elapsed wall clock time (in seconds):2.753
2.60/2.87	o 369
2.60/2.87	c And the winner is solver0
2.61/3.37	c Got one! Elapsed wall clock time (in seconds):3.256
2.61/3.37	o 359
2.61/3.38	c And the winner is solver0
2.65/3.87	c Got one! Elapsed wall clock time (in seconds):3.759
2.65/3.87	o 352
2.65/3.89	c And the winner is solver0
2.70/4.38	c Got one! Elapsed wall clock time (in seconds):4.262
2.70/4.38	o 348
2.70/4.38	c And the winner is solver0
2.70/4.88	c Got one! Elapsed wall clock time (in seconds):4.764
2.70/4.88	o 343
2.70/4.89	c And the winner is solver0
2.85/5.38	c Got one! Elapsed wall clock time (in seconds):5.267
2.85/5.38	o 334
2.85/5.39	c And the winner is solver0
2.85/5.88	c Got one! Elapsed wall clock time (in seconds):5.769
2.85/5.88	o 309
2.85/5.89	c And the winner is solver0
2.87/6.39	c Got one! Elapsed wall clock time (in seconds):6.272
2.87/6.39	o 289
2.94/6.41	c And the winner is solver0
3.00/6.89	c Got one! Elapsed wall clock time (in seconds):6.775
3.00/6.89	o 287
3.00/6.89	c And the winner is solver0
3.04/7.39	c Got one! Elapsed wall clock time (in seconds):7.277
3.04/7.39	o 206
3.06/7.41	c And the winner is solver0
3.12/7.89	c Got one! Elapsed wall clock time (in seconds):7.778
3.12/7.89	o 197
3.12/7.92	c And the winner is solver0
3.25/8.39	c Got one! Elapsed wall clock time (in seconds):8.28
3.25/8.39	o 181
3.50/8.55	c And the winner is solver0
3.63/8.90	c Got one! Elapsed wall clock time (in seconds):8.782
3.63/8.90	o 180
3.65/8.91	c And the winner is solver0
3.65/9.40	c Got one! Elapsed wall clock time (in seconds):9.283
3.65/9.40	o 173
3.65/9.45	c And the winner is solver0
3.77/9.90	c Got one! Elapsed wall clock time (in seconds):9.785
3.77/9.90	o 167
3.77/9.95	c And the winner is solver0
3.89/10.40	c Got one! Elapsed wall clock time (in seconds):10.286
3.89/10.40	o 160
3.89/10.42	c And the winner is solver0
3.96/10.90	c Got one! Elapsed wall clock time (in seconds):10.788
3.96/10.90	o 136
3.96/10.93	c And the winner is solver0
4.11/11.40	c Got one! Elapsed wall clock time (in seconds):11.29
4.11/11.40	o 105
4.95/11.81	c cleaning 4740 clauses out of 9494 with flag 17868/9494
5.19/11.98	c And the winner is solver0
5.39/12.41	c Got one! Elapsed wall clock time (in seconds):12.292
5.39/12.41	o 103
5.39/12.44	c And the winner is solver0
5.46/12.91	c Got one! Elapsed wall clock time (in seconds):12.793
5.46/12.91	o 98
5.46/12.92	c And the winner is solver0
5.50/13.41	c Got one! Elapsed wall clock time (in seconds):13.295
5.50/13.41	o 90
5.50/13.47	c And the winner is solver0
5.67/13.91	c Got one! Elapsed wall clock time (in seconds):13.797
5.67/13.91	o 86
5.67/13.92	c And the winner is solver0
5.67/14.41	c Got one! Elapsed wall clock time (in seconds):14.299
5.67/14.41	o 82
5.67/14.47	c And the winner is solver0
5.81/14.91	c Got one! Elapsed wall clock time (in seconds):14.801
5.81/14.91	o 79
5.81/14.94	c And the winner is solver0
5.88/15.42	c Got one! Elapsed wall clock time (in seconds):15.303
5.88/15.42	o 70
6.48/15.74	c And the winner is solver1
6.57/15.92	c Got one! Elapsed wall clock time (in seconds):15.806
6.57/15.92	o 64
6.72/16.05	c And the winner is solver0
6.85/16.42	c Got one! Elapsed wall clock time (in seconds):16.309
6.85/16.42	o 39
7.01/16.52	c cleaning 6567 clauses out of 13137 with flag 5683/17877
7.01/16.58	c And the winner is solver0
7.25/16.93	c Got one! Elapsed wall clock time (in seconds):16.814
7.25/16.93	o 38
7.79/17.21	c And the winner is solver1
7.81/17.43	c Got one! Elapsed wall clock time (in seconds):17.318
7.81/17.43	o 33
8.00/17.58	c And the winner is solver0
8.20/17.94	c Got one! Elapsed wall clock time (in seconds):17.825
8.20/17.94	o 32
8.32/18.02	c And the winner is solver0
8.38/18.44	c Got one! Elapsed wall clock time (in seconds):18.331
8.38/18.44	o 31
8.48/18.54	c cleaning 7017 clauses out of 14036 with flag 7253/25343
8.48/18.57	c And the winner is solver0
8.65/18.95	c Got one! Elapsed wall clock time (in seconds):18.838
8.65/18.95	o 22
8.74/19.02	c And the winner is solver0
8.80/19.46	c Got one! Elapsed wall clock time (in seconds):19.344
8.80/19.46	o 21
8.90/19.56	c And the winner is solver0
9.09/19.97	c Got one! Elapsed wall clock time (in seconds):19.852
9.09/19.97	o 18
9.15/20.03	c And the winner is solver0
9.25/20.47	c Got one! Elapsed wall clock time (in seconds):20.36
9.25/20.47	o 12
9.53/20.63	c And the winner is solver0
9.63/20.98	c Got one! Elapsed wall clock time (in seconds):20.869
9.63/20.98	o 11
9.85/21.10	c And the winner is solver0
9.87/21.49	c Got one! Elapsed wall clock time (in seconds):21.377
9.87/21.49	o 8
10.07/21.68	c cleaning 7365 clauses out of 14729 with flag 14193/33053
10.47/21.85	c And the winner is solver0
10.61/22.00	c Got one! Elapsed wall clock time (in seconds):21.886
10.61/22.00	o 7
11.26/22.31	c cleaning 6205 clauses out of 12409 with flag 25133/38098
12.26/22.85	c cleaning 6101 clauses out of 12203 with flag 78174/44097
13.71/23.54	c cleaning 6553 clauses out of 13105 with flag 136927/51100
15.33/24.34	c cleaning 7276 clauses out of 14551 with flag 207222/59099
17.38/25.38	c cleaning 8130 clauses out of 16276 with flag 288204/68100
19.98/26.69	c cleaning 9070 clauses out of 18143 with flag 390412/78097
22.63/27.99	c cleaning 10034 clauses out of 20073 with flag 493955/89097
25.85/29.50	c cleaning 11017 clauses out of 22041 with flag 588760/101099
29.25/31.22	c cleaning 12014 clauses out of 24027 with flag 690319/114102
29.66/31.47	c And the winner is solver0
29.78/31.51	c Got one! Elapsed wall clock time (in seconds):31.398
29.78/31.51	o 4
30.32/31.90	c cleaning 8534 clauses out of 17072 with flag 20286/119161
31.12/32.21	c And the winner is solver0
31.18/32.53	c Got one! Elapsed wall clock time (in seconds):32.419
31.18/32.53	o 3
31.97/32.92	c cleaning 7224 clauses out of 14451 with flag 18958/125074
32.97/33.43	c cleaning 6612 clauses out of 13227 with flag 61063/131074
33.97/33.98	c cleaning 6801 clauses out of 13614 with flag 102718/138074
35.57/34.75	c cleaning 7405 clauses out of 14816 with flag 149728/146077
36.97/35.49	c cleaning 8208 clauses out of 16416 with flag 202344/155082
38.83/36.35	c cleaning 9096 clauses out of 18200 with flag 263175/165074
40.61/37.23	c cleaning 10051 clauses out of 20106 with flag 318097/176076
40.81/37.36	c And the winner is solver0
40.94/37.56	c Got one! Elapsed wall clock time (in seconds):37.442
40.94/37.56	o 2
41.42/37.83	c cleaning 7826 clauses out of 15660 with flag 14317/181681
42.02/38.12	c cleaning 6914 clauses out of 13834 with flag 38350/187681
42.83/38.53	c cleaning 6959 clauses out of 13921 with flag 69851/194683
43.82/39.02	c cleaning 7469 clauses out of 14959 with flag 105074/202681
44.84/39.55	c cleaning 8237 clauses out of 16488 with flag 140602/211681
46.03/40.15	c cleaning 9122 clauses out of 18248 with flag 176479/221683
46.23/40.26	c And the winner is solver0
46.51/40.71	c >>>>>>>>>> Solver number 0 (44 answers) <<<<<<<<<<<<<<<<<<
46.51/40.71	c starts		: 1768
46.51/40.71	c conflicts		: 224866
46.51/40.71	c decisions		: 417208
46.51/40.71	c propagations		: 13183904
46.51/40.71	c inspects		: 270151734
46.51/40.71	c shortcuts		: 0
46.51/40.72	c learnt literals	: 22
46.51/40.72	c learnt binary clauses	: 221
46.51/40.72	c learnt ternary clauses	: 1261
46.51/40.72	c learnt constraints	: 224843
46.51/40.72	c ignored constraints	: 0
46.51/40.72	c root simplifications	: 0
46.51/40.72	c removed literals (reason simplification)	: 1319786
46.51/40.72	c reason swapping (by a shorter reason)	: 0
46.51/40.72	c Calls to reduceDB	: 27
46.51/40.72	c Number of update (reduction) of LBD	: 104231
46.51/40.72	c Imported unit clauses	: 0
46.51/40.72	c number of reductions to clauses (during analyze)	: 0
46.51/40.72	c number of learned constraints concerned by reduction	: 0
46.51/40.72	c number of learning phase by resolution	: 0
46.51/40.72	c number of learning phase by cutting planes	: 0
46.51/40.72	c speed (assignments/second)	: 566586.6173879411
46.51/40.72	c non guided choices	5056
46.51/40.72	c learnt constraints type 
46.51/40.72	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
46.51/40.72	c starts		: 65
46.51/40.72	c conflicts		: 3167
46.51/40.72	c decisions		: 46861
46.51/40.72	c propagations		: 176276
46.51/40.72	c inspects		: 33940075
46.51/40.72	c shortcuts		: 0
46.51/40.72	c learnt literals	: 0
46.51/40.72	c learnt binary clauses	: 0
46.51/40.72	c learnt ternary clauses	: 0
46.51/40.72	c learnt constraints	: 3138
46.51/40.72	c ignored constraints	: 0
46.51/40.72	c root simplifications	: 0
46.51/40.72	c removed literals (reason simplification)	: 0
46.51/40.72	c reason swapping (by a shorter reason)	: 0
46.51/40.72	c Calls to reduceDB	: 0
46.51/40.72	c Number of update (reduction) of LBD	: 0
46.51/40.72	c Imported unit clauses	: 0
46.51/40.72	c number of reductions to clauses (during analyze)	: 0
46.51/40.72	c number of learned constraints concerned by reduction	: 0
46.51/40.72	c number of learning phase by resolution	: 0
46.51/40.72	c number of learning phase by cutting planes	: 0
46.51/40.72	c speed (assignments/second)	: 56899.93544222079
46.51/40.72	c non guided choices	5039
46.51/40.72	c learnt constraints type 
46.51/40.72	s OPTIMUM FOUND
46.51/40.72	c Found 45 solution(s)
46.51/40.72	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 
46.51/40.72	c objective function=2
46.51/40.72	c Total wall clock time (in seconds): 40.595

Verifier Data

OK	2

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-4109829-1467319265/watcher-4109829-1467319265 -o /tmp/evaluation-result-4109829-1467319265/solver-4109829-1467319265 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20066 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109829-1467319265.wbo 

pid=26065
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.23 1.51 1.52 3/196 26068
/proc/meminfo: memFree=27193856/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12885043 98570240 977 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 24065 977 743 9 0 16771 0
[pid=26068/tid=26069] ppid=26065 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) R 26065 26068 13693 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12885044 98570240 977 33554432000 1073741824 1073778376 140736414194000 139963779005992 226084341120 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.23 1.51 1.52 3/196 26068
/proc/meminfo: memFree=27193856/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 12885043 9787879424 6054 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2389619 6054 2126 9 0 2380296 0
[pid=26068/tid=26069] ppid=26065 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) R 26065 26068 13693 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 12885044 9787879424 6054 33554432000 1073741824 1073778376 140736414194000 139963779009440 226087724301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.23 1.51 1.52 3/196 26068
/proc/meminfo: memFree=27193856/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 4669 0 1 0 23 1 0 0 20 0 18 0 12885043 9787879424 6767 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2389619 6767 2198 9 0 2380296 0
[pid=26068/tid=26069] ppid=26065 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) R 26065 26068 13693 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 12885044 9787879424 6767 33554432000 1073741824 1073778376 140736414194000 139963779009440 139963605787776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30032 s]
/proc/loadavg: 2.23 1.51 1.52 3/196 26068
/proc/meminfo: memFree=27193856/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 5579 0 1 0 46 1 0 0 20 0 18 0 12885043 9787879424 8386 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2389619 8386 2231 9 0 2380296 0
[pid=26068/tid=26069] ppid=26065 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) R 26065 26068 13693 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 12885044 9787879424 8386 33554432000 1073741824 1073778376 140736414194000 139963779010312 139963605836496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700306 s]
/proc/loadavg: 2.23 1.51 1.52 3/196 26068
/proc/meminfo: memFree=27193856/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 14349 0 1 0 161 5 0 0 20 0 19 0 12885043 10060525568 16299 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 16299 2262 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) S 26065 26068 13693 0 -1 4202560 2424 0 1 0 31 1 0 0 20 0 19 0 12885044 10060525568 16299 33554432000 1073741824 1073778376 140736414194000 139963779011448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.29 1.54 1.53 2/215 26093
/proc/meminfo: memFree=27130988/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 17599 0 1 0 224 10 0 0 20 0 19 0 12885043 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 21578 2262 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) S 26065 26068 13693 0 -1 4202560 2426 0 1 0 33 1 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963779011448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26071] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26071/stat : 26071 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963740502568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26072] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26072/stat : 26072 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963739449768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26073] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26073/stat : 26073 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963738396968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26074] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26074/stat : 26074 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963737344168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26075] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26075/stat : 26075 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963736292392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26076] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26076/stat : 26076 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963735239592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26077] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26077/stat : 26077 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963734186792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26078] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26078/stat : 26078 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963733133992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26079] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26079/stat : 26079 (java) S 26065 26068 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12885045 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963602549224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26080] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26081] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26081/stat : 26081 (java) S 26065 26068 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963600442376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26082] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26082/stat : 26082 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963599390864 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26083] ppid=26065 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/26068/task/26083/stat : 26083 (java) R 26065 26068 13693 0 -1 4202560 6584 0 0 0 52 2 0 0 20 0 19 0 12885048 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963598339000 139963784974369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26084] ppid=26065 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/26068/task/26084/stat : 26084 (java) R 26065 26068 13693 0 -1 4202560 7237 0 0 0 70 2 0 0 20 0 19 0 12885048 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963597286200 139963783128590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26085] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26085/stat : 26085 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963596233592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26086] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26086/stat : 26086 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963595181000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26089] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26089/stat : 26089 (java) S 26065 26068 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12885079 10060525568 21578 33554432000 1073741824 1073778376 140736414194000 139963592020904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 2.29 1.54 1.53 2/215 26099
/proc/meminfo: memFree=27102720/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 19111 0 1 0 249 12 0 0 20 0 19 0 12885043 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 24654 2266 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) S 26065 26068 13693 0 -1 4202560 2427 0 1 0 34 1 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963779011448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26071] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26071/stat : 26071 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963740502568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26072] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26072/stat : 26072 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963739449768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26073] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26073/stat : 26073 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963738396968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26074] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26074/stat : 26074 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963737344168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26075] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26075/stat : 26075 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963736292392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26076] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26076/stat : 26076 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963735239592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26077] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26077/stat : 26077 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963734186792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26078] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26078/stat : 26078 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12885044 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963733133992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26079] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26079/stat : 26079 (java) S 26065 26068 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12885045 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963602549224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26080] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26081] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26081/stat : 26081 (java) S 26065 26068 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963600442376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26082] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26082/stat : 26082 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963599390864 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26083] ppid=26065 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/26068/task/26083/stat : 26083 (java) S 26065 26068 13693 0 -1 4202560 8066 0 0 0 61 2 0 0 20 0 19 0 12885048 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963598339000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26084] ppid=26065 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26068/task/26084/stat : 26084 (java) S 26065 26068 13693 0 -1 4202560 7241 0 0 0 84 2 0 0 20 0 19 0 12885048 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963597286200 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26085] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26085/stat : 26085 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963596233592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26086] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26086/stat : 26086 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963595181000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26089] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26089/stat : 26089 (java) S 26065 26068 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12885079 10060525568 24654 33554432000 1073741824 1073778376 140736414194000 139963592020904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9824732

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

[startup+5.90073 s]
/proc/loadavg: 2.19 1.53 1.52 2/215 26120
/proc/meminfo: memFree=27069324/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 20299 0 1 0 270 17 0 0 20 0 20 0 12885043 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 31829 2268 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) S 26065 26068 13693 0 -1 4202560 2429 0 1 0 35 2 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963779011448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26071] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26071/stat : 26071 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963740502568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26072] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26072/stat : 26072 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963739449768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26073] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26073/stat : 26073 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963738396968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26074] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26074/stat : 26074 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963737344168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26075] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26075/stat : 26075 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963736292392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26076] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26076/stat : 26076 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963735239592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26077] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26077/stat : 26077 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963734186792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26078] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26078/stat : 26078 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 12885044 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963733133992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26079] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26079/stat : 26079 (java) S 26065 26068 13693 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 12885045 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963602549224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26080] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 12885046 10060525568 31829 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 12885046 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26081] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26081/stat : 26081 (java) S 26065 26068 13693 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 12885046 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963600442376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26082] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26082/stat : 26082 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12885048 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963599390864 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26083] ppid=26065 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/26068/task/26083/stat : 26083 (java) S 26065 26068 13693 0 -1 4202560 9778 0 0 0 94 3 0 0 20 0 22 0 12885048 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963598339000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26084] ppid=26065 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/26068/task/26084/stat : 26084 (java) S 26065 26068 13693 0 -1 4202560 7263 0 0 0 135 2 0 0 20 0 22 0 12885048 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963597286200 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26085] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26085/stat : 26085 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12885048 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963596233592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26086] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26086/stat : 26086 (java) S 26065 26068 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 12885048 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963595181000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26190] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26190/stat : 26190 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12886787 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963594126760 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26230] ppid=26065 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/26068/task/26230/stat : 26230 (java) R 26065 26068 13693 0 -1 4202560 4 0 0 0 239 0 0 0 20 0 22 0 12888801 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963590966072 139963606310864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26231] ppid=26065 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/26068/task/26231/stat : 26231 (java) R 26065 26068 13693 0 -1 4202560 29 0 0 0 239 0 0 0 20 0 22 0 12888801 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963593071032 139963606524301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26232] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26232/stat : 26232 (java) S 26065 26068 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12888804 10060525568 368256 33554432000 1073741824 1073778376 140736414194000 139963592020904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 45.82
Current children cumulated vsize (KiB) 9824732

[startup+40.4009 s]
/proc/loadavg: 2.28 1.61 1.55 4/218 26232
/proc/meminfo: memFree=25735904/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=46.37 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 23260 0 1 0 4522 115 0 0 20 0 19 0 12885043 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 392824 2289 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) S 26065 26068 13693 0 -1 4202560 2441 0 1 0 53 2 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963779011448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26071] ppid=26065 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26068/task/26071/stat : 26071 (java) S 26065 26068 13693 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963740502568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26072] ppid=26065 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26068/task/26072/stat : 26072 (java) S 26065 26068 13693 0 -1 4202560 42 0 0 0 11 2 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963739449768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26073] ppid=26065 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26068/task/26073/stat : 26073 (java) S 26065 26068 13693 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963738396968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26074] ppid=26065 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26068/task/26074/stat : 26074 (java) S 26065 26068 13693 0 -1 4202560 69 0 0 0 13 2 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963737344168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26075] ppid=26065 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/26068/task/26075/stat : 26075 (java) S 26065 26068 13693 0 -1 4202560 83 0 0 0 16 4 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963736292392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26076] ppid=26065 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26068/task/26076/stat : 26076 (java) S 26065 26068 13693 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963735239592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26077] ppid=26065 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26068/task/26077/stat : 26077 (java) S 26065 26068 13693 0 -1 4202560 36 0 0 0 11 2 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963734186792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26078] ppid=26065 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26068/task/26078/stat : 26078 (java) S 26065 26068 13693 0 -1 4202560 59 0 0 0 16 3 0 0 20 0 19 0 12885044 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963733133992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26079] ppid=26065 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26068/task/26079/stat : 26079 (java) S 26065 26068 13693 0 -1 4202560 969 0 0 0 1 5 0 0 20 0 19 0 12885045 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963602549224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26080] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26081] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26081/stat : 26081 (java) S 26065 26068 13693 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963600442376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26082] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26082/stat : 26082 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963599390864 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26083] ppid=26065 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/26068/task/26083/stat : 26083 (java) S 26065 26068 13693 0 -1 4202560 9778 0 0 0 94 3 0 0 20 0 19 0 12885048 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963598339000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26084] ppid=26065 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/26068/task/26084/stat : 26084 (java) S 26065 26068 13693 0 -1 4202560 7263 0 0 0 135 2 0 0 20 0 19 0 12885048 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963597286200 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26085] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26085/stat : 26085 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963596233592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26086] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26086/stat : 26086 (java) S 26065 26068 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963595181000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26190] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26190/stat : 26190 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12886787 10060525568 392824 33554432000 1073741824 1073778376 140736414194000 139963594126760 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.37
Current children cumulated vsize (KiB) 9824732

[startup+40.6008 s]
/proc/loadavg: 2.28 1.61 1.55 4/218 26232
/proc/meminfo: memFree=25735904/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=46.38 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 23261 0 1 0 4523 115 0 0 20 0 19 0 12885043 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 393336 2289 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) R 26065 26068 13693 0 -1 4202560 2442 0 1 0 54 2 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963779011448 139963606524378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26071] ppid=26065 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26068/task/26071/stat : 26071 (java) S 26065 26068 13693 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963740502568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26072] ppid=26065 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26068/task/26072/stat : 26072 (java) S 26065 26068 13693 0 -1 4202560 42 0 0 0 11 2 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963739449768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26073] ppid=26065 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26068/task/26073/stat : 26073 (java) S 26065 26068 13693 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963738396968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26074] ppid=26065 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26068/task/26074/stat : 26074 (java) S 26065 26068 13693 0 -1 4202560 69 0 0 0 13 2 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963737344168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26075] ppid=26065 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/26068/task/26075/stat : 26075 (java) S 26065 26068 13693 0 -1 4202560 83 0 0 0 16 4 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963736292392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26076] ppid=26065 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26068/task/26076/stat : 26076 (java) S 26065 26068 13693 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963735239592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26077] ppid=26065 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26068/task/26077/stat : 26077 (java) S 26065 26068 13693 0 -1 4202560 36 0 0 0 11 2 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963734186792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26078] ppid=26065 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26068/task/26078/stat : 26078 (java) S 26065 26068 13693 0 -1 4202560 59 0 0 0 16 3 0 0 20 0 19 0 12885044 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963733133992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26079] ppid=26065 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26068/task/26079/stat : 26079 (java) S 26065 26068 13693 0 -1 4202560 969 0 0 0 1 5 0 0 20 0 19 0 12885045 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963602549224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26080] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26081] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26081/stat : 26081 (java) S 26065 26068 13693 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963600442376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26082] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26082/stat : 26082 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963599390864 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26083] ppid=26065 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/26068/task/26083/stat : 26083 (java) S 26065 26068 13693 0 -1 4202560 9778 0 0 0 94 3 0 0 20 0 19 0 12885048 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963598339000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26084] ppid=26065 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/26068/task/26084/stat : 26084 (java) S 26065 26068 13693 0 -1 4202560 7263 0 0 0 135 2 0 0 20 0 19 0 12885048 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963597286200 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26085] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26085/stat : 26085 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963596233592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26086] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26086/stat : 26086 (java) S 26065 26068 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963595181000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26190] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26190/stat : 26190 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12886787 10060525568 393336 33554432000 1073741824 1073778376 140736414194000 139963594126760 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.38
Current children cumulated vsize (KiB) 9824732

[startup+40.7009 s]
/proc/loadavg: 2.18 1.60 1.55 4/215 26232
/proc/meminfo: memFree=25577964/32872528 swapFree=1590004/1720820
[pid=26068] ppid=26065 vsize=9824732 CPUtime=46.5 cores=0,2,4,6
/proc/26068/stat : 26068 (java) S 26065 26068 13693 0 -1 4202496 23264 0 1 0 4535 115 0 0 20 0 19 0 12885043 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 140736414185136 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26068/statm: 2456183 394872 2289 9 0 2446860 0
[pid=26068/tid=26069] ppid=26065 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/26068/task/26069/stat : 26069 (java) R 26065 26068 13693 0 -1 4202560 2445 0 1 0 65 2 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963779011208 139963605829347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26071] ppid=26065 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26068/task/26071/stat : 26071 (java) S 26065 26068 13693 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963740502568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26072] ppid=26065 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26068/task/26072/stat : 26072 (java) S 26065 26068 13693 0 -1 4202560 42 0 0 0 11 2 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963739449768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26073] ppid=26065 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26068/task/26073/stat : 26073 (java) S 26065 26068 13693 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963738396968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26074] ppid=26065 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26068/task/26074/stat : 26074 (java) S 26065 26068 13693 0 -1 4202560 69 0 0 0 13 2 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963737344168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26075] ppid=26065 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/26068/task/26075/stat : 26075 (java) S 26065 26068 13693 0 -1 4202560 83 0 0 0 16 4 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963736292392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26076] ppid=26065 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26068/task/26076/stat : 26076 (java) S 26065 26068 13693 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963735239592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26077] ppid=26065 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26068/task/26077/stat : 26077 (java) S 26065 26068 13693 0 -1 4202560 36 0 0 0 11 2 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963734186792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26078] ppid=26065 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26068/task/26078/stat : 26078 (java) S 26065 26068 13693 0 -1 4202560 59 0 0 0 16 3 0 0 20 0 19 0 12885044 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963733133992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26079] ppid=26065 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26068/task/26079/stat : 26079 (java) S 26065 26068 13693 0 -1 4202560 969 0 0 0 1 5 0 0 20 0 19 0 12885045 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963602549224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26080] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26080/stat : 26080 (java) S 26065 26068 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963601495288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26081] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26081/stat : 26081 (java) S 26065 26068 13693 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 12885046 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963600442376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26082] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26082/stat : 26082 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963599390864 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26083] ppid=26065 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/26068/task/26083/stat : 26083 (java) S 26065 26068 13693 0 -1 4202560 9778 0 0 0 94 3 0 0 20 0 19 0 12885048 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963598339000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26068/tid=26084] ppid=26065 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/26068/task/26084/stat : 26084 (java) S 26065 26068 13693 0 -1 4202560 7263 0 0 0 136 2 0 0 20 0 19 0 12885048 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963597286200 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26068/tid=26085] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26085/stat : 26085 (java) S 26065 26068 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963596233592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26068/tid=26086] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26086/stat : 26086 (java) S 26065 26068 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12885048 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963595181000 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26068/tid=26190] ppid=26065 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26068/task/26190/stat : 26190 (java) S 26065 26068 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12886787 10060525568 394872 33554432000 1073741824 1073778376 140736414194000 139963594126760 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.5
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 40.7199
CPU time (s): 46.5949
CPU user time (s): 45.3141
CPU system time (s): 1.28081
CPU usage (%): 114.428
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.3041
system time used= 1.2808
maximum resident set size= 1581544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23272
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3014
involuntary context switches= 3014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.234964 second user time and 0.302953 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 22:41:05
IDJOB=4109829
IDBENCH=78938
IDSOLVER=2552
FILE ID=node120/4109829-1467319265
RUNJOBID= node120-1467318784-20066
PBS_JOBID= 20005266
Free space on /tmp= 71672 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.1900670234--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109829-1467319265/watcher-4109829-1467319265 -o /tmp/evaluation-result-4109829-1467319265/solver-4109829-1467319265 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20066 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109829-1467319265.wbo

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

MD5SUM BENCH= 20db9b5796300dda9a6b98219b888af4
RANDOM SEED=1546045429

node120.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.669
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.33
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.669
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.56
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.669
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.56
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.669
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.669
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.669
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.54
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.669
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.669
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:        27194764 kB
Buffers:          174548 kB
Cached:          1851928 kB
SwapCached:            0 kB
Active:          1430604 kB
Inactive:        1768992 kB
Active(anon):    1174580 kB
Inactive(anon):      700 kB
Active(file):     256024 kB
Inactive(file):  1768292 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               716 kB
Writeback:             0 kB
AnonPages:       2991520 kB
Mapped:            22212 kB
Shmem:               204 kB
Slab:             612056 kB
SReclaimable:      55912 kB
SUnreclaim:       556144 kB
KernelStack:        1800 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3494800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 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= 71672 MiB
End job on node120 at 2016-06-30 22:41:46