Trace number 4257916

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 253.422 105.481

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257916-1502650101/watcher-4257916-1502650101 -o /tmp/evaluation-result-4257916-1502650101/solver-4257916-1502650101 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257916-1502650101.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
solver pid=15461, runsolver pid=15458
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 2.88 3.23 3.36 6/196 15463
/proc/meminfo: memFree=28330232/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=9936560 memory=15564 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 3219 0 0 0 0 0 0 0 20 0 6 0 67203426 10175037440 3891 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2484140 3891 1765 1 0 2473637 0
[pid=15461/tid=15463] ppid=15458 vsize=9936560 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) R 15458 15461 17093 0 -1 4202560 2075 0 0 0 0 0 0 0 20 0 6 0 67203436 10175037440 4089 18446744073709551615 4194304 4196468 140735012169216 140097913987664 140097893832030 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 67203437 10175037440 4089 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=9936560 memory=139721623271040 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 67203437 10175037440 4089 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 67203437 10175037440 4089 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 67203437 10175037440 4089 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 15564 KiB

[startup+0.209929 s]*
/proc/loadavg: 2.81 3.21 3.36 7/209 15476
/proc/meminfo: memFree=28318244/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10551156 memory=24264 CPUtime=0.07 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 5091 0 0 0 6 1 0 0 20 0 15 0 67203426 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637789 6066 2606 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) R 15458 15461 17093 0 -1 4202560 3187 0 0 0 6 0 0 0 20 0 15 0 67203436 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097913977232 140097909775133 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551156 memory=3978282970535229088 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551156 memory=139721623271040 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203438 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097473759984 140097909762690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67203439 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097472706208 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67203439 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097404003568 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097402952144 140097909770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097401899248 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097400846704 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551156 memory=139721623271040 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097399793648 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551156 memory=139721623271040 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203446 10804383744 6066 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24264 KiB

[startup+0.310044 s]*
/proc/loadavg: 2.81 3.21 3.36 6/209 15476
/proc/meminfo: memFree=28303996/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10551156 memory=35800 CPUtime=0.23 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 8316 0 0 0 20 3 0 0 20 0 15 0 67203426 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637789 8950 2849 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) R 15458 15461 17093 0 -1 4202560 6002 0 0 0 14 2 0 0 20 0 15 0 67203436 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097913979216 140097909773469 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203437 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203438 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097473759984 140097909762690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67203439 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097472706208 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67203439 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097404003568 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097402952144 140097909770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 67203441 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097401899248 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097400846704 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 368 0 0 0 4 0 0 0 20 0 15 0 67203441 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097399793648 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203446 10804383744 8950 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35800 KiB

[startup+0.700732 s]
/proc/loadavg: 2.81 3.21 3.36 10/209 15476
/proc/meminfo: memFree=28277760/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10551232 memory=146116 CPUtime=1.24 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 11735 0 0 0 119 5 0 0 20 0 15 0 67203426 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637808 36529 3052 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551232 memory=1 CPUtime=0.54 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) R 15458 15461 17093 0 -1 4202560 6775 0 0 0 50 4 0 0 20 0 15 0 67203436 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097913985328 140097553049703 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551232 memory=2290 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551232 memory=303 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551232 memory=861 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203438 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097473759984 140097909762690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551232 memory=57 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097472706208 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097404003568 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551232 memory=108 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097402952144 140097909770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551232 memory=139721623271040 CPUtime=0.25 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) R 15458 15461 17093 0 -1 4202560 1553 0 0 0 25 0 0 0 20 0 15 0 67203441 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097401885352 140097893136455 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 1151 0 0 0 23 0 0 0 20 0 15 0 67203441 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097400846704 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 888 0 0 0 19 0 0 0 20 0 15 0 67203441 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097399793648 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203446 10804461568 36529 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 146116 KiB

[startup+1.50071 s]
/proc/loadavg: 2.81 3.21 3.36 6/209 15476
/proc/meminfo: memFree=28149364/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10551232 memory=191992 CPUtime=2.25 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 12099 0 0 0 219 6 0 0 20 0 15 0 67203426 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637808 47998 3074 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551232 memory=2368 CPUtime=1.33 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) R 15458 15461 17093 0 -1 4202560 6855 0 0 0 129 4 0 0 20 0 15 0 67203436 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097913989928 140097892739148 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551232 memory=66148 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551232 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551232 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 67203437 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551232 memory=66468913901700 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) S 15458 15461 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 67203438 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097473759984 140097909762690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097472706208 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097404003568 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097402952144 140097909770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551232 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 1589 0 0 0 33 0 0 0 20 0 15 0 67203441 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097401899248 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551232 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 1182 0 0 0 30 0 0 0 20 0 15 0 67203441 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097400846704 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 975 0 0 0 24 0 0 0 20 0 15 0 67203441 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097399793648 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67203446 10804461568 47998 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10551232 KiB

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

[pid=15461] ppid=15458 vsize=10551232 memory=8086024 CPUtime=252.04 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 168510 0 0 0 24667 537 0 0 20 0 15 0 67203426 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637808 2021506 3134 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551232 memory=8086024 CPUtime=34.66 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) S 15458 15461 17093 0 -1 1077944384 18435 0 0 0 3450 16 0 0 20 0 15 0 67203436 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097913982480 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551232 memory=2160 CPUtime=48.05 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 27080 0 0 0 4674 131 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097875032400 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551232 memory=4659 CPUtime=48.13 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) R 15458 15461 17093 0 -1 4202560 23142 0 0 0 4684 129 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097520139016 140097902379751 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551232 memory=8086024 CPUtime=47.86 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) R 15458 15461 17093 0 -1 4202560 28972 0 0 0 4658 128 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097519085728 140097894452239 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551232 memory=-8774313645642428999 CPUtime=48.22 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) R 15458 15461 17093 0 -1 4202560 22172 0 0 0 4696 126 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097518033104 140097902379751 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551232 memory=796 CPUtime=21 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) S 15458 15461 17093 0 -1 1077944384 26595 0 0 0 2099 1 0 0 20 0 15 0 67203438 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097473758528 140097909761749 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097472706272 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097404003584 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551232 memory=8086024 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097402952144 140097909770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551232 memory=4028 CPUtime=1.82 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 9400 0 0 0 181 1 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097401899296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551232 memory=7836104 CPUtime=1.81 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 8046 0 0 0 180 1 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097400846464 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551232 memory=796 CPUtime=0.36 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 2091 0 0 0 36 0 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097399793696 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551232 memory=8086024 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551232 memory=21292 CPUtime=0.05 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 1164 0 0 0 2 3 0 0 20 0 15 0 67203446 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8086024 KiB

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

[startup+105.481 s]
# the end of solver process 15461 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.002 s, system=5.41995 s

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

[startup+104.801 s]
/proc/loadavg: 3.44 3.34 3.39 6/209 15555
/proc/meminfo: memFree=20862676/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10551232 memory=8086024 CPUtime=252.72 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 168515 0 0 0 24735 537 0 0 20 0 15 0 67203426 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637808 2021506 3134 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551232 memory=5788 CPUtime=34.66 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) S 15458 15461 17093 0 -1 1077944384 18435 0 0 0 3450 16 0 0 20 0 15 0 67203436 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097913982480 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551232 memory=4612 CPUtime=48.18 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 27080 0 0 0 4687 131 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551232 memory=-8774313645642428999 CPUtime=48.26 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 23142 0 0 0 4697 129 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551232 memory=796 CPUtime=47.99 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 28972 0 0 0 4671 128 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551232 memory=8944 CPUtime=48.35 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 22172 0 0 0 4709 126 0 0 20 0 15 0 67203437 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551232 memory=15876 CPUtime=21.16 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) R 15458 15461 17093 0 -1 4202560 26595 0 0 0 2115 1 0 0 20 0 15 0 67203438 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097473758528 140097894747895 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551232 memory=8086024 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097472706272 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551232 memory=21292 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097404003584 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551232 memory=8086024 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097402951792 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551232 memory=0 CPUtime=1.82 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 9400 0 0 0 181 1 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097401899296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551232 memory=0 CPUtime=1.81 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 8046 0 0 0 180 1 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097400846464 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551232 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 2091 0 0 0 36 0 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097399793696 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551232 memory=182 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551232 memory=181 CPUtime=0.05 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 1164 0 0 0 2 3 0 0 20 0 15 0 67203446 10804461568 2021506 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 252.72 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8086024 KiB

[startup+105.201 s]
/proc/loadavg: 3.44 3.34 3.39 6/209 15555
/proc/meminfo: memFree=20460348/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10551232 memory=8086156 CPUtime=253.12 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 168602 0 0 0 24775 537 0 0 20 0 15 0 67203426 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2637808 2021539 3134 1 0 2627261 0
[pid=15461/tid=15463] ppid=15458 vsize=10551232 memory=-8774313645642428999 CPUtime=34.66 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) S 15458 15461 17093 0 -1 1077944384 18435 0 0 0 3450 16 0 0 20 0 15 0 67203436 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097913982480 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10551232 memory=37828 CPUtime=48.18 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 27080 0 0 0 4687 131 0 0 20 0 15 0 67203437 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10551232 memory=1296 CPUtime=48.26 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 23142 0 0 0 4697 129 0 0 20 0 15 0 67203437 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10551232 memory=2420 CPUtime=47.99 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 28972 0 0 0 4671 128 0 0 20 0 15 0 67203437 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10551232 memory=4028 CPUtime=48.35 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 22172 0 0 0 4709 126 0 0 20 0 15 0 67203437 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10551232 memory=37828 CPUtime=21.56 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) R 15458 15461 17093 0 -1 4202560 26682 0 0 0 2155 1 0 0 20 0 15 0 67203438 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097473758528 140097894452176 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097472706272 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10551232 memory=25244 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 67203439 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097404003584 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10551232 memory=3466 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097402951792 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10551232 memory=4815 CPUtime=1.82 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 9400 0 0 0 181 1 0 0 20 0 15 0 67203441 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097401899296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10551232 memory=4823 CPUtime=1.81 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 8046 0 0 0 180 1 0 0 20 0 15 0 67203441 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097400846464 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10551232 memory=4796 CPUtime=0.36 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 2091 0 0 0 36 0 0 0 20 0 15 0 67203441 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097399793696 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10551232 memory=4832 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67203441 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10551232 memory=2100 CPUtime=0.05 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 1164 0 0 0 2 3 0 0 20 0 15 0 67203446 10804461568 2021539 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 253.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8086156 KiB

[startup+105.401 s]
/proc/loadavg: 3.44 3.34 3.39 6/209 15555
/proc/meminfo: memFree=20460348/32770624 swapFree=67108860/67108860
[pid=15461] ppid=15458 vsize=10750924 memory=8086268 CPUtime=253.33 cores=0,2,4,6
/proc/15461/stat : 15461 (java) S 15458 15461 17093 0 -1 1077944320 168898 0 0 0 24795 538 0 0 20 0 17 0 67203426 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140735012151760 140097909751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
/proc/15461/statm: 2687731 2021567 3136 1 0 2677184 0
[pid=15461/tid=15463] ppid=15458 vsize=10750924 memory=-8774313645642428999 CPUtime=34.82 cores=0,2,4,6
/proc/15461/task/15463/stat : 15463 (java) R 15458 15461 17093 0 -1 4202560 18435 0 0 0 3466 16 0 0 20 0 17 0 67203436 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097913982480 140097895442194 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15464] ppid=15458 vsize=10750924 memory=288230621803970871 CPUtime=48.18 cores=0,2,4,6
/proc/15461/task/15464/stat : 15464 (java) S 15458 15461 17093 0 -1 1077944384 27080 0 0 0 4687 131 0 0 20 0 17 0 67203437 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097875032592 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15465] ppid=15458 vsize=10750924 memory=13563795322702378 CPUtime=48.26 cores=0,2,4,6
/proc/15461/task/15465/stat : 15465 (java) S 15458 15461 17093 0 -1 1077944384 23142 0 0 0 4697 129 0 0 20 0 17 0 67203437 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097520138896 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15466] ppid=15458 vsize=10750924 memory=0 CPUtime=47.99 cores=0,2,4,6
/proc/15461/task/15466/stat : 15466 (java) S 15458 15461 17093 0 -1 1077944384 28972 0 0 0 4671 128 0 0 20 0 17 0 67203437 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097519085840 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15467] ppid=15458 vsize=10750924 memory=206111185598677 CPUtime=48.35 cores=0,2,4,6
/proc/15461/task/15467/stat : 15467 (java) S 15458 15461 17093 0 -1 1077944384 22172 0 0 0 4709 126 0 0 20 0 17 0 67203437 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097518033296 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15468] ppid=15458 vsize=10750924 memory=206111185598678 CPUtime=21.6 cores=0,2,4,6
/proc/15461/task/15468/stat : 15468 (java) S 15458 15461 17093 0 -1 1077944384 26722 0 0 0 2159 1 0 0 20 0 17 0 67203438 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097473759984 140097909762690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15469] ppid=15458 vsize=10750924 memory=206111185598679 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15469/stat : 15469 (java) S 15458 15461 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 67203439 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097472706272 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15470] ppid=15458 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15470/stat : 15470 (java) S 15458 15461 17093 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 67203439 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097404003584 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15471] ppid=15458 vsize=10750924 memory=213373975282429 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15471/stat : 15471 (java) S 15458 15461 17093 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 67203441 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097402952144 140097909770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15472] ppid=15458 vsize=10750924 memory=213373975282429 CPUtime=1.82 cores=0,2,4,6
/proc/15461/task/15472/stat : 15472 (java) S 15458 15461 17093 0 -1 1077944384 9400 0 0 0 181 1 0 0 20 0 17 0 67203441 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097401899248 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15473] ppid=15458 vsize=10750924 memory=165661183591165 CPUtime=1.81 cores=0,2,4,6
/proc/15461/task/15473/stat : 15473 (java) S 15458 15461 17093 0 -1 1077944384 8046 0 0 0 180 1 0 0 20 0 17 0 67203441 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097400846704 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15474] ppid=15458 vsize=10750924 memory=206106890617597 CPUtime=0.36 cores=0,2,4,6
/proc/15461/task/15474/stat : 15474 (java) S 15458 15461 17093 0 -1 1077944384 2175 0 0 0 36 0 0 0 20 0 17 0 67203441 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097399793648 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15475] ppid=15458 vsize=10750924 memory=206111185583205 CPUtime=0 cores=0,2,4,6
/proc/15461/task/15475/stat : 15475 (java) S 15458 15461 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67203441 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097398741344 140097909761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
[pid=15461/tid=15476] ppid=15458 vsize=10750924 memory=148730422495282 CPUtime=0.05 cores=0,2,4,6
/proc/15461/task/15476/stat : 15476 (java) S 15458 15461 17093 0 -1 1077944384 1164 0 0 0 2 3 0 0 20 0 17 0 67203446 11008946176 2021567 18446744073709551615 4194304 4196468 140735012169216 140097397689392 140097909762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21307392 140735012176277 140735012176430 140735012176430 140735012179919 0
Current children cumulated CPU time: 253.33 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8086268 KiB

Child status: 143
Real time (s): 105.481
CPU time (s): 253.422
CPU user time (s): 248.002
CPU system time (s): 5.41995
CPU usage (%): 240.253
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8086268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.002
system time used= 5.41995
maximum resident set size= 8086672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6496
involuntary context switches= 3347


# summary of solver processes directly reported to runsolver:
#   pid: 15461
#   total CPU time (s): 253.422
#   total CPU user time (s): 248.002
#   total CPU system time (s): 5.41995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.698876 second user time and 0.952828 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:34:13
IDJOB=4257916
IDBENCH=137046
IDSOLVER=2643
FILE ID=node127/4257916-1502650101
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257916-1502650101/watcher-4257916-1502650101 -o /tmp/evaluation-result-4257916-1502650101/solver-4257916-1502650101 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257916-1502650101.xml

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

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=1155297898

node127.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.92
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.92
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.92
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.92
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:        28331536 kB
MemAvailable:   28776464 kB
Buffers:          202264 kB
Cached:           538732 kB
SwapCached:            0 kB
Active:          3791668 kB
Inactive:         217148 kB
Active(anon):    3217608 kB
Inactive(anon):    83872 kB
Active(file):     574060 kB
Inactive(file):   133276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3104 kB
Writeback:             0 kB
AnonPages:       3267920 kB
Mapped:            58908 kB
Shmem:             33444 kB
Slab:             132380 kB
SReclaimable:     106852 kB
SUnreclaim:        25528 kB
KernelStack:        3472 kB
PageTables:        11216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4289156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2914304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 20:35:58