Trace number 4257971

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-CSP 2017-07-05SAT (TO)1916 244.537 240.228

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff16.xml
MD5SUM7d930e9aa83e9b949249fe9ec59ccd01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1916
Best CPU time to get the best result obtained on this benchmark0.31991699
Satisfiable
(Un)Satisfiability was proved
Number of variables183
Number of constraints181
Number of domains32
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":4},{"size":31,"count":40},{"size":32,"count":139}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":180},{"degree":46,"count":3}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":135},{"arity":3,"count":1},{"arity":4,"count":45}]
Number of extensional constraints135
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":135},{"type":"ordered","count":1},{"type":"minimum","count":45}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

2.05/1.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.05/1.00	c This is free software under the dual EPL/GNU LGPL licenses.
2.05/1.00	c See www.sat4j.org for details.
2.05/1.00	c That software uses the Rhino library from the Mozilla project.
2.05/1.00	c version CUSTOM.v20170705
2.05/1.00	c java.runtime.name	Java(TM) SE Runtime Environment
2.05/1.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.05/1.00	c java.vm.version	25.131-b11
2.05/1.00	c java.vm.vendor	Oracle Corporation
2.05/1.00	c sun.arch.data.model	64
2.05/1.00	c java.version		1.8.0_131
2.05/1.00	c os.name		Linux
2.05/1.00	c os.version		3.10.0-514.16.1.el7.x86_64
2.05/1.00	c os.arch		amd64
2.05/1.00	c Free memory 		499604488
2.05/1.00	c Max memory 		7247757312
2.05/1.00	c Total memory 		504889344
2.05/1.00	c Number of processors 	4
2.05/1.00	c c --- Begin Solver configuration ---
2.05/1.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.05/1.00	c Learn all clauses as in MiniSAT
2.05/1.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.05/1.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.05/1.00	c No reason simplification
2.05/1.00	c Glucose 2.1 dynamic restart strategy
2.05/1.00	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
2.05/1.00	c timeout=2147483s
2.05/1.00	c DB Simplification allowed=false
2.05/1.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.05/1.00	c --- End Solver configuration ---
2.05/1.00	c constraints type 
2.05/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 366
2.05/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 275328
2.05/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 172046
2.05/1.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 364
2.05/1.00	c 448104 constraints processed.
5.31/2.67	o 3793
15.45/11.67	o 3417
18.24/14.40	o 2475
44.92/40.76	o 2429
45.51/41.22	o 2246
53.12/48.90	o 2210
65.24/61.00	o 2165
99.55/95.26	o 2080
105.25/100.97	o 1950
190.11/185.73	o 1938
191.32/186.93	o 1929
211.23/206.90	o 1927
213.72/209.32	o 1916
244.51/240.20	c starts		: 2325
244.51/240.20	c conflicts		: 621773
244.51/240.20	c decisions		: 9533151
244.51/240.20	c propagations		: 542657353
244.51/240.20	c inspects		: 1951350807
244.51/240.20	c shortcuts		: 0
244.51/240.20	c learnt literals	: 82
244.51/240.20	c learnt binary clauses	: 4234
244.51/240.20	c learnt ternary clauses	: 5104
244.51/240.20	c learnt constraints	: 621691
244.51/240.20	c ignored constraints	: 0
244.51/240.20	c root simplifications	: 0
244.51/240.20	c removed literals (reason simplification)	: 0
244.51/240.20	c reason swapping (by a shorter reason)	: 0
244.51/240.20	c Calls to reduceDB	: 63
244.51/240.20	c Number of update (reduction) of LBD	: 401444
244.51/240.20	c Imported unit clauses	: 0
244.51/240.20	c number of reductions to clauses (during analyze)	: 0
244.51/240.20	c number of learned constraints concerned by reduction	: 0
244.51/240.20	c number of learning phase by resolution	: 0
244.51/240.20	c number of learning phase by cutting planes	: 0
244.51/240.20	c number of rounding to 1 operations	: 0
244.51/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
244.51/240.20	c number of reductions of the coefficients by power 2 	: 0
244.51/240.20	c number of right shift for reduction by power 2 	: 0
244.51/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
244.51/240.20	c speed (assignments/second)	: 2268776.6916821706
244.51/240.20	c non guided choices	1718450
244.51/240.20	c learnt constraints type 
244.51/240.20	s SATISFIABLE
244.51/240.21	v <instantiation type="solution">
244.51/240.21	v 	<list> x[0] x[1] x[2] drd[0][0] drd[0][1] drd[0][2] drd[1][0] drd[1][1] drd[1][2] drd[2][0] drd[2][1] drd[2][2] drd[3][0] drd[3][1] drd[3][2] drd[4][0] drd[4][1] drd[4][2] drd[5][0] drd[5][1] drd[5][2] drd[6][0] drd[6][1] drd[6][2] drd[7][0] drd[7][1] drd[7][2] drd[8][0] drd[8][1] drd[8][2] drd[9][0] drd[9][1] drd[9][2] drd[10][0] drd[10][1] drd[10][2] drd[11][0] drd[11][1] drd[11][2] drd[12][0] drd[12][1] drd[12][2] drd[13][0] drd[13][1] drd[13][2] drd[14][0] drd[14][1] drd[14][2] drd[15][0] drd[15][1] drd[15][2] drd[16][0] drd[16][1] drd[16][2] drd[17][0] drd[17][1] drd[17][2] drd[18][0] drd[18][1] drd[18][2] drd[19][0] drd[19][1] drd[19][2] drd[20][0] drd[20][1] drd[20][2] drd[21][0] drd[21][1] drd[21][2] drd[22][0] drd[22][1] drd[22][2] drd[23][0] drd[23][1] drd[23][2] drd[24][0] drd[24][1] drd[24][2] drd[25][0] drd[25][1] drd[25][2] drd[26][0] drd[26][1] drd[26][2] drd[27][0] drd[27][1] drd[27][2] drd[28][0] drd[28][1] drd[28][2] drd[29][0] drd[29][1] drd[29][2] drd[30][0] drd[30][1] drd[30][2] drd[31][0] drd[31][1] drd[31][2] drd[32][0] drd[32][1] drd[32][2] drd[33][0] drd[33][1] drd[33][2] drd[34][0] drd[34][1] drd[34][2] drd[35][0] drd[35][1] drd[35][2] drd[36][0] drd[36][1] drd[36][2] drd[37][0] drd[37][1] drd[37][2] drd[38][0] drd[38][1] drd[38][2] drd[39][0] drd[39][1] drd[39][2] drd[40][0] drd[40][1] drd[40][2] drd[41][0] drd[41][1] drd[41][2] drd[42][0] drd[42][1] drd[42][2] drd[43][0] drd[43][1] drd[43][2] drd[44][0] drd[44][1] drd[44][2] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] </list>
244.51/240.21	v 	<values> 72 301 540 303 74 165 303 74 165 51 178 417 51 178 417 468 239 0 468 239 0 68 297 536 533 304 65 533 304 65 72 301 540 18 247 486 22 251 490 26 203 442 26 203 442 240 11 228 240 11 228 17 212 451 229 0 239 20 249 488 20 249 488 368 139 100 367 138 101 65 294 533 65 294 533 0 229 468 35 194 433 35 194 433 71 158 397 71 158 397 14 215 454 23 206 445 448 219 20 40 189 428 2 231 470 53 282 521 53 282 521 165 64 303 166 63 302 281 52 187 278 49 190 9 238 477 121 108 347 121 108 347 217 12 251 217 12 251 74 74 51 51 0 0 68 65 65 72 18 22 26 26 11 11 17 0 20 20 100 101 65 65 0 35 35 71 71 14 23 20 40 2 53 53 64 63 52 49 9 108 108 12 12 </values>
244.51/240.21	v </instantiation>
244.51/240.21	

Verifier Data

OK	1916

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-4257971-1501657767/watcher-4257971-1501657767 -o /tmp/evaluation-result-4257971-1501657767/solver-4257971-1501657767 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257971-1501657767.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.49 3.18 2/198 986
/proc/meminfo: memFree=31322260/32770624 swapFree=0/270316
[pid=986] ppid=983 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/986/stat : 986 (runsolver) D 983 986 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 65430144 24240128 106 18446744073709551615 4194304 4338465 140723685328672 140723685326312 140129716622039 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 27815936 140723685335174 140723685335621 140723685335621 140723685339082 0
/proc/986/statm: 5918 106 53 36 0 2156 0

[startup+0.100142 s]
/proc/loadavg: 1.97 2.49 3.18 2/198 986
/proc/meminfo: memFree=31322260/32770624 swapFree=0/270316
[pid=986] ppid=983 vsize=10151672 CPUtime=0.03 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 4065 0 0 0 2 1 0 0 20 0 9 0 65430144 10395312128 4679 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2537918 4679 2092 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200342 s]
/proc/loadavg: 1.97 2.49 3.18 2/198 986
/proc/meminfo: memFree=31322260/32770624 swapFree=0/270316
[pid=986] ppid=983 vsize=10551156 CPUtime=0.1 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 5271 0 0 0 9 1 0 0 20 0 15 0 65430144 10804383744 6807 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2637789 6807 2786 1 0 2627269 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551156

[startup+0.300327 s]
/proc/loadavg: 1.97 2.49 3.18 2/198 986
/proc/meminfo: memFree=31322260/32770624 swapFree=0/270316
[pid=986] ppid=983 vsize=10551156 CPUtime=0.25 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 8483 0 0 0 22 3 0 0 20 0 15 0 65430144 10804383744 9245 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2637789 9245 2864 1 0 2627269 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10551156

[startup+0.700312 s]
/proc/loadavg: 1.97 2.49 3.18 2/198 986
/proc/meminfo: memFree=31322260/32770624 swapFree=0/270316
[pid=986] ppid=983 vsize=10551232 CPUtime=1.42 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 13101 0 0 0 137 5 0 0 20 0 15 0 65430144 10804461568 28572 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2637808 28572 3050 1 0 2627269 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 10551232

[startup+1.50266 s]
/proc/loadavg: 1.97 2.49 3.18 5/214 1003
/proc/meminfo: memFree=31120836/32770624 swapFree=0/270328
[pid=986] ppid=983 vsize=10617796 CPUtime=3.83 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 21156 0 0 0 375 8 0 0 20 0 16 0 65430144 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 56308 3084 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=1.35 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 7569 0 0 0 131 4 0 0 20 0 16 0 65430151 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139780179264480 139779798865668 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 65430152 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430152 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779670536992 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430154 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779669484656 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10617796 CPUtime=0.98 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) S 983 986 18930 0 -1 1077944384 4105 0 0 0 98 0 0 0 20 0 16 0 65430156 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10617796 CPUtime=1.01 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) R 983 986 18930 0 -1 4202560 5872 0 0 0 100 1 0 0 20 0 16 0 65430156 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780158526713 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10617796 CPUtime=0.38 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 2091 0 0 0 38 0 0 0 20 0 16 0 65430156 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65430161 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1003] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1003/stat : 1003 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430247 10872623104 56308 18446744073709551615 4194304 4196468 140721131027328 139779662115504 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 10617796

[startup+3.10069 s]
/proc/loadavg: 1.97 2.49 3.18 5/214 1003
/proc/meminfo: memFree=31109660/32770624 swapFree=0/270328
[pid=986] ppid=983 vsize=10617796 CPUtime=6.31 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 22020 0 0 0 623 8 0 0 20 0 16 0 65430144 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 56844 3100 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 7867 0 0 0 290 4 0 0 20 0 16 0 65430151 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139780179246592 139779798807891 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 65430152 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430152 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779670536992 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430154 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779669484656 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10617796 CPUtime=1.41 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) R 983 986 18930 0 -1 4202560 4551 0 0 0 141 0 0 0 20 0 16 0 65430156 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780158414747 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10617796 CPUtime=1.43 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) R 983 986 18930 0 -1 4202560 5944 0 0 0 142 1 0 0 20 0 16 0 65430156 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780156571732 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10617796 CPUtime=0.41 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 2139 0 0 0 41 0 0 0 20 0 16 0 65430156 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65430161 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1003] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1003/stat : 1003 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430247 10872623104 56844 18446744073709551615 4194304 4196468 140721131027328 139779662115504 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 10617796

[startup+6.30066 s]
/proc/loadavg: 1.90 2.47 3.17 3/214 1003
/proc/meminfo: memFree=31106388/32770624 swapFree=0/270336
[pid=986] ppid=983 vsize=10617796 CPUtime=10.14 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 28506 0 0 0 1005 9 0 0 20 0 16 0 65430144 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 57235 3102 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=6.14 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 8317 0 0 0 610 4 0 0 20 0 16 0 65430151 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139780179264424 139779798861580 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 65430152 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430152 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779670536992 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430154 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779669484656 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10617796 CPUtime=1.74 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) S 983 986 18930 0 -1 1077944384 7370 0 0 0 173 1 0 0 20 0 16 0 65430156 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10617796 CPUtime=1.73 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) S 983 986 18930 0 -1 1077944384 8242 0 0 0 172 1 0 0 20 0 16 0 65430156 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10617796 CPUtime=0.42 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 2345 0 0 0 42 0 0 0 20 0 16 0 65430156 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 488 0 0 0 0 0 0 0 20 0 16 0 65430161 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1003] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1003/stat : 1003 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430247 10872623104 57235 18446744073709551615 4194304 4196468 140721131027328 139779662115504 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 1.90 2.46 3.16 3/214 1003
/proc/meminfo: memFree=31105892/32770624 swapFree=0/270336
[pid=986] ppid=983 vsize=10617796 CPUtime=16.61 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 31111 0 0 0 1652 9 0 0 20 0 16 0 65430144 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 57265 3102 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=12.55 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 8986 0 0 0 1250 5 0 0 20 0 16 0 65430151 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 139780179264016 139779798808759 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 65430152 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430152 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 65430152 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 57265 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0

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

[startup+162.301 s]
/proc/loadavg: 1.97 2.27 2.99 3/216 1185
/proc/meminfo: memFree=31322100/32770624 swapFree=0/270464
[pid=986] ppid=983 vsize=10617796 CPUtime=166.7 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 41457 0 0 0 16650 20 0 0 20 0 16 0 65430144 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 69273 3112 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=162.08 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 11726 0 0 0 16203 5 0 0 20 0 16 0 65430151 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139780179266456 139779798807891 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 235 0 0 0 5 1 0 0 20 0 16 0 65430152 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 718 0 0 0 4 1 0 0 20 0 16 0 65430152 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 166 0 0 0 4 1 0 0 20 0 16 0 65430152 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 391 0 0 0 5 1 0 0 20 0 16 0 65430152 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 706 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779670537056 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 65430154 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779669484672 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10617796 CPUtime=1.91 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) S 983 986 18930 0 -1 1077944384 10953 0 0 0 190 1 0 0 20 0 16 0 65430156 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10617796 CPUtime=1.86 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) S 983 986 18930 0 -1 1077944384 10079 0 0 0 185 1 0 0 20 0 16 0 65430156 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10617796 CPUtime=0.45 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 4235 0 0 0 44 1 0 0 20 0 16 0 65430156 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 827 0 0 0 4 4 0 0 20 0 16 0 65430161 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1003] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1003/stat : 1003 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430247 10872623104 69273 18446744073709551615 4194304 4196468 140721131027328 139779662115504 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 166.7
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.14 2.27 2.94 3/216 1188
/proc/meminfo: memFree=31247856/32770624 swapFree=0/270524
[pid=986] ppid=983 vsize=10617796 CPUtime=226.74 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 42686 0 0 0 22652 22 0 0 20 0 16 0 65430144 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 76441 3112 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=222.07 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 12593 0 0 0 22202 5 0 0 20 0 16 0 65430151 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139780179264936 139779798956568 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 235 0 0 0 5 1 0 0 20 0 16 0 65430152 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 718 0 0 0 4 1 0 0 20 0 16 0 65430152 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 166 0 0 0 4 1 0 0 20 0 16 0 65430152 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 391 0 0 0 5 1 0 0 20 0 16 0 65430152 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 713 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779670537056 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 65430154 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779669484672 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10617796 CPUtime=1.91 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) S 983 986 18930 0 -1 1077944384 11005 0 0 0 190 1 0 0 20 0 16 0 65430156 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10617796 CPUtime=1.86 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) S 983 986 18930 0 -1 1077944384 10232 0 0 0 185 1 0 0 20 0 16 0 65430156 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10617796 CPUtime=0.45 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 4346 0 0 0 44 1 0 0 20 0 16 0 65430156 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 866 0 0 0 6 6 0 0 20 0 16 0 65430161 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1003] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1003/stat : 1003 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430247 10872623104 76441 18446744073709551615 4194304 4196468 140721131027328 139779662115504 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 226.74
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.10 2.25 2.92 3/216 1188
/proc/meminfo: memFree=31235444/32770624 swapFree=0/270532
[pid=986] ppid=983 vsize=10617796 CPUtime=244.45 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 42783 0 0 0 24423 22 0 0 20 0 16 0 65430144 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2654449 79513 3112 1 0 2643910 0
[pid=986/tid=988] ppid=983 vsize=10617796 CPUtime=239.77 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) R 983 986 18930 0 -1 4202560 12690 0 0 0 23972 5 0 0 20 0 16 0 65430151 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139780179264936 139779798957046 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 235 0 0 0 5 1 0 0 20 0 16 0 65430152 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 718 0 0 0 4 1 0 0 20 0 16 0 65430152 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 166 0 0 0 4 1 0 0 20 0 16 0 65430152 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 391 0 0 0 5 1 0 0 20 0 16 0 65430152 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 713 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 65430153 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779670537056 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 65430154 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779669484672 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10617796 CPUtime=1.91 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) S 983 986 18930 0 -1 1077944384 11005 0 0 0 190 1 0 0 20 0 16 0 65430156 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10617796 CPUtime=1.86 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) S 983 986 18930 0 -1 1077944384 10232 0 0 0 185 1 0 0 20 0 16 0 65430156 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10617796 CPUtime=0.45 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 4346 0 0 0 44 1 0 0 20 0 16 0 65430156 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65430156 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 866 0 0 0 7 7 0 0 20 0 16 0 65430161 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1003] ppid=983 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/986/task/1003/stat : 1003 (java) S 983 986 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65430247 10872623104 79513 18446744073709551615 4194304 4196468 140721131027328 139779662115504 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 244.45
Current children cumulated vsize (KiB) 10617796

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 986 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.10 2.25 2.92 3/216 1188
/proc/meminfo: memFree=31235444/32770624 swapFree=0/270532
[pid=986] ppid=983 vsize=10817488 CPUtime=244.51 cores=0,2,4,6
/proc/986/stat : 986 (java) S 983 986 18930 0 -1 1077944320 43560 0 0 0 24429 22 0 0 20 0 17 0 65430144 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 140721131009872 139780175027959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
/proc/986/statm: 2704372 81616 3114 1 0 2693833 0
[pid=986/tid=988] ppid=983 vsize=10817488 CPUtime=239.82 cores=0,2,4,6
/proc/986/task/988/stat : 988 (java) S 983 986 18930 0 -1 1077944384 12857 0 0 0 23977 5 0 0 20 0 17 0 65430151 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139780179270832 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=989] ppid=983 vsize=10817488 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/989/stat : 989 (java) S 983 986 18930 0 -1 1077944384 235 0 0 0 5 1 0 0 20 0 17 0 65430152 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139780116065168 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=990] ppid=983 vsize=10817488 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/990/stat : 990 (java) S 983 986 18930 0 -1 1077944384 718 0 0 0 4 1 0 0 20 0 17 0 65430152 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139780115012368 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=991] ppid=983 vsize=10817488 CPUtime=0.05 cores=0,2,4,6
/proc/986/task/991/stat : 991 (java) S 983 986 18930 0 -1 1077944384 166 0 0 0 4 1 0 0 20 0 17 0 65430152 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779783912592 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=992] ppid=983 vsize=10817488 CPUtime=0.06 cores=0,2,4,6
/proc/986/task/992/stat : 992 (java) S 983 986 18930 0 -1 1077944384 391 0 0 0 5 1 0 0 20 0 17 0 65430152 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779782859792 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=993] ppid=983 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/986/task/993/stat : 993 (java) S 983 986 18930 0 -1 1077944384 713 0 0 0 0 0 0 0 20 0 17 0 65430153 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779671591024 139780175039106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=994] ppid=983 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/986/task/994/stat : 994 (java) S 983 986 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 65430153 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779670537056 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=995] ppid=983 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/986/task/995/stat : 995 (java) S 983 986 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 65430154 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779669484672 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=996] ppid=983 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/986/task/996/stat : 996 (java) S 983 986 18930 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 17 0 65430156 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779668432976 139780175046555 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=997] ppid=983 vsize=10817488 CPUtime=1.91 cores=0,2,4,6
/proc/986/task/997/stat : 997 (java) S 983 986 18930 0 -1 1077944384 11014 0 0 0 190 1 0 0 20 0 17 0 65430156 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779667380848 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=998] ppid=983 vsize=10817488 CPUtime=1.86 cores=0,2,4,6
/proc/986/task/998/stat : 998 (java) S 983 986 18930 0 -1 1077944384 10253 0 0 0 185 1 0 0 20 0 17 0 65430156 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779666328048 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=999] ppid=983 vsize=10817488 CPUtime=0.45 cores=0,2,4,6
/proc/986/task/999/stat : 999 (java) S 983 986 18930 0 -1 1077944384 4454 0 0 0 44 1 0 0 20 0 17 0 65430156 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779665275760 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1000] ppid=983 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/986/task/1000/stat : 1000 (java) S 983 986 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65430156 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779664223200 139780175038165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
[pid=986/tid=1002] ppid=983 vsize=10817488 CPUtime=0.14 cores=0,2,4,6
/proc/986/task/1002/stat : 1002 (java) S 983 986 18930 0 -1 1077944384 866 0 0 0 7 7 0 0 20 0 17 0 65430161 11077107712 81616 18446744073709551615 4194304 4196468 140721131027328 139779663169968 139780175039106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140721131028913 140721131029066 140721131029066 140721131032527 0
Current children cumulated CPU time (s) 244.51
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.228
CPU time (s): 244.537
CPU user time (s): 244.302
CPU system time (s): 0.235084
CPU usage (%): 101.794
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.302
system time used= 0.235084
maximum resident set size= 329260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7270
involuntary context switches= 306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16962 second user time and 1.48005 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 08:55:09
IDJOB=4257971
IDBENCH=138359
IDSOLVER=2643
FILE ID=node132/4257971-1501657767
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257971-1501657767/watcher-4257971-1501657767 -o /tmp/evaluation-result-4257971-1501657767/solver-4257971-1501657767 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257971-1501657767.xml

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

MD5SUM BENCH= 7d930e9aa83e9b949249fe9ec59ccd01
RANDOM SEED=765874358

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31323176 kB
MemAvailable:   31534364 kB
Buffers:          153280 kB
Cached:           353252 kB
SwapCached:            0 kB
Active:           739332 kB
Inactive:         294760 kB
Active(anon):     528356 kB
Inactive(anon):    24444 kB
Active(file):     210976 kB
Inactive(file):   270316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1780 kB
Writeback:             0 kB
AnonPages:        541356 kB
Mapped:            50960 kB
Shmem:             25276 kB
Slab:             117396 kB
SReclaimable:      91464 kB
SUnreclaim:        25932 kB
KernelStack:        3760 kB
PageTables:         5904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1535388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 08:59:09