Trace number 4117898

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)95 1800.69 898.604

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_006.opb.metafix.opb
MD5SUMa574814da91b4fede017d87a4cbdfb7b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark95
Best CPU time to get the best result obtained on this benchmark1800.02
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 12
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117898-1467215420.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.17	c ... done. Wall clock time 0.059s.
0.10/0.17	c declared #vars     196
0.10/0.17	c #constraints  164
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.10/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.10/0.18	c org.sat4j.specs.Constr$1 => 9
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.10/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.18	c 164 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.10/0.18	c org.sat4j.specs.Constr$1 => 9
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 134
0.10/0.18	c org.sat4j.pb.constraints.pb.UnitClausesPB => 5
0.10/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.10/0.18	c 164 constraints processed.
0.10/0.18	c objective function length is 196 literals
0.25/0.26	c And the winner is solver0
0.70/0.68	c SATISFIABLE
0.70/0.68	c OPTIMIZING...
0.70/0.68	c Got one! Elapsed wall clock time (in seconds):0.565
0.70/0.68	o 95
1.94/1.08	c cleaning 2586 clauses out of 5177 with flag 25461/5177
3.89/1.51	c cleaning 4291 clauses out of 8588 with flag 56659/11174
5.08/2.06	c cleaning 5645 clauses out of 11295 with flag 88313/18172
7.29/2.78	c cleaning 6820 clauses out of 13651 with flag 129982/26173
9.55/3.61	c cleaning 7911 clauses out of 15830 with flag 180644/35172
11.68/4.62	c cleaning 8957 clauses out of 17922 with flag 235337/45175
13.69/5.68	c cleaning 9974 clauses out of 19962 with flag 303631/56172
16.50/7.06	c cleaning 10987 clauses out of 21988 with flag 389586/68172
19.30/8.42	c cleaning 11996 clauses out of 24002 with flag 463981/81173
22.59/10.05	c cleaning 12994 clauses out of 26005 with flag 561010/95172
26.38/11.99	c cleaning 13999 clauses out of 28011 with flag 676412/110172
30.65/14.08	c cleaning 15000 clauses out of 30014 with flag 794510/126174
35.44/16.46	c cleaning 15997 clauses out of 32012 with flag 916559/143172
41.32/19.33	c cleaning 17007 clauses out of 34017 with flag 1056315/161174
47.72/22.59	c cleaning 18001 clauses out of 36009 with flag 1210896/180173
55.35/26.39	c cleaning 18995 clauses out of 38008 with flag 1381972/200173
61.35/29.37	c cleaning 20002 clauses out of 40013 with flag 1496652/221173
69.18/33.20	c cleaning 20999 clauses out of 42014 with flag 1639512/243176
77.26/37.26	c cleaning 22003 clauses out of 44014 with flag 1809756/266175
84.47/40.84	c cleaning 22994 clauses out of 46008 with flag 1967256/290172
93.85/45.54	c cleaning 24001 clauses out of 48014 with flag 2168964/315172
103.29/50.25	c cleaning 24996 clauses out of 50013 with flag 2421540/341172
112.49/54.87	c cleaning 26006 clauses out of 52017 with flag 2629983/368172
120.89/59.04	c cleaning 26991 clauses out of 54012 with flag 2800713/396173
131.08/64.10	c cleaning 28006 clauses out of 56023 with flag 2995985/425175
142.28/69.73	c cleaning 29000 clauses out of 58014 with flag 3211482/455172
154.28/75.79	c cleaning 30002 clauses out of 60015 with flag 3440638/486173
166.88/82.06	c cleaning 30995 clauses out of 62013 with flag 3676294/518173
180.15/88.67	c cleaning 32001 clauses out of 64017 with flag 3904805/551172
193.95/95.58	c cleaning 33003 clauses out of 66019 with flag 4149036/585175
208.35/102.74	c cleaning 33998 clauses out of 68013 with flag 4371508/620172
225.96/111.55	c cleaning 34996 clauses out of 70015 with flag 4679061/656172
243.74/120.44	c cleaning 36002 clauses out of 72019 with flag 4987776/693172
261.74/129.44	c cleaning 37004 clauses out of 74017 with flag 5242392/731172
282.93/140.04	c cleaning 38005 clauses out of 76020 with flag 5525475/770179
304.13/150.63	c cleaning 38998 clauses out of 78008 with flag 5792889/810172
325.52/161.35	c cleaning 40004 clauses out of 80011 with flag 6090972/851173
347.54/172.37	c cleaning 40994 clauses out of 82006 with flag 6390648/893172
371.92/184.56	c cleaning 41995 clauses out of 84014 with flag 6693553/936174
399.13/198.12	c cleaning 42999 clauses out of 86021 with flag 7062219/980176
425.71/211.41	c cleaning 43999 clauses out of 88019 with flag 7382401/1025173
452.30/224.77	c cleaning 45000 clauses out of 90020 with flag 7685979/1071173
483.70/240.49	c cleaning 45993 clauses out of 92019 with flag 8071376/1118172
517.29/257.21	c cleaning 47014 clauses out of 94027 with flag 8544004/1166173
552.68/274.90	c cleaning 47996 clauses out of 96014 with flag 9012647/1215174
584.88/290.92	c cleaning 48993 clauses out of 98016 with flag 9487746/1265172
615.27/306.17	c cleaning 50009 clauses out of 100025 with flag 9876364/1316174
645.94/321.44	c cleaning 51003 clauses out of 102018 with flag 10251417/1368176
678.34/337.65	c cleaning 51993 clauses out of 104017 with flag 10663815/1421178
712.93/354.98	c cleaning 52987 clauses out of 106020 with flag 11075732/1475174
752.13/374.55	c cleaning 54015 clauses out of 108032 with flag 11567195/1530173
790.74/393.87	c cleaning 54995 clauses out of 110019 with flag 11985473/1586175
834.32/415.68	c cleaning 56002 clauses out of 112023 with flag 12502393/1643174
875.92/436.42	c cleaning 57006 clauses out of 114019 with flag 12996841/1701172
922.73/459.83	c cleaning 57996 clauses out of 116014 with flag 13474278/1760173
966.72/481.90	c cleaning 59001 clauses out of 118017 with flag 13948615/1820172
1014.21/505.53	c cleaning 60003 clauses out of 120021 with flag 14463401/1881177
1069.60/533.20	c cleaning 60996 clauses out of 122013 with flag 15125891/1943172
1126.00/561.43	c cleaning 62009 clauses out of 124017 with flag 15722568/2006172
1176.00/586.45	c cleaning 63000 clauses out of 126008 with flag 16235556/2070172
1233.19/615.05	c cleaning 63998 clauses out of 128008 with flag 16792536/2135172
1286.97/641.93	c cleaning 64998 clauses out of 130010 with flag 17387180/2201172
1346.16/671.53	c cleaning 66001 clauses out of 132017 with flag 18073928/2268177
1408.76/702.86	c cleaning 67001 clauses out of 134011 with flag 18717786/2336172
1474.54/735.74	c cleaning 67994 clauses out of 136012 with flag 19415812/2405174
1543.15/770.02	c cleaning 68999 clauses out of 138018 with flag 20071806/2475174
1614.32/805.62	c cleaning 70001 clauses out of 140018 with flag 20676863/2546173
1688.53/842.72	c cleaning 70987 clauses out of 142016 with flag 21366689/2618172
1764.10/880.53	c cleaning 72011 clauses out of 144031 with flag 22058998/2691174
1800.10/898.50	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.50	c starts		: 3518
1800.10/898.50	c conflicts		: 2735154
1800.10/898.50	c decisions		: 3284929
1800.10/898.50	c propagations		: 107461141
1800.10/898.50	c inspects		: 17048427697
1800.10/898.50	c shortcuts		: 0
1800.10/898.50	c learnt literals	: 0
1800.10/898.50	c learnt binary clauses	: 19
1800.10/898.50	c learnt ternary clauses	: 92
1800.10/898.50	c learnt constraints	: 2735154
1800.10/898.50	c ignored constraints	: 0
1800.10/898.50	c root simplifications	: 0
1800.10/898.50	c removed literals (reason simplification)	: 23675997
1800.10/898.50	c reason swapping (by a shorter reason)	: 0
1800.10/898.50	c Calls to reduceDB	: 69
1800.10/898.50	c Number of update (reduction) of LBD	: 1026084
1800.10/898.50	c Imported unit clauses	: 0
1800.10/898.50	c number of reductions to clauses (during analyze)	: 0
1800.10/898.50	c number of learned constraints concerned by reduction	: 0
1800.10/898.50	c number of learning phase by resolution	: 0
1800.10/898.50	c number of learning phase by cutting planes	: 0
1800.10/898.50	c speed (assignments/second)	: 119624.19307977198
1800.10/898.50	c non guided choices	0
1800.10/898.53	c learnt constraints type 
1800.10/898.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.10/898.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115982
1800.10/898.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.53	c starts		: 21
1800.10/898.53	c conflicts		: 4072
1800.10/898.53	c decisions		: 11454
1800.10/898.53	c propagations		: 108471
1800.10/898.53	c inspects		: 54600529
1800.10/898.53	c shortcuts		: 0
1800.10/898.53	c learnt literals	: 0
1800.10/898.53	c learnt binary clauses	: 0
1800.10/898.53	c learnt ternary clauses	: 0
1800.10/898.53	c learnt constraints	: 4070
1800.10/898.53	c ignored constraints	: 0
1800.10/898.53	c root simplifications	: 0
1800.10/898.53	c removed literals (reason simplification)	: 0
1800.10/898.53	c reason swapping (by a shorter reason)	: 0
1800.10/898.53	c Calls to reduceDB	: 0
1800.10/898.53	c Number of update (reduction) of LBD	: 0
1800.10/898.53	c Imported unit clauses	: 0
1800.10/898.53	c number of reductions to clauses (during analyze)	: 0
1800.10/898.53	c number of learned constraints concerned by reduction	: 0
1800.10/898.53	c number of learning phase by resolution	: 0
1800.10/898.53	c number of learning phase by cutting planes	: 0
1800.10/898.53	c speed (assignments/second)	: 120.81301609860087
1800.10/898.53	c non guided choices	0
1800.10/898.53	c learnt constraints type 
1800.10/898.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.10/898.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4065
1800.10/898.53	s SATISFIABLE
1800.10/898.53	c Found 1 solution(s)
1800.10/898.53	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.10/898.53	c objective function=95
1800.10/898.53	c Total wall clock time (in seconds): 898.417

Verifier Data

OK	95

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-4117898-1467215420/watcher-4117898-1467215420 -o /tmp/evaluation-result-4117898-1467215420/solver-4117898-1467215420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117898-1467215420.opb 

pid=7853
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.23 4.21 4.18 1/195 7856
/proc/meminfo: memFree=28537304/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2493168 98570240 977 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 24065 977 743 9 0 16771 0
[pid=7856/tid=7857] ppid=7853 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) R 7853 7856 5267 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2493168 98570240 977 33554432000 1073741824 1073778376 140734413837488 140290587123240 239873115520 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 4.23 4.21 4.18 1/195 7856
/proc/meminfo: memFree=28537304/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 4426 0 1 0 9 1 0 0 20 0 18 0 2493168 9787879424 6062 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2389619 6062 2138 9 0 2380296 0
[pid=7856/tid=7857] ppid=7853 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) R 7853 7856 5267 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 2493168 9787879424 6062 33554432000 1073741824 1073778376 140734413837488 140290587126688 140290594280521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200256 s]
/proc/loadavg: 4.23 4.21 4.18 1/195 7856
/proc/meminfo: memFree=28537304/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 4870 0 1 0 24 1 0 0 20 0 22 0 2493168 10060525568 7962 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 7962 2209 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2425 0 1 0 16 0 0 0 20 0 22 0 2493168 10060525568 7962 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300353 s]
/proc/loadavg: 4.23 4.21 4.18 1/195 7856
/proc/meminfo: memFree=28537304/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 8044 0 1 0 55 4 0 0 20 0 19 0 2493168 10060525568 9627 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 9627 2246 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2425 0 1 0 16 0 0 0 20 0 19 0 2493168 10060525568 9627 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+0.70022 s]
/proc/loadavg: 4.23 4.21 4.18 1/195 7856
/proc/meminfo: memFree=28537304/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 8364 0 1 0 70 4 0 0 20 0 22 0 2493168 10060525568 10682 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 10682 2246 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2425 0 1 0 16 0 0 0 20 0 22 0 2493168 10060525568 10682 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.23 4.21 4.18 8/220 7884
/proc/meminfo: memFree=28274276/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 22140 0 1 0 380 9 0 0 20 0 22 0 2493168 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 47197 2284 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2425 0 1 0 16 0 0 0 20 0 22 0 2493168 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290548620328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290547567528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290546514728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 5267 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290545461928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 5267 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290544409128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290425874856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290424822056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290423769256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 5267 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 2493170 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290411359208 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140290410305272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289805116936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289804065424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) R 7853 7856 5267 0 -1 4202560 8674 0 0 0 90 1 0 0 20 0 22 0 2493173 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289803012104 140290591242750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) R 7853 7856 5267 0 -1 4202560 9540 0 0 0 97 2 0 0 20 0 22 0 2493173 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289801946712 239876482665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289800907128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289799854536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493186 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289796695464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7882] ppid=7853 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/7856/task/7882/stat : 7882 (java) R 7853 7856 5267 0 -1 4202560 6 0 0 0 77 0 0 0 20 0 22 0 2493236 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289797747408 140290426477012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7883] ppid=7853 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7856/task/7883/stat : 7883 (java) R 7853 7856 5267 0 -1 4202560 73 0 0 0 75 3 0 0 20 0 22 0 2493236 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289798798368 140290426348421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7884] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7884/stat : 7884 (java) S 7853 7856 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2493237 10060525568 47197 33554432000 1073741824 1073778376 140734413837488 140289795642280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.23 4.21 4.18 7/220 7884
/proc/meminfo: memFree=28099880/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=8.43 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 31599 0 1 0 827 16 0 0 20 0 22 0 2493168 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 86863 2285 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2425 0 1 0 16 0 0 0 20 0 22 0 2493168 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 5267 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290548620328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290547567528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 5267 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290546514728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 5267 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290545461928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 5267 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290544409128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 5267 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290425874856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 5267 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290424822056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 5267 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 2493169 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290423769256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 5267 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 2493170 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290411359208 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140290410305272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289805116936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289804065424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 5267 0 -1 4202560 13648 0 0 0 178 2 0 0 20 0 22 0 2493173 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289803012536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 5267 0 -1 4202560 13781 0 0 0 141 3 0 0 20 0 22 0 2493173 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289801959736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289800907128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289799854536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493186 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289796695464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7882] ppid=7853 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/7856/task/7882/stat : 7882 (java) R 7853 7856 5267 0 -1 4202560 10 0 0 0 228 0 0 0 20 0 22 0 2493236 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289797747256 140290426382449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7883] ppid=7853 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/7856/task/7883/stat : 7883 (java) R 7853 7856 5267 0 -1 4202560 134 0 0 0 229 5 0 0 20 0 22 0 2493236 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289798798432 140290427091099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7884] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7884/stat : 7884 (java) S 7853 7856 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2493237 10060525568 86863 33554432000 1073741824 1073778376 140734413837488 140289795642280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.45 4.26 4.20 5/220 7884
/proc/meminfo: memFree=27353600/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=15.1 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 32734 0 1 0 1482 28 0 0 20 0 22 0 2493168 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 161029 2285 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2425 0 1 0 16 0 0 0 20 0 22 0 2493168 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 5267 0 -1 4202560 63 0 0 0 4 2 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290548620328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 5267 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290547567528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 5267 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290546514728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 5267 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290545461928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 5267 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290544409128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 5267 0 -1 4202560 115 0 0 0 5 2 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290425874856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 5267 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 22 0 2493169 10060525568 161029 33554432000 1073741824 1073778376 140734413837488 140290424822056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.21 4.22 4.18 5/219 7998
/proc/meminfo: memFree=22433148/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=1767.72 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 35948 0 1 0 176650 122 0 0 20 0 22 0 2493168 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 732421 2286 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2426 0 1 0 17 3 0 0 20 0 22 0 2493168 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 5267 0 -1 4202560 249 0 0 0 21 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290548620328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 5267 0 -1 4202560 183 0 0 0 22 8 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290547567528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 5267 0 -1 4202560 125 0 0 0 20 6 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290546514728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 5267 0 -1 4202560 293 0 0 0 29 10 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290545461928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 5267 0 -1 4202560 292 0 0 0 17 4 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290544409128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 5267 0 -1 4202560 259 0 0 0 23 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290425874856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 5267 0 -1 4202560 214 0 0 0 22 6 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290424822056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 5267 0 -1 4202560 148 0 0 0 15 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290423769256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 5267 0 -1 4202560 1272 0 0 0 0 4 0 0 20 0 22 0 2493170 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290411359208 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290410305272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289805116936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289804065424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 5267 0 -1 4202560 13648 0 0 0 183 2 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289803012536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 5267 0 -1 4202560 14048 0 0 0 158 3 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289801959736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289800907128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 5267 0 -1 4202560 51 0 0 0 9 13 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289799854536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493186 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289796695464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7882] ppid=7853 vsize=9824732 CPUtime=880.72 cores=0,2,4,6
/proc/7856/task/7882/stat : 7882 (java) R 7853 7856 5267 0 -1 4202560 29 0 0 0 88056 16 0 0 20 0 22 0 2493236 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289797738496 140290426476896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7883] ppid=7853 vsize=9824732 CPUtime=880.74 cores=0,2,4,6
/proc/7856/task/7883/stat : 7883 (java) R 7853 7856 5267 0 -1 4202560 1392 0 0 0 88020 54 0 0 20 0 22 0 2493236 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289798797664 140290426520400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7884] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7884/stat : 7884 (java) S 7853 7856 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2493237 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289795642280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1767.72
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 4.23 4.22 4.18 5/219 7998
/proc/meminfo: memFree=22433152/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 35948 0 1 0 179887 123 0 0 20 0 22 0 2493168 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 732421 2286 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2426 0 1 0 17 3 0 0 20 0 22 0 2493168 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 5267 0 -1 4202560 249 0 0 0 21 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290548620328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 5267 0 -1 4202560 183 0 0 0 22 8 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290547567528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 5267 0 -1 4202560 125 0 0 0 20 6 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290546514728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 5267 0 -1 4202560 293 0 0 0 29 10 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290545461928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 5267 0 -1 4202560 292 0 0 0 17 4 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290544409128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 5267 0 -1 4202560 259 0 0 0 23 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290425874856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 5267 0 -1 4202560 214 0 0 0 22 6 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290424822056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 5267 0 -1 4202560 148 0 0 0 15 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290423769256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 5267 0 -1 4202560 1272 0 0 0 0 4 0 0 20 0 22 0 2493170 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290411359208 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290410305272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289805116936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289804065424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 5267 0 -1 4202560 13648 0 0 0 183 2 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289803012536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 5267 0 -1 4202560 14048 0 0 0 158 3 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289801959736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289800907128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 5267 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289799854536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493186 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289796695464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7882] ppid=7853 vsize=9824732 CPUtime=896.91 cores=0,2,4,6
/proc/7856/task/7882/stat : 7882 (java) R 7853 7856 5267 0 -1 4202560 29 0 0 0 89675 16 0 0 20 0 22 0 2493236 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289797738496 140290426382522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7883] ppid=7853 vsize=9824732 CPUtime=896.93 cores=0,2,4,6
/proc/7856/task/7883/stat : 7883 (java) R 7853 7856 5267 0 -1 4202560 1392 0 0 0 89639 54 0 0 20 0 22 0 2493236 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289798797664 140290426520445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7884] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7884/stat : 7884 (java) S 7853 7856 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2493237 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289795642280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 7856 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.501 s]
/proc/loadavg: 4.23 4.22 4.18 5/219 7998
/proc/meminfo: memFree=22433152/32872528 swapFree=1459092/1655316
[pid=7856] ppid=7853 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 5267 0 -1 4202496 35948 0 1 0 179887 123 0 0 20 0 22 0 2493168 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140734413828624 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7856/statm: 2456183 732421 2286 9 0 2446860 0
[pid=7856/tid=7857] ppid=7853 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7856/task/7857/stat : 7857 (java) S 7853 7856 5267 0 -1 4202560 2426 0 1 0 17 3 0 0 20 0 22 0 2493168 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290587128696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 5267 0 -1 4202560 249 0 0 0 21 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290548620328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 5267 0 -1 4202560 183 0 0 0 22 8 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290547567528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 5267 0 -1 4202560 125 0 0 0 20 6 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290546514728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 5267 0 -1 4202560 293 0 0 0 29 10 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290545461928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 5267 0 -1 4202560 292 0 0 0 17 4 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290544409128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 5267 0 -1 4202560 259 0 0 0 23 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290425874856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 5267 0 -1 4202560 214 0 0 0 22 6 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290424822056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 5267 0 -1 4202560 148 0 0 0 15 7 0 0 20 0 22 0 2493169 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290423769256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 5267 0 -1 4202560 1272 0 0 0 0 4 0 0 20 0 22 0 2493170 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290411359208 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140290410305272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2493171 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289805116936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289804065424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 5267 0 -1 4202560 13648 0 0 0 183 2 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289803012536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 5267 0 -1 4202560 14048 0 0 0 158 3 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289801959736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289800907128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 5267 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 2493173 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289799854536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2493186 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289796695464 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7882] ppid=7853 vsize=9824732 CPUtime=896.91 cores=0,2,4,6
/proc/7856/task/7882/stat : 7882 (java) R 7853 7856 5267 0 -1 4202560 29 0 0 0 89675 16 0 0 20 0 22 0 2493236 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289797738496 140290426382522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7883] ppid=7853 vsize=9824732 CPUtime=896.93 cores=0,2,4,6
/proc/7856/task/7883/stat : 7883 (java) R 7853 7856 5267 0 -1 4202560 1392 0 0 0 89639 54 0 0 20 0 22 0 2493236 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289798797664 140290426520445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7884] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7884/stat : 7884 (java) S 7853 7856 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2493237 10060525568 732421 33554432000 1073741824 1073778376 140734413837488 140289795642280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.604
CPU time (s): 1800.69
CPU user time (s): 1798.94
CPU system time (s): 1.75173
CPU usage (%): 200.387
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.75173
maximum resident set size= 2982936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35992
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21507
involuntary context switches= 18748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.594 second user time and 6.15506 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 17:50:20
IDJOB=4117898
IDBENCH=111626
IDSOLVER=2543
FILE ID=node136/4117898-1467215420
RUNJOBID= node136-1467208983-5283
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= a574814da91b4fede017d87a4cbdfb7b
RANDOM SEED=948219852

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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:        28538320 kB
Buffers:          140504 kB
Cached:          1745028 kB
SwapCached:            0 kB
Active:           266716 kB
Inactive:        1668312 kB
Active(anon):      52184 kB
Inactive(anon):        0 kB
Active(file):     214532 kB
Inactive(file):  1668312 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       1778688 kB
Mapped:            21432 kB
Shmem:               204 kB
Slab:             609904 kB
SReclaimable:      53324 kB
SUnreclaim:       556580 kB
KernelStack:        1816 kB
PageTables:         7924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2361932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node136 at 2016-06-29 18:05:19