Trace number 4301994

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) 253.05 141.781

General information on the benchmark

NameMario/
Mario-n-medium-2_c18.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark169.378
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301994-1532886342/watcher-4301994-1532886342 -o /tmp/evaluation-result-4301994-1532886342/solver-4301994-1532886342 -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-4301994-1532886342.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=19668, runsolver pid=19665

[startup+0.101002 s]*
/proc/loadavg: 2.75 2.47 2.50 2/215 19683
/proc/meminfo: memFree=23265284/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10659012 memory=30072 CPUtime=0.13 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 6607 0 0 0 11 2 0 0 20 0 15 0 106197345 10914828288 7518 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2664753 7518 2843 1 0 2627263 0
[pid=19668/tid=19670] ppid=19665 vsize=10659012 memory=-8773748148830244483 CPUtime=0.09 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) R 19665 19668 13514 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 106197345 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199728437552 140199724237981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199680768656 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199679715856 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199328668048 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199327615248 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197347 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199284038512 140199724227202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197348 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199282984480 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197348 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199281931632 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197350 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 106197350 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 106197350 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0.02 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 106197350 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197351 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197351 10914828288 7518 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30072 KiB

[startup+0.2106 s]*
/proc/loadavg: 2.75 2.47 2.50 3/215 19683
/proc/meminfo: memFree=23252168/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10659012 memory=41760 CPUtime=0.33 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 8084 0 0 0 31 2 0 0 20 0 15 0 106197345 10914828288 10440 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2664753 10440 3007 1 0 2627263 0
[pid=19668/tid=19670] ppid=19665 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) R 19665 19668 13514 0 -1 4202560 4997 0 0 0 19 1 0 0 20 0 15 0 106197345 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199728452336 140199708259685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199680768656 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659012 memory=288370938503739008 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199679715856 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199328668048 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199327615248 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197347 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199284038512 140199724227202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197348 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199282984480 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197348 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199281931632 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197350 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 526 0 0 0 2 0 0 0 20 0 15 0 106197350 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 106197350 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0.07 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 15 0 106197350 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197351 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10659012 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197351 10914828288 10440 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41760 KiB

[startup+0.320563 s]*
/proc/loadavg: 2.75 2.47 2.50 4/215 19683
/proc/meminfo: memFree=23244372/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10659088 memory=47060 CPUtime=0.56 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 8946 0 0 0 53 3 0 0 20 0 15 0 106197345 10914906112 11765 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2664772 11765 3040 1 0 2627263 0
[pid=19668/tid=19670] ppid=19665 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) R 19665 19668 13514 0 -1 4202560 5601 0 0 0 29 1 0 0 20 0 15 0 106197345 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199728451424 140199708296542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659088 memory=4294977826 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199680768656 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659088 memory=288370938503739008 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199679715856 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199328668048 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199327615248 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659088 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197347 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199284038512 140199724227202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199282984480 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199281931632 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197350 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 638 0 0 0 4 0 0 0 20 0 15 0 106197350 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 506 0 0 0 4 0 0 0 20 0 15 0 106197350 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10659088 memory=140562352027264 CPUtime=0.14 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) R 19665 19668 13514 0 -1 4202560 834 0 0 0 14 0 0 0 20 0 15 0 106197350 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199277717280 140199703224528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197351 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10659088 memory=140562352027264 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197351 10914906112 11829 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47060 KiB

[startup+0.701608 s]
/proc/loadavg: 2.75 2.47 2.50 5/215 19683
/proc/meminfo: memFree=23208824/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10659088 memory=171260 CPUtime=1.74 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 12402 0 0 0 168 6 0 0 20 0 15 0 106197345 10914906112 42815 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2664772 42815 3102 1 0 2627263 0
[pid=19668/tid=19670] ppid=19665 vsize=10659088 memory=225065681575994 CPUtime=0.66 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) R 19665 19668 13514 0 -1 4202560 6020 0 0 0 62 4 0 0 20 0 15 0 106197345 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199728424656 140199362638915 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659088 memory=605488 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199680768656 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199679715856 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199328668048 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) S 19665 19668 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197346 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199327615248 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106197347 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199284038512 140199724227202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199282984480 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199281931632 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197350 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10659088 memory=6656426216303648864 CPUtime=0.38 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 1561 0 0 0 38 0 0 0 20 0 15 0 106197350 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 1781 0 0 0 40 0 0 0 20 0 15 0 106197350 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 1667 0 0 0 26 0 0 0 20 0 15 0 106197350 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197351 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10659088 memory=12708 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197351 10914906112 42815 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 171260 KiB

[startup+1.50157 s]
/proc/loadavg: 2.75 2.47 2.50 9/215 19683
/proc/meminfo: memFree=22985284/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10659088 memory=568184 CPUtime=3.54 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 13423 0 0 0 314 40 0 0 20 0 15 0 106197345 10914906112 142046 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2664772 142046 3131 1 0 2627263 0
[pid=19668/tid=19670] ppid=19665 vsize=10659088 memory=10757 CPUtime=1.12 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) S 19665 19668 13514 0 -1 1077944384 6086 0 0 0 106 6 0 0 20 0 15 0 106197345 10914906112 142046 33554432000 4194304 4196468 140730702843136 140199728434176 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659088 memory=6791534058613427641 CPUtime=0.33 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) R 19665 19668 13514 0 -1 4202560 238 0 0 0 25 8 0 0 20 0 15 0 106197346 10914906112 142046 33554432000 4194304 4196468 140730702843136 140199680768856 140199709239870 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659088 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) R 19665 19668 13514 0 -1 4202560 244 0 0 0 26 7 0 0 20 0 15 0 106197346 10914906112 142046 33554432000 4194304 4196468 140730702843136 140199679715744 140199708664270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) R 19665 19668 13514 0 -1 4202560 199 0 0 0 24 8 0 0 20 0 15 0 106197346 10914906112 142046 33554432000 4194304 4196468 140730702843136 140199328668048 140199709238176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659088 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) R 19665 19668 13514 0 -1 4202560 198 0 0 0 25 8 0 0 20 0 15 0 106197346 10914906112 142046 33554432000 4194304 4196468 140730702843136 140199327615248 140199703411210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 106197347 10914906112 142046 33554432000 4194304 4196468 140730702843136 140199284037024 140199724226261 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0

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

/proc/19668/task/19670/stat : 19670 (java) R 19665 19668 13514 0 -1 4202560 14171 0 0 0 6267 10 0 0 20 0 15 0 106197345 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199728450208 140199363269430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659088 memory=6504916 CPUtime=30.34 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) S 19665 19668 13514 0 -1 1077944384 16345 0 0 0 2901 133 0 0 20 0 15 0 106197346 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199680768656 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659088 memory=498 CPUtime=30.42 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) S 19665 19668 13514 0 -1 1077944384 15864 0 0 0 2906 136 0 0 20 0 15 0 106197346 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199679715856 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659088 memory=756 CPUtime=30.21 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) S 19665 19668 13514 0 -1 1077944384 10605 0 0 0 2894 127 0 0 20 0 15 0 106197346 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199328668048 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659088 memory=30256 CPUtime=30.32 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) S 19665 19668 13514 0 -1 1077944384 15020 0 0 0 2902 130 0 0 20 0 15 0 106197346 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199327615248 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659088 memory=2204 CPUtime=8.87 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 18257 0 0 0 885 2 0 0 20 0 15 0 106197347 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199284038512 140199724227202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10659088 memory=6082196 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199282984544 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10659088 memory=52 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199281931648 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10659088 memory=6504916 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197350 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10659088 memory=6504916 CPUtime=0.55 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 3036 0 0 0 55 0 0 0 20 0 15 0 106197350 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10659088 memory=281124401524864 CPUtime=0.52 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 2444 0 0 0 52 0 0 0 20 0 15 0 106197350 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10659088 memory=301793952414302491 CPUtime=0.31 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 2667 0 0 0 31 0 0 0 20 0 15 0 106197350 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10659088 memory=56 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197351 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10659088 memory=281124400776976 CPUtime=0.06 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 579 0 0 0 4 2 0 0 20 0 15 0 106197351 10914906112 1630012 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 194.49 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6520048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+141.501 s]
/proc/loadavg: 2.22 2.53 2.53 3/215 19762
/proc/meminfo: memFree=15915116/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10659088 memory=7377252 CPUtime=252.04 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 107622 0 0 0 24578 626 0 0 20 0 15 0 106197345 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2664772 1844313 3158 1 0 2627263 0
[pid=19668/tid=19670] ppid=19665 vsize=10659088 memory=0 CPUtime=95.8 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) R 19665 19668 13514 0 -1 4202560 15188 0 0 0 9570 10 0 0 20 0 15 0 106197345 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199728450352 140199362511206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10659088 memory=7338336 CPUtime=36.48 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) S 19665 19668 13514 0 -1 1077944384 18606 0 0 0 3496 152 0 0 20 0 15 0 106197346 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199680768656 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10659088 memory=1240 CPUtime=36.51 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) S 19665 19668 13514 0 -1 1077944384 17683 0 0 0 3495 156 0 0 20 0 15 0 106197346 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199679715856 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10659088 memory=7104908 CPUtime=36.35 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) S 19665 19668 13514 0 -1 1077944384 12068 0 0 0 3487 148 0 0 20 0 15 0 106197346 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199328668048 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10659088 memory=3360 CPUtime=36.44 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) S 19665 19668 13514 0 -1 1077944384 15651 0 0 0 3493 151 0 0 20 0 15 0 106197346 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199327615248 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10659088 memory=6950248 CPUtime=8.89 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 18310 0 0 0 887 2 0 0 20 0 15 0 106197347 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199284038512 140199724227202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10659088 memory=6950248 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199282984544 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10659088 memory=5456 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 106197348 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199281931648 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197350 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10659088 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 3037 0 0 0 55 0 0 0 20 0 15 0 106197350 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10659088 memory=7588673594211919205 CPUtime=0.52 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 2444 0 0 0 52 0 0 0 20 0 15 0 106197350 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10659088 memory=7377252 CPUtime=0.31 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 2667 0 0 0 31 0 0 0 20 0 15 0 106197350 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10659088 memory=30256 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197351 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10659088 memory=2204 CPUtime=0.08 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 581 0 0 0 5 3 0 0 20 0 15 0 106197351 10914906112 1844313 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7377252 KiB

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

[startup+141.781 s]
# the end of solver process 19668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.711 s, system=6.33901 s

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

[startup+141.606 s]
/proc/loadavg: 2.22 2.53 2.53 3/215 19762
/proc/meminfo: memFree=15915116/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10860828 memory=7377592 CPUtime=252.44 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 113008 0 0 0 24618 626 0 0 20 0 18 0 106197345 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2715207 1844398 3158 1 0 2677698 0
[pid=19668/tid=19670] ppid=19665 vsize=10860828 memory=30256 CPUtime=95.81 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) S 19665 19668 13514 0 -1 1077944384 15192 0 0 0 9571 10 0 0 20 0 18 0 106197345 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199728447712 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10860828 memory=2204 CPUtime=36.59 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) R 19665 19668 13514 0 -1 4202560 21400 0 0 0 3506 153 0 0 20 0 18 0 106197346 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199680768656 140199709239877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10860828 memory=7377252 CPUtime=36.61 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) R 19665 19668 13514 0 -1 4202560 18350 0 0 0 3505 156 0 0 20 0 18 0 106197346 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199679716056 140199717312907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10860828 memory=3473155129072567354 CPUtime=36.45 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) R 19665 19668 13514 0 -1 4202560 12348 0 0 0 3497 148 0 0 20 0 18 0 106197346 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199328668048 140199705842119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10860828 memory=3756055004049717655 CPUtime=36.54 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) R 19665 19668 13514 0 -1 4202560 16495 0 0 0 3503 151 0 0 20 0 18 0 106197346 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199327615136 140199708664224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10860828 memory=1020 CPUtime=8.89 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 18345 0 0 0 887 2 0 0 20 0 18 0 106197347 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199284037024 140199724226261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10860828 memory=5456 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 18 0 106197348 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199282984544 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10860828 memory=756 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 106197348 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199281931648 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10860828 memory=14572 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 18 0 106197350 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10860828 memory=12708 CPUtime=0.55 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 3040 0 0 0 55 0 0 0 20 0 18 0 106197350 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10860828 memory=16884 CPUtime=0.52 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 2447 0 0 0 52 0 0 0 20 0 18 0 106197350 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10860828 memory=2324 CPUtime=0.31 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 2913 0 0 0 31 0 0 0 20 0 18 0 106197350 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10860828 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 106197351 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10860828 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 586 0 0 0 5 3 0 0 20 0 18 0 106197351 11121487872 1844398 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 252.44 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 7377592 KiB

[startup+141.702 s]
/proc/loadavg: 2.22 2.53 2.53 3/215 19762
/proc/meminfo: memFree=15915116/32770624 swapFree=67108860/67108860
[pid=19668] ppid=19665 vsize=10860828 memory=7389880 CPUtime=252.82 cores=0,2,4,6
/proc/19668/stat : 19668 (java) S 19665 19668 13514 0 -1 1077944320 113047 0 0 0 24654 628 0 0 20 0 18 0 106197345 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140730702825680 140199724216055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
/proc/19668/statm: 2715207 1847470 3158 1 0 2677698 0
[pid=19668/tid=19670] ppid=19665 vsize=10860828 memory=928 CPUtime=95.81 cores=0,2,4,6
/proc/19668/task/19670/stat : 19670 (java) S 19665 19668 13514 0 -1 1077944384 15192 0 0 0 9571 10 0 0 20 0 18 0 106197345 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199728447712 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19671] ppid=19665 vsize=10860828 memory=0 CPUtime=36.68 cores=0,2,4,6
/proc/19668/task/19671/stat : 19671 (java) R 19665 19668 13514 0 -1 4202560 21413 0 0 0 3515 153 0 0 20 0 18 0 106197346 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199680768656 140199717312756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19672] ppid=19665 vsize=10860828 memory=7104908 CPUtime=36.7 cores=0,2,4,6
/proc/19668/task/19672/stat : 19672 (java) R 19665 19668 13514 0 -1 4202560 18359 0 0 0 3514 156 0 0 20 0 18 0 106197346 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199679716056 140199709243257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19673] ppid=19665 vsize=10860828 memory=3360 CPUtime=36.54 cores=0,2,4,6
/proc/19668/task/19673/stat : 19673 (java) R 19665 19668 13514 0 -1 4202560 12356 0 0 0 3506 148 0 0 20 0 18 0 106197346 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199328668048 140199717312756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19674] ppid=19665 vsize=10860828 memory=7338336 CPUtime=36.64 cores=0,2,4,6
/proc/19668/task/19674/stat : 19674 (java) R 19665 19668 13514 0 -1 4202560 16504 0 0 0 3512 152 0 0 20 0 18 0 106197346 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199327615136 140199709243474 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19675] ppid=19665 vsize=10860828 memory=1240 CPUtime=8.89 cores=0,2,4,6
/proc/19668/task/19675/stat : 19675 (java) S 19665 19668 13514 0 -1 1077944384 18345 0 0 0 887 2 0 0 20 0 18 0 106197347 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199284037024 140199724226261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19676] ppid=19665 vsize=10860828 memory=6950248 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19676/stat : 19676 (java) S 19665 19668 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 18 0 106197348 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199282984544 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19677] ppid=19665 vsize=10860828 memory=6950248 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19677/stat : 19677 (java) S 19665 19668 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 106197348 11121487872 1847470 33554432000 4194304 4196468 140730702843136 140199281931648 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19678] ppid=19665 vsize=10860828 memory=5456 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19678/stat : 19678 (java) S 19665 19668 13514 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 18 0 106197350 11121487872 1847982 33554432000 4194304 4196468 140730702843136 140199280879952 140199724234651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19679] ppid=19665 vsize=10860828 memory=756 CPUtime=0.55 cores=0,2,4,6
/proc/19668/task/19679/stat : 19679 (java) S 19665 19668 13514 0 -1 1077944384 3040 0 0 0 55 0 0 0 20 0 18 0 106197350 11121487872 1847982 33554432000 4194304 4196468 140730702843136 140199279827312 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19680] ppid=19665 vsize=10860828 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/19668/task/19680/stat : 19680 (java) S 19665 19668 13514 0 -1 1077944384 2447 0 0 0 52 0 0 0 20 0 18 0 106197350 11121487872 1847982 33554432000 4194304 4196468 140730702843136 140199278774512 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19681] ppid=19665 vsize=10860828 memory=7588673594211919205 CPUtime=0.31 cores=0,2,4,6
/proc/19668/task/19681/stat : 19681 (java) S 19665 19668 13514 0 -1 1077944384 2913 0 0 0 31 0 0 0 20 0 18 0 106197350 11121487872 1847982 33554432000 4194304 4196468 140730702843136 140199277721712 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19682] ppid=19665 vsize=10860828 memory=7377252 CPUtime=0 cores=0,2,4,6
/proc/19668/task/19682/stat : 19682 (java) S 19665 19668 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 106197351 11121487872 1847982 33554432000 4194304 4196468 140730702843136 140199276669152 140199724226261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
[pid=19668/tid=19683] ppid=19665 vsize=10860828 memory=30256 CPUtime=0.08 cores=0,2,4,6
/proc/19668/task/19683/stat : 19683 (java) S 19665 19668 13514 0 -1 1077944384 586 0 0 0 5 3 0 0 20 0 18 0 106197351 11121487872 1847982 33554432000 4194304 4196468 140730702843136 140199208152240 140199724227202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140730702845046 140730702845198 140730702845198 140730702847951 0
Current children cumulated CPU time: 252.82 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 7389880 KiB

Child status: 143
Real time (s): 141.781
CPU time (s): 253.05
CPU user time (s): 246.711
CPU system time (s): 6.33901
CPU usage (%): 178.479
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 7389880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.711
system time used= 6.33901
maximum resident set size= 7418988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6186
involuntary context switches= 1962


# summary of solver processes directly reported to runsolver:
#   pid: 19668
#   total CPU time (s): 253.05
#   total CPU user time (s): 246.711
#   total CPU system time (s): 6.33901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.791879 second user time and 1.4778 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:45:42
IDJOB=4301994
IDBENCH=141522
IDSOLVER=2773
FILE ID=node136/4301994-1532886342
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Mario/Mario-n-medium-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301994-1532886342/watcher-4301994-1532886342 -o /tmp/evaluation-result-4301994-1532886342/solver-4301994-1532886342 -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-4301994-1532886342.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=1421256195

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:        23282344 kB
MemAvailable:   26586236 kB
Buffers:          214312 kB
Cached:          3359616 kB
SwapCached:            0 kB
Active:          7050780 kB
Inactive:        1953216 kB
Active(anon):    5380900 kB
Inactive(anon):    76480 kB
Active(file):    1669880 kB
Inactive(file):  1876736 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       5583644 kB
Mapped:            46404 kB
Shmem:             25228 kB
Slab:             174144 kB
SReclaimable:     146220 kB
SUnreclaim:        27924 kB
KernelStack:        3840 kB
PageTables:        15964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5986616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5455872 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= 60224 MiB
End job on node136 at 2018-07-29 19:48:04