Trace number 4301703

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.393 209.851

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
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 variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301703-1532883791/watcher-4301703-1532883791 -o /tmp/evaluation-result-4301703-1532883791/solver-4301703-1532883791 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301703-1532883791.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=17422, runsolver pid=17419

[startup+0.100162 s]*
/proc/loadavg: 3.00 2.58 2.61 3/219 17437
/proc/meminfo: memFree=27136092/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659012 memory=30120 CPUtime=0.12 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 6602 0 0 0 11 1 0 0 20 0 15 0 105942248 10914828288 7530 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664753 7530 2847 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659012 memory=-8773748148830376834 CPUtime=0.09 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 4438 0 0 0 8 1 0 0 20 0 15 0 105942248 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076544489408 140076524348766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942250 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942251 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076031669536 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942251 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0.02 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 105942253 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942254 10914828288 7530 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30120 KiB

[startup+0.210817 s]*
/proc/loadavg: 3.00 2.58 2.61 4/219 17437
/proc/meminfo: memFree=27127096/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659012 memory=41840 CPUtime=0.33 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 8090 0 0 0 31 2 0 0 20 0 15 0 105942248 10914828288 10460 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664753 10460 3005 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 5028 0 0 0 19 1 0 0 20 0 15 0 105942248 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076544498352 140076524348766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659012 memory=139922017484811 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942250 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942251 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076031669536 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942251 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 105942253 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 15 0 105942253 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0.07 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 710 0 0 0 7 0 0 0 20 0 15 0 105942253 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942254 10914828288 10460 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41840 KiB

[startup+0.311167 s]*
/proc/loadavg: 3.00 2.58 2.61 4/219 17437
/proc/meminfo: memFree=27110104/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659012 memory=62784 CPUtime=0.52 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 8664 0 0 0 49 3 0 0 20 0 15 0 105942248 10914828288 15696 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664753 15696 3021 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 5366 0 0 0 28 2 0 0 20 0 15 0 105942248 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076544498496 140076540290205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659012 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659012 memory=139922017484810 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942249 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942250 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942251 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076031669536 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942251 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 687 0 0 0 5 0 0 0 20 0 15 0 105942253 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659012 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 491 0 0 0 3 0 0 0 20 0 15 0 105942253 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0.11 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 755 0 0 0 11 0 0 0 20 0 15 0 105942253 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659012 memory=139922016859776 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942254 10914828288 16208 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 62784 KiB

[startup+0.701432 s]
/proc/loadavg: 3.00 2.58 2.61 5/219 17437
/proc/meminfo: memFree=27011620/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659088 memory=250548 CPUtime=1.6 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 11351 0 0 0 150 10 0 0 20 0 15 0 105942248 10914906112 62637 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664772 62637 3112 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659088 memory=16856 CPUtime=0.65 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 5832 0 0 0 61 4 0 0 20 0 15 0 105942248 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076544502936 140076150066429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659088 memory=2324 CPUtime=0.02 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 105942249 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659088 memory=1584 CPUtime=0.01 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 15 0 105942249 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659088 memory=496 CPUtime=0.02 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 105942249 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 105942249 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105942250 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076031669536 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659088 memory=6081108994580573287 CPUtime=0.32 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) R 17419 17422 13514 0 -1 4202560 1413 0 0 0 32 0 0 0 20 0 15 0 105942253 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076028502224 140076526283504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659088 memory=6076878065162868073 CPUtime=0.31 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) R 17419 17422 13514 0 -1 4202560 1368 0 0 0 31 0 0 0 20 0 15 0 105942253 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076027459376 140076523804824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659088 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 1199 0 0 0 20 0 0 0 20 0 15 0 105942253 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942254 10914906112 62637 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 250548 KiB

[startup+1.51044 s]
/proc/loadavg: 3.00 2.58 2.61 4/219 17437
/proc/meminfo: memFree=26886572/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659088 memory=461516 CPUtime=2.9 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 12183 0 0 0 270 20 0 0 20 0 15 0 105942248 10914906112 115379 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664772 115379 3134 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659088 memory=424008 CPUtime=1.4 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) S 17419 17422 13514 0 -1 1077944384 5925 0 0 0 134 6 0 0 20 0 15 0 105942248 10914906112 115379 33554432000 4194304 4196468 140733268595040 140076544505920 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659088 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) R 17419 17422 13514 0 -1 4202560 139 0 0 0 4 3 0 0 20 0 15 0 105942249 10914906112 115379 33554432000 4194304 4196468 140733268595040 140076147272080 140076525295663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) R 17419 17422 13514 0 -1 4202560 52 0 0 0 2 2 0 0 20 0 15 0 105942249 10914906112 115379 33554432000 4194304 4196468 140733268595040 140076146219280 140076533372947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659088 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) R 17419 17422 13514 0 -1 4202560 196 0 0 0 4 3 0 0 20 0 15 0 105942249 10914906112 115379 33554432000 4194304 4196468 140733268595040 140076145166992 140076533371258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) R 17419 17422 13514 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 15 0 105942249 10914906112 115379 33554432000 4194304 4196468 140733268595040 140076144114392 140076533371123 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105942250 10914906112 115379 33554432000 4194304 4196468 140733268595040 140076032722080 140076540278485 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0

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

/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 15610 0 0 0 8880 14 0 0 20 0 15 0 105942248 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076544505792 140076147614482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659088 memory=56 CPUtime=10.85 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 23724 0 0 0 1003 82 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659088 memory=4427396 CPUtime=10.81 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 29087 0 0 0 1002 79 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659088 memory=279843828999712 CPUtime=10.85 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 34487 0 0 0 1006 79 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659088 memory=4425344 CPUtime=10.81 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 28873 0 0 0 998 83 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659088 memory=0 CPUtime=2.26 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 7667 0 0 0 224 2 0 0 20 0 15 0 105942250 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659088 memory=93 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076031669600 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659088 memory=4427396 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659088 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659088 memory=4140 CPUtime=0.93 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 2497 0 0 0 92 1 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659088 memory=30220 CPUtime=0.8 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 2625 0 0 0 80 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659088 memory=2204 CPUtime=0.34 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 2644 0 0 0 34 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659088 memory=2204 CPUtime=0.07 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 400 0 0 0 2 5 0 0 20 0 15 0 105942254 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 136.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4427396 KiB

[startup+162.301 s]
/proc/loadavg: 1.56 2.20 2.47 3/217 17439
/proc/meminfo: memFree=22681888/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659088 memory=4427396 CPUtime=201.21 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 159017 0 0 0 19768 353 0 0 20 0 15 0 105942248 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664772 1106849 3157 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659088 memory=4427396 CPUtime=147.4 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 18020 0 0 0 14725 15 0 0 20 0 15 0 105942248 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076544505792 140076526336398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659088 memory=4427396 CPUtime=12.33 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 25767 0 0 0 1150 83 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659088 memory=4427396 CPUtime=12.28 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 31630 0 0 0 1149 79 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659088 memory=4427396 CPUtime=12.32 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 35761 0 0 0 1153 79 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659088 memory=4427396 CPUtime=12.28 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 30345 0 0 0 1144 84 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659088 memory=4427396 CPUtime=2.3 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 7904 0 0 0 228 2 0 0 20 0 15 0 105942250 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659088 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076031669600 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659088 memory=4427396 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659088 memory=4427396 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659088 memory=4427396 CPUtime=0.93 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 2505 0 0 0 92 1 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659088 memory=4427396 CPUtime=0.8 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 2628 0 0 0 80 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659088 memory=30220 CPUtime=0.34 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 2647 0 0 0 34 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659088 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659088 memory=4427396 CPUtime=0.12 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 426 0 0 0 5 7 0 0 20 0 15 0 105942254 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 201.21 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4427396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+209.601 s]
/proc/loadavg: 1.75 2.15 2.44 3/216 17521
/proc/meminfo: memFree=21563040/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10659088 memory=4427396 CPUtime=252.03 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 168230 0 0 0 24845 358 0 0 20 0 15 0 105942248 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2664772 1106849 3157 1 0 2627263 0
[pid=17422/tid=17424] ppid=17419 vsize=10659088 memory=30220 CPUtime=193.49 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 20416 0 0 0 19333 16 0 0 20 0 15 0 105942248 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076544505904 140076526336384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10659088 memory=4427396 CPUtime=13.51 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 27880 0 0 0 1267 84 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10659088 memory=1240 CPUtime=13.46 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 33316 0 0 0 1266 80 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10659088 memory=4427396 CPUtime=13.5 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 38005 0 0 0 1270 80 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10659088 memory=2324 CPUtime=13.45 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 30857 0 0 0 1260 85 0 0 20 0 15 0 105942249 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10659088 memory=1584 CPUtime=2.32 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 8142 0 0 0 230 2 0 0 20 0 15 0 105942250 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076031669600 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105942251 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10659088 memory=7649399375641458481 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10659088 memory=7649539288966082913 CPUtime=0.93 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 2505 0 0 0 92 1 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10659088 memory=7649399375641458481 CPUtime=0.81 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 2628 0 0 0 80 1 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10659088 memory=5456 CPUtime=0.34 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 2647 0 0 0 34 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942253 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10659088 memory=14572 CPUtime=0.16 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 450 0 0 0 7 9 0 0 20 0 15 0 105942254 10914906112 1106849 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 4427396 KiB

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

[startup+209.851 s]
# the end of solver process 17422 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.76 s, system=3.63297 s

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

[startup+209.801 s]
/proc/loadavg: 1.75 2.15 2.44 3/216 17521
/proc/meminfo: memFree=21563040/32770624 swapFree=67108860/67108860
[pid=17422] ppid=17419 vsize=10858780 memory=4427768 CPUtime=252.33 cores=0,2,4,6
/proc/17422/stat : 17422 (java) S 17419 17422 13514 0 -1 1077944320 168885 0 0 0 24874 359 0 0 20 0 17 0 105942248 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140733268577584 140076540268279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
/proc/17422/statm: 2714695 1106942 3159 1 0 2677186 0
[pid=17422/tid=17424] ppid=17419 vsize=10858780 memory=2204 CPUtime=193.66 cores=0,2,4,6
/proc/17422/task/17424/stat : 17424 (java) R 17419 17422 13514 0 -1 4202560 20419 0 0 0 19350 16 0 0 20 0 17 0 105942248 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076544505792 140076526336384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17425] ppid=17419 vsize=10858780 memory=6791534058613427641 CPUtime=13.53 cores=0,2,4,6
/proc/17422/task/17425/stat : 17425 (java) S 17419 17422 13514 0 -1 1077944384 27881 0 0 0 1269 84 0 0 20 0 17 0 105942249 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076147272080 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17426] ppid=17419 vsize=10858780 memory=1700 CPUtime=13.49 cores=0,2,4,6
/proc/17422/task/17426/stat : 17426 (java) S 17419 17422 13514 0 -1 1077944384 33323 0 0 0 1269 80 0 0 20 0 17 0 105942249 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076146219280 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17427] ppid=17419 vsize=10858780 memory=1172 CPUtime=13.53 cores=0,2,4,6
/proc/17422/task/17427/stat : 17427 (java) S 17419 17422 13514 0 -1 1077944384 38006 0 0 0 1273 80 0 0 20 0 17 0 105942249 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076145166992 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17428] ppid=17419 vsize=10858780 memory=1812 CPUtime=13.47 cores=0,2,4,6
/proc/17422/task/17428/stat : 17428 (java) S 17419 17422 13514 0 -1 1077944384 30864 0 0 0 1262 85 0 0 20 0 17 0 105942249 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076144114192 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17429] ppid=17419 vsize=10858780 memory=1020 CPUtime=2.33 cores=0,2,4,6
/proc/17422/task/17429/stat : 17429 (java) S 17419 17422 13514 0 -1 1077944384 8143 0 0 0 230 3 0 0 20 0 17 0 105942250 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076032723568 140076540279426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17430] ppid=17419 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17430/stat : 17430 (java) S 17419 17422 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 105942251 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076031669600 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17431] ppid=17419 vsize=10858780 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17431/stat : 17431 (java) S 17419 17422 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 105942251 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076030617200 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17432] ppid=17419 vsize=10858780 memory=2708 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17432/stat : 17432 (java) S 17419 17422 13514 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 17 0 105942253 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076029565520 140076540286875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17433] ppid=17419 vsize=10858780 memory=4104 CPUtime=0.93 cores=0,2,4,6
/proc/17422/task/17433/stat : 17433 (java) S 17419 17422 13514 0 -1 1077944384 2507 0 0 0 92 1 0 0 20 0 17 0 105942253 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076028512368 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17434] ppid=17419 vsize=10858780 memory=1408 CPUtime=0.81 cores=0,2,4,6
/proc/17422/task/17434/stat : 17434 (java) S 17419 17422 13514 0 -1 1077944384 2630 0 0 0 80 1 0 0 20 0 17 0 105942253 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076027459568 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17435] ppid=17419 vsize=10858780 memory=3148 CPUtime=0.34 cores=0,2,4,6
/proc/17422/task/17435/stat : 17435 (java) S 17419 17422 13514 0 -1 1077944384 2831 0 0 0 34 0 0 0 20 0 17 0 105942253 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076026407280 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17436] ppid=17419 vsize=10858780 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/17422/task/17436/stat : 17436 (java) S 17419 17422 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105942253 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076025354720 140076540278485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
[pid=17422/tid=17437] ppid=17419 vsize=10858780 memory=1520 CPUtime=0.16 cores=0,2,4,6
/proc/17422/task/17437/stat : 17437 (java) S 17419 17422 13514 0 -1 1077944384 450 0 0 0 7 9 0 0 20 0 17 0 105942254 11119390720 1106942 33554432000 4194304 4196468 140733268595040 140076024302512 140076540279426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 15458304 140733268604022 140733268604174 140733268604174 140733268606927 0
Current children cumulated CPU time: 252.33 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 4427768 KiB

Child status: 143
Real time (s): 209.851
CPU time (s): 252.393
CPU user time (s): 248.76
CPU system time (s): 3.63297
CPU usage (%): 120.273
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 4427768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.76
system time used= 3.63297
maximum resident set size= 4428108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12031
involuntary context switches= 1112


# summary of solver processes directly reported to runsolver:
#   pid: 17422
#   total CPU time (s): 252.393
#   total CPU user time (s): 248.76
#   total CPU system time (s): 3.63297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42174 second user time and 2.14057 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:03:11
IDJOB=4301703
IDBENCH=141304
IDSOLVER=2773
FILE ID=node136/4301703-1532883791
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60208 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-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-4301703-1532883791/watcher-4301703-1532883791 -o /tmp/evaluation-result-4301703-1532883791/solver-4301703-1532883791 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301703-1532883791.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1058759015

node136.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.50
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.50
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.50
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.50
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:        27154268 kB
MemAvailable:   30458008 kB
Buffers:          213596 kB
Cached:          3360988 kB
SwapCached:            0 kB
Active:          3200868 kB
Inactive:        1937384 kB
Active(anon):    1515176 kB
Inactive(anon):    76480 kB
Active(file):    1685692 kB
Inactive(file):  1860904 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19560 kB
Writeback:             0 kB
AnonPages:       1736720 kB
Mapped:            46796 kB
Shmem:             25228 kB
Slab:             174356 kB
SReclaimable:     145956 kB
SUnreclaim:        28400 kB
KernelStack:        3872 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2729752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60208 MiB
End job on node136 at 2018-07-29 19:06:41