Trace number 4301736

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.27 186.746

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark252.011
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301736-1532884161/watcher-4301736-1532884161 -o /tmp/evaluation-result-4301736-1532884161/solver-4301736-1532884161 -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-4301736-1532884161.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=17664, runsolver pid=17661


[startup+0.101559 s]*
/proc/loadavg: 1.88 2.15 2.40 3/216 17679
/proc/meminfo: memFree=25672752/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10659012 memory=31164 CPUtime=0.13 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 6853 0 0 0 12 1 0 0 20 0 15 0 105979360 10914828288 7791 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2664753 7791 2822 1 0 2627263 0
[pid=17664/tid=17666] ppid=17661 vsize=10659012 memory=-8701690554792185730 CPUtime=0.09 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 4694 0 0 0 8 1 0 0 20 0 15 0 105979360 10914828288 7791 33554432000 4194304 4196468 140730058518224 140579220555632 140579216362902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659012 memory=-7173504570862900581 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578520306720 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578519253872 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578516097776 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0.02 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) R 17661 17664 13514 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 105979366 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 7791 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31164 KiB

[startup+0.210848 s]*
/proc/loadavg: 1.88 2.15 2.40 4/216 17679
/proc/meminfo: memFree=25663192/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10659012 memory=42060 CPUtime=0.33 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 8114 0 0 0 32 1 0 0 20 0 15 0 105979360 10914828288 10515 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2664753 10515 3003 1 0 2627263 0
[pid=17664/tid=17666] ppid=17661 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 5066 0 0 0 19 1 0 0 20 0 15 0 105979360 10914828288 10515 33554432000 4194304 4196468 140730058518224 140579220587248 140579209339758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659012 memory=140080666323185 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578520306720 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578519253872 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 660 0 0 0 2 0 0 0 20 0 15 0 105979366 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) S 17661 17664 13514 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 105979366 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578516097776 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0.07 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) R 17661 17664 13514 0 -1 4202560 677 0 0 0 7 0 0 0 20 0 15 0 105979366 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578515044976 140579208588094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 10515 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42060 KiB

[startup+0.310637 s]*
/proc/loadavg: 1.88 2.15 2.40 4/216 17679
/proc/meminfo: memFree=25640232/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10659012 memory=62964 CPUtime=0.51 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 8765 0 0 0 49 2 0 0 20 0 15 0 105979360 10914828288 15741 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2664753 15741 3033 1 0 2627263 0
[pid=17664/tid=17666] ppid=17661 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 5419 0 0 0 28 2 0 0 20 0 15 0 105979360 10914828288 15741 33554432000 4194304 4196468 140730058518224 140579220589216 140579216372893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659012 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659012 memory=140080666320911 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979361 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578520306720 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105979363 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578519253872 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10659012 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 830 0 0 0 4 0 0 0 20 0 15 0 105979366 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10659012 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) R 17661 17664 13514 0 -1 4202560 430 0 0 0 4 0 0 0 20 0 15 0 105979366 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578516097776 140579197870538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0.11 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) S 17661 17664 13514 0 -1 1077944384 716 0 0 0 11 0 0 0 20 0 15 0 105979366 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10659012 memory=140080665691776 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105979366 10914828288 15741 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 62964 KiB

[startup+0.700733 s]
/proc/loadavg: 1.88 2.15 2.40 6/216 17679
/proc/meminfo: memFree=25486324/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10659088 memory=265220 CPUtime=1.48 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 11605 0 0 0 132 16 0 0 20 0 15 0 105979360 10914906112 66305 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2664772 66305 3115 1 0 2627263 0
[pid=17664/tid=17666] ppid=17661 vsize=10659088 memory=16856 CPUtime=0.62 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 5918 0 0 0 58 4 0 0 20 0 15 0 105979360 10914906112 66305 33554432000 4194304 4196468 140730058518224 140579220585488 140578855966632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659088 memory=2324 CPUtime=0.04 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 15 0 105979361 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659088 memory=1584 CPUtime=0.03 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 38 0 0 0 2 1 0 0 20 0 15 0 105979361 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659088 memory=496 CPUtime=0.04 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 15 0 105979361 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659088 memory=928 CPUtime=0.04 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 58 0 0 0 2 2 0 0 20 0 15 0 105979361 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578520306720 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578519253872 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10659088 memory=6081108994580573287 CPUtime=0.22 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) R 17661 17664 13514 0 -1 4202560 1742 0 0 0 22 0 0 0 20 0 15 0 105979366 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578517139840 140579195596810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10659088 memory=5788647689011156329 CPUtime=0.21 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) R 17661 17664 13514 0 -1 4202560 1204 0 0 0 21 0 0 0 20 0 15 0 105979366 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578516084560 140579194727567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10659088 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) S 17661 17664 13514 0 -1 1077944384 1092 0 0 0 20 0 0 0 20 0 15 0 105979366 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 66305 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 265220 KiB

[startup+1.50084 s]
/proc/loadavg: 1.88 2.15 2.40 3/216 17679
/proc/meminfo: memFree=25324976/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10659088 memory=495104 CPUtime=2.81 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 12448 0 0 0 257 24 0 0 20 0 15 0 105979360 10914906112 123776 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2664772 123776 3132 1 0 2627263 0
[pid=17664/tid=17666] ppid=17661 vsize=10659088 memory=494900 CPUtime=1.38 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) S 17661 17664 13514 0 -1 1077944384 6020 0 0 0 130 8 0 0 20 0 15 0 105979360 10914906112 123776 33554432000 4194304 4196468 140730058518224 140579220588640 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659088 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) R 17661 17664 13514 0 -1 4202560 252 0 0 0 4 3 0 0 20 0 15 0 105979361 10914906112 123776 33554432000 4194304 4196468 140730058518224 140578822741136 140579201378814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) R 17661 17664 13514 0 -1 4202560 132 0 0 0 4 3 0 0 20 0 15 0 105979361 10914906112 123776 33554432000 4194304 4196468 140730058518224 140578821688336 140579216362902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659088 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) R 17661 17664 13514 0 -1 1077944384 126 0 0 0 4 3 0 0 20 0 15 0 105979361 10914906112 123776 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) R 17661 17664 13514 0 -1 4202560 79 0 0 0 5 3 0 0 20 0 15 0 105979361 10914906112 123776 33554432000 4194304 4196468 140730058518224 140578819582736 140579201378850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 123776 33554432000 4194304 4196468 140730058518224 140578521359264 140579216361173 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0

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

/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 20413 0 0 0 13725 27 0 0 20 0 15 0 105979360 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140579220588496 140579202419092 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659088 memory=5635340 CPUtime=20.31 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 65470 0 0 0 1935 96 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659088 memory=5635344 CPUtime=20.54 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 47238 0 0 0 1962 92 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659088 memory=5635344 CPUtime=20.45 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 51029 0 0 0 1947 98 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659088 memory=5635344 CPUtime=20.31 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 46213 0 0 0 1935 96 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659088 memory=5635344 CPUtime=3.98 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 15867 0 0 0 397 1 0 0 20 0 15 0 105979363 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578520306784 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578519253888 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0.82 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 3110 0 0 0 82 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10659088 memory=5635340 CPUtime=0.78 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) S 17661 17664 13514 0 -1 1077944384 2951 0 0 0 78 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578516097776 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10659088 memory=5635340 CPUtime=0.35 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) S 17661 17664 13514 0 -1 1077944384 3111 0 0 0 35 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0.12 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 252 0 0 0 6 6 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 225.28 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5635344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+186.501 s]
/proc/loadavg: 1.85 2.01 2.31 3/217 17768
/proc/meminfo: memFree=22518584/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10659088 memory=5635344 CPUtime=252.01 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 259091 0 0 0 24779 422 0 0 20 0 15 0 105979360 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2664772 1408836 3162 1 0 2627263 0
[pid=17664/tid=17666] ppid=17661 vsize=10659088 memory=5635344 CPUtime=160.84 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 21203 0 0 0 16057 27 0 0 20 0 15 0 105979360 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140579220588496 140578853561094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10659088 memory=5635344 CPUtime=21.16 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 65677 0 0 0 2019 97 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10659088 memory=5635344 CPUtime=21.39 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 47686 0 0 0 2047 92 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10659088 memory=5635344 CPUtime=21.3 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 51271 0 0 0 2032 98 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10659088 memory=5635340 CPUtime=21.16 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 46539 0 0 0 2020 96 0 0 20 0 15 0 105979361 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10659088 memory=5635344 CPUtime=4 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 15869 0 0 0 398 2 0 0 20 0 15 0 105979363 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10659088 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578520306784 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 105979363 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578519253888 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0.82 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 3110 0 0 0 82 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0.78 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) S 17661 17664 13514 0 -1 1077944384 2951 0 0 0 78 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578516097776 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10659088 memory=5635344 CPUtime=0.35 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) S 17661 17664 13514 0 -1 1077944384 3111 0 0 0 35 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10659088 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10659088 memory=4140 CPUtime=0.13 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 254 0 0 0 6 7 0 0 20 0 15 0 105979366 10914906112 1408836 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5635344 KiB

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

[startup+186.746 s]
# the end of solver process 17664 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.009 s, system=4.2601 s

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

[startup+186.605 s]
/proc/loadavg: 1.85 2.01 2.31 3/217 17768
/proc/meminfo: memFree=22518584/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10858780 memory=5635688 CPUtime=252.12 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 259749 0 0 0 24790 422 0 0 20 0 17 0 105979360 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2714695 1408922 3164 1 0 2677186 0
[pid=17664/tid=17666] ppid=17661 vsize=10858780 memory=6791534058613427641 CPUtime=160.94 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 21203 0 0 0 16067 27 0 0 20 0 17 0 105979360 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140579220588496 140578853561118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10858780 memory=14572 CPUtime=21.16 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 65677 0 0 0 2019 97 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10858780 memory=12708 CPUtime=21.39 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 47686 0 0 0 2047 92 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10858780 memory=16868 CPUtime=21.3 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 51271 0 0 0 2032 98 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10858780 memory=2324 CPUtime=21.16 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 46539 0 0 0 2020 96 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10858780 memory=1584 CPUtime=4 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 15869 0 0 0 398 2 0 0 20 0 17 0 105979363 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10858780 memory=496 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105979363 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578520306784 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10858780 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 105979363 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578519253888 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10858780 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10858780 memory=1968 CPUtime=0.82 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 3110 0 0 0 82 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10858780 memory=1572 CPUtime=0.78 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) S 17661 17664 13514 0 -1 1077944384 2951 0 0 0 78 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578516097776 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10858780 memory=924 CPUtime=0.35 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) S 17661 17664 13514 0 -1 1077944384 3280 0 0 0 35 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10858780 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10858780 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 254 0 0 0 6 7 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 252.12 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 5635688 KiB

[startup+186.701 s]
/proc/loadavg: 1.85 2.01 2.31 3/217 17768
/proc/meminfo: memFree=22518584/32770624 swapFree=67108860/67108860
[pid=17664] ppid=17661 vsize=10858780 memory=5635688 CPUtime=252.21 cores=0,2,4,6
/proc/17664/stat : 17664 (java) S 17661 17664 13514 0 -1 1077944320 259749 0 0 0 24799 422 0 0 20 0 17 0 105979360 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140730058500768 140579216350967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
/proc/17664/statm: 2714695 1408922 3164 1 0 2677186 0
[pid=17664/tid=17666] ppid=17661 vsize=10858780 memory=2236 CPUtime=161.04 cores=0,2,4,6
/proc/17664/task/17666/stat : 17666 (java) R 17661 17664 13514 0 -1 4202560 21203 0 0 0 16077 27 0 0 20 0 17 0 105979360 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140579220588496 140578853561124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17667] ppid=17661 vsize=10858780 memory=5635344 CPUtime=21.16 cores=0,2,4,6
/proc/17664/task/17667/stat : 17667 (java) S 17661 17664 13514 0 -1 1077944384 65677 0 0 0 2019 97 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578822741136 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17668] ppid=17661 vsize=10858780 memory=5635340 CPUtime=21.39 cores=0,2,4,6
/proc/17664/task/17668/stat : 17668 (java) S 17661 17664 13514 0 -1 1077944384 47686 0 0 0 2047 92 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578821688336 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17669] ppid=17661 vsize=10858780 memory=5635344 CPUtime=21.3 cores=0,2,4,6
/proc/17664/task/17669/stat : 17669 (java) S 17661 17664 13514 0 -1 1077944384 51271 0 0 0 2032 98 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578820635536 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17670] ppid=17661 vsize=10858780 memory=5635344 CPUtime=21.16 cores=0,2,4,6
/proc/17664/task/17670/stat : 17670 (java) S 17661 17664 13514 0 -1 1077944384 46539 0 0 0 2020 96 0 0 20 0 17 0 105979361 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578819582736 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17671] ppid=17661 vsize=10858780 memory=5635344 CPUtime=4 cores=0,2,4,6
/proc/17664/task/17671/stat : 17671 (java) S 17661 17664 13514 0 -1 1077944384 15869 0 0 0 398 2 0 0 20 0 17 0 105979363 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578521360752 140579216362114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17672] ppid=17661 vsize=10858780 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17672/stat : 17672 (java) S 17661 17664 13514 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105979363 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578520306784 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17673] ppid=17661 vsize=10858780 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17673/stat : 17673 (java) S 17661 17664 13514 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 105979363 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578519253888 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17674] ppid=17661 vsize=10858780 memory=5635344 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17674/stat : 17674 (java) S 17661 17664 13514 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578518202192 140579216369563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17675] ppid=17661 vsize=10858780 memory=5635344 CPUtime=0.82 cores=0,2,4,6
/proc/17664/task/17675/stat : 17675 (java) S 17661 17664 13514 0 -1 1077944384 3110 0 0 0 82 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578517150576 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17676] ppid=17661 vsize=10858780 memory=4140 CPUtime=0.78 cores=0,2,4,6
/proc/17664/task/17676/stat : 17676 (java) S 17661 17664 13514 0 -1 1077944384 2951 0 0 0 78 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578516097776 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17677] ppid=17661 vsize=10858780 memory=5635344 CPUtime=0.35 cores=0,2,4,6
/proc/17664/task/17677/stat : 17677 (java) S 17661 17664 13514 0 -1 1077944384 3280 0 0 0 35 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578515044976 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17678] ppid=17661 vsize=10858780 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/17664/task/17678/stat : 17678 (java) S 17661 17664 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578513992416 140579216361173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
[pid=17664/tid=17679] ppid=17661 vsize=10858780 memory=5635344 CPUtime=0.13 cores=0,2,4,6
/proc/17664/task/17679/stat : 17679 (java) S 17661 17664 13514 0 -1 1077944384 254 0 0 0 6 7 0 0 20 0 17 0 105979366 11119390720 1408922 33554432000 4194304 4196468 140730058518224 140578512939696 140579216362114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22405120 140730058523766 140730058523918 140730058523918 140730058526671 0
Current children cumulated CPU time: 252.21 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 5635688 KiB

Child status: 143
Real time (s): 186.746
CPU time (s): 252.27
CPU user time (s): 248.009
CPU system time (s): 4.2601
CPU usage (%): 135.087
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 5635688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.009
system time used= 4.2601
maximum resident set size= 5635808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11214
involuntary context switches= 1218


# summary of solver processes directly reported to runsolver:
#   pid: 17664
#   total CPU time (s): 252.27
#   total CPU user time (s): 248.009
#   total CPU system time (s): 4.2601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1159 second user time and 2.02494 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:09:22
IDJOB=4301736
IDBENCH=141315
IDSOLVER=2773
FILE ID=node136/4301736-1532884161
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60184 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-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-4301736-1532884161/watcher-4301736-1532884161 -o /tmp/evaluation-result-4301736-1532884161/solver-4301736-1532884161 -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-4301736-1532884161.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=1787855452

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:        25690688 kB
MemAvailable:   29035224 kB
Buffers:          213700 kB
Cached:          3401164 kB
SwapCached:            0 kB
Active:          4646964 kB
Inactive:        1952444 kB
Active(anon):    2935516 kB
Inactive(anon):    76480 kB
Active(file):    1711448 kB
Inactive(file):  1875964 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45460 kB
Writeback:             0 kB
AnonPages:       3038248 kB
Mapped:            46744 kB
Shmem:             25228 kB
Slab:             174484 kB
SReclaimable:     145920 kB
SUnreclaim:        28564 kB
KernelStack:        3824 kB
PageTables:        11484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4323748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2885632 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= 60180 MiB
End job on node136 at 2018-07-29 19:12:29