Trace number 4301709

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 2018-07-11? (TO) 252.342 198.456

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

252.27/198.40	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
252.27/198.40	c This is free software under the dual EPL/GNU LGPL licenses.
252.27/198.40	c See www.sat4j.org for details.
252.27/198.40	c That software uses the Rhino library from the Mozilla project.
252.27/198.40	c version 2.3.6-SNAPSHOT
252.27/198.40	c java.runtime.name	Java(TM) SE Runtime Environment
252.27/198.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
252.27/198.40	c java.vm.version	25.131-b11
252.27/198.40	c java.vm.vendor	Oracle Corporation
252.27/198.40	c sun.arch.data.model	64
252.27/198.40	c java.version		1.8.0_131
252.27/198.40	c os.name		Linux
252.27/198.40	c os.version		3.10.0-514.16.1.el7.x86_64
252.27/198.40	c os.arch		amd64
252.27/198.40	c Free memory 		499604488
252.27/198.40	c Max memory 		7247757312
252.27/198.40	c Total memory 		504889344
252.27/198.40	c Number of processors 	4
252.27/198.40	c c --- Begin Solver configuration ---
252.27/198.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
252.27/198.40	c Learn all clauses as in MiniSAT
252.27/198.40	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
252.27/198.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
252.27/198.40	c No reason simplification
252.27/198.40	c Glucose 2.1 dynamic restart strategy
252.27/198.40	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
252.27/198.40	c timeout=2147483s
252.27/198.40	c DB Simplification allowed=false
252.27/198.40	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
252.27/198.40	c --- End Solver configuration ---
252.27/198.40	c starts		: 0
252.27/198.40	c conflicts		: 0
252.27/198.40	c decisions		: 0
252.27/198.40	c propagations		: 0
252.27/198.40	c inspects		: 0
252.27/198.40	c shortcuts		: 0
252.27/198.40	c learnt literals	: 0
252.27/198.40	c learnt binary clauses	: 0
252.27/198.40	c learnt ternary clauses	: 0
252.27/198.40	c learnt constraints	: 0
252.27/198.40	c ignored constraints	: 0
252.27/198.40	c root simplifications	: 0
252.27/198.40	c removed literals (reason simplification)	: 0
252.27/198.40	c reason swapping (by a shorter reason)	: 0
252.27/198.40	c Calls to reduceDB	: 0
252.27/198.40	c Number of update (reduction) of LBD	: 0
252.27/198.40	c Imported unit clauses	: 0
252.27/198.41	c number of reductions to clauses (during analyze)	: 0
252.27/198.41	c number of learned constraints concerned by reduction	: 0
252.27/198.41	c number of learning phase by resolution	: 0
252.27/198.41	c number of learning phase by cutting planes	: 0
252.27/198.41	c number of rounding to 1 operations	: 0
252.27/198.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.27/198.41	c number of reductions of the coefficients by power 2 	: 0
252.27/198.41	c number of right shift for reduction by power 2 	: 0
252.27/198.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.27/198.41	c number of ending skipping 	: 0
252.27/198.41	c number of internal skipping 	: 0
252.27/198.41	c number of derivation steps 	: 0
252.27/198.41	c number of skipped derivation steps 	: 0
252.27/198.41	c number of remaining unassigned 	: 0
252.27/198.41	c number of remaining assigned 	: 0
252.27/198.41	c speed (assignments/second)	: 0.0
252.27/198.41	c non guided choices	: 0
252.27/198.41	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12282 MiB free)
  memory of node 1: 16384 MiB (13247 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301709-1532883795/watcher-4301709-1532883795 -o /tmp/evaluation-result-4301709-1532883795/solver-4301709-1532883795 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301709-1532883795.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28323, runsolver pid=28320
Current StackSize limit: 8192 KiB


[startup+0.101843 s]*
/proc/loadavg: 4.81 3.82 3.12 4/217 28338
/proc/meminfo: memFree=25981704/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659012 memory=31388 CPUtime=0.13 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 6401 0 0 0 12 1 0 0 20 0 15 0 105942741 10914828288 7847 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664753 7847 2823 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659012 memory=-8701690554791923072 CPUtime=0.09 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 4256 0 0 0 8 1 0 0 20 0 15 0 105942741 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664986438688 139664966296926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942743 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942744 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942744 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 105942746 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0.02 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 15 0 105942746 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942747 10914828288 7847 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31388 KiB

[startup+0.210577 s]*
/proc/loadavg: 4.81 3.82 3.12 4/217 28338
/proc/meminfo: memFree=25602192/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659012 memory=42160 CPUtime=0.33 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 7630 0 0 0 31 2 0 0 20 0 15 0 105942741 10914828288 10540 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664753 10540 3006 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 4599 0 0 0 18 1 0 0 20 0 15 0 105942741 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664986452720 139664982238365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659012 memory=140112868330896 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942743 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942744 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942744 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 742 0 0 0 2 0 0 0 20 0 15 0 105942746 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 15 0 105942746 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0.07 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 691 0 0 0 7 0 0 0 20 0 15 0 105942746 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942747 10914828288 10540 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42160 KiB

[startup+0.310731 s]*
/proc/loadavg: 4.81 3.82 3.12 5/217 28338
/proc/meminfo: memFree=25580908/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659012 memory=66884 CPUtime=0.51 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 8191 0 0 0 48 3 0 0 20 0 15 0 105942741 10914828288 16721 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664753 16721 3033 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 4873 0 0 0 27 2 0 0 20 0 15 0 105942741 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664986447552 139664982238365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659012 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659012 memory=140112868330869 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942742 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942743 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942744 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942744 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659012 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 890 0 0 0 5 0 0 0 20 0 15 0 105942746 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659012 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 329 0 0 0 4 0 0 0 20 0 15 0 105942746 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0.11 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 732 0 0 0 11 0 0 0 20 0 15 0 105942746 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659012 memory=140112868308608 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942747 10914828288 16721 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 66884 KiB

[startup+0.707325 s]
/proc/loadavg: 4.81 3.82 3.12 7/217 28338
/proc/meminfo: memFree=25354488/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659088 memory=291700 CPUtime=1.54 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 10955 0 0 0 145 9 0 0 20 0 15 0 105942741 10914906112 72925 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664772 72925 3111 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659088 memory=1840 CPUtime=0.63 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 5378 0 0 0 59 4 0 0 20 0 15 0 105942741 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664986451208 139664571425283 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659088 memory=1004 CPUtime=0.01 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 15 0 105942742 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659088 memory=12060 CPUtime=0.01 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 105942742 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659088 memory=5788 CPUtime=0.03 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 105942742 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659088 memory=792 CPUtime=0.02 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 105942742 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105942743 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659088 memory=7163631965283378496 CPUtime=0.28 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) R 28320 28323 22004 0 -1 4202560 1665 0 0 0 28 0 0 0 20 0 15 0 105942746 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664469975584 139664963538545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659088 memory=7667213801450137426 CPUtime=0.29 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) R 28320 28323 22004 0 -1 4202560 1189 0 0 0 29 0 0 0 20 0 15 0 105942746 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664468920784 139664966613525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659088 memory=7223888500751355984 CPUtime=0.19 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 1156 0 0 0 19 0 0 0 20 0 15 0 105942746 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942747 10914906112 72925 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 291700 KiB

[startup+1.5008 s]
/proc/loadavg: 4.81 3.82 3.12 5/217 28338
/proc/meminfo: memFree=25279112/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659088 memory=491136 CPUtime=2.77 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 11965 0 0 0 260 17 0 0 20 0 15 0 105942741 10914906112 122784 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664772 122784 3127 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659088 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 5482 0 0 0 132 6 0 0 20 0 15 0 105942741 10914906112 122784 33554432000 4194304 4196468 140720441078192 139664986453632 139664571769969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659088 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 208 0 0 0 4 2 0 0 20 0 15 0 105942742 10914906112 122784 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 129 0 0 0 4 2 0 0 20 0 15 0 105942742 10914906112 122784 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 238 0 0 0 5 2 0 0 20 0 15 0 105942742 10914906112 122784 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659088 memory=4134692831991786133 CPUtime=0.06 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 202 0 0 0 4 2 0 0 20 0 15 0 105942742 10914906112 122784 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105942743 10914906112 122784 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0

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

/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 18319 0 0 0 8322 22 0 0 20 0 15 0 105942741 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664986454080 139664968284564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659088 memory=4914260 CPUtime=15.37 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 116061 0 0 0 1453 84 0 0 20 0 15 0 105942742 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659088 memory=4914260 CPUtime=15.32 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 57145 0 0 0 1450 82 0 0 20 0 15 0 105942742 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659088 memory=0 CPUtime=15.25 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 73619 0 0 0 1445 80 0 0 20 0 15 0 105942742 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659088 memory=328 CPUtime=15.26 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 46751 0 0 0 1442 84 0 0 20 0 15 0 105942742 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659088 memory=177 CPUtime=3.28 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 10487 0 0 0 326 2 0 0 20 0 15 0 105942743 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659088 memory=30212 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659088 memory=4667516 CPUtime=0.77 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 2789 0 0 0 77 0 0 0 20 0 15 0 105942746 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659088 memory=15872 CPUtime=0.79 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 2425 0 0 0 78 1 0 0 20 0 15 0 105942746 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659088 memory=18004 CPUtime=0.33 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 2611 0 0 0 33 0 0 0 20 0 15 0 105942746 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659088 memory=4914260 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659088 memory=1624 CPUtime=0.06 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 439 0 0 0 3 3 0 0 20 0 15 0 105942747 10914906112 1228565 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 149.97 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4914260 KiB

[startup+162.301 s]
/proc/loadavg: 1.77 3.05 2.95 3/215 28418
/proc/meminfo: memFree=20270624/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659088 memory=4916312 CPUtime=213.86 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 348634 0 0 0 21018 368 0 0 20 0 15 0 105942741 10914906112 1229078 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664772 1229078 3155 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659088 memory=4916312 CPUtime=142.08 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 21240 0 0 0 14185 23 0 0 20 0 15 0 105942741 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664986454080 139664968284544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659088 memory=4916312 CPUtime=16.68 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 119096 0 0 0 1583 85 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659088 memory=4916312 CPUtime=16.61 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 59990 0 0 0 1578 83 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659088 memory=4916312 CPUtime=16.54 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 77003 0 0 0 1573 81 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659088 memory=4916312 CPUtime=16.56 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 50876 0 0 0 1571 85 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659088 memory=4916312 CPUtime=3.31 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 10725 0 0 0 329 2 0 0 20 0 15 0 105942743 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659088 memory=4916312 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659088 memory=4916312 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659088 memory=4916312 CPUtime=0.77 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 2793 0 0 0 77 0 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659088 memory=4916312 CPUtime=0.79 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 2427 0 0 0 78 1 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659088 memory=4612 CPUtime=0.33 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 2613 0 0 0 33 0 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659088 memory=8508 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659088 memory=4916312 CPUtime=0.11 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 465 0 0 0 4 7 0 0 20 0 15 0 105942747 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 213.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4916312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+198.201 s]
/proc/loadavg: 1.56 2.85 2.89 3/215 28418
/proc/meminfo: memFree=20494208/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10659088 memory=4916312 CPUtime=252.07 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 363087 0 0 0 24836 371 0 0 20 0 15 0 105942741 10914906112 1229078 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2664772 1229078 3155 1 0 2627263 0
[pid=28323/tid=28325] ppid=28320 vsize=10659088 memory=288230596050944315 CPUtime=177.19 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 22732 0 0 0 17696 23 0 0 20 0 15 0 105942741 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664986454080 139664568951594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10659088 memory=15542903384575324 CPUtime=17.44 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 122025 0 0 0 1659 85 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10659088 memory=15542903384575324 CPUtime=17.38 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 62891 0 0 0 1654 84 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10659088 memory=15542903384575324 CPUtime=17.31 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 79740 0 0 0 1649 82 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10659088 memory=2732 CPUtime=17.32 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 55006 0 0 0 1647 85 0 0 20 0 15 0 105942742 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10659088 memory=4108 CPUtime=3.33 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 10959 0 0 0 330 3 0 0 20 0 15 0 105942743 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10659088 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10659088 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105942744 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10659088 memory=4916312 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10659088 memory=1408 CPUtime=0.77 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 2795 0 0 0 77 0 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10659088 memory=2772 CPUtime=0.79 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 2429 0 0 0 78 1 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10659088 memory=3025272 CPUtime=0.34 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 2615 0 0 0 33 1 0 0 20 0 15 0 105942746 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942747 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10659088 memory=6425271076031 CPUtime=0.14 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 489 0 0 0 5 9 0 0 20 0 15 0 105942747 10914906112 1229078 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4916312 KiB

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

[startup+198.456 s]
# the end of solver process 28323 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.581 s, system=3.7604 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+198.401 s]
/proc/loadavg: 1.56 2.85 2.89 3/215 28418
/proc/meminfo: memFree=20494208/32770624 swapFree=67108860/67108860
[pid=28323] ppid=28320 vsize=10858780 memory=4916588 CPUtime=252.27 cores=1,3,5,7
/proc/28323/stat : 28323 (java) S 28320 28323 22004 0 -1 1077944320 363656 0 0 0 24856 371 0 0 20 0 17 0 105942741 11119390720 1229147 33554432000 4194304 4196468 140720441078192 140720441060736 139664982216439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
/proc/28323/statm: 2714695 1229147 3157 1 0 2677186 0
[pid=28323/tid=28325] ppid=28320 vsize=10858780 memory=4916312 CPUtime=177.39 cores=1,3,5,7
/proc/28323/task/28325/stat : 28325 (java) R 28320 28323 22004 0 -1 4202560 22732 0 0 0 17716 23 0 0 20 0 17 0 105942741 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664986454080 139664968284564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28326] ppid=28320 vsize=10858780 memory=2877564 CPUtime=17.44 cores=1,3,5,7
/proc/28323/task/28326/stat : 28326 (java) S 28320 28323 22004 0 -1 1077944384 122025 0 0 0 1659 85 0 0 20 0 17 0 105942742 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664908290832 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28327] ppid=28320 vsize=10858780 memory=30212 CPUtime=17.38 cores=1,3,5,7
/proc/28323/task/28327/stat : 28327 (java) S 28320 28323 22004 0 -1 1077944384 62891 0 0 0 1654 84 0 0 20 0 17 0 105942742 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664907238288 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28328] ppid=28320 vsize=10858780 memory=1296 CPUtime=17.31 cores=1,3,5,7
/proc/28323/task/28328/stat : 28328 (java) S 28320 28323 22004 0 -1 1077944384 79740 0 0 0 1649 82 0 0 20 0 17 0 105942742 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664906185744 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28329] ppid=28320 vsize=10858780 memory=2424 CPUtime=17.32 cores=1,3,5,7
/proc/28323/task/28329/stat : 28329 (java) S 28320 28323 22004 0 -1 1077944384 55006 0 0 0 1647 85 0 0 20 0 17 0 105942742 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664905133200 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28330] ppid=28320 vsize=10858780 memory=30212 CPUtime=3.33 cores=1,3,5,7
/proc/28323/task/28330/stat : 28330 (java) S 28320 28323 22004 0 -1 1077944384 10959 0 0 0 330 3 0 0 20 0 17 0 105942743 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664474195952 139664982227586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28331] ppid=28320 vsize=10858780 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28331/stat : 28331 (java) S 28320 28323 22004 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 105942744 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664473142176 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28332] ppid=28320 vsize=10858780 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28332/stat : 28332 (java) S 28320 28323 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 105942744 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664472089584 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28333] ppid=28320 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28333/stat : 28333 (java) S 28320 28323 22004 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 17 0 105942746 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664471038160 139664982235035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28334] ppid=28320 vsize=10858780 memory=4612 CPUtime=0.77 cores=1,3,5,7
/proc/28323/task/28334/stat : 28334 (java) S 28320 28323 22004 0 -1 1077944384 2795 0 0 0 77 0 0 0 20 0 17 0 105942746 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664469985776 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28335] ppid=28320 vsize=10858780 memory=8508 CPUtime=0.79 cores=1,3,5,7
/proc/28323/task/28335/stat : 28335 (java) S 28320 28323 22004 0 -1 1077944384 2429 0 0 0 78 1 0 0 20 0 17 0 105942746 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664468933232 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28336] ppid=28320 vsize=10858780 memory=1624 CPUtime=0.34 cores=1,3,5,7
/proc/28323/task/28336/stat : 28336 (java) S 28320 28323 22004 0 -1 1077944384 2785 0 0 0 33 1 0 0 20 0 17 0 105942746 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664467880688 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28337] ppid=28320 vsize=10858780 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28323/task/28337/stat : 28337 (java) S 28320 28323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105942747 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664466828384 139664982226645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
[pid=28323/tid=28338] ppid=28320 vsize=10858780 memory=1416 CPUtime=0.14 cores=1,3,5,7
/proc/28323/task/28338/stat : 28338 (java) S 28320 28323 22004 0 -1 1077944384 489 0 0 0 5 9 0 0 20 0 17 0 105942747 11119390720 1229147 33554432000 4194304 4196468 140720441078192 139664465774896 139664982227586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17395712 140720441087094 140720441087246 140720441087246 140720441089999 0
Current children cumulated CPU time: 252.27 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 4916588 KiB

Child status: 143
Real time (s): 198.456
CPU time (s): 252.342
CPU user time (s): 248.581
CPU system time (s): 3.7604
CPU usage (%): 127.153
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 4916588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.581
system time used= 3.7604
maximum resident set size= 4916988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12775
involuntary context switches= 972


# summary of solver processes directly reported to runsolver:
#   pid: 28323
#   total CPU time (s): 252.342
#   total CPU user time (s): 248.581
#   total CPU system time (s): 3.7604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35091 second user time and 2.00343 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:03:15
IDJOB=4301709
IDBENCH=141306
IDSOLVER=2773
FILE ID=node151/4301709-1532883795
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59280 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301709-1532883795/watcher-4301709-1532883795 -o /tmp/evaluation-result-4301709-1532883795/solver-4301709-1532883795 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301709-1532883795.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1104603349

node151.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.87
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.87
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.87
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.87
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:        26142972 kB
MemAvailable:   29821096 kB
Buffers:          212392 kB
Cached:          3739528 kB
SwapCached:            0 kB
Active:          3530556 kB
Inactive:        2625768 kB
Active(anon):    2153900 kB
Inactive(anon):    78188 kB
Active(file):    1376656 kB
Inactive(file):  2547580 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             33136 kB
Writeback:             0 kB
AnonPages:       2217688 kB
Mapped:            56112 kB
Shmem:             25224 kB
Slab:             167724 kB
SReclaimable:     139444 kB
SUnreclaim:        28280 kB
KernelStack:        3824 kB
PageTables:         9180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3666864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2123776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59276 MiB
End job on node151 at 2018-07-29 19:06:34