Trace number 4119126

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT-1484348 26.7729 23.8617

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2g-0055-0062.lin.opb
MD5SUM320a6f7289c9b445d3061801f3d3ffdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1484348
Best CPU time to get the best result obtained on this benchmark10.2634
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables225
Total number of constraints325
Number of constraints which are clauses150
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints150
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 150
Biggest coefficient in the objective function 217400
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 11299443
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 217400
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 11299443
Number of bits of the biggest sum of numbers24
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.05/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.32	c See www.sat4j.org for details.
0.05/0.33	c version PB16.v20160501
0.05/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.33	c java.vm.version	19.1-b02
0.05/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.33	c sun.arch.data.model	64
0.05/0.33	c java.version		1.6.0_24
0.05/0.33	c os.name		Linux
0.05/0.33	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.33	c os.arch		amd64
0.05/0.33	c Free memory 		501472288
0.05/0.33	c Max memory 		7480803328
0.05/0.33	c Total memory 		504102912
0.05/0.33	c Number of processors 	8
0.05/0.37	c Pseudo Boolean Optimization by upper bound
0.05/0.37	c ManyCore solver with 2 solvers running in parallel
0.05/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.37	c --- Begin Solver configuration ---
0.05/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.05/0.37	c Learn all clauses as in MiniSAT
0.05/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.37	c Expensive reason simplification
0.05/0.37	c Glucose 2.1 dynamic restart strategy
0.05/0.37	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.05/0.37	c timeout=2147483s
0.05/0.37	c DB Simplification allowed=false
0.05/0.37	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.37	c --- End Solver configuration ---
0.05/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.37	c --- Begin Solver configuration ---
0.05/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.05/0.37	c Learn all clauses as in MiniSAT
0.05/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.37	c No reason simplification
0.05/0.37	c Armin Biere (Picosat) restarts strategy
0.05/0.37	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.05/0.37	c timeout=2147483s
0.05/0.37	c DB Simplification allowed=false
0.05/0.37	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.37	c --- End Solver configuration ---
0.05/0.37	c solving HOME/instance-4119126-1467248485.opb
0.05/0.37	c reading problem ... 
0.05/0.37	c  objective function found
0.17/0.44	c ... done. Wall clock time 0.07s.
0.17/0.44	c declared #vars     225
0.17/0.44	c #constraints  350
0.17/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.17/0.45	c constraints type 
0.17/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 175
0.17/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
0.17/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 150
0.17/0.45	c 350 constraints processed.
0.17/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.17/0.45	c constraints type 
0.17/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 175
0.17/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25
0.17/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 150
0.17/0.45	c 350 constraints processed.
0.17/0.45	c objective function length is 150 literals
0.17/0.46	c And the winner is solver0
0.24/0.95	c SATISFIABLE
0.24/0.95	c OPTIMIZING...
0.24/0.95	c Got one! Elapsed wall clock time (in seconds):0.587
0.24/1.05	o -1177247
0.24/1.06	c And the winner is solver0
0.25/1.56	c Got one! Elapsed wall clock time (in seconds):1.191
0.25/1.56	o -1188015
0.25/1.58	c And the winner is solver0
0.30/2.06	c Got one! Elapsed wall clock time (in seconds):1.694
0.30/2.06	o -1188402
0.30/2.07	c And the winner is solver0
0.31/2.56	c Got one! Elapsed wall clock time (in seconds):2.196
0.31/2.56	o -1351731
0.31/2.57	c And the winner is solver0
0.36/3.06	c Got one! Elapsed wall clock time (in seconds):2.699
0.36/3.06	o -1354317
2.04/3.59	c And the winner is solver1
2.71/3.70	c cleaning 2507 clauses out of 5018 with flag 12222/5018
2.86/4.07	c Got one! Elapsed wall clock time (in seconds):3.701
2.86/4.07	o -1369178
3.71/4.45	c cleaning 3758 clauses out of 7515 with flag 13877/10022
4.58/4.83	c cleaning 4877 clauses out of 9753 with flag 28140/16018
5.63/5.36	c cleaning 5934 clauses out of 11876 with flag 44512/23018
6.25/5.61	c And the winner is solver1
6.28/6.07	c Got one! Elapsed wall clock time (in seconds):5.703
6.28/6.07	o -1403315
6.28/6.07	c And the winner is solver0
6.28/6.57	c Got one! Elapsed wall clock time (in seconds):6.205
6.28/6.57	o -1410570
6.54/6.79	c cleaning 5793 clauses out of 11598 with flag 5124/28674
6.73/6.87	c And the winner is solver0
6.95/7.07	c Got one! Elapsed wall clock time (in seconds):6.706
6.95/7.07	o -1413710
6.95/7.07	c And the winner is solver0
6.95/7.57	c Got one! Elapsed wall clock time (in seconds):7.208
6.95/7.57	o -1416518
6.95/7.58	c And the winner is solver0
6.96/8.07	c Got one! Elapsed wall clock time (in seconds):7.709
6.96/8.07	o -1429158
7.60/8.41	c And the winner is solver0
7.65/8.58	c Got one! Elapsed wall clock time (in seconds):8.211
7.65/8.58	o -1435478
7.69/8.65	c And the winner is solver0
7.81/9.08	c Got one! Elapsed wall clock time (in seconds):8.712
7.81/9.08	o -1442537
8.09/9.23	c cleaning 6399 clauses out of 12801 with flag 2565/35670
8.31/9.38	c And the winner is solver0
8.48/9.58	c Got one! Elapsed wall clock time (in seconds):9.214
8.48/9.58	o -1442867
9.04/9.84	c cleaning 5779 clauses out of 11561 with flag 7970/40829
9.45/10.08	c And the winner is solver0
9.62/10.13	c Got one! Elapsed wall clock time (in seconds):9.765
9.62/10.13	o -1445367
9.95/10.32	c cleaning 5697 clauses out of 11393 with flag 5273/46440
10.55/10.65	c And the winner is solver0
10.68/11.13	c Got one! Elapsed wall clock time (in seconds):10.767
10.68/11.13	o -1454690
10.86/11.28	c cleaning 5628 clauses out of 11265 with flag 2489/52009
11.06/11.36	c And the winner is solver0
11.21/11.63	c Got one! Elapsed wall clock time (in seconds):11.268
11.21/11.63	o -1458767
11.21/11.65	c And the winner is solver0
11.27/12.14	c Got one! Elapsed wall clock time (in seconds):11.77
11.27/12.14	o -1483908
11.79/12.46	c cleaning 5519 clauses out of 11038 with flag 11184/57410
12.59/12.85	c cleaning 5757 clauses out of 11520 with flag 26960/63411
13.40/13.28	c cleaning 6381 clauses out of 12762 with flag 45035/70410
14.82/13.91	c cleaning 7188 clauses out of 14381 with flag 65187/78410
15.63/14.36	c And the winner is solver0
15.77/14.64	c Got one! Elapsed wall clock time (in seconds):14.271
15.77/14.64	o -1484348
16.69/15.13	c cleaning 9131 clauses out of 18261 with flag 11916/89478
17.68/15.67	c cleaning 7562 clauses out of 15131 with flag 27957/95479
18.70/16.18	c cleaning 7281 clauses out of 14568 with flag 45462/102478
19.93/16.78	c cleaning 7640 clauses out of 15287 with flag 64677/110478
21.82/17.65	c cleaning 8324 clauses out of 16648 with flag 87446/119479
24.04/18.51	c cleaning 9162 clauses out of 18323 with flag 110414/129478
25.89/19.45	c cleaning 10080 clauses out of 20161 with flag 134467/140479
26.50/19.73	c And the winner is solver0
26.69/23.85	c >>>>>>>>>> Solver number 0 (18 answers) <<<<<<<<<<<<<<<<<<
26.69/23.85	c starts		: 1476
26.69/23.85	c conflicts		: 144684
26.69/23.85	c decisions		: 190925
26.69/23.85	c propagations		: 5414113
26.69/23.85	c inspects		: 175383889
26.69/23.85	c shortcuts		: 0
26.69/23.85	c learnt literals	: 11
26.69/23.85	c learnt binary clauses	: 14
26.69/23.85	c learnt ternary clauses	: 22
26.69/23.85	c learnt constraints	: 144672
26.69/23.85	c ignored constraints	: 0
26.69/23.85	c root simplifications	: 0
26.69/23.85	c removed literals (reason simplification)	: 237762
26.69/23.85	c reason swapping (by a shorter reason)	: 0
26.69/23.85	c Calls to reduceDB	: 20
26.69/23.85	c Number of update (reduction) of LBD	: 10083
26.69/23.85	c Imported unit clauses	: 0
26.69/23.85	c number of reductions to clauses (during analyze)	: 0
26.69/23.85	c number of learned constraints concerned by reduction	: 0
26.69/23.85	c number of learning phase by resolution	: 0
26.69/23.85	c number of learning phase by cutting planes	: 0
26.69/23.85	c speed (assignments/second)	: 304522.92029922944
26.69/23.85	c non guided choices	1
26.69/23.85	c learnt constraints type 
26.69/23.85	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
26.69/23.85	c starts		: 30
26.69/23.85	c conflicts		: 1853
26.69/23.85	c decisions		: 5896
26.69/23.85	c propagations		: 64543
26.69/23.85	c inspects		: 9995428
26.69/23.85	c shortcuts		: 0
26.69/23.85	c learnt literals	: 0
26.69/23.85	c learnt binary clauses	: 0
26.69/23.85	c learnt ternary clauses	: 0
26.69/23.85	c learnt constraints	: 1842
26.69/23.85	c ignored constraints	: 0
26.69/23.85	c root simplifications	: 0
26.69/23.85	c removed literals (reason simplification)	: 0
26.69/23.85	c reason swapping (by a shorter reason)	: 0
26.69/23.85	c Calls to reduceDB	: 0
26.69/23.85	c Number of update (reduction) of LBD	: 0
26.69/23.85	c Imported unit clauses	: 0
26.69/23.85	c number of reductions to clauses (during analyze)	: 0
26.69/23.85	c number of learned constraints concerned by reduction	: 0
26.69/23.85	c number of learning phase by resolution	: 0
26.69/23.85	c number of learning phase by cutting planes	: 0
26.69/23.85	c speed (assignments/second)	: 7007.165345782217
26.69/23.85	c non guided choices	1
26.69/23.85	c learnt constraints type 
26.69/23.85	s OPTIMUM FOUND
26.69/23.85	c Found 19 solution(s)
26.69/23.85	v x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 x9 -x10 x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 x26 -x27 -x28 -x29 x30 -x31 x32 -x33 -x34 x35 -x36 -x37 x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 x51 -x52 x53 -x54 x55 -x56 -x57 x58 -x59 -x60 -x61 x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 x110 x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 x172 x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 
26.69/23.85	c objective function=-1484348
26.69/23.85	c Total wall clock time (in seconds): 23.486

Verifier Data

OK	-1484348

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-4119126-1467248485/watcher-4119126-1467248485 -o /tmp/evaluation-result-4119126-1467248485/solver-4119126-1467248485 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119126-1467248485.opb 

pid=5608
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.12 2.11 1.97 3/174 5611
/proc/meminfo: memFree=31420672/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/5611/stat : 5611 (java) R 5608 5611 5416 0 -1 4202496 158 0 1 0 0 0 0 0 20 0 1 0 3879542 278528 33 33554432000 1073741824 1073778376 140734782055072 140734782052248 251134045479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5611/statm: 68 33 25 9 0 25 0

[startup+0.100163 s]
/proc/loadavg: 2.12 2.11 1.97 3/174 5611
/proc/meminfo: memFree=31420672/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5611/stat : 5611 (java) D 5608 5611 5416 0 -1 4202496 1142 0 20 0 0 0 0 0 20 0 1 0 3879542 23793664 811 33554432000 1073741824 1073778376 140734959368048 140734959358040 139920952568288 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 6 0 0
/proc/5611/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200337 s]
/proc/loadavg: 2.12 2.11 1.97 3/174 5611
/proc/meminfo: memFree=31420672/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 3040 0 30 0 1 1 0 0 20 0 13 0 3879542 9446973440 3688 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2306390 3688 1674 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300307 s]
/proc/loadavg: 2.12 2.11 1.97 3/174 5611
/proc/meminfo: memFree=31420672/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 3278 0 30 0 3 2 0 0 20 0 18 0 3879542 9787879424 4437 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2389619 4438 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.700147 s]
/proc/loadavg: 2.12 2.11 1.97 3/174 5611
/proc/meminfo: memFree=31420672/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 4691 0 31 0 21 3 0 0 20 0 19 0 3879542 10060525568 7820 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 7820 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 2.12 2.11 1.97 4/214 5664
/proc/meminfo: memFree=31192024/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 4733 0 31 0 22 3 0 0 20 0 19 0 3879542 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 8871 2225 9 0 2446860 0
[pid=5611/tid=5613] ppid=5608 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/5611/task/5613/stat : 5613 (java) S 5608 5611 5416 0 -1 4202560 2403 0 7 0 15 3 0 0 20 0 19 0 3879553 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920947815288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 24 0 0
[pid=5611/tid=5614] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5614/stat : 5614 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920909306536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5615] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5615/stat : 5615 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920790252328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3879561 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) S 5608 5611 5416 0 -1 4202560 395 0 0 0 1 0 0 0 20 0 19 0 3879569 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920297396280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) S 5608 5611 5416 0 -1 4202560 620 0 1 0 1 0 0 0 20 0 19 0 3879569 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920296343736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5660] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5660/stat : 5660 (java) S 5608 5611 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3879589 10060525568 8871 33554432000 1073741824 1073778376 140734959368048 139920291079720 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10071 s]
/proc/loadavg: 2.12 2.11 1.97 2/214 5670
/proc/meminfo: memFree=30966276/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 8913 0 31 0 41 6 0 0 20 0 22 0 3879542 10060525568 15689 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 15689 2244 9 0 2446860 0
[pid=5611/tid=5613] ppid=5608 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/5611/task/5613/stat : 5613 (java) S 5608 5611 5416 0 -1 4202560 2403 0 7 0 16 3 0 0 20 0 22 0 3879553 10060525568 15689 33554432000 1073741824 1073778376 140734959368048 139920947815288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 24 0 0
[pid=5611/tid=5614] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5614/stat : 5614 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15689 33554432000 1073741824 1073778376 140734959368048 139920909306536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5615] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5615/stat : 5615 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15689 33554432000 1073741824 1073778376 140734959368048 139920790252328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15690 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15690 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15690 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15691 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15691 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3879557 10060525568 15692 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3879561 10060525568 15692 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3879562 10060525568 15693 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3879562 10060525568 15694 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879569 10060525568 15696 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) R 5608 5611 5416 0 -1 4202560 2348 0 0 0 7 0 0 0 20 0 22 0 3879569 10060525568 15697 33554432000 1073741824 1073778376 140734959368048 139920297373368 139920953958444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) R 5608 5611 5416 0 -1 4202560 2816 0 1 0 8 0 0 0 20 0 22 0 3879569 10060525568 15697 33554432000 1073741824 1073778376 140734959368048 139920296331304 139920950429617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879569 10060525568 15698 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3879569 10060525568 15699 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5660] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5660/stat : 5660 (java) S 5608 5611 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3879589 10060525568 15700 33554432000 1073741824 1073778376 140734959368048 139920291079720 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 2.03 2.10 1.97 5/219 5689
/proc/meminfo: memFree=30373852/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=6.28 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 23301 0 31 0 611 17 0 0 20 0 19 0 3879542 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 56155 2285 9 0 2446860 0
[pid=5611/tid=5613] ppid=5608 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/5611/task/5613/stat : 5613 (java) S 5608 5611 5416 0 -1 4202560 2404 0 7 0 16 3 0 0 20 0 19 0 3879553 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920947815288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 24 0 0
[pid=5611/tid=5614] ppid=5608 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5611/task/5614/stat : 5614 (java) S 5608 5611 5416 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920909306536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5615] ppid=5608 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5611/task/5615/stat : 5615 (java) S 5608 5611 5416 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920790252328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3879557 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 3879561 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) S 5608 5611 5416 0 -1 4202560 6229 0 0 0 90 0 0 0 20 0 19 0 3879569 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920297396280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) S 5608 5611 5416 0 -1 4202560 13067 0 1 0 86 3 0 0 20 0 19 0 3879569 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920296343736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 56155 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9824732

[startup+12.7009 s]

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

[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 82 0 0 0 5 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 749 0 0 0 0 3 0 0 20 0 19 0 3879561 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) S 5608 5611 5416 0 -1 4202560 14542 0 0 0 161 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920297396280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) S 5608 5611 5416 0 -1 4202560 13072 0 1 0 91 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920296343736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5694] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5694/stat : 5694 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3880150 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920290026792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 9824732

[startup+23.2078 s]
/proc/loadavg: 2.26 2.14 1.98 3/218 5743
/proc/meminfo: memFree=29123024/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=26.69 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 33703 0 31 0 2599 70 0 0 20 0 19 0 3879542 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 291419 2287 9 0 2446860 0
[pid=5611/tid=5613] ppid=5608 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/5611/task/5613/stat : 5613 (java) D 5608 5611 5416 0 -1 4202560 2405 0 7 0 26 3 0 0 20 0 19 0 3879553 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920947810880 251146593549 0 4 0 16800975 18446744071579943789 0 0 -1 3 0 0 31 0 0
[pid=5611/tid=5614] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5614/stat : 5614 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920909306536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5615] ppid=5608 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/5611/task/5615/stat : 5615 (java) S 5608 5611 5416 0 -1 4202560 90 0 0 0 10 4 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920790252328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 82 0 0 0 5 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 749 0 0 0 0 3 0 0 20 0 19 0 3879561 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) S 5608 5611 5416 0 -1 4202560 14542 0 0 0 161 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920297396280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) S 5608 5611 5416 0 -1 4202560 13072 0 1 0 91 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920296343736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5694] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5694/stat : 5694 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3880150 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920290026792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 9824732

[startup+23.6007 s]
/proc/loadavg: 2.26 2.14 1.98 3/218 5743
/proc/meminfo: memFree=29123024/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=26.69 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 33703 0 31 0 2599 70 0 0 20 0 19 0 3879542 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 291419 2287 9 0 2446860 0
[pid=5611/tid=5613] ppid=5608 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/5611/task/5613/stat : 5613 (java) D 5608 5611 5416 0 -1 4202560 2405 0 7 0 26 3 0 0 20 0 19 0 3879553 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920947810880 251146593549 0 4 0 16800975 18446744071579943789 0 0 -1 3 0 0 31 0 0
[pid=5611/tid=5614] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5614/stat : 5614 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920909306536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5615] ppid=5608 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/5611/task/5615/stat : 5615 (java) S 5608 5611 5416 0 -1 4202560 90 0 0 0 10 4 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920790252328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 82 0 0 0 5 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 749 0 0 0 0 3 0 0 20 0 19 0 3879561 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) S 5608 5611 5416 0 -1 4202560 14542 0 0 0 161 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920297396280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) S 5608 5611 5416 0 -1 4202560 13072 0 1 0 91 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920296343736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5694] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5694/stat : 5694 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3880150 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920290026792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 9824732

[startup+23.8007 s]
/proc/loadavg: 2.26 2.14 1.98 3/218 5743
/proc/meminfo: memFree=29123024/32872528 swapFree=239532/272236
[pid=5611] ppid=5608 vsize=9824732 CPUtime=26.69 cores=1,3,5,7
/proc/5611/stat : 5611 (java) S 5608 5611 5416 0 -1 4202496 33703 0 31 0 2599 70 0 0 20 0 19 0 3879542 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 140734959359184 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/5611/statm: 2456183 291419 2287 9 0 2446860 0
[pid=5611/tid=5613] ppid=5608 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/5611/task/5613/stat : 5613 (java) D 5608 5611 5416 0 -1 4202560 2405 0 7 0 26 3 0 0 20 0 19 0 3879553 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920947810880 251146593549 0 4 0 16800975 18446744071579943789 0 0 -1 3 0 0 31 0 0
[pid=5611/tid=5614] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5614/stat : 5614 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920909306536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5615] ppid=5608 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/5611/task/5615/stat : 5615 (java) S 5608 5611 5416 0 -1 4202560 90 0 0 0 10 4 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920790252328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5616] ppid=5608 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/5611/task/5616/stat : 5616 (java) S 5608 5611 5416 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920789199784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5617] ppid=5608 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5611/task/5617/stat : 5617 (java) S 5608 5611 5416 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920788147240 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5618] ppid=5608 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5611/task/5618/stat : 5618 (java) S 5608 5611 5416 0 -1 4202560 82 0 0 0 5 3 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920787093672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5619] ppid=5608 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5611/task/5619/stat : 5619 (java) S 5608 5611 5416 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920786041128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5620] ppid=5608 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5611/task/5620/stat : 5620 (java) S 5608 5611 5416 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920784988584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5621] ppid=5608 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/5611/task/5621/stat : 5621 (java) S 5608 5611 5416 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 3879557 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920783936040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5622] ppid=5608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5611/task/5622/stat : 5622 (java) S 5608 5611 5416 0 -1 4202560 749 0 0 0 0 3 0 0 20 0 19 0 3879561 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920301607528 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5623] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5623/stat : 5623 (java) S 5608 5611 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920300553848 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5624] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5624/stat : 5624 (java) S 5608 5611 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3879562 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920299501192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5611/tid=5625] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5625/stat : 5625 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920298449936 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5611/tid=5626] ppid=5608 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/5611/task/5626/stat : 5626 (java) S 5608 5611 5416 0 -1 4202560 14542 0 0 0 161 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920297396280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5627] ppid=5608 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/5611/task/5627/stat : 5627 (java) S 5608 5611 5416 0 -1 4202560 13072 0 1 0 91 3 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920296343736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5628] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5628/stat : 5628 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920295291384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5611/tid=5629] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5629/stat : 5629 (java) S 5608 5611 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3879569 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920294239048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5611/tid=5694] ppid=5608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5611/task/5694/stat : 5694 (java) S 5608 5611 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3880150 10060525568 291419 33554432000 1073741824 1073778376 140734959368048 139920290026792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 23.8617
CPU time (s): 26.7729
CPU user time (s): 25.9381
CPU system time (s): 0.834873
CPU usage (%): 112.2
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9381
system time used= 0.834873
maximum resident set size= 1175872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33714
page faults= 31
swaps= 0
block input operations= 28768
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2072
involuntary context switches= 1269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158975 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 03:01:25
IDJOB=4119126
IDBENCH=111657
IDSOLVER=2543
FILE ID=node107/4119126-1467248485
RUNJOBID= node107-1467248484-5593
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0055-0062.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119126-1467248485/watcher-4119126-1467248485 -o /tmp/evaluation-result-4119126-1467248485/solver-4119126-1467248485 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119126-1467248485.opb

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

MD5SUM BENCH= 320a6f7289c9b445d3061801f3d3ffdd
RANDOM SEED=2075888795

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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		: 2667.110
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.39
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		: 2667.110
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		: 2667.110
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.54
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		: 2667.110
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		: 2667.110
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.56
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		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31422324 kB
Buffers:           55412 kB
Cached:           398404 kB
SwapCached:            0 kB
Active:            85756 kB
Inactive:         385520 kB
Active(anon):      20900 kB
Inactive(anon):        4 kB
Active(file):      64856 kB
Inactive(file):   385516 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:        470336 kB
Mapped:            13728 kB
Shmem:               204 kB
Slab:             575860 kB
SReclaimable:      19964 kB
SUnreclaim:       555896 kB
KernelStack:        1416 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     376752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71708 MiB
End job on node107 at 2016-06-30 03:01:49