Trace number 4110225

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 33.2589 35.3858

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976730--soft-0-100-0.wbo
MD5SUM757f0ee369969ddf8bfd897da7532965
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark13.8229
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1183
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4110225-1467319340.wbo
0.09/0.11	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     270
0.09/0.18	c #constraints  101
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.18	c 101 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.18	c 101 constraints processed.
0.09/0.18	c objective function length is 101 literals
1.45/0.50	c And the winner is solver0
1.66/0.68	c SATISFIABLE
1.66/0.68	c OPTIMIZING...
1.66/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.66/0.68	o 287
2.06/0.84	c And the winner is solver0
2.32/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
2.32/1.19	o 285
2.37/1.21	c And the winner is solver0
2.51/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
2.51/1.69	o 283
2.78/1.82	c cleaning 3474 clauses out of 6956 with flag 8186/6956
2.98/1.92	c And the winner is solver0
3.07/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
3.07/2.19	o 279
3.10/2.24	c And the winner is solver0
3.22/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
3.22/2.69	o 278
3.22/2.69	c And the winner is solver0
3.23/3.19	c Got one! Elapsed wall clock time (in seconds):3.077
3.23/3.19	o 275
3.23/3.19	c And the winner is solver0
3.23/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
3.23/3.69	o 259
3.23/3.70	c And the winner is solver0
3.24/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
3.24/4.19	o 243
3.24/4.20	c And the winner is solver0
3.25/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
3.25/4.70	o 241
3.25/4.70	c And the winner is solver0
3.26/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
3.26/5.20	o 235
3.26/5.20	c And the winner is solver0
3.26/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
3.26/5.70	o 229
3.46/5.85	c cleaning 4924 clauses out of 9853 with flag 11187/13327
3.66/5.93	c And the winner is solver0
3.92/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
3.92/6.20	o 228
3.92/6.25	c And the winner is solver0
4.18/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
4.18/6.70	o 224
4.19/6.72	c And the winner is solver0
4.24/7.20	c Got one! Elapsed wall clock time (in seconds):7.087
4.24/7.20	o 191
4.24/7.25	c And the winner is solver0
4.38/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
4.38/7.70	o 185
4.38/7.71	c And the winner is solver0
4.40/8.20	c Got one! Elapsed wall clock time (in seconds):8.09
4.40/8.20	o 184
4.40/8.22	c And the winner is solver0
4.44/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
4.44/8.71	o 179
4.44/8.76	c And the winner is solver0
4.61/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
4.61/9.21	o 178
4.61/9.24	c And the winner is solver0
4.74/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
4.74/9.71	o 176
4.74/9.75	c And the winner is solver0
4.89/10.21	c Got one! Elapsed wall clock time (in seconds):10.095
4.89/10.21	o 175
4.89/10.22	c And the winner is solver0
4.89/10.71	c Got one! Elapsed wall clock time (in seconds):10.596
4.89/10.71	o 171
4.89/10.74	c And the winner is solver0
5.02/11.21	c Got one! Elapsed wall clock time (in seconds):11.097
5.02/11.21	o 166
5.02/11.24	c And the winner is solver0
5.16/11.71	c Got one! Elapsed wall clock time (in seconds):11.598
5.16/11.71	o 164
5.16/11.76	c And the winner is solver0
5.31/12.21	c Got one! Elapsed wall clock time (in seconds):12.099
5.31/12.21	o 163
5.31/12.27	c And the winner is solver0
5.48/12.71	c Got one! Elapsed wall clock time (in seconds):12.601
5.48/12.71	o 162
5.48/12.73	c And the winner is solver0
5.61/13.22	c Got one! Elapsed wall clock time (in seconds):13.102
5.61/13.22	o 153
5.61/13.24	c And the winner is solver0
5.74/13.72	c Got one! Elapsed wall clock time (in seconds):13.603
5.74/13.72	o 147
5.74/13.75	c And the winner is solver0
5.89/14.22	c Got one! Elapsed wall clock time (in seconds):14.104
5.89/14.22	o 139
5.89/14.26	c And the winner is solver0
6.08/14.72	c Got one! Elapsed wall clock time (in seconds):14.605
6.08/14.72	o 137
6.08/14.75	c And the winner is solver0
6.31/15.22	c Got one! Elapsed wall clock time (in seconds):15.106
6.31/15.22	o 136
6.31/15.26	c And the winner is solver0
6.49/15.72	c Got one! Elapsed wall clock time (in seconds):15.607
6.49/15.72	o 133
6.49/15.76	c And the winner is solver0
6.63/16.22	c Got one! Elapsed wall clock time (in seconds):16.108
6.63/16.22	o 132
6.63/16.28	c And the winner is solver0
6.80/16.72	c Got one! Elapsed wall clock time (in seconds):16.61
6.80/16.72	o 130
6.96/16.83	c And the winner is solver0
7.06/17.22	c Got one! Elapsed wall clock time (in seconds):17.111
7.06/17.22	o 103
7.21/17.34	c cleaning 10252 clauses out of 20507 with flag 3700/28905
7.21/17.35	c And the winner is solver0
7.87/17.73	c Got one! Elapsed wall clock time (in seconds):17.612
7.87/17.73	o 100
7.87/17.75	c And the winner is solver0
8.04/18.23	c Got one! Elapsed wall clock time (in seconds):18.113
8.04/18.23	o 30
8.04/18.25	c And the winner is solver0
8.21/18.73	c Got one! Elapsed wall clock time (in seconds):18.614
8.21/18.73	o 28
8.21/18.76	c And the winner is solver0
8.43/19.23	c Got one! Elapsed wall clock time (in seconds):19.117
8.43/19.23	o 23
8.43/19.28	c And the winner is solver0
8.65/19.73	c Got one! Elapsed wall clock time (in seconds):19.62
8.65/19.73	o 21
8.78/19.84	c And the winner is solver0
8.89/20.24	c Got one! Elapsed wall clock time (in seconds):20.123
8.89/20.24	o 20
9.00/20.37	c cleaning 8822 clauses out of 17643 with flag 7866/36293
9.60/20.63	c cleaning 7408 clauses out of 14822 with flag 29527/42294
10.22/20.97	c cleaning 7205 clauses out of 14413 with flag 57985/49293
11.01/21.36	c cleaning 7602 clauses out of 15209 with flag 90892/57294
11.81/21.79	c cleaning 8301 clauses out of 16607 with flag 128622/66294
12.21/21.98	c And the winner is solver0
12.58/22.24	c Got one! Elapsed wall clock time (in seconds):22.126
12.58/22.24	o 18
12.58/22.29	c And the winner is solver0
12.71/22.76	c Got one! Elapsed wall clock time (in seconds):22.644
12.71/22.76	o 17
12.71/22.79	c And the winner is solver0
12.79/23.26	c Got one! Elapsed wall clock time (in seconds):23.148
12.79/23.26	o 16
12.85/23.32	c cleaning 7466 clauses out of 14936 with flag 4132/72924
13.25/23.52	c And the winner is solver0
13.88/24.12	c Got one! Elapsed wall clock time (in seconds):24.003
13.88/24.12	o 15
13.88/24.13	c And the winner is solver0
13.95/24.62	c Got one! Elapsed wall clock time (in seconds):24.507
13.95/24.62	o 12
13.95/24.69	c cleaning 6817 clauses out of 13656 with flag 4755/79110
14.08/24.77	c And the winner is solver0
14.27/25.13	c Got one! Elapsed wall clock time (in seconds):25.012
14.27/25.13	o 11
14.41/25.27	c cleaning 5986 clauses out of 11992 with flag 12815/84263
15.01/25.51	c cleaning 5989 clauses out of 12006 with flag 40310/90263
15.23/25.66	c And the winner is solver0
15.62/26.13	c Got one! Elapsed wall clock time (in seconds):26.017
15.62/26.13	o 10
15.73/26.24	c cleaning 5902 clauses out of 11808 with flag 10113/96054
16.15/26.49	c cleaning 5951 clauses out of 11906 with flag 36485/102055
16.93/26.82	c cleaning 6474 clauses out of 12954 with flag 72016/109054
17.73/27.21	c cleaning 7238 clauses out of 14481 with flag 111465/117055
18.55/27.64	c cleaning 8121 clauses out of 16242 with flag 155020/126055
19.53/28.14	c cleaning 9059 clauses out of 18120 with flag 202884/136055
20.76/28.72	c cleaning 10029 clauses out of 20060 with flag 257333/147056
22.15/29.40	c cleaning 11013 clauses out of 22029 with flag 320983/159054
23.55/30.19	c cleaning 12004 clauses out of 24016 with flag 393135/172055
25.35/31.04	c cleaning 13002 clauses out of 26008 with flag 470201/186054
27.16/31.97	c cleaning 13994 clauses out of 28003 with flag 549288/201056
29.39/33.05	c cleaning 15001 clauses out of 30003 with flag 637277/217054
31.79/34.24	c cleaning 15994 clauses out of 31989 with flag 729820/234054
31.97/34.39	c And the winner is solver0
33.08/35.37	c >>>>>>>>>> Solver number 0 (48 answers) <<<<<<<<<<<<<<<<<<
33.08/35.37	c starts		: 134
33.08/35.37	c conflicts		: 236856
33.08/35.37	c decisions		: 351486
33.08/35.37	c propagations		: 5380427
33.08/35.37	c inspects		: 166829811
33.08/35.37	c shortcuts		: 0
33.08/35.37	c learnt literals	: 42
33.08/35.37	c learnt binary clauses	: 18
33.08/35.37	c learnt ternary clauses	: 225
33.08/35.37	c learnt constraints	: 236813
33.08/35.37	c ignored constraints	: 0
33.08/35.37	c root simplifications	: 0
33.08/35.37	c removed literals (reason simplification)	: 114857
33.08/35.37	c reason swapping (by a shorter reason)	: 0
33.08/35.37	c Calls to reduceDB	: 25
33.08/35.37	c Number of update (reduction) of LBD	: 57268
33.08/35.37	c Imported unit clauses	: 0
33.08/35.37	c number of reductions to clauses (during analyze)	: 0
33.08/35.37	c number of learned constraints concerned by reduction	: 0
33.08/35.37	c number of learning phase by resolution	: 0
33.08/35.37	c number of learning phase by cutting planes	: 0
33.08/35.37	c speed (assignments/second)	: 152944.2849427215
33.08/35.37	c non guided choices	2341
33.08/35.37	c learnt constraints type 
33.08/35.37	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
33.08/35.37	c starts		: 48
33.08/35.37	c conflicts		: 264
33.08/35.37	c decisions		: 5637
33.08/35.37	c propagations		: 16928
33.08/35.37	c inspects		: 660953
33.08/35.37	c shortcuts		: 0
33.08/35.37	c learnt literals	: 0
33.08/35.37	c learnt binary clauses	: 0
33.08/35.37	c learnt ternary clauses	: 0
33.08/35.37	c learnt constraints	: 229
33.08/35.37	c ignored constraints	: 0
33.08/35.37	c root simplifications	: 0
33.08/35.37	c removed literals (reason simplification)	: 0
33.08/35.37	c reason swapping (by a shorter reason)	: 0
33.08/35.37	c Calls to reduceDB	: 0
33.08/35.37	c Number of update (reduction) of LBD	: 0
33.08/35.37	c Imported unit clauses	: 0
33.08/35.37	c number of reductions to clauses (during analyze)	: 0
33.08/35.37	c number of learned constraints concerned by reduction	: 0
33.08/35.37	c number of learning phase by resolution	: 0
33.08/35.37	c number of learning phase by cutting planes	: 0
33.08/35.37	c speed (assignments/second)	: 1835.4114713216957
33.08/35.37	c non guided choices	1017
33.08/35.37	c learnt constraints type 
33.08/35.37	s OPTIMUM FOUND
33.08/35.37	c Found 47 solution(s)
33.08/35.37	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 
33.08/35.37	c objective function=10
33.08/35.37	c Total wall clock time (in seconds): 35.253

Verifier Data

OK	10

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-4110225-1467319340/watcher-4110225-1467319340 -o /tmp/evaluation-result-4110225-1467319340/solver-4110225-1467319340 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1467318725-7292 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110225-1467319340.wbo 

pid=16211
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.56 1.37 1.61 3/196 16214
/proc/meminfo: memFree=29819084/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/16214/stat : 16214 (java) R 16211 16214 4526 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 2610356 9445376 97 33554432000 1073741824 1073778376 140735360998688 140735360995816 206619897735 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2290 89 67 9 0 38 0

[startup+0.100161 s]
/proc/loadavg: 1.56 1.37 1.61 3/196 16214
/proc/meminfo: memFree=29819084/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 4426 0 1 0 8 1 0 0 20 0 18 0 2610356 9787879424 6067 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2389619 6067 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200371 s]
/proc/loadavg: 1.56 1.37 1.61 3/196 16214
/proc/meminfo: memFree=29819084/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 4842 0 1 0 24 1 0 0 20 0 22 0 2610356 10060525568 7964 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 7964 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300236 s]
/proc/loadavg: 1.56 1.37 1.61 3/196 16214
/proc/meminfo: memFree=29819084/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 7536 0 1 0 63 2 0 0 20 0 22 0 2610356 10060525568 10028 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 10028 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700209 s]
/proc/loadavg: 1.56 1.37 1.61 3/196 16214
/proc/meminfo: memFree=29819084/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 13967 0 1 0 168 5 0 0 20 0 22 0 2610356 10060525568 16980 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 16980 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 1.56 1.37 1.61 1/193 16240
/proc/meminfo: memFree=30983100/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 15208 0 1 0 242 9 0 0 20 0 19 0 2610356 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 26720 2267 9 0 2446860 0
[pid=16214/tid=16216] ppid=16211 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16214/task/16216/stat : 16216 (java) S 16211 16214 4526 0 -1 4202560 2451 0 1 0 15 1 0 0 20 0 19 0 2610357 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833459929976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16217] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16217/stat : 16217 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833303054632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16218] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16218/stat : 16218 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833302001832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16219] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16219/stat : 16219 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833300949544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16220] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16220/stat : 16220 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833299896744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16221] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16221/stat : 16221 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833298844456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16222] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16222/stat : 16222 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833297791656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16223] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16223/stat : 16223 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833296739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16224] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16224/stat : 16224 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833295686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16225] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16225/stat : 16225 (java) S 16211 16214 4526 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2610360 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833283487976 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16226] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16226/stat : 16226 (java) S 16211 16214 4526 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2610360 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833282434040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16227] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2610360 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610362 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 5661 0 0 0 61 0 0 0 20 0 19 0 2610362 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 5726 0 0 0 70 0 0 0 20 0 19 0 2610362 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833278224952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610362 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16232] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16232/stat : 16232 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610362 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833276120264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16236] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16236/stat : 16236 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2610376 10060525568 26720 33554432000 1073741824 1073778376 140735360998688 139833271907368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 1.43 1.35 1.60 3/216 16316
/proc/meminfo: memFree=30854632/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 15306 0 1 0 308 15 0 0 20 0 19 0 2610356 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 45180 2285 9 0 2446860 0
[pid=16214/tid=16216] ppid=16211 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16214/task/16216/stat : 16216 (java) S 16211 16214 4526 0 -1 4202560 2451 0 1 0 15 1 0 0 20 0 19 0 2610357 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833459929976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16217] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16217/stat : 16217 (java) S 16211 16214 4526 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833303054632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16218] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16218/stat : 16218 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833302001832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16219] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16219/stat : 16219 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833300949544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16220] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16220/stat : 16220 (java) S 16211 16214 4526 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833299896744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16221] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16221/stat : 16221 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833298844456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16222] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16222/stat : 16222 (java) S 16211 16214 4526 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833297791656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16223] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16223/stat : 16223 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833296739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16224] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16224/stat : 16224 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2610358 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833295686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16225] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16225/stat : 16225 (java) S 16211 16214 4526 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2610360 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833283487976 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16226] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16226/stat : 16226 (java) S 16211 16214 4526 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2610360 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833282434040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16227] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2610360 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610362 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 5665 0 0 0 68 0 0 0 20 0 19 0 2610362 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 5727 0 0 0 75 0 0 0 20 0 19 0 2610362 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833278224952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610362 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16232] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16232/stat : 16232 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2610362 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833276120264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16236] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16236/stat : 16236 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2610376 10060525568 45180 33554432000 1073741824 1073778376 140735360998688 139833271907368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (3.24 s) is less than in the last sample (3.25 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+4.20527 s]
/proc/loadavg: 1.43 1.35 1.60 1/213 16328
/proc/meminfo: memFree=30845696/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 15331 0 1 0 310 15 0 0 20 0 22 0 2610356 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 45188 2286 9 0 2446860 0
[pid=16214/tid=16216] ppid=16211 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16214/task/16216/stat : 16216 (java) S 16211 16214 4526 0 -1 4202560 2453 0 1 0 15 1 0 0 20 0 22 0 2610357 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833459929976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16217] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16217/stat : 16217 (java) S 16211 16214 4526 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833303054632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16218] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16218/stat : 16218 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833302001832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16219] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16219/stat : 16219 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833300949544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16220] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16220/stat : 16220 (java) S 16211 16214 4526 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833299896744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16221] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16221/stat : 16221 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833298844456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16222] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16222/stat : 16222 (java) S 16211 16214 4526 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833297791656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16223] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16223/stat : 16223 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833296739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16224] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16224/stat : 16224 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2610358 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833295686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16225] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16225/stat : 16225 (java) R 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2610360 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833283488088 206629014663 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16226] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16226/stat : 16226 (java) S 16211 16214 4526 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2610360 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833282434040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16227] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2610360 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2610362 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 5665 0 0 0 68 0 0 0 20 0 22 0 2610362 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 5727 0 0 0 75 1 0 0 20 0 22 0 2610362 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833278211048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2610362 10060525568 45188 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 6947 0 0 0 92 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 9085 0 0 0 132 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833278224952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16232] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16232/stat : 16232 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833276120264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16236] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16236/stat : 16236 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2610376 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833271907368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16585] ppid=16211 vsize=9824732 CPUtime=8.22 cores=1,3,5,7
/proc/16214/task/16585/stat : 16585 (java) R 16211 16214 4526 0 -1 4202560 2 0 0 0 822 0 0 0 20 0 20 0 2612970 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833275063080 139833400252231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.16
Current children cumulated vsize (KiB) 9824732

[startup+34.8008 s]
/proc/loadavg: 1.44 1.35 1.59 3/216 16634
/proc/meminfo: memFree=30555676/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=32.56 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 20516 0 1 0 3161 95 0 0 20 0 20 0 2610356 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 51884 2288 9 0 2446860 0
[pid=16214/tid=16216] ppid=16211 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16214/task/16216/stat : 16216 (java) S 16211 16214 4526 0 -1 4202560 2454 0 1 0 21 2 0 0 20 0 20 0 2610357 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833459929976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16217] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16217/stat : 16217 (java) S 16211 16214 4526 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833303054632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16218] ppid=16211 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16214/task/16218/stat : 16218 (java) S 16211 16214 4526 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833302001832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16219] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16219/stat : 16219 (java) S 16211 16214 4526 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833300949544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16220] ppid=16211 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16214/task/16220/stat : 16220 (java) S 16211 16214 4526 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833299896744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16221] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16221/stat : 16221 (java) S 16211 16214 4526 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833298844456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16222] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16222/stat : 16222 (java) S 16211 16214 4526 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833297791656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16223] ppid=16211 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16214/task/16223/stat : 16223 (java) S 16211 16214 4526 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833296739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16224] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16224/stat : 16224 (java) S 16211 16214 4526 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833295686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16225] ppid=16211 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16214/task/16225/stat : 16225 (java) S 16211 16214 4526 0 -1 4202560 13 0 0 0 1 5 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833283487976 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16226] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16226/stat : 16226 (java) S 16211 16214 4526 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833282434040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16227] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 6947 0 0 0 92 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 9085 0 0 0 132 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833278224952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16232] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16232/stat : 16232 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833276120264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16236] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16236/stat : 16236 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2610376 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833271907368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16585] ppid=16211 vsize=9824732 CPUtime=8.62 cores=1,3,5,7
/proc/16214/task/16585/stat : 16585 (java) R 16211 16214 4526 0 -1 4202560 2 0 0 0 862 0 0 0 20 0 20 0 2612970 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833275063080 139833400610274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.56
Current children cumulated vsize (KiB) 9824732

[startup+35.2009 s]
/proc/loadavg: 1.44 1.35 1.59 2/214 16640
/proc/meminfo: memFree=30558176/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=32.97 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 20516 0 1 0 3202 95 0 0 20 0 20 0 2610356 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 51884 2288 9 0 2446860 0
[pid=16214/tid=16216] ppid=16211 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16214/task/16216/stat : 16216 (java) S 16211 16214 4526 0 -1 4202560 2454 0 1 0 21 2 0 0 20 0 20 0 2610357 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833459929976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16217] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16217/stat : 16217 (java) S 16211 16214 4526 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833303054632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16218] ppid=16211 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16214/task/16218/stat : 16218 (java) S 16211 16214 4526 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833302001832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16219] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16219/stat : 16219 (java) S 16211 16214 4526 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833300949544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16220] ppid=16211 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16214/task/16220/stat : 16220 (java) S 16211 16214 4526 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833299896744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16221] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16221/stat : 16221 (java) S 16211 16214 4526 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833298844456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16222] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16222/stat : 16222 (java) S 16211 16214 4526 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833297791656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16223] ppid=16211 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16214/task/16223/stat : 16223 (java) S 16211 16214 4526 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833296739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16224] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16224/stat : 16224 (java) S 16211 16214 4526 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833295686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16225] ppid=16211 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16214/task/16225/stat : 16225 (java) S 16211 16214 4526 0 -1 4202560 13 0 0 0 1 5 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833283487976 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16226] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16226/stat : 16226 (java) S 16211 16214 4526 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833282434040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16227] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 6947 0 0 0 92 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 9085 0 0 0 132 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833278224952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16232] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16232/stat : 16232 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833276120264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16236] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16236/stat : 16236 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2610376 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833271907368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16585] ppid=16211 vsize=9824732 CPUtime=9.03 cores=1,3,5,7
/proc/16214/task/16585/stat : 16585 (java) R 16211 16214 4526 0 -1 4202560 2 0 0 0 903 0 0 0 20 0 20 0 2612970 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833275062960 139833400252199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.97
Current children cumulated vsize (KiB) 9824732

[startup+35.3078 s]
/proc/loadavg: 1.44 1.35 1.59 2/214 16640
/proc/meminfo: memFree=30558176/32872528 swapFree=533456/566160
[pid=16214] ppid=16211 vsize=9824732 CPUtime=33.07 cores=1,3,5,7
/proc/16214/stat : 16214 (java) S 16211 16214 4526 0 -1 4202496 20516 0 1 0 3212 95 0 0 20 0 20 0 2610356 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 140735360989824 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16214/statm: 2456183 51884 2288 9 0 2446860 0
[pid=16214/tid=16216] ppid=16211 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16214/task/16216/stat : 16216 (java) S 16211 16214 4526 0 -1 4202560 2454 0 1 0 21 2 0 0 20 0 20 0 2610357 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833459929976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16217] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16217/stat : 16217 (java) S 16211 16214 4526 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833303054632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16218] ppid=16211 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16214/task/16218/stat : 16218 (java) S 16211 16214 4526 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833302001832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16219] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16219/stat : 16219 (java) S 16211 16214 4526 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833300949544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16220] ppid=16211 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16214/task/16220/stat : 16220 (java) S 16211 16214 4526 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833299896744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16221] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16221/stat : 16221 (java) S 16211 16214 4526 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833298844456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16222] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16222/stat : 16222 (java) S 16211 16214 4526 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833297791656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16223] ppid=16211 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16214/task/16223/stat : 16223 (java) S 16211 16214 4526 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833296739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16224] ppid=16211 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16214/task/16224/stat : 16224 (java) S 16211 16214 4526 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 2610358 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833295686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16225] ppid=16211 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16214/task/16225/stat : 16225 (java) S 16211 16214 4526 0 -1 4202560 13 0 0 0 1 5 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833283487976 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16226] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16226/stat : 16226 (java) S 16211 16214 4526 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833282434040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16227] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16227/stat : 16227 (java) S 16211 16214 4526 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 20 0 2610360 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833281381640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16228] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16228/stat : 16228 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833280330128 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16229] ppid=16211 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/16214/task/16229/stat : 16229 (java) S 16211 16214 4526 0 -1 4202560 6947 0 0 0 92 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833279277752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16230] ppid=16211 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16214/task/16230/stat : 16230 (java) S 16211 16214 4526 0 -1 4202560 9085 0 0 0 132 2 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833278224952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16214/tid=16231] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16231/stat : 16231 (java) S 16211 16214 4526 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833277172856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16214/tid=16232] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16232/stat : 16232 (java) S 16211 16214 4526 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 2610362 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833276120264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16214/tid=16236] ppid=16211 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16214/task/16236/stat : 16236 (java) S 16211 16214 4526 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2610376 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833271907368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16214/tid=16585] ppid=16211 vsize=9824732 CPUtime=9.13 cores=1,3,5,7
/proc/16214/task/16585/stat : 16585 (java) R 16211 16214 4526 0 -1 4202560 2 0 0 0 913 0 0 0 20 0 20 0 2612970 10060525568 51884 33554432000 1073741824 1073778376 140735360998688 139833275062960 139833400252145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 33.07
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): 35.3858
CPU time (s): 33.2589
CPU user time (s): 32.2061
CPU system time (s): 1.05284
CPU usage (%): 93.9897
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1961
system time used= 1.05284
maximum resident set size= 218524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20530
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= 2777
involuntary context switches= 898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.274958 second user time and 0.32495 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-30 22:42:20
IDJOB=4110225
IDBENCH=79206
IDSOLVER=2552
FILE ID=node138/4110225-1467319340
RUNJOBID= node138-1467318725-7292
PBS_JOBID= 20005291
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 757f0ee369969ddf8bfd897da7532965
RANDOM SEED=1040233356

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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.487
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:        29818976 kB
Buffers:          104416 kB
Cached:           373120 kB
SwapCached:            0 kB
Active:          1436448 kB
Inactive:         309268 kB
Active(anon):    1255640 kB
Inactive(anon):    14976 kB
Active(file):     180808 kB
Inactive(file):   294292 kB
Unevictable:      566160 kB
Mlocked:          533456 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:       1827988 kB
Mapped:            22204 kB
Shmem:               204 kB
Slab:             603768 kB
SReclaimable:      47332 kB
SUnreclaim:       556436 kB
KernelStack:        1776 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3257880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1220608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node138 at 2016-06-30 22:42:56