Trace number 4091951

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.98 1772.22

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
MD5SUM32bdb0ca9ee10d9e7c56deff56e319ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.5961
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-4091951-1466077709.wbo
0.10/0.11	c reading problem ... 
0.49/0.34	c ... done. Wall clock time 0.229s.
0.49/0.34	c declared #vars     231
0.49/0.34	c internal #vars     2008
0.49/0.34	c #constraints  2707
0.49/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.49/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.49/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.49/0.35	c 2707 constraints processed.
0.49/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
0.49/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2606
0.49/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.49/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
0.49/0.35	c 2707 constraints processed.
0.49/0.35	c objective function length is 1777 literals
0.72/0.47	c And the winner is solver0
1.25/0.85	c SATISFIABLE
1.25/0.85	c OPTIMIZING...
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.25/0.85	o 668
1.25/0.89	c And the winner is solver0
1.97/1.36	c Got one! Elapsed wall clock time (in seconds):1.25
1.97/1.36	o 490
1.97/1.40	c And the winner is solver0
2.20/1.87	c Got one! Elapsed wall clock time (in seconds):1.76
2.20/1.87	o 489
2.20/1.89	c And the winner is solver0
2.25/2.38	c Got one! Elapsed wall clock time (in seconds):2.267
2.25/2.38	o 481
2.30/2.41	c And the winner is solver0
2.36/2.89	c Got one! Elapsed wall clock time (in seconds):2.772
2.36/2.89	o 366
2.37/2.90	c And the winner is solver0
2.43/3.39	c Got one! Elapsed wall clock time (in seconds):3.277
2.43/3.39	o 344
2.43/3.40	c And the winner is solver0
2.51/3.89	c Got one! Elapsed wall clock time (in seconds):3.781
2.51/3.89	o 336
2.51/3.90	c And the winner is solver0
2.56/4.40	c Got one! Elapsed wall clock time (in seconds):4.286
2.56/4.40	o 256
2.88/4.51	c And the winner is solver0
2.91/4.90	c Got one! Elapsed wall clock time (in seconds):4.791
2.91/4.90	o 255
2.91/4.91	c And the winner is solver0
2.92/5.41	c Got one! Elapsed wall clock time (in seconds):5.294
2.92/5.41	o 233
2.92/5.42	c And the winner is solver0
2.96/5.91	c Got one! Elapsed wall clock time (in seconds):5.797
2.96/5.91	o 210
2.96/5.93	c And the winner is solver0
3.00/6.41	c Got one! Elapsed wall clock time (in seconds):6.3
3.00/6.41	o 197
3.00/6.48	c And the winner is solver0
3.17/6.92	c Got one! Elapsed wall clock time (in seconds):6.804
3.17/6.92	o 178
3.17/6.94	c And the winner is solver0
3.23/7.42	c Got one! Elapsed wall clock time (in seconds):7.306
3.23/7.42	o 172
3.23/7.46	c And the winner is solver0
3.32/7.92	c Got one! Elapsed wall clock time (in seconds):7.809
3.32/7.92	o 166
3.32/7.95	c And the winner is solver0
3.41/8.43	c Got one! Elapsed wall clock time (in seconds):8.312
3.41/8.43	o 165
3.41/8.43	c And the winner is solver0
3.41/8.93	c Got one! Elapsed wall clock time (in seconds):8.814
3.41/8.93	o 153
3.55/9.01	c And the winner is solver0
3.60/9.43	c Got one! Elapsed wall clock time (in seconds):9.317
3.60/9.43	o 145
3.60/9.44	c And the winner is solver0
3.62/9.93	c Got one! Elapsed wall clock time (in seconds):9.82
3.62/9.93	o 127
3.62/9.98	c And the winner is solver0
3.74/10.44	c Got one! Elapsed wall clock time (in seconds):10.322
3.74/10.44	o 108
3.74/10.45	c And the winner is solver0
3.76/10.94	c Got one! Elapsed wall clock time (in seconds):10.825
3.76/10.94	o 100
4.65/11.37	c And the winner is solver0
4.88/11.44	c Got one! Elapsed wall clock time (in seconds):11.327
4.88/11.44	o 95
5.00/11.56	c And the winner is solver0
5.17/11.94	c Got one! Elapsed wall clock time (in seconds):11.83
5.17/11.94	o 88
5.27/12.01	c And the winner is solver0
5.32/12.45	c Got one! Elapsed wall clock time (in seconds):12.333
5.32/12.45	o 81
5.32/12.46	c And the winner is solver0
5.33/12.95	c Got one! Elapsed wall clock time (in seconds):12.837
5.33/12.95	o 64
5.66/13.10	c And the winner is solver0
5.70/13.48	c Got one! Elapsed wall clock time (in seconds):13.367
5.70/13.48	o 58
5.73/13.50	c And the winner is solver0
5.77/13.99	c Got one! Elapsed wall clock time (in seconds):13.872
5.77/13.99	o 57
5.99/14.16	c And the winner is solver0
6.15/14.49	c Got one! Elapsed wall clock time (in seconds):14.378
6.15/14.49	o 56
6.37/14.67	c cleaning 5971 clauses out of 11948 with flag 5587/11948
7.86/15.36	c cleaning 5982 clauses out of 11978 with flag 52290/17949
8.28/15.51	c And the winner is solver0
8.32/16.00	c Got one! Elapsed wall clock time (in seconds):15.885
8.32/16.00	o 47
9.15/16.44	c cleaning 5740 clauses out of 11504 with flag 24279/23457
9.76/16.73	c And the winner is solver0
9.89/17.01	c Got one! Elapsed wall clock time (in seconds):16.894
9.89/17.01	o 46
10.06/17.19	c And the winner is solver0
10.27/17.52	c Got one! Elapsed wall clock time (in seconds):17.403
10.27/17.52	o 44
10.72/17.79	c cleaning 6197 clauses out of 12415 with flag 13441/30108
10.97/17.80	c And the winner is solver0
11.00/18.03	c Got one! Elapsed wall clock time (in seconds):17.914
11.00/18.03	o 40
11.93/18.56	c cleaning 5669 clauses out of 11353 with flag 40070/35243
13.13/19.19	c cleaning 5844 clauses out of 11687 with flag 96001/41246
14.98/20.03	c cleaning 6415 clauses out of 12840 with flag 164193/48243
15.58/20.32	c And the winner is solver0
15.70/20.56	c Got one! Elapsed wall clock time (in seconds):20.45
15.70/20.56	o 39
16.15/20.82	c And the winner is solver0
16.23/21.08	c Got one! Elapsed wall clock time (in seconds):20.963
16.23/21.08	o 35
16.26/21.19	c cleaning 6134 clauses out of 12290 with flag 6716/54108
16.46/21.27	c And the winner is solver0
16.64/21.59	c Got one! Elapsed wall clock time (in seconds):21.476
16.64/21.59	o 33
16.64/21.65	c And the winner is solver0
16.79/22.11	c Got one! Elapsed wall clock time (in seconds):21.995
16.79/22.11	o 29
17.35/22.43	c And the winner is solver0
17.45/22.62	c Got one! Elapsed wall clock time (in seconds):22.511
17.45/22.62	o 28
17.57/22.76	c cleaning 6322 clauses out of 12647 with flag 8807/60599
19.03/23.41	c cleaning 6162 clauses out of 12326 with flag 64454/66600
19.23/23.57	c And the winner is solver0
19.41/23.64	c Got one! Elapsed wall clock time (in seconds):23.529
19.41/23.64	o 26
19.70/23.89	c And the winner is solver0
19.91/24.16	c Got one! Elapsed wall clock time (in seconds):24.046
19.91/24.16	o 23
19.98/24.23	c And the winner is solver0
20.06/24.68	c Got one! Elapsed wall clock time (in seconds):24.566
20.06/24.68	o 22
20.08/24.77	c And the winner is solver0
20.27/25.20	c Got one! Elapsed wall clock time (in seconds):25.085
20.27/25.20	o 21
20.66/25.41	c cleaning 6906 clauses out of 13816 with flag 17536/74252
20.66/25.48	c And the winner is solver0
20.98/25.72	c Got one! Elapsed wall clock time (in seconds):25.605
20.98/25.72	o 15
20.98/25.75	c And the winner is solver0
252.35/253.47	c cleaning 0 clauses out of 6569 with flag 0/6598
950.29/938.37	c cleaning 0 clauses out of 12570 with flag 0/12599
1800.04/1772.18	c >>>>>>>>>> Solver number 0 (43 answers) <<<<<<<<<<<<<<<<<<
1800.04/1772.18	c starts		: 111
1800.04/1772.18	c conflicts		: 75255
1800.04/1772.18	c decisions		: 193460
1800.04/1772.18	c propagations		: 13794702
1800.04/1772.18	c inspects		: 68114888
1800.04/1772.18	c shortcuts		: 0
1800.04/1772.18	c learnt literals	: 0
1800.04/1772.18	c learnt binary clauses	: 7
1800.04/1772.18	c learnt ternary clauses	: 47
1800.04/1772.18	c learnt constraints	: 75255
1800.04/1772.18	c ignored constraints	: 0
1800.04/1772.18	c root simplifications	: 0
1800.04/1772.18	c removed literals (reason simplification)	: 359034
1800.04/1772.18	c reason swapping (by a shorter reason)	: 0
1800.04/1772.18	c Calls to reduceDB	: 11
1800.04/1772.18	c Number of update (reduction) of LBD	: 37492
1800.04/1772.18	c Imported unit clauses	: 0
1800.04/1772.18	c number of reductions to clauses (during analyze)	: 0
1800.04/1772.18	c number of learned constraints concerned by reduction	: 0
1800.04/1772.18	c number of learning phase by resolution	: 0
1800.04/1772.18	c number of learning phase by cutting planes	: 0
1800.04/1772.18	c speed (assignments/second)	: 7785.607011091979
1800.04/1772.18	c non guided choices	4840
1800.04/1772.18	c learnt constraints type 
1800.04/1772.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.04/1772.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7906
1800.04/1772.18	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1772.18	c starts		: 89
1800.04/1772.18	c conflicts		: 18390
1800.04/1772.18	c decisions		: 127465
1800.04/1772.18	c propagations		: 1130458
1800.04/1772.18	c inspects		: 1279204432
1800.04/1772.18	c shortcuts		: 0
1800.04/1772.18	c learnt literals	: 0
1800.04/1772.18	c learnt binary clauses	: 0
1800.04/1772.18	c learnt ternary clauses	: 0
1800.04/1772.18	c learnt constraints	: 18361
1800.04/1772.18	c ignored constraints	: 0
1800.04/1772.18	c root simplifications	: 0
1800.04/1772.18	c removed literals (reason simplification)	: 0
1800.04/1772.18	c reason swapping (by a shorter reason)	: 0
1800.04/1772.18	c Calls to reduceDB	: 2
1800.04/1772.18	c Number of update (reduction) of LBD	: 0
1800.04/1772.18	c Imported unit clauses	: 0
1800.04/1772.18	c number of reductions to clauses (during analyze)	: 0
1800.04/1772.18	c number of learned constraints concerned by reduction	: 0
1800.04/1772.18	c number of learning phase by resolution	: 0
1800.04/1772.18	c number of learning phase by cutting planes	: 0
1800.04/1772.18	c speed (assignments/second)	: 647.2998206045393
1800.04/1772.18	c non guided choices	4401
1800.04/1772.19	c learnt constraints type 
1800.04/1772.19	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 848
1800.04/1772.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
1800.04/1772.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17483
1800.04/1772.19	s SATISFIABLE
1800.04/1772.19	c Found 42 solution(s)
1800.04/1772.19	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.04/1772.19	c objective function=15
1800.04/1772.19	c Total wall clock time (in seconds): 1772.079

Verifier Data

OK	15

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-4091951-1466077709/watcher-4091951-1466077709 -o /tmp/evaluation-result-4091951-1466077709/solver-4091951-1466077709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466075282-14446 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091951-1466077709.wbo 

pid=18833
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: 1.35 2.61 3.34 4/197 18836
/proc/meminfo: memFree=30395360/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 9817396 98570240 977 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 24065 977 743 9 0 16771 0
[pid=18836/tid=18837] ppid=18833 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) R 18833 18836 10365 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 9817396 98570240 978 33554432000 1073741824 1073778376 140736867951584 140617547742760 229355898240 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 1.35 2.61 3.34 4/197 18836
/proc/meminfo: memFree=30395360/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 4425 0 1 0 10 0 0 0 20 0 18 0 9817396 9787879424 6054 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2389619 6055 2133 9 0 2380296 0
[pid=18836/tid=18837] ppid=18833 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) R 18833 18836 10365 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 9817396 9787879424 6057 33554432000 1073741824 1073778376 140736867951584 140617547746056 229359281421 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.200321 s]
/proc/loadavg: 1.35 2.61 3.34 4/197 18836
/proc/meminfo: memFree=30395360/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 4733 0 1 0 24 1 0 0 20 0 18 0 9817396 9787879424 6821 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2389619 6821 2198 9 0 2380296 0
[pid=18836/tid=18837] ppid=18833 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) R 18833 18836 10365 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 9817396 9787879424 6821 33554432000 1073741824 1073778376 140736867951584 140617547746056 140617380342992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.306734 s]
/proc/loadavg: 1.35 2.61 3.34 4/197 18836
/proc/meminfo: memFree=30395360/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 5712 0 1 0 48 1 0 0 20 0 18 0 9817396 9787879424 8493 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2389619 8493 2231 9 0 2380296 0
[pid=18836/tid=18837] ppid=18833 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) R 18833 18836 10365 0 -1 4202560 2401 0 1 0 28 0 0 0 20 0 18 0 9817396 9787879424 8493 33554432000 1073741824 1073778376 140736867951584 140617547746712 140617380387762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700316 s]
/proc/loadavg: 1.35 2.61 3.34 4/197 18836
/proc/meminfo: memFree=30395360/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 11086 0 1 0 121 4 0 0 20 0 19 0 9817396 10060525568 13033 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 13033 2258 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2417 0 1 0 33 0 0 0 20 0 19 0 9817396 10060525568 13033 33554432000 1073741824 1073778376 140736867951584 140617547748216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 1.32 2.58 3.33 4/214 18861
/proc/meminfo: memFree=30324088/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 20967 0 1 0 210 10 0 0 20 0 19 0 9817396 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 21106 2264 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2418 0 1 0 34 1 0 0 20 0 19 0 9817396 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617547748216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617509239336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617508186536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617507133736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617506080936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617505029160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617503976360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617502923560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617501870760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9817398 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617371838952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9817399 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617370785016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9817399 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617369732104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617368680592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 10365 0 -1 4202560 10127 0 0 0 77 2 0 0 20 0 19 0 9817401 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617367628728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 10365 0 -1 4202560 7080 0 0 0 64 1 0 0 20 0 19 0 9817401 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617366575928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140617365523320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140616356850632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9817432 10060525568 21106 33554432000 1073741824 1073778376 140736867951584 140616352637736 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 1.32 2.58 3.33 2/214 18867
/proc/meminfo: memFree=30312220/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 21001 0 1 0 230 13 0 0 20 0 19 0 9817396 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 26230 2264 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2420 0 1 0 35 2 0 0 20 0 19 0 9817396 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617547748216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617509239336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617508186536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617507133736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617506080936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617505029160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617503976360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617502923560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617501870760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9817398 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617371838952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9817399 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617370785016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9817399 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617369732104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617368680592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 10365 0 -1 4202560 10131 0 0 0 86 2 0 0 20 0 19 0 9817401 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617367628728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 10365 0 -1 4202560 7080 0 0 0 68 2 0 0 20 0 19 0 9817401 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617366575928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140617365523320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140616356850632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9817432 10060525568 26230 33554432000 1073741824 1073778376 140736867951584 140616352637736 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1814 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 1.32 2.58 3.33 2/214 18888
/proc/meminfo: memFree=30257996/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 21096 0 1 0 281 19 0 0 20 0 19 0 9817396 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 38612 2271 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2424 0 1 0 37 2 0 0 20 0 19 0 9817396 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617547748216 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617509239336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617508186536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617507133736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617506080936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617505029160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617503976360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617502923560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9817397 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617501870760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 10365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9817398 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617371838952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9817399 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617370785016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9817399 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617369732104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9817401 10060525568 38612 33554432000 1073741824 1073778376 140736867951584 140617368680592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9824732 CPUtime=1.04 cores=0,2,4,6

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

/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 33077 0 1 0 168453 366 0 0 20 0 21 0 9817396 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 1039169 2296 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2508 0 1 0 108 27 0 0 20 0 21 0 9817396 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617547748328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 10365 0 -1 4202560 827 0 0 0 479 26 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617509239336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 10365 0 -1 4202560 674 0 0 0 497 29 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617508186536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9824732 CPUtime=5.02 cores=0,2,4,6
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 10365 0 -1 4202560 565 0 0 0 477 25 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617507133736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9824732 CPUtime=4.9 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 10365 0 -1 4202560 666 0 0 0 469 21 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617506080936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9824732 CPUtime=5.03 cores=0,2,4,6
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 10365 0 -1 4202560 784 0 0 0 474 29 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617505029160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9824732 CPUtime=5.22 cores=0,2,4,6
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 10365 0 -1 4202560 737 0 0 0 495 27 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617503976360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9824732 CPUtime=5.08 cores=0,2,4,6
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 10365 0 -1 4202560 827 0 0 0 482 26 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617502923560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9824732 CPUtime=5.68 cores=0,2,4,6
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 10365 0 -1 4202560 753 0 0 0 537 31 0 0 20 0 21 0 9817397 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617501870760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9824732 CPUtime=7.89 cores=0,2,4,6
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 10365 0 -1 4202560 3325 0 0 0 782 7 0 0 20 0 21 0 9817398 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617371838952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9817399 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617370785016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 10365 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 9817399 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617369732104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9817401 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617368680592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 10365 0 -1 4202560 10213 0 0 0 157 2 0 0 20 0 21 0 9817401 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617367628728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 10365 0 -1 4202560 7096 0 0 0 108 2 0 0 20 0 21 0 9817401 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617366575928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9817401 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140617365523320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 10365 0 -1 4202560 96 0 0 0 29 28 0 0 20 0 21 0 9817401 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140616356850632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9817432 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140616352637736 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18998] ppid=18833 vsize=9824732 CPUtime=1617.81 cores=0,2,4,6
/proc/18836/task/18998/stat : 18998 (java) R 18833 18836 10365 0 -1 4202560 1633 0 0 0 161734 47 0 0 20 0 21 0 9819970 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140616353688832 140617381276340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18999] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18999/stat : 18999 (java) S 18833 18836 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9819972 10060525568 1039169 33554432000 1073741824 1073778376 140736867951584 140616354743336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1688.19
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.18 2.22 2.41 3/217 19892
/proc/meminfo: memFree=23263896/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9824732 CPUtime=1749.56 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 33254 0 1 0 174582 374 0 0 20 0 21 0 9817396 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 1061784 2296 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2513 0 1 0 110 29 0 0 20 0 21 0 9817396 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617547748328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9824732 CPUtime=5.39 cores=0,2,4,6
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 10365 0 -1 4202560 851 0 0 0 512 27 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617509239336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9824732 CPUtime=5.46 cores=0,2,4,6
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 10365 0 -1 4202560 697 0 0 0 516 30 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617508186536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 10365 0 -1 4202560 584 0 0 0 495 25 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617507133736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9824732 CPUtime=5.12 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 10365 0 -1 4202560 685 0 0 0 490 22 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617506080936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9824732 CPUtime=5.24 cores=0,2,4,6
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 10365 0 -1 4202560 801 0 0 0 494 30 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617505029160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9824732 CPUtime=5.53 cores=0,2,4,6
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 10365 0 -1 4202560 763 0 0 0 525 28 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617503976360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9824732 CPUtime=5.23 cores=0,2,4,6
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 10365 0 -1 4202560 839 0 0 0 497 26 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617502923560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9824732 CPUtime=5.86 cores=0,2,4,6
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 10365 0 -1 4202560 775 0 0 0 555 31 0 0 20 0 21 0 9817397 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617501870760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9824732 CPUtime=7.89 cores=0,2,4,6
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 10365 0 -1 4202560 3331 0 0 0 782 7 0 0 20 0 21 0 9817398 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617371838952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9817399 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617370785016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 10365 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 9817399 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617369732104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9817401 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617368680592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 10365 0 -1 4202560 10213 0 0 0 157 2 0 0 20 0 21 0 9817401 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617367628728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 10365 0 -1 4202560 7096 0 0 0 108 2 0 0 20 0 21 0 9817401 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617366575928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9817401 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140617365523320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 10365 0 -1 4202560 100 0 0 0 30 29 0 0 20 0 21 0 9817401 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140616356850632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9817432 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140616352637736 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18998] ppid=18833 vsize=9824732 CPUtime=1677.36 cores=0,2,4,6
/proc/18836/task/18998/stat : 18998 (java) R 18833 18836 10365 0 -1 4202560 1633 0 0 0 167688 48 0 0 20 0 21 0 9819970 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140616353689152 140617381015606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18999] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18999/stat : 18999 (java) S 18833 18836 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9819972 10060525568 1061784 33554432000 1073741824 1073778376 140736867951584 140616354743336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1749.56
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.1 s]
/proc/loadavg: 2.19 2.22 2.39 3/217 19893
/proc/meminfo: memFree=22817376/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/18836/stat : 18836 (java) S 18833 18836 10365 0 -1 4202496 33307 0 1 0 179628 376 0 0 20 0 21 0 9817396 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140736867942720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18836/statm: 2456183 1065304 2296 9 0 2446860 0
[pid=18836/tid=18837] ppid=18833 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/18836/task/18837/stat : 18837 (java) S 18833 18836 10365 0 -1 4202560 2516 0 1 0 111 29 0 0 20 0 21 0 9817396 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617547748328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=9824732 CPUtime=5.57 cores=0,2,4,6
/proc/18836/task/18839/stat : 18839 (java) S 18833 18836 10365 0 -1 4202560 857 0 0 0 530 27 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617509239336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18840] ppid=18833 vsize=9824732 CPUtime=5.5 cores=0,2,4,6
/proc/18836/task/18840/stat : 18840 (java) S 18833 18836 10365 0 -1 4202560 701 0 0 0 520 30 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617508186536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18841] ppid=18833 vsize=9824732 CPUtime=5.3 cores=0,2,4,6
/proc/18836/task/18841/stat : 18841 (java) S 18833 18836 10365 0 -1 4202560 591 0 0 0 504 26 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617507133736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=9824732 CPUtime=5.22 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) S 18833 18836 10365 0 -1 4202560 691 0 0 0 500 22 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617506080936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18843] ppid=18833 vsize=9824732 CPUtime=5.36 cores=0,2,4,6
/proc/18836/task/18843/stat : 18843 (java) S 18833 18836 10365 0 -1 4202560 805 0 0 0 506 30 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617505029160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18844] ppid=18833 vsize=9824732 CPUtime=5.63 cores=0,2,4,6
/proc/18836/task/18844/stat : 18844 (java) S 18833 18836 10365 0 -1 4202560 770 0 0 0 535 28 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617503976360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18845] ppid=18833 vsize=9824732 CPUtime=5.34 cores=0,2,4,6
/proc/18836/task/18845/stat : 18845 (java) S 18833 18836 10365 0 -1 4202560 844 0 0 0 508 26 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617502923560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18846] ppid=18833 vsize=9824732 CPUtime=5.98 cores=0,2,4,6
/proc/18836/task/18846/stat : 18846 (java) S 18833 18836 10365 0 -1 4202560 782 0 0 0 567 31 0 0 20 0 21 0 9817397 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617501870760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18847] ppid=18833 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/18836/task/18847/stat : 18847 (java) S 18833 18836 10365 0 -1 4202560 3333 0 0 0 782 8 0 0 20 0 21 0 9817398 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617371838952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18848] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18848/stat : 18848 (java) S 18833 18836 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9817399 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617370785016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18849] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18849/stat : 18849 (java) S 18833 18836 10365 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 9817399 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617369732104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18836/tid=18850] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18850/stat : 18850 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9817401 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617368680592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18851] ppid=18833 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/18836/task/18851/stat : 18851 (java) S 18833 18836 10365 0 -1 4202560 10213 0 0 0 157 2 0 0 20 0 21 0 9817401 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617367628728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18852] ppid=18833 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18836/task/18852/stat : 18852 (java) S 18833 18836 10365 0 -1 4202560 7096 0 0 0 108 2 0 0 20 0 21 0 9817401 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617366575928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18853] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18853/stat : 18853 (java) S 18833 18836 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9817401 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140617365523320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18836/tid=18854] ppid=18833 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/18836/task/18854/stat : 18854 (java) S 18833 18836 10365 0 -1 4202560 102 0 0 0 31 30 0 0 20 0 21 0 9817401 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140616356850632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18858] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18858/stat : 18858 (java) S 18833 18836 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9817432 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140616352637736 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18836/tid=18998] ppid=18833 vsize=9824732 CPUtime=1726.94 cores=0,2,4,6
/proc/18836/task/18998/stat : 18998 (java) R 18833 18836 10365 0 -1 4202560 1633 0 0 0 172645 49 0 0 20 0 21 0 9819970 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140616353689152 140617380827818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18836/tid=18999] ppid=18833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18836/task/18999/stat : 18999 (java) S 18833 18836 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9819972 10060525568 1065304 33554432000 1073741824 1073778376 140736867951584 140616354743336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 18836 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1772.21 s]
/proc/loadavg: 2.19 2.22 2.39 3/217 19893
/proc/meminfo: memFree=22817376/32872528 swapFree=1370072/1517240
[pid=18836] ppid=18833 vsize=0 CPUtime=1800.96 cores=0,2,4,6
/proc/18836/stat : 18836 (java) Z 18833 18836 10365 0 -1 4203532 33356 0 1 0 179669 427 0 0 20 0 2 0 9817396 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18836/statm: 0 0 0 0 0 0 0
[pid=18836/tid=18842] ppid=18833 vsize=0 CPUtime=5.24 cores=0,2,4,6
/proc/18836/task/18842/stat : 18842 (java) R 18833 18836 10365 0 -1 4203588 694 0 0 0 502 22 0 0 20 0 2 0 9817397 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.96
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.22
CPU time (s): 1800.98
CPU user time (s): 1796.69
CPU system time (s): 4.29035
CPU usage (%): 101.623
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 4.29035
maximum resident set size= 4261612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77965
involuntary context switches= 44987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7634 second user time and 14.1109 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 13:48:29
IDJOB=4091951
IDBENCH=78893
IDSOLVER=2552
FILE ID=node129/4091951-1466077709
RUNJOBID= node129-1466075282-14446
PBS_JOBID= 19904010
Free space on /tmp= 71736 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.1900556231--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091951-1466077709/watcher-4091951-1466077709 -o /tmp/evaluation-result-4091951-1466077709/solver-4091951-1466077709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466075282-14446 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091951-1466077709.wbo

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

MD5SUM BENCH= 32bdb0ca9ee10d9e7c56deff56e319ba
RANDOM SEED=329795572

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30396152 kB
Buffers:           21392 kB
Cached:            54628 kB
SwapCached:          672 kB
Active:           213340 kB
Inactive:          47068 kB
Active(anon):     185820 kB
Inactive(anon):      912 kB
Active(file):      27520 kB
Inactive(file):    46156 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1701172 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             565828 kB
SReclaimable:       9808 kB
SUnreclaim:       556020 kB
KernelStack:        1624 kB
PageTables:         7820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2150132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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 node129 at 2016-06-16 14:18:01