Trace number 4091994

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 22.8605 22.1741

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220767--soft-66-100-0.wbo
MD5SUM0e6c262e00c2bafdec71b4c92c644f07
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark32.994
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091994-1466077508.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.063s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     197
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 => 28
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
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.OriginalBinaryClausePB => 2
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.09/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.09/0.18	c 101 constraints processed.
0.09/0.18	c objective function length is 28 literals
2.21/0.72	c And the winner is solver1
2.21/0.75	c cleaning 2501 clauses out of 5002 with flag 13031/5002
2.71/1.19	c SATISFIABLE
2.71/1.19	c OPTIMIZING...
2.71/1.19	c Got one! Elapsed wall clock time (in seconds):1.068
2.71/1.19	o 1133
2.96/1.33	c cleaning 3750 clauses out of 7501 with flag 14700/10002
3.34/1.41	c And the winner is solver0
3.40/1.69	c Got one! Elapsed wall clock time (in seconds):1.569
3.40/1.69	o 1114
3.40/1.69	c And the winner is solver0
3.40/2.19	c Got one! Elapsed wall clock time (in seconds):2.07
3.40/2.19	o 444
3.43/2.24	c And the winner is solver0
3.51/2.69	c Got one! Elapsed wall clock time (in seconds):2.571
3.51/2.69	o 443
3.51/2.69	c And the winner is solver0
3.52/3.19	c Got one! Elapsed wall clock time (in seconds):3.072
3.52/3.19	o 348
3.52/3.26	c cleaning 5365 clauses out of 10731 with flag 6387/16982
3.52/3.30	c And the winner is solver0
3.79/3.69	c Got one! Elapsed wall clock time (in seconds):3.573
3.79/3.69	o 343
3.80/3.70	c And the winner is solver0
3.80/4.19	c Got one! Elapsed wall clock time (in seconds):4.074
3.80/4.19	o 311
3.80/4.20	c And the winner is solver0
3.80/4.69	c Got one! Elapsed wall clock time (in seconds):4.575
3.80/4.69	o 297
4.01/4.82	c cleaning 5823 clauses out of 11651 with flag 13356/23267
4.01/4.82	c And the winner is solver0
4.09/5.19	c Got one! Elapsed wall clock time (in seconds):5.076
4.09/5.19	o 294
4.30/5.37	c cleaning 5530 clauses out of 11060 with flag 16355/28499
4.30/5.38	c And the winner is solver0
4.72/5.69	c Got one! Elapsed wall clock time (in seconds):5.577
4.72/5.69	o 288
4.94/5.85	c cleaning 5417 clauses out of 10839 with flag 15847/33808
5.21/5.92	c And the winner is solver0
5.46/6.20	c Got one! Elapsed wall clock time (in seconds):6.078
5.46/6.20	o 283
5.46/6.22	c And the winner is solver0
5.52/6.70	c Got one! Elapsed wall clock time (in seconds):6.579
5.52/6.70	o 278
5.53/6.71	c And the winner is solver0
5.53/7.20	c Got one! Elapsed wall clock time (in seconds):7.08
5.53/7.20	o 274
5.53/7.22	c And the winner is solver0
5.57/7.70	c Got one! Elapsed wall clock time (in seconds):7.581
5.57/7.70	o 273
5.58/7.71	c And the winner is solver0
5.59/8.20	c Got one! Elapsed wall clock time (in seconds):8.082
5.59/8.20	o 272
5.79/8.30	c cleaning 6205 clauses out of 12419 with flag 10465/40805
5.79/8.34	c And the winner is solver0
6.37/8.70	c Got one! Elapsed wall clock time (in seconds):8.583
6.37/8.70	o 271
6.57/8.82	c cleaning 5960 clauses out of 11924 with flag 13896/46515
6.77/8.98	c cleaning 5982 clauses out of 11964 with flag 34231/52515
6.95/9.10	c And the winner is solver0
7.18/9.20	c Got one! Elapsed wall clock time (in seconds):9.084
7.18/9.20	o 252
7.18/9.24	c cleaning 5530 clauses out of 11059 with flag 3774/57592
7.57/9.40	c cleaning 5761 clauses out of 11531 with flag 25698/63594
7.57/9.42	c And the winner is solver0
7.62/9.70	c Got one! Elapsed wall clock time (in seconds):9.585
7.62/9.70	o 224
7.81/9.82	c And the winner is solver0
7.87/10.20	c Got one! Elapsed wall clock time (in seconds):10.086
7.87/10.20	o 221
7.87/10.27	c cleaning 6201 clauses out of 12408 with flag 7728/70232
8.05/10.37	c And the winner is solver0
8.23/10.70	c Got one! Elapsed wall clock time (in seconds):10.587
8.23/10.70	o 205
8.23/10.73	c And the winner is solver0
8.31/11.21	c Got one! Elapsed wall clock time (in seconds):11.087
8.31/11.21	o 199
8.55/11.30	c cleaning 6326 clauses out of 12663 with flag 7062/76688
8.75/11.45	c And the winner is solver0
9.11/11.76	c Got one! Elapsed wall clock time (in seconds):11.638
9.11/11.76	o 197
9.25/11.83	c And the winner is solver0
9.62/12.26	c Got one! Elapsed wall clock time (in seconds):12.139
9.62/12.26	o 182
9.70/12.37	c cleaning 8656 clauses out of 17318 with flag 11790/87669
10.11/12.56	c cleaning 7326 clauses out of 14661 with flag 38712/93668
10.11/12.56	c And the winner is solver0
10.31/12.76	c Got one! Elapsed wall clock time (in seconds):12.64
10.31/12.76	o 158
10.39/12.89	c And the winner is solver0
10.82/13.26	c Got one! Elapsed wall clock time (in seconds):13.141
10.82/13.26	o 143
10.82/13.30	c cleaning 6712 clauses out of 13443 with flag 3889/99776
10.92/13.31	c And the winner is solver0
11.25/13.76	c Got one! Elapsed wall clock time (in seconds):13.642
11.25/13.76	o 140
11.32/13.85	c And the winner is solver0
11.72/14.26	c Got one! Elapsed wall clock time (in seconds):14.143
11.72/14.26	o 135
11.83/14.36	c cleaning 6227 clauses out of 12462 with flag 8084/105507
12.22/14.51	c And the winner is solver0
12.40/14.76	c Got one! Elapsed wall clock time (in seconds):14.643
12.40/14.76	o 130
12.47/14.80	c And the winner is solver0
12.51/15.26	c Got one! Elapsed wall clock time (in seconds):15.144
12.51/15.26	o 116
12.79/15.42	c cleaning 8584 clauses out of 17169 with flag 18002/116441
12.79/15.44	c And the winner is solver0
13.07/15.76	c Got one! Elapsed wall clock time (in seconds):15.645
13.07/15.76	o 111
13.14/15.84	c And the winner is solver0
13.54/16.26	c Got one! Elapsed wall clock time (in seconds):16.146
13.54/16.26	o 106
13.60/16.38	c cleaning 7434 clauses out of 14880 with flag 13930/122736
13.80/16.47	c And the winner is solver0
14.12/16.76	c Got one! Elapsed wall clock time (in seconds):16.647
14.12/16.76	o 97
14.12/16.79	c And the winner is solver0
14.19/17.27	c Got one! Elapsed wall clock time (in seconds):17.147
14.19/17.27	o 86
14.25/17.34	c cleaning 6861 clauses out of 13736 with flag 9029/129026
14.65/17.52	c cleaning 6436 clauses out of 12879 with flag 34418/135030
14.65/17.58	c And the winner is solver0
14.88/17.77	c Got one! Elapsed wall clock time (in seconds):17.649
14.88/17.77	o 81
14.94/17.87	c cleaning 5746 clauses out of 11501 with flag 13034/140088
15.36/18.05	c And the winner is solver0
15.57/18.27	c Got one! Elapsed wall clock time (in seconds):18.15
15.57/18.27	o 80
15.83/18.48	c cleaning 8298 clauses out of 16596 with flag 26511/150929
16.23/18.67	c cleaning 7143 clauses out of 14297 with flag 55183/156928
16.65/18.89	c cleaning 7074 clauses out of 14153 with flag 88654/163928
17.23/19.14	c cleaning 7538 clauses out of 15078 with flag 124865/171928
17.84/19.46	c cleaning 8269 clauses out of 16539 with flag 169830/180928
18.67/19.83	c cleaning 9129 clauses out of 18267 with flag 220137/190928
19.46/20.26	c cleaning 10069 clauses out of 20138 with flag 276716/201929
20.46/20.75	c cleaning 11030 clauses out of 22064 with flag 337932/213930
21.65/21.32	c cleaning 12013 clauses out of 24028 with flag 405709/226928
22.05/21.57	c And the winner is solver0
22.73/22.15	c >>>>>>>>>> Solver number 0 (35 answers) <<<<<<<<<<<<<<<<<<
22.73/22.15	c starts		: 704
22.73/22.15	c conflicts		: 233641
22.73/22.15	c decisions		: 359691
22.73/22.15	c propagations		: 4702390
22.73/22.15	c inspects		: 92869550
22.73/22.15	c shortcuts		: 0
22.73/22.15	c learnt literals	: 32
22.73/22.15	c learnt binary clauses	: 161
22.73/22.15	c learnt ternary clauses	: 842
22.73/22.15	c learnt constraints	: 233608
22.73/22.15	c ignored constraints	: 0
22.73/22.15	c root simplifications	: 0
22.73/22.15	c removed literals (reason simplification)	: 2782769
22.73/22.15	c reason swapping (by a shorter reason)	: 0
22.73/22.15	c Calls to reduceDB	: 31
22.73/22.15	c Number of update (reduction) of LBD	: 55098
22.73/22.15	c Imported unit clauses	: 0
22.73/22.15	c number of reductions to clauses (during analyze)	: 0
22.73/22.15	c number of learned constraints concerned by reduction	: 0
22.73/22.15	c number of learning phase by resolution	: 0
22.73/22.15	c number of learning phase by cutting planes	: 0
22.73/22.15	c speed (assignments/second)	: 224275.7666809749
22.73/22.15	c non guided choices	1265
22.73/22.15	c learnt constraints type 
22.73/22.15	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
22.73/22.15	c starts		: 37
22.73/22.15	c conflicts		: 574
22.73/22.15	c decisions		: 4249
22.73/22.15	c propagations		: 23208
22.73/22.15	c inspects		: 1275557
22.73/22.15	c shortcuts		: 0
22.73/22.15	c learnt literals	: 0
22.73/22.15	c learnt binary clauses	: 0
22.73/22.15	c learnt ternary clauses	: 0
22.73/22.15	c learnt constraints	: 542
22.73/22.15	c ignored constraints	: 0
22.73/22.15	c root simplifications	: 0
22.73/22.15	c removed literals (reason simplification)	: 0
22.73/22.15	c reason swapping (by a shorter reason)	: 0
22.73/22.15	c Calls to reduceDB	: 0
22.73/22.15	c Number of update (reduction) of LBD	: 0
22.73/22.15	c Imported unit clauses	: 0
22.73/22.15	c number of reductions to clauses (during analyze)	: 0
22.73/22.15	c number of learned constraints concerned by reduction	: 0
22.73/22.15	c number of learning phase by resolution	: 0
22.73/22.15	c number of learning phase by cutting planes	: 0
22.73/22.15	c speed (assignments/second)	: 5975.283213182286
22.73/22.15	c non guided choices	633
22.73/22.15	c learnt constraints type 
22.73/22.15	s OPTIMUM FOUND
22.73/22.15	c Found 35 solution(s)
22.73/22.15	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 
22.73/22.16	c objective function=80
22.73/22.16	c Total wall clock time (in seconds): 22.038

Verifier Data

OK	80

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

pid=16155
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: 2.80 3.89 3.85 2/194 16158
/proc/meminfo: memFree=30396448/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16158/stat : 16158 (java) D 16155 16158 10365 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 9797291 9515008 185 33554432000 1073741824 1073778376 140737150110352 140737150099416 229346733351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2323 185 143 9 0 71 0

[startup+0.100133 s]
/proc/loadavg: 2.80 3.89 3.85 2/194 16158
/proc/meminfo: memFree=30396448/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 9797291 9787879424 6034 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 2.80 3.89 3.85 2/194 16158
/proc/meminfo: memFree=30396448/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 4797 0 1 0 22 1 0 0 20 0 22 0 9797291 10060525568 7903 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 7903 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300241 s]
/proc/loadavg: 2.80 3.89 3.85 2/194 16158
/proc/meminfo: memFree=30396448/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9826112 CPUtime=0.61 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 7785 0 1 0 60 1 0 0 20 0 22 0 9797291 10061938688 10387 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456528 10301 2250 9 0 2447205 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9826112

[startup+0.700178 s]
/proc/loadavg: 2.80 3.89 3.85 2/194 16158
/proc/meminfo: memFree=30396448/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 14596 0 1 0 218 3 0 0 20 0 22 0 9797291 10060525568 20241 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 20241 2258 9 0 2446860 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 2.80 3.89 3.85 1/213 16189
/proc/meminfo: memFree=30312316/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 19918 0 1 0 332 8 0 0 20 0 19 0 9797291 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 36112 2271 9 0 2446860 0
[pid=16158/tid=16162] ppid=16155 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/16158/task/16162/stat : 16162 (java) S 16155 16158 10365 0 -1 4202560 2412 0 1 0 14 1 0 0 20 0 19 0 9797292 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791163667320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16164] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16164/stat : 16164 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791125158184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16165] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16165/stat : 16165 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791124105384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16166] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16166/stat : 16166 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791123053096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16167] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16167/stat : 16167 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791122000296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16168] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16168/stat : 16168 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791120948008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16169] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16169/stat : 16169 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791001709224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16170] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16170/stat : 16170 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139791000656936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16171] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16171/stat : 16171 (java) S 16155 16158 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790999604136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16172] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16172/stat : 16172 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790987405544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16173] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16173/stat : 16173 (java) S 16155 16158 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790986351608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16174] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16174/stat : 16174 (java) S 16155 16158 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790380950792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16175] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5513 0 0 0 80 0 0 0 20 0 19 0 9797297 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 10615 0 0 0 84 2 0 0 20 0 19 0 9797297 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 36112 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 2.57 3.83 3.83 3/216 16204
/proc/meminfo: memFree=30242188/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=3.52 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 19953 0 1 0 342 10 0 0 20 0 19 0 9797291 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 43793 2271 9 0 2446860 0
[pid=16158/tid=16162] ppid=16155 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16158/task/16162/stat : 16162 (java) S 16155 16158 10365 0 -1 4202560 2413 0 1 0 14 2 0 0 20 0 19 0 9797292 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791163667320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16164] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16164/stat : 16164 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791125158184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16165] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16165/stat : 16165 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791124105384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16166] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16166/stat : 16166 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791123053096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16167] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16167/stat : 16167 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791122000296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16168] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16168/stat : 16168 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791120948008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16169] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16169/stat : 16169 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791001709224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16170] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16170/stat : 16170 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139791000656936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16171] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16171/stat : 16171 (java) S 16155 16158 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9797293 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790999604136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16172] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16172/stat : 16172 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790987405544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16173] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16173/stat : 16173 (java) S 16155 16158 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790986351608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16174] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16174/stat : 16174 (java) S 16155 16158 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790380950792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16175] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5513 0 0 0 80 0 0 0 20 0 19 0 9797297 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 10615 0 0 0 84 2 0 0 20 0 19 0 9797297 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16192] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16192/stat : 16192 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797410 10060525568 43793 33554432000 1073741824 1073778376 140737150110352 139790371477160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9824732

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

[startup+3.70075 s]
/proc/loadavg: 2.57 3.83 3.83 3/216 16216
/proc/meminfo: memFree=30215172/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 20004 0 1 0 367 13 0 0 20 0 22 0 9797291 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 45357 2284 9 0 2446860 0
[pid=16158/tid=16162] ppid=16155 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/16158/task/16162/stat : 16162 (java) S 16155 16158 10365 0 -1 4202560 2414 0 1 0 15 2 0 0 20 0 22 0 9797292 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791163667320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16164] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16164/stat : 16164 (java) S 16155 16158 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791125158184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16165] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16165/stat : 16165 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791124105384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16166] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16166/stat : 16166 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791123053096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16167] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16167/stat : 16167 (java) S 16155 16158 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791122000296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16168] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16168/stat : 16168 (java) S 16155 16158 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791120948008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16169] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16169/stat : 16169 (java) S 16155 16158 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791001709224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16170] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16170/stat : 16170 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139791000656936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16171] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16171/stat : 16171 (java) S 16155 16158 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9797293 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790999604136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16172] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16172/stat : 16172 (java) S 16155 16158 10365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 9797295 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790987405544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16173] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16173/stat : 16173 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9797295 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790986351608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16174] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16174/stat : 16174 (java) S 16155 16158 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9797295 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790380950792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16175] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797297 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5513 0 0 0 80 0 0 0 20 0 22 0 9797297 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 10615 0 0 0 86 2 0 0 20 0 22 0 9797297 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797297 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797297 10060525568 45357 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797297 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5520 0 0 0 90 0 0 0 20 0 22 0 9797297 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 21239 0 0 0 178 4 0 0 20 0 22 0 9797297 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797297 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9797297 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16192] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16192/stat : 16192 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9797410 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790371477160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16444] ppid=16155 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/16158/task/16444/stat : 16444 (java) R 16155 16158 10365 0 -1 4202560 7 0 0 0 250 0 0 0 20 0 22 0 9799119 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790373572624 139791002293114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16445] ppid=16155 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/16158/task/16445/stat : 16445 (java) R 16155 16158 10365 0 -1 4202560 4 0 0 0 250 0 0 0 20 0 22 0 9799119 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790374631848 139791002313614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16446] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16446/stat : 16446 (java) S 16155 16158 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9799119 10060525568 54965 33554432000 1073741824 1073778376 140737150110352 139790372529576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 9824732

[startup+21.6009 s]
/proc/loadavg: 2.46 3.74 3.80 3/216 16461
/proc/meminfo: memFree=30294496/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=22.22 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 31088 0 1 0 2145 77 0 0 20 0 20 0 9797291 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 54958 2287 9 0 2446860 0
[pid=16158/tid=16162] ppid=16155 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16158/task/16162/stat : 16162 (java) S 16155 16158 10365 0 -1 4202560 2415 0 1 0 17 2 0 0 20 0 20 0 9797292 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791163667320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16164] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16164/stat : 16164 (java) S 16155 16158 10365 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791125158184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16165] ppid=16155 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16158/task/16165/stat : 16165 (java) S 16155 16158 10365 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791124105384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16166] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16166/stat : 16166 (java) S 16155 16158 10365 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791123053096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16167] ppid=16155 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16158/task/16167/stat : 16167 (java) S 16155 16158 10365 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791122000296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16168] ppid=16155 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16158/task/16168/stat : 16168 (java) S 16155 16158 10365 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791120948008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16169] ppid=16155 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16158/task/16169/stat : 16169 (java) S 16155 16158 10365 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791001709224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16170] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16170/stat : 16170 (java) S 16155 16158 10365 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791000656936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16171] ppid=16155 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16158/task/16171/stat : 16171 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790999604136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16172] ppid=16155 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16158/task/16172/stat : 16172 (java) S 16155 16158 10365 0 -1 4202560 14 0 0 0 0 6 0 0 20 0 20 0 9797295 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790987405544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16173] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16173/stat : 16173 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 9797295 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790986351608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16174] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16174/stat : 16174 (java) S 16155 16158 10365 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 9797295 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790380950792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16175] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5520 0 0 0 90 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 21239 0 0 0 178 4 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16192] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16192/stat : 16192 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 9797410 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790371477160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16445] ppid=16155 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/16158/task/16445/stat : 16445 (java) R 16155 16158 10365 0 -1 4202560 4 0 0 0 330 0 0 0 20 0 20 0 9799119 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790374631768 139791002313597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (KiB) 9824732

[startup+22.0007 s]
/proc/loadavg: 2.34 3.69 3.79 2/214 16467
/proc/meminfo: memFree=30273536/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=22.63 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 31088 0 1 0 2186 77 0 0 20 0 20 0 9797291 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 54958 2287 9 0 2446860 0
[pid=16158/tid=16162] ppid=16155 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16158/task/16162/stat : 16162 (java) S 16155 16158 10365 0 -1 4202560 2415 0 1 0 17 2 0 0 20 0 20 0 9797292 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791163667320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16164] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16164/stat : 16164 (java) S 16155 16158 10365 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791125158184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16165] ppid=16155 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16158/task/16165/stat : 16165 (java) S 16155 16158 10365 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791124105384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16166] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16166/stat : 16166 (java) S 16155 16158 10365 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791123053096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16167] ppid=16155 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16158/task/16167/stat : 16167 (java) S 16155 16158 10365 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791122000296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16168] ppid=16155 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16158/task/16168/stat : 16168 (java) S 16155 16158 10365 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791120948008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16169] ppid=16155 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16158/task/16169/stat : 16169 (java) S 16155 16158 10365 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791001709224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16170] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16170/stat : 16170 (java) S 16155 16158 10365 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139791000656936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16171] ppid=16155 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16158/task/16171/stat : 16171 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 20 0 9797293 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790999604136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16172] ppid=16155 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16158/task/16172/stat : 16172 (java) S 16155 16158 10365 0 -1 4202560 14 0 0 0 0 6 0 0 20 0 20 0 9797295 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790987405544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16173] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16173/stat : 16173 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 9797295 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790986351608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16174] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16174/stat : 16174 (java) S 16155 16158 10365 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 9797295 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790380950792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16175] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5520 0 0 0 90 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 21239 0 0 0 178 4 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9797297 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16192] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16192/stat : 16192 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 9797410 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790371477160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16445] ppid=16155 vsize=9824732 CPUtime=3.71 cores=1,3,5,7
/proc/16158/task/16445/stat : 16445 (java) R 16155 16158 10365 0 -1 4202560 4 0 0 0 371 0 0 0 20 0 20 0 9799119 10060525568 54958 33554432000 1073741824 1073778376 140737150110352 139790374631648 139791002313604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 9824732

[startup+22.1078 s]
/proc/loadavg: 2.34 3.69 3.79 2/214 16467
/proc/meminfo: memFree=30273536/32872528 swapFree=1370072/1517240
[pid=16158] ppid=16155 vsize=9824732 CPUtime=22.72 cores=1,3,5,7
/proc/16158/stat : 16158 (java) S 16155 16158 10365 0 -1 4202496 31088 0 1 0 2194 78 0 0 20 0 19 0 9797291 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 140737150101488 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16158/statm: 2456183 54956 2287 9 0 2446860 0
[pid=16158/tid=16162] ppid=16155 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16158/task/16162/stat : 16162 (java) S 16155 16158 10365 0 -1 4202560 2415 0 1 0 17 2 0 0 20 0 19 0 9797292 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791163667320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16164] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16164/stat : 16164 (java) S 16155 16158 10365 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791125158184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16165] ppid=16155 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16158/task/16165/stat : 16165 (java) S 16155 16158 10365 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791124105384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16166] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16166/stat : 16166 (java) S 16155 16158 10365 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791123053096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16167] ppid=16155 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16158/task/16167/stat : 16167 (java) S 16155 16158 10365 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791122000296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16168] ppid=16155 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16158/task/16168/stat : 16168 (java) S 16155 16158 10365 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791120948008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16169] ppid=16155 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16158/task/16169/stat : 16169 (java) S 16155 16158 10365 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791001709224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16170] ppid=16155 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16158/task/16170/stat : 16170 (java) S 16155 16158 10365 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139791000656936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16171] ppid=16155 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16158/task/16171/stat : 16171 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 19 0 9797293 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790999604136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16172] ppid=16155 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16158/task/16172/stat : 16172 (java) S 16155 16158 10365 0 -1 4202560 14 0 0 0 0 6 0 0 20 0 19 0 9797295 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790987405544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16173] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16173/stat : 16173 (java) S 16155 16158 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790986351608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16174] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16174/stat : 16174 (java) S 16155 16158 10365 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 9797295 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790380950792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16175] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16175/stat : 16175 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790379899280 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16158/tid=16176] ppid=16155 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16158/task/16176/stat : 16176 (java) S 16155 16158 10365 0 -1 4202560 5520 0 0 0 90 0 0 0 20 0 19 0 9797297 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790378846904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16158/tid=16177] ppid=16155 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/16158/task/16177/stat : 16177 (java) S 16155 16158 10365 0 -1 4202560 21239 0 0 0 178 4 0 0 20 0 19 0 9797297 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790377794104 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16178] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16178/stat : 16178 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790376742008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16158/tid=16179] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16179/stat : 16179 (java) S 16155 16158 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797297 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790375689416 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16158/tid=16192] ppid=16155 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16158/task/16192/stat : 16192 (java) S 16155 16158 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797410 10060525568 54956 33554432000 1073741824 1073778376 140737150110352 139790371477160 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 22.72
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.0100002
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 22.1741
CPU time (s): 22.8605
CPU user time (s): 21.9887
CPU system time (s): 0.871867
CPU usage (%): 103.096
Max. virtual memory (cumulated for all children) (KiB): 9826112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9787
system time used= 0.871867
maximum resident set size= 223644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31101
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2063
involuntary context switches= 852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.103984 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 13:45:08
IDJOB=4091994
IDBENCH=78812
IDSOLVER=2552
FILE ID=node129/4091994-1466077508
RUNJOBID= node129-1466075282-14447
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/wnqueen/normalized-t2001.13queen13.1111220767--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091994-1466077508/watcher-4091994-1466077508 -o /tmp/evaluation-result-4091994-1466077508/solver-4091994-1466077508 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466075282-14447 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091994-1466077508.wbo

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

MD5SUM BENCH= 0e6c262e00c2bafdec71b4c92c644f07
RANDOM SEED=1403759202

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:        30396712 kB
Buffers:           20636 kB
Cached:            54372 kB
SwapCached:          672 kB
Active:           213512 kB
Inactive:          46376 kB
Active(anon):     186312 kB
Inactive(anon):      912 kB
Active(file):      27200 kB
Inactive(file):    45464 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:       1700976 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             565828 kB
SReclaimable:       9744 kB
SUnreclaim:       556084 kB
KernelStack:        1648 kB
PageTables:         7600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2208888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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 13:45:30