Trace number 4117655

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 PB16SAT (TO)110 1800.9 896.257

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_005.opb.metafix.opb
MD5SUM1e3b8b3af3c992517fa7291633cf65a6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark110
Best CPU time to get the best result obtained on this benchmark2.68559
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.12	c version PB16.v20160501
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.13	c Number of processors 	8
0.05/0.15	c Pseudo Boolean Optimization by upper bound
0.05/0.15	c ManyCore solver with 2 solvers running in parallel
0.05/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.15	c Expensive reason simplification
0.05/0.15	c Glucose 2.1 dynamic restart strategy
0.05/0.15	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.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.15	c No reason simplification
0.05/0.15	c Armin Biere (Picosat) restarts strategy
0.05/0.15	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.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.05/0.15	c --- End Solver configuration ---
0.05/0.16	c solving HOME/instance-4117655-1467213866.opb
0.05/0.16	c reading problem ... 
0.05/0.16	c  objective function found
0.18/0.22	c ... done. Wall clock time 0.06s.
0.18/0.22	c declared #vars     196
0.18/0.22	c #constraints  164
0.18/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.18/0.22	c constraints type 
0.18/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.18/0.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 6
0.18/0.22	c org.sat4j.specs.Constr$1 => 10
0.18/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.18/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.18/0.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.18/0.22	c 164 constraints processed.
0.18/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.18/0.22	c constraints type 
0.18/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.18/0.22	c org.sat4j.specs.Constr$1 => 10
0.18/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.18/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 134
0.18/0.22	c org.sat4j.pb.constraints.pb.UnitClausesPB => 6
0.18/0.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.18/0.22	c 164 constraints processed.
0.18/0.22	c objective function length is 196 literals
0.18/0.24	c And the winner is solver0
0.28/0.72	c SATISFIABLE
0.28/0.72	c OPTIMIZING...
0.28/0.72	c Got one! Elapsed wall clock time (in seconds):0.565
0.28/0.72	o 110
2.42/1.37	c cleaning 2503 clauses out of 5019 with flag 17242/5019
3.98/1.76	c cleaning 4255 clauses out of 8515 with flag 39592/11018
5.22/2.27	c cleaning 5619 clauses out of 11263 with flag 70033/18021
6.44/2.84	c cleaning 6816 clauses out of 13642 with flag 107088/26019
7.67/3.46	c cleaning 7905 clauses out of 15825 with flag 146110/35018
9.30/4.25	c cleaning 8957 clauses out of 17921 with flag 190309/45019
11.10/5.17	c cleaning 9974 clauses out of 19963 with flag 238719/56018
13.30/6.27	c cleaning 10993 clauses out of 21991 with flag 298839/68020
15.90/7.54	c cleaning 11980 clauses out of 23997 with flag 357972/81019
18.72/8.96	c cleaning 13005 clauses out of 26018 with flag 421370/95020
21.95/10.51	c cleaning 13999 clauses out of 28011 with flag 486430/110018
25.87/12.42	c cleaning 14995 clauses out of 30012 with flag 551557/126018
29.88/14.44	c cleaning 15992 clauses out of 32018 with flag 635703/143019
34.72/16.86	c cleaning 17006 clauses out of 34025 with flag 740164/161018
40.78/19.82	c cleaning 18007 clauses out of 36021 with flag 853364/180020
47.64/23.23	c cleaning 18999 clauses out of 38014 with flag 979460/200020
55.29/27.10	c cleaning 19997 clauses out of 40013 with flag 1128555/221018
63.28/31.07	c cleaning 20997 clauses out of 42017 with flag 1279111/243019
71.48/35.12	c cleaning 21988 clauses out of 44019 with flag 1458066/266018
81.35/40.01	c cleaning 23011 clauses out of 46031 with flag 1639380/290018
90.81/44.71	c cleaning 24001 clauses out of 48020 with flag 1778141/315018
99.80/49.28	c cleaning 24997 clauses out of 50019 with flag 1926367/341018
110.08/54.34	c cleaning 26007 clauses out of 52022 with flag 2052797/368018
121.14/59.81	c cleaning 27002 clauses out of 54016 with flag 2186412/396019
131.96/65.26	c cleaning 28000 clauses out of 56014 with flag 2317304/425019
142.57/70.56	c cleaning 28999 clauses out of 58013 with flag 2467128/455018
153.96/76.27	c cleaning 29993 clauses out of 60014 with flag 2627959/486018
167.02/82.72	c cleaning 31008 clauses out of 62021 with flag 2832020/518018
179.41/88.90	c cleaning 32003 clauses out of 64015 with flag 2975687/551020
193.23/95.82	c cleaning 32997 clauses out of 66010 with flag 3150159/585018
206.61/102.59	c cleaning 34003 clauses out of 68019 with flag 3314835/620024
221.62/110.03	c cleaning 34997 clauses out of 70010 with flag 3487341/656018
236.61/117.52	c cleaning 35999 clauses out of 72014 with flag 3661829/693019
253.81/126.17	c cleaning 36995 clauses out of 74014 with flag 3885252/731018
271.00/134.79	c cleaning 37999 clauses out of 76019 with flag 4096256/770018
290.28/144.32	c cleaning 39000 clauses out of 78020 with flag 4317759/810018
313.78/156.09	c cleaning 40000 clauses out of 80020 with flag 4550799/851018
340.30/169.27	c cleaning 40997 clauses out of 82020 with flag 4742324/893018
368.77/183.47	c cleaning 41996 clauses out of 84023 with flag 4996454/936018
400.86/199.43	c cleaning 43009 clauses out of 86027 with flag 5215127/980018
414.34/206.13	c cleaning 0 clauses out of 5004 with flag 0/5005
429.65/213.51	c cleaning 44004 clauses out of 88018 with flag 5446546/1025018
464.81/231.04	c cleaning 44996 clauses out of 90016 with flag 5692304/1071020
508.89/252.95	c cleaning 46001 clauses out of 92021 with flag 6000720/1118021
546.74/271.94	c cleaning 47003 clauses out of 94019 with flag 6246711/1166020
584.70/290.84	c cleaning 47997 clauses out of 96014 with flag 6484469/1215018
626.96/311.83	c cleaning 48995 clauses out of 98017 with flag 6759459/1265018
668.75/332.67	c cleaning 49998 clauses out of 100022 with flag 7075744/1316018
709.38/352.88	c cleaning 51009 clauses out of 102025 with flag 7369556/1368019
756.66/376.35	c cleaning 51999 clauses out of 104016 with flag 7659222/1421019
808.51/402.18	c cleaning 52993 clauses out of 106016 with flag 7941037/1475018
853.60/424.50	c cleaning 54000 clauses out of 108023 with flag 8218293/1530018
910.57/453.13	c cleaning 55008 clauses out of 110023 with flag 8498226/1586018
967.84/481.61	c cleaning 55995 clauses out of 112015 with flag 8818273/1643018
1030.76/512.93	c cleaning 57000 clauses out of 114022 with flag 9131133/1701020
1089.47/542.17	c cleaning 57996 clauses out of 116020 with flag 9414656/1760018
1144.52/569.50	c cleaning 59002 clauses out of 118024 with flag 9712878/1820018
1208.01/601.14	c cleaning 60005 clauses out of 120023 with flag 10033347/1881019
1268.67/631.30	c cleaning 60992 clauses out of 122017 with flag 10349847/1943018
1333.19/663.41	c cleaning 62011 clauses out of 124027 with flag 10800294/2006020
1405.10/699.24	c cleaning 62997 clauses out of 126014 with flag 11135387/2070018
1476.46/734.72	c cleaning 63999 clauses out of 128024 with flag 11500891/2135025
1489.55/741.21	c cleaning 0 clauses out of 11004 with flag 0/11005
1545.22/769.20	c cleaning 64998 clauses out of 130018 with flag 11859973/2201018
1620.18/806.53	c cleaning 66002 clauses out of 132022 with flag 12254488/2268020
1696.96/844.76	c cleaning 67008 clauses out of 134020 with flag 12587454/2336020
1758.64/875.50	c cleaning 67988 clauses out of 136011 with flag 12963197/2405019
1800.13/896.20	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.20	c starts		: 2070
1800.13/896.20	c conflicts		: 2458528
1800.13/896.20	c decisions		: 3006755
1800.13/896.20	c propagations		: 88509897
1800.13/896.20	c inspects		: 13151152053
1800.13/896.20	c shortcuts		: 0
1800.13/896.20	c learnt literals	: 0
1800.13/896.20	c learnt binary clauses	: 0
1800.13/896.20	c learnt ternary clauses	: 0
1800.13/896.20	c learnt constraints	: 2458528
1800.13/896.20	c ignored constraints	: 0
1800.13/896.20	c root simplifications	: 0
1800.13/896.20	c removed literals (reason simplification)	: 17712749
1800.13/896.20	c reason swapping (by a shorter reason)	: 0
1800.13/896.20	c Calls to reduceDB	: 65
1800.13/896.20	c Number of update (reduction) of LBD	: 918503
1800.13/896.20	c Imported unit clauses	: 0
1800.13/896.20	c number of reductions to clauses (during analyze)	: 0
1800.13/896.20	c number of learned constraints concerned by reduction	: 0
1800.13/896.20	c number of learning phase by resolution	: 0
1800.13/896.20	c number of learning phase by cutting planes	: 0
1800.13/896.20	c speed (assignments/second)	: 98785.68247693304
1800.13/896.20	c non guided choices	0
1800.13/896.23	c learnt constraints type 
1800.13/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121532
1800.13/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.23	c starts		: 37
1800.13/896.23	c conflicts		: 11869
1800.13/896.23	c decisions		: 23997
1800.13/896.23	c propagations		: 296326
1800.13/896.23	c inspects		: 515005512
1800.13/896.23	c shortcuts		: 0
1800.13/896.23	c learnt literals	: 0
1800.13/896.23	c learnt binary clauses	: 0
1800.13/896.23	c learnt ternary clauses	: 0
1800.13/896.23	c learnt constraints	: 11867
1800.13/896.23	c ignored constraints	: 0
1800.13/896.23	c root simplifications	: 0
1800.13/896.23	c removed literals (reason simplification)	: 0
1800.13/896.23	c reason swapping (by a shorter reason)	: 0
1800.13/896.23	c Calls to reduceDB	: 2
1800.13/896.23	c Number of update (reduction) of LBD	: 0
1800.13/896.23	c Imported unit clauses	: 0
1800.13/896.23	c number of reductions to clauses (during analyze)	: 0
1800.13/896.23	c number of learned constraints concerned by reduction	: 0
1800.13/896.23	c number of learning phase by resolution	: 0
1800.13/896.23	c number of learning phase by cutting planes	: 0
1800.13/896.23	c speed (assignments/second)	: 330.903052684122
1800.13/896.23	c non guided choices	0
1800.13/896.24	c learnt constraints type 
1800.13/896.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.13/896.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11845
1800.13/896.24	s SATISFIABLE
1800.13/896.24	c Found 1 solution(s)
1800.13/896.24	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 
1800.13/896.24	c objective function=110
1800.13/896.24	c Total wall clock time (in seconds): 896.084

Verifier Data

OK	110

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-4117655-1467213866/watcher-4117655-1467213866 -o /tmp/evaluation-result-4117655-1467213866/solver-4117655-1467213866 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117655-1467213866.opb 

pid=7076
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.29 4.13 3.20 3/197 7079
/proc/meminfo: memFree=27934972/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2337860 98570240 977 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 24065 978 744 9 0 16771 0
[pid=7079/tid=7080] ppid=7076 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) R 7076 7079 5962 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2337860 98570240 978 33554432000 1073741824 1073778376 140733997370176 140429390687784 225444709760 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.29 4.13 3.20 3/197 7079
/proc/meminfo: memFree=27934972/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 3347 0 1 0 4 1 0 0 20 0 18 0 2337860 9787879424 4478 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2389619 4478 1773 9 0 2380296 0
[pid=7079/tid=7080] ppid=7076 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) R 7076 7079 5962 0 -1 4202560 2061 0 1 0 3 0 0 0 20 0 18 0 2337860 9787879424 4479 33554432000 1073741824 1073778376 140733997370176 140429390695072 140429330498088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 4.29 4.13 3.20 3/197 7079
/proc/meminfo: memFree=27934972/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 4594 0 1 0 17 1 0 0 20 0 18 0 2337860 9787879424 7221 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2389619 7221 2194 9 0 2380296 0
[pid=7079/tid=7080] ppid=7076 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) R 7076 7079 5962 0 -1 4202560 2454 0 1 0 13 0 0 0 20 0 18 0 2337860 9787879424 7221 33554432000 1073741824 1073778376 140733997370176 140429390691232 140429396375490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9558476

[startup+0.300363 s]
/proc/loadavg: 4.29 4.13 3.20 3/197 7079
/proc/meminfo: memFree=27934972/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 5194 0 1 0 25 3 0 0 20 0 19 0 2337860 10060525568 8131 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 8131 2221 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 19 0 2337860 10060525568 8131 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.700283 s]
/proc/loadavg: 4.29 4.13 3.20 3/197 7079
/proc/meminfo: memFree=27934972/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 5194 0 1 0 25 3 0 0 20 0 19 0 2337860 10060525568 8131 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 8131 2221 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 19 0 2337860 10060525568 8131 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.43 4.16 3.21 7/219 7104
/proc/meminfo: memFree=27837764/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 23135 0 1 0 314 8 0 0 20 0 22 0 2337860 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 45640 2268 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 22 0 2337860 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7082] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7082/stat : 7082 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429329422504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7083] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7083/stat : 7083 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429328369960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7084] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7084/stat : 7084 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429327317416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7085] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7085/stat : 7085 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429326264872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7086] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7086/stat : 7086 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429229767336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7087] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7087/stat : 7087 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429228714792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7088] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7088/stat : 7088 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429227662248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7089] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7089/stat : 7089 (java) S 7076 7079 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429226609704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7090] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7090/stat : 7090 (java) S 7076 7079 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2337866 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429214410856 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7091] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7091/stat : 7091 (java) S 7076 7079 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429213357176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7092] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7092/stat : 7092 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429212304520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7093] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7093/stat : 7093 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429211253264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7094] ppid=7076 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/7079/task/7094/stat : 7094 (java) R 7076 7079 5962 0 -1 4202560 6847 0 0 0 70 1 0 0 20 0 22 0 2337869 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429210188160 140429396539537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7095] ppid=7076 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/7079/task/7095/stat : 7095 (java) R 7076 7079 5962 0 -1 4202560 12412 0 0 0 73 2 0 0 20 0 22 0 2337869 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429209125448 140429392783344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7096] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7096/stat : 7096 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429208095736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7097] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7097/stat : 7097 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429207043400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7100] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7100/stat : 7100 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2337883 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429203883048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7102] ppid=7076 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7079/task/7102/stat : 7102 (java) R 7076 7079 5962 0 -1 4202560 6 0 0 0 74 0 0 0 20 0 22 0 2337932 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429204926608 140429330893663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7103] ppid=7076 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7079/task/7103/stat : 7103 (java) R 7076 7079 5962 0 -1 4202560 70 0 0 0 72 2 0 0 20 0 22 0 2337932 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429205987776 140429330946061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7104] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7104/stat : 7104 (java) S 7076 7079 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2337933 10060525568 45640 33554432000 1073741824 1073778376 140733997370176 140429202830888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.43 4.16 3.21 9/219 7104
/proc/meminfo: memFree=27702976/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=7.06 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 24500 0 1 0 690 16 0 0 20 0 22 0 2337860 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 72641 2284 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 22 0 2337860 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7082] ppid=7076 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7079/task/7082/stat : 7082 (java) S 7076 7079 5962 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429329422504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7083] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7083/stat : 7083 (java) S 7076 7079 5962 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429328369960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7084] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7084/stat : 7084 (java) S 7076 7079 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429327317416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7085] ppid=7076 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7079/task/7085/stat : 7085 (java) S 7076 7079 5962 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429326264872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7086] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7086/stat : 7086 (java) S 7076 7079 5962 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429229767336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7087] ppid=7076 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7079/task/7087/stat : 7087 (java) S 7076 7079 5962 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429228714792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7088] ppid=7076 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7079/task/7088/stat : 7088 (java) S 7076 7079 5962 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429227662248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7089] ppid=7076 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7079/task/7089/stat : 7089 (java) S 7076 7079 5962 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 2337865 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429226609704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7090] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7090/stat : 7090 (java) S 7076 7079 5962 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 2337866 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429214410856 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7091] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7091/stat : 7091 (java) S 7076 7079 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429213357176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7092] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7092/stat : 7092 (java) S 7076 7079 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429212304520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7093] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7093/stat : 7093 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429211253264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7094] ppid=7076 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/7079/task/7094/stat : 7094 (java) S 7076 7079 5962 0 -1 4202560 7397 0 0 0 102 2 0 0 20 0 22 0 2337869 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429210200632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7095] ppid=7076 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/7079/task/7095/stat : 7095 (java) S 7076 7079 5962 0 -1 4202560 13025 0 0 0 99 3 0 0 20 0 22 0 2337869 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429209148088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7096] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7096/stat : 7096 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429208095736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7097] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7097/stat : 7097 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429207043400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7100] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7100/stat : 7100 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2337883 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429203883048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7102] ppid=7076 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7079/task/7102/stat : 7102 (java) R 7076 7079 5962 0 -1 4202560 8 0 0 0 226 0 0 0 20 0 22 0 2337932 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429204935336 140429330893663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7103] ppid=7076 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7079/task/7103/stat : 7103 (java) R 7076 7079 5962 0 -1 4202560 112 0 0 0 223 3 0 0 20 0 22 0 2337932 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429205987944 140429330967754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7104] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7104/stat : 7104 (java) S 7076 7079 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2337933 10060525568 72641 33554432000 1073741824 1073778376 140733997370176 140429202830888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 4.43 4.16 3.21 5/219 7104
/proc/meminfo: memFree=27561848/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=13.5 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 24687 0 1 0 1330 20 0 0 20 0 22 0 2337860 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 86326 2284 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 22 0 2337860 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7082] ppid=7076 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7079/task/7082/stat : 7082 (java) S 7076 7079 5962 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429329422504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7083] ppid=7076 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7079/task/7083/stat : 7083 (java) S 7076 7079 5962 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429328369960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7084] ppid=7076 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7079/task/7084/stat : 7084 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429327317416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7085] ppid=7076 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7079/task/7085/stat : 7085 (java) S 7076 7079 5962 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429326264872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7086] ppid=7076 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7079/task/7086/stat : 7086 (java) S 7076 7079 5962 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429229767336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7087] ppid=7076 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7079/task/7087/stat : 7087 (java) S 7076 7079 5962 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429228714792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7088] ppid=7076 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7079/task/7088/stat : 7088 (java) S 7076 7079 5962 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 2337865 10060525568 86326 33554432000 1073741824 1073778376 140733997370176 140429227662248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7089] ppid=7076 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.16 4.23 3.81 5/219 7124
/proc/meminfo: memFree=23601072/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=1651.96 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 33583 0 1 0 165030 166 0 0 20 0 22 0 2337860 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 524023 2293 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2485 0 1 0 18 2 0 0 20 0 22 0 2337860 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7082] ppid=7076 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/7079/task/7082/stat : 7082 (java) S 7076 7079 5962 0 -1 4202560 402 0 0 0 231 11 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429329422504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7083] ppid=7076 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/7079/task/7083/stat : 7083 (java) S 7076 7079 5962 0 -1 4202560 314 0 0 0 223 9 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429328369960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7084] ppid=7076 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/7079/task/7084/stat : 7084 (java) S 7076 7079 5962 0 -1 4202560 281 0 0 0 219 11 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429327317416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7085] ppid=7076 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/7079/task/7085/stat : 7085 (java) S 7076 7079 5962 0 -1 4202560 301 0 0 0 215 9 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429326264872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7086] ppid=7076 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/7079/task/7086/stat : 7086 (java) S 7076 7079 5962 0 -1 4202560 338 0 0 0 233 10 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429229767336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7087] ppid=7076 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/7079/task/7087/stat : 7087 (java) S 7076 7079 5962 0 -1 4202560 410 0 0 0 223 12 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429228714792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7088] ppid=7076 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/7079/task/7088/stat : 7088 (java) S 7076 7079 5962 0 -1 4202560 348 0 0 0 214 9 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429227662248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7089] ppid=7076 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/7079/task/7089/stat : 7089 (java) S 7076 7079 5962 0 -1 4202560 341 0 0 0 221 10 0 0 20 0 22 0 2337865 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429226609704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7090] ppid=7076 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/7079/task/7090/stat : 7090 (java) S 7076 7079 5962 0 -1 4202560 1628 0 0 0 165 27 0 0 20 0 22 0 2337866 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429214410856 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7091] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7091/stat : 7091 (java) S 7076 7079 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429213357176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7092] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7092/stat : 7092 (java) S 7076 7079 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429212304520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7093] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7093/stat : 7093 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429211253264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7094] ppid=7076 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/7079/task/7094/stat : 7094 (java) S 7076 7079 5962 0 -1 4202560 10414 0 0 0 155 2 0 0 20 0 22 0 2337869 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429210200632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7095] ppid=7076 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7079/task/7095/stat : 7095 (java) S 7076 7079 5962 0 -1 4202560 13025 0 0 0 103 3 0 0 20 0 22 0 2337869 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429209148088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7096] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7096/stat : 7096 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429208095736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7097] ppid=7076 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7079/task/7097/stat : 7097 (java) S 7076 7079 5962 0 -1 4202560 47 0 0 0 9 19 0 0 20 0 22 0 2337869 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429207043400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7100] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7100/stat : 7100 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2337883 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429203883048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7102] ppid=7076 vsize=9824732 CPUtime=814.3 cores=0,2,4,6
/proc/7079/task/7102/stat : 7102 (java) R 7076 7079 5962 0 -1 4202560 212 0 0 0 81415 15 0 0 20 0 22 0 2337932 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429204934256 140429330893732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7103] ppid=7076 vsize=9824732 CPUtime=814.3 cores=0,2,4,6
/proc/7079/task/7103/stat : 7103 (java) R 7076 7079 5962 0 -1 4202560 1721 0 0 0 81382 48 0 0 20 0 22 0 2337932 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429205986288 140429330954915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7104] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7104/stat : 7104 (java) S 7076 7079 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2337933 10060525568 524023 33554432000 1073741824 1073778376 140733997370176 140429202830888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1651.96
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.10 4.20 3.82 5/219 7125
/proc/meminfo: memFree=23626844/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=1772.3 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 33660 0 1 0 177062 168 0 0 20 0 22 0 2337860 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 517525 2293 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2487 0 1 0 18 2 0 0 20 0 22 0 2337860 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7082] ppid=7076 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/7079/task/7082/stat : 7082 (java) S 7076 7079 5962 0 -1 4202560 414 0 0 0 240 11 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429329422504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7083] ppid=7076 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/7079/task/7083/stat : 7083 (java) S 7076 7079 5962 0 -1 4202560 325 0 0 0 232 9 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429328369960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7084] ppid=7076 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/7079/task/7084/stat : 7084 (java) S 7076 7079 5962 0 -1 4202560 287 0 0 0 227 11 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429327317416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7085] ppid=7076 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/7079/task/7085/stat : 7085 (java) S 7076 7079 5962 0 -1 4202560 307 0 0 0 224 9 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429326264872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7086] ppid=7076 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/7079/task/7086/stat : 7086 (java) S 7076 7079 5962 0 -1 4202560 342 0 0 0 243 10 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429229767336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7087] ppid=7076 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/7079/task/7087/stat : 7087 (java) S 7076 7079 5962 0 -1 4202560 421 0 0 0 236 12 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429228714792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7088] ppid=7076 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/7079/task/7088/stat : 7088 (java) S 7076 7079 5962 0 -1 4202560 351 0 0 0 225 9 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429227662248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7089] ppid=7076 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/7079/task/7089/stat : 7089 (java) S 7076 7079 5962 0 -1 4202560 347 0 0 0 228 10 0 0 20 0 22 0 2337865 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429226609704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7090] ppid=7076 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/7079/task/7090/stat : 7090 (java) S 7076 7079 5962 0 -1 4202560 1632 0 0 0 165 27 0 0 20 0 22 0 2337866 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429214410856 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7091] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7091/stat : 7091 (java) S 7076 7079 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429213357176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7092] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7092/stat : 7092 (java) S 7076 7079 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429212304520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7093] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7093/stat : 7093 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429211253264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7094] ppid=7076 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/7079/task/7094/stat : 7094 (java) S 7076 7079 5962 0 -1 4202560 10414 0 0 0 155 2 0 0 20 0 22 0 2337869 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429210200632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7095] ppid=7076 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7079/task/7095/stat : 7095 (java) S 7076 7079 5962 0 -1 4202560 13025 0 0 0 103 3 0 0 20 0 22 0 2337869 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429209148088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7096] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7096/stat : 7096 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429208095736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7097] ppid=7076 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7079/task/7097/stat : 7097 (java) S 7076 7079 5962 0 -1 4202560 51 0 0 0 10 20 0 0 20 0 22 0 2337869 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429207043400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7100] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7100/stat : 7100 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2337883 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429203883048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7102] ppid=7076 vsize=9824732 CPUtime=874.11 cores=0,2,4,6
/proc/7079/task/7102/stat : 7102 (java) R 7076 7079 5962 0 -1 4202560 216 0 0 0 87395 16 0 0 20 0 22 0 2337932 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429204933488 140429330893663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7103] ppid=7076 vsize=9824732 CPUtime=874.09 cores=0,2,4,6
/proc/7079/task/7103/stat : 7103 (java) R 7076 7079 5962 0 -1 4202560 1725 0 0 0 87360 49 0 0 20 0 22 0 2337932 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429205987072 140429330855127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7104] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7104/stat : 7104 (java) S 7076 7079 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2337933 10060525568 517525 33554432000 1073741824 1073778376 140733997370176 140429202830888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1772.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.24 4.23 3.83 6/219 7336
/proc/meminfo: memFree=26337552/32872528 swapFree=1499084/1695308
[pid=7079] ppid=7076 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/7079/stat : 7079 (java) S 7076 7079 5962 0 -1 4202496 33676 0 1 0 179845 168 0 0 20 0 22 0 2337860 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140733997361312 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7079/statm: 2456183 518557 2293 9 0 2446860 0
[pid=7079/tid=7080] ppid=7076 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7079/task/7080/stat : 7080 (java) S 7076 7079 5962 0 -1 4202560 2487 0 1 0 18 2 0 0 20 0 22 0 2337860 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429390693240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7082] ppid=7076 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/7079/task/7082/stat : 7082 (java) S 7076 7079 5962 0 -1 4202560 415 0 0 0 241 11 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429329422504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7083] ppid=7076 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/7079/task/7083/stat : 7083 (java) S 7076 7079 5962 0 -1 4202560 327 0 0 0 234 9 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429328369960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7084] ppid=7076 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/7079/task/7084/stat : 7084 (java) S 7076 7079 5962 0 -1 4202560 292 0 0 0 228 11 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429327317416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7085] ppid=7076 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/7079/task/7085/stat : 7085 (java) S 7076 7079 5962 0 -1 4202560 307 0 0 0 225 9 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429326264872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7086] ppid=7076 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/7079/task/7086/stat : 7086 (java) S 7076 7079 5962 0 -1 4202560 344 0 0 0 245 10 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429229767336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7087] ppid=7076 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/7079/task/7087/stat : 7087 (java) S 7076 7079 5962 0 -1 4202560 423 0 0 0 237 12 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429228714792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7079/tid=7088] ppid=7076 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/7079/task/7088/stat : 7088 (java) S 7076 7079 5962 0 -1 4202560 353 0 0 0 226 9 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429227662248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7089] ppid=7076 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/7079/task/7089/stat : 7089 (java) S 7076 7079 5962 0 -1 4202560 348 0 0 0 229 10 0 0 20 0 22 0 2337865 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429226609704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7090] ppid=7076 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/7079/task/7090/stat : 7090 (java) S 7076 7079 5962 0 -1 4202560 1632 0 0 0 165 28 0 0 20 0 22 0 2337866 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429214410856 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7091] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7091/stat : 7091 (java) S 7076 7079 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429213357176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7092] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7092/stat : 7092 (java) S 7076 7079 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2337867 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429212304520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7093] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7093/stat : 7093 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429211253264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7094] ppid=7076 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/7079/task/7094/stat : 7094 (java) S 7076 7079 5962 0 -1 4202560 10414 0 0 0 155 2 0 0 20 0 22 0 2337869 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429210200632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7095] ppid=7076 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7079/task/7095/stat : 7095 (java) S 7076 7079 5962 0 -1 4202560 13025 0 0 0 103 3 0 0 20 0 22 0 2337869 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429209148088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7096] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7096/stat : 7096 (java) S 7076 7079 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2337869 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429208095736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7079/tid=7097] ppid=7076 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7079/task/7097/stat : 7097 (java) S 7076 7079 5962 0 -1 4202560 51 0 0 0 10 20 0 0 20 0 22 0 2337869 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429207043400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7100] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7100/stat : 7100 (java) S 7076 7079 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2337883 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429203883048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7102] ppid=7076 vsize=9824732 CPUtime=887.97 cores=0,2,4,6
/proc/7079/task/7102/stat : 7102 (java) R 7076 7079 5962 0 -1 4202560 216 0 0 0 88781 16 0 0 20 0 22 0 2337932 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429204934256 140429331012064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7079/tid=7103] ppid=7076 vsize=9824732 CPUtime=887.96 cores=0,2,4,6
/proc/7079/task/7103/stat : 7103 (java) R 7076 7079 5962 0 -1 4202560 1726 0 0 0 88747 49 0 0 20 0 22 0 2337932 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429205986000 140429331027201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7079/tid=7104] ppid=7076 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7104/stat : 7104 (java) S 7076 7079 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2337933 10060525568 518557 33554432000 1073741824 1073778376 140733997370176 140429202830888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7079 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.257
CPU time (s): 1800.9
CPU user time (s): 1798.7
CPU system time (s): 2.20267
CPU usage (%): 200.936
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 2.20267
maximum resident set size= 2960780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33727
page faults= 1
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31711
involuntary context switches= 42781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88011 second user time and 7.30689 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 17:24:26
IDJOB=4117655
IDBENCH=111599
IDSOLVER=2543
FILE ID=node137/4117655-1467213866
RUNJOBID= node137-1467212962-6646
PBS_JOBID= 19997573
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_14x14_005.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117655-1467213866/watcher-4117655-1467213866 -o /tmp/evaluation-result-4117655-1467213866/solver-4117655-1467213866 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117655-1467213866.opb

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

MD5SUM BENCH= 1e3b8b3af3c992517fa7291633cf65a6
RANDOM SEED=399487242

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.265
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.54
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.265
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27935508 kB
Buffers:           88276 kB
Cached:          1781860 kB
SwapCached:            0 kB
Active:           818600 kB
Inactive:        1666720 kB
Active(anon):     618008 kB
Inactive(anon):        4 kB
Active(file):     200592 kB
Inactive(file):  1666716 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:       2339824 kB
Mapped:            22172 kB
Shmem:               204 kB
Slab:             608496 kB
SReclaimable:      51964 kB
SUnreclaim:       556532 kB
KernelStack:        1784 kB
PageTables:         8936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3298232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 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= 71692 MiB
End job on node137 at 2016-06-29 17:39:23