Trace number 4301643

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.746 108.686

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko81_c18.xml
MD5SUM7967f0a5d6026ea184db99fec624e08d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50747
Best CPU time to get the best result obtained on this benchmark252.089
Satisfiable
(Un)Satisfiability was proved
Number of variables6642
Number of constraints3241
Number of domains2
Minimum domain size8
Maximum domain size81
Distribution of domain sizes[{"size":8,"count":3240},{"size":81,"count":81}]
Minimum variable degree0
Maximum variable degree81
Distribution of variable degrees[{"degree":0,"count":3321},{"degree":2,"count":3240},{"degree":81,"count":81}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":3240},{"arity":81,"count":1}]
Number of extensional constraints3240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3240},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27600, runsolver pid=27597

[startup+0.100822 s]*
/proc/loadavg: 2.09 2.42 2.50 2/216 27615
/proc/meminfo: memFree=27772528/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659012 memory=31500 CPUtime=0.12 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 6424 0 0 0 10 2 0 0 20 0 15 0 105902377 10914828288 7875 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664753 7875 2845 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659012 memory=-8701690554792187262 CPUtime=0.08 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) R 27597 27600 22004 0 -1 4202560 4261 0 0 0 7 1 0 0 20 0 15 0 105902377 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188760016752 140188736456754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) S 27597 27600 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105902379 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188247333232 140188755823234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188246279200 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188245226352 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188244174672 140188755830683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) S 27597 27600 22004 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188243123056 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) S 27597 27600 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188242070256 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0.01 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) R 27597 27600 22004 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 105902382 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188241017456 140188734735117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 7875 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31500 KiB

[startup+0.210309 s]*
/proc/loadavg: 2.09 2.42 2.50 3/216 27615
/proc/meminfo: memFree=27764092/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659012 memory=42236 CPUtime=0.33 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 7657 0 0 0 30 3 0 0 20 0 15 0 105902377 10914828288 10559 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664753 10559 3008 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) R 27597 27600 22004 0 -1 4202560 4602 0 0 0 18 2 0 0 20 0 15 0 105902377 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188760043952 140188739855717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659012 memory=140373932522896 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105902378 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) S 27597 27600 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105902379 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188247333232 140188755823234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188246279200 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188245226352 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188244174672 140188755830683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) S 27597 27600 22004 0 -1 1077944384 605 0 0 0 2 0 0 0 20 0 15 0 105902382 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188243123056 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) S 27597 27600 22004 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 105902382 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188242070256 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0.07 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) S 27597 27600 22004 0 -1 1077944384 641 0 0 0 7 0 0 0 20 0 15 0 105902382 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188241017456 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659012 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902382 10914828288 10559 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42236 KiB

[startup+0.311311 s]*
/proc/loadavg: 2.09 2.42 2.50 5/216 27615
/proc/meminfo: memFree=27751872/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659088 memory=52596 CPUtime=0.57 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 9219 0 0 0 53 4 0 0 20 0 15 0 105902377 10914906112 13149 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664772 13149 3067 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) R 27597 27600 22004 0 -1 4202560 5049 0 0 0 27 2 0 0 20 0 15 0 105902377 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188760048480 140188739892574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659088 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659088 memory=140373932522869 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659088 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) S 27597 27600 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105902379 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188247333232 140188755823234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188246279200 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188245226352 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188244174672 140188755830683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) R 27597 27600 22004 0 -1 4202560 887 0 0 0 7 0 0 0 20 0 15 0 105902382 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188243109520 140188740921628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) R 27597 27600 22004 0 -1 4202560 988 0 0 0 6 0 0 0 20 0 15 0 105902382 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188242051272 140188739337885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659088 memory=140373932500608 CPUtime=0.12 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) R 27597 27600 22004 0 -1 1077944384 927 0 0 0 12 0 0 0 20 0 15 0 105902382 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188241017456 140188755823234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659088 memory=140373932500608 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 13149 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52596 KiB

[startup+0.70094 s]
/proc/loadavg: 2.09 2.42 2.50 6/216 27615
/proc/meminfo: memFree=27717000/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659088 memory=188576 CPUtime=1.9 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 12080 0 0 0 182 8 0 0 20 0 15 0 105902377 10914906112 47144 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664772 47144 3116 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659088 memory=1840 CPUtime=0.66 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) R 27597 27600 22004 0 -1 4202560 5336 0 0 0 61 5 0 0 20 0 15 0 105902377 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188760048512 140188354324800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) R 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105902378 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) S 27597 27600 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105902379 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188247333232 140188755823234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) R 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188246279200 140188755822293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188245226352 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188244174672 140188755830683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659088 memory=7163631965283378496 CPUtime=0.43 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) R 27597 27600 22004 0 -1 4202560 1780 0 0 0 43 0 0 0 20 0 15 0 105902382 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188243102496 140188735029376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659088 memory=7667213801450137426 CPUtime=0.42 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) R 27597 27600 22004 0 -1 4202560 1853 0 0 0 42 0 0 0 20 0 15 0 105902382 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188242056280 140188737332139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659088 memory=6935658124599644240 CPUtime=0.34 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) S 27597 27600 22004 0 -1 1077944384 1623 0 0 0 33 1 0 0 20 0 15 0 105902382 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188241017456 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 47144 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 188576 KiB

[startup+1.50077 s]
/proc/loadavg: 2.09 2.42 2.50 5/216 27615
/proc/meminfo: memFree=27420836/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659088 memory=483328 CPUtime=4.23 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 17004 0 0 0 408 15 0 0 20 0 15 0 105902377 10914906112 120832 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664772 120832 3142 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659088 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) R 27597 27600 22004 0 -1 4202560 5694 0 0 0 134 8 0 0 20 0 15 0 105902377 10914906112 120832 33554432000 4194304 4196468 140726010769728 140188760045792 140188357189012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659088 memory=-6951259422114956437 CPUtime=0.02 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 15 0 105902378 10914906112 120832 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659088 memory=-6509546260019855295 CPUtime=0.01 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 105902378 10914906112 120832 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659088 memory=-7390251449858225344 CPUtime=0.01 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 105902378 10914906112 120832 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659088 memory=4134692831991786133 CPUtime=0.03 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 43 0 0 0 2 1 0 0 20 0 15 0 105902378 10914906112 120832 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) S 27597 27600 22004 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105902379 10914906112 120832 33554432000 4194304 4196468 140726010769728 140188247333232 140188755823234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0

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

[startup+108.686 s]
# the end of solver process 27600 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.036 s, system=4.70966 s

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

[startup+107.201 s]
/proc/loadavg: 4.62 3.10 2.73 3/209 27767
/proc/meminfo: memFree=19736960/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659088 memory=8294076 CPUtime=252.24 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 143683 0 0 0 24758 466 0 0 20 0 15 0 105902377 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664772 2073519 3178 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659088 memory=1200 CPUtime=39.66 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) S 27597 27600 22004 0 -1 1077944384 16869 0 0 0 3942 24 0 0 20 0 15 0 105902377 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188760045136 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659088 memory=8218300 CPUtime=46.75 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 19435 0 0 0 4566 109 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659088 memory=0 CPUtime=47.21 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 20658 0 0 0 4620 101 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659088 memory=0 CPUtime=47 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 19317 0 0 0 4593 107 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659088 memory=6791534058613427641 CPUtime=47.28 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 19422 0 0 0 4614 114 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659088 memory=30188 CPUtime=19.8 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) R 27597 27600 22004 0 -1 4202560 25881 0 0 0 1978 2 0 0 20 0 15 0 105902379 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188247331664 140188740269678 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659088 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188246279264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659088 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188245226368 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659088 memory=8294076 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188244174320 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659088 memory=4028 CPUtime=1.97 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) S 27597 27600 22004 0 -1 1077944384 10170 0 0 0 196 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188243123104 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659088 memory=30188 CPUtime=1.92 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) S 27597 27600 22004 0 -1 1077944384 6740 0 0 0 191 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188242070016 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659088 memory=1296 CPUtime=0.5 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) S 27597 27600 22004 0 -1 1077944384 2785 0 0 0 49 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188241017504 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659088 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659088 memory=1840 CPUtime=0.04 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1044 0 0 0 2 2 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 252.24 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8294076 KiB

[startup+108.001 s]*
/proc/loadavg: 4.62 3.10 2.73 3/215 27773
/proc/meminfo: memFree=19250100/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659088 memory=8294076 CPUtime=253.05 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 143683 0 0 0 24839 466 0 0 20 0 15 0 105902377 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664772 2073519 3178 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659088 memory=6791534058613427641 CPUtime=39.66 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) S 27597 27600 22004 0 -1 1077944384 16869 0 0 0 3942 24 0 0 20 0 15 0 105902377 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188760045136 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659088 memory=928 CPUtime=46.75 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 19435 0 0 0 4566 109 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659088 memory=1572 CPUtime=47.21 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 20658 0 0 0 4620 101 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659088 memory=2244 CPUtime=47 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 19317 0 0 0 4593 107 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659088 memory=4124 CPUtime=47.28 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 19422 0 0 0 4614 114 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659088 memory=2200 CPUtime=20.61 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) R 27597 27600 22004 0 -1 4202560 25881 0 0 0 2059 2 0 0 20 0 15 0 105902379 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188247331664 140188740808565 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659088 memory=8148 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188246279264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659088 memory=140373825701937 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188245226368 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659088 memory=-8707038579349950309 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188244174320 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659088 memory=-8412652177879177843 CPUtime=1.97 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) S 27597 27600 22004 0 -1 1077944384 10170 0 0 0 196 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188243123104 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659088 memory=-8341965534556230502 CPUtime=1.92 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) S 27597 27600 22004 0 -1 1077944384 6740 0 0 0 191 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188242070016 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659088 memory=8294076 CPUtime=0.5 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) S 27597 27600 22004 0 -1 1077944384 2785 0 0 0 49 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188241017504 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659088 memory=4715433313220523562 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659088 memory=6946866654921323415 CPUtime=0.05 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1044 0 0 0 2 3 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 253.05 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8294076 KiB

[startup+108.401 s]
/proc/loadavg: 4.62 3.10 2.73 3/215 27773
/proc/meminfo: memFree=19250100/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10659088 memory=8294076 CPUtime=253.44 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 143683 0 0 0 24878 466 0 0 20 0 15 0 105902377 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2664772 2073519 3178 1 0 2627263 0
[pid=27600/tid=27602] ppid=27597 vsize=10659088 memory=1408 CPUtime=39.66 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) S 27597 27600 22004 0 -1 1077944384 16869 0 0 0 3942 24 0 0 20 0 15 0 105902377 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188760045136 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10659088 memory=3008 CPUtime=46.75 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 19435 0 0 0 4566 109 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10659088 memory=0 CPUtime=47.21 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 20658 0 0 0 4620 101 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10659088 memory=140373826240577 CPUtime=47 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 19317 0 0 0 4593 107 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10659088 memory=6656426216303648864 CPUtime=47.28 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 19422 0 0 0 4614 114 0 0 20 0 15 0 105902378 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10659088 memory=6656426216303648864 CPUtime=21 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) R 27597 27600 22004 0 -1 4202560 25881 0 0 0 2098 2 0 0 20 0 15 0 105902379 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188247331664 140188740512702 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188246279264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105902380 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188245226368 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188244174320 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10659088 memory=1228 CPUtime=1.97 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) S 27597 27600 22004 0 -1 1077944384 10170 0 0 0 196 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188243123104 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10659088 memory=1944 CPUtime=1.92 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) S 27597 27600 22004 0 -1 1077944384 6740 0 0 0 191 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188242070016 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10659088 memory=1416 CPUtime=0.5 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) S 27597 27600 22004 0 -1 1077944384 2785 0 0 0 49 1 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188241017504 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10659088 memory=8508 CPUtime=0.05 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1044 0 0 0 2 3 0 0 20 0 15 0 105902382 10914906112 2073519 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 253.44 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8294076 KiB

[startup+108.601 s]
/proc/loadavg: 4.62 3.10 2.73 3/215 27773
/proc/meminfo: memFree=19250100/32770624 swapFree=67108860/67108860
[pid=27600] ppid=27597 vsize=10858780 memory=8294112 CPUtime=253.65 cores=1,3,5,7
/proc/27600/stat : 27600 (java) S 27597 27600 22004 0 -1 1077944320 143821 0 0 0 24898 467 0 0 20 0 17 0 105902377 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140726010752272 140188755812087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
/proc/27600/statm: 2714695 2073528 3180 1 0 2677186 0
[pid=27600/tid=27602] ppid=27597 vsize=10858780 memory=6944656592455360604 CPUtime=39.82 cores=1,3,5,7
/proc/27600/task/27602/stat : 27602 (java) R 27597 27600 22004 0 -1 4202560 16869 0 0 0 3958 24 0 0 20 0 17 0 105902377 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188760045024 140188359265162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27603] ppid=27597 vsize=10858780 memory=6944656592455360604 CPUtime=46.75 cores=1,3,5,7
/proc/27600/task/27603/stat : 27603 (java) S 27597 27600 22004 0 -1 1077944384 19435 0 0 0 4566 109 0 0 20 0 17 0 105902378 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188681886864 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27604] ppid=27597 vsize=10858780 memory=8514701219477554334 CPUtime=47.21 cores=1,3,5,7
/proc/27600/task/27604/stat : 27604 (java) S 27597 27600 22004 0 -1 1077944384 20658 0 0 0 4620 101 0 0 20 0 17 0 105902378 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188680834064 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27605] ppid=27597 vsize=10858780 memory=4629537275130835085 CPUtime=47 cores=1,3,5,7
/proc/27600/task/27605/stat : 27605 (java) S 27597 27600 22004 0 -1 1077944384 19317 0 0 0 4593 107 0 0 20 0 17 0 105902378 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188679781264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27606] ppid=27597 vsize=10858780 memory=4643050291107164549 CPUtime=47.28 cores=1,3,5,7
/proc/27600/task/27606/stat : 27606 (java) S 27597 27600 22004 0 -1 1077944384 19422 0 0 0 4614 114 0 0 20 0 17 0 105902378 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188678728464 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27607] ppid=27597 vsize=10858780 memory=0 CPUtime=21.05 cores=1,3,5,7
/proc/27600/task/27607/stat : 27607 (java) S 27597 27600 22004 0 -1 1077944384 25881 0 0 0 2103 2 0 0 20 0 17 0 105902379 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188247333232 140188755823234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27608] ppid=27597 vsize=10858780 memory=7739261589927257425 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27608/stat : 27608 (java) S 27597 27600 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105902380 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188246279264 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27609] ppid=27597 vsize=10858780 memory=7660742144744843625 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27609/stat : 27609 (java) S 27597 27600 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105902380 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188245226368 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27610] ppid=27597 vsize=10858780 memory=-6438865889672082020 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (java) S 27597 27600 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 105902382 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188244174672 140188755830683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27611] ppid=27597 vsize=10858780 memory=106 CPUtime=1.97 cores=1,3,5,7
/proc/27600/task/27611/stat : 27611 (java) S 27597 27600 22004 0 -1 1077944384 10170 0 0 0 196 1 0 0 20 0 17 0 105902382 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188243123056 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27612] ppid=27597 vsize=10858780 memory=280747652541552 CPUtime=1.92 cores=1,3,5,7
/proc/27600/task/27612/stat : 27612 (java) S 27597 27600 22004 0 -1 1077944384 6740 0 0 0 191 1 0 0 20 0 17 0 105902382 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188242070256 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27613] ppid=27597 vsize=10858780 memory=30068 CPUtime=0.5 cores=1,3,5,7
/proc/27600/task/27613/stat : 27613 (java) S 27597 27600 22004 0 -1 1077944384 2792 0 0 0 49 1 0 0 20 0 17 0 105902382 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188241017456 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27614] ppid=27597 vsize=10858780 memory=280747650842754 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27614/stat : 27614 (java) S 27597 27600 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105902382 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188239964896 140188755822293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
[pid=27600/tid=27615] ppid=27597 vsize=10858780 memory=6425271076031 CPUtime=0.05 cores=1,3,5,7
/proc/27600/task/27615/stat : 27615 (java) S 27597 27600 22004 0 -1 1077944384 1044 0 0 0 2 3 0 0 20 0 17 0 105902382 11119390720 2073528 33554432000 4194304 4196468 140726010769728 140188238912176 140188755823234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7495680 140726010774646 140726010774798 140726010774798 140726010777551 0
Current children cumulated CPU time: 253.65 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 8294112 KiB

Child status: 143
Real time (s): 108.686
CPU time (s): 253.746
CPU user time (s): 249.036
CPU system time (s): 4.70966
CPU usage (%): 233.468
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 8294112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.036
system time used= 4.70966
maximum resident set size= 8294632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6287
involuntary context switches= 3471


# summary of solver processes directly reported to runsolver:
#   pid: 27600
#   total CPU time (s): 253.746
#   total CPU user time (s): 249.036
#   total CPU system time (s): 4.70966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.764544 second user time and 0.983966 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 18:56:32
IDJOB=4301643
IDBENCH=141258
IDSOLVER=2773
FILE ID=node151/4301643-1532883392
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

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

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

MD5SUM BENCH= 7967f0a5d6026ea184db99fec624e08d
RANDOM SEED=1326878719

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27793016 kB
MemAvailable:   31440596 kB
Buffers:          211856 kB
Cached:          3709136 kB
SwapCached:            0 kB
Active:          1884648 kB
Inactive:        2624000 kB
Active(anon):     536700 kB
Inactive(anon):    78188 kB
Active(file):    1347948 kB
Inactive(file):  2545812 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:        594632 kB
Mapped:            56144 kB
Shmem:             25224 kB
Slab:             167636 kB
SReclaimable:     139308 kB
SUnreclaim:        28328 kB
KernelStack:        3568 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1569660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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= 59036 MiB
End job on node151 at 2018-07-29 18:58:21