Trace number 4263347

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2521.8101 2480.5

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-025-05.xml
MD5SUM2360d4300bf0f014cb2ca48694f7fbc3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.76777601
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":5}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":10}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263347-1502614027/watcher-4263347-1502614027 -o /tmp/evaluation-result-4263347-1502614027/solver-4263347-1502614027 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263347-1502614027.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=16876, runsolver pid=16873

[startup+0.100813 s]*
/proc/loadavg: 2.02 2.03 2.16 3/204 16882
/proc/meminfo: memFree=29619656/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10085108 memory=19584 CPUtime=0.01 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 3733 0 0 0 1 0 0 0 20 0 8 0 15285408 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2521277 4896 2054 1 0 2510774 0
[pid=16876/tid=16878] ppid=16873 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) R 16873 16876 7968 0 -1 4202560 2394 0 0 0 1 0 0 0 20 0 8 0 15285416 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140255356699056 140255336539486 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15285417 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10085108 memory=140653979051648 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15285417 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 15285417 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15285417 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255352469205 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10085108 memory=140653979051648 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15285419 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140254916590448 140255352470146 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 15285419 10327150592 4896 18446744073709551615 4194304 4196468 140723001535488 140254915535312 140255352469205 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 19584 KiB

[startup+0.209947 s]*
/proc/loadavg: 2.02 2.03 2.16 4/213 16891
/proc/meminfo: memFree=29615008/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10552180 memory=29448 CPUtime=0.11 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 6975 0 0 0 9 2 0 0 20 0 15 0 15285408 10805432320 7362 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2638045 7362 2792 1 0 2627517 0
[pid=16876/tid=16878] ppid=16873 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) R 16873 16876 7968 0 -1 4202560 4995 0 0 0 7 1 0 0 20 0 15 0 15285416 10805432320 7427 18446744073709551615 4194304 4196468 140723001535488 140255356647344 140255345138717 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10552180 memory=326 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10805432320 7493 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10552180 memory=288371030130763392 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10805432320 7493 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15285417 10805432320 7493 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10552180 memory=140653979051648 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285419 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254916590448 140255352470146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15285419 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254915536416 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15285419 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254914483568 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285421 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 15285422 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254912379248 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285422 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254911326448 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10552180 memory=140653979051648 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) S 16873 16876 7968 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 15285422 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285422 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10552180 memory=140653979051648 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15285426 10805432320 7559 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29448 KiB

[startup+0.310361 s]*
/proc/loadavg: 2.02 2.03 2.16 3/213 16891
/proc/meminfo: memFree=29603880/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10551156 memory=36924 CPUtime=0.26 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 8620 0 0 0 23 3 0 0 20 0 15 0 15285408 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2637789 9231 2877 1 0 2627261 0
[pid=16876/tid=16878] ppid=16873 vsize=10552180 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) R 16873 16876 7968 0 -1 4202560 6285 0 0 0 16 2 0 0 20 0 15 0 15285416 10805432320 9231 18446744073709551615 4194304 4196468 140723001535488 140255356670064 140255345138592 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15285417 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285419 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254916590448 140255352470146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15285419 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254915536416 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15285419 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254914483568 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285421 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 15285422 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254912379248 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) S 16873 16876 7968 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 15 0 15285422 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254911326448 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10551156 memory=140653979051648 CPUtime=0.04 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) R 16873 16876 7968 0 -1 4202560 395 0 0 0 4 0 0 0 20 0 15 0 15285422 10804383744 9231 18446744073709551615 4194304 4196468 140723001535488 140254910273568 140255331594598 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285422 10805432320 9231 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10552180 memory=140653979051648 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15285426 10805432320 9231 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36924 KiB

[startup+0.700756 s]
/proc/loadavg: 2.02 2.03 2.16 5/213 16891
/proc/meminfo: memFree=29579920/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10551232 memory=164684 CPUtime=1.27 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 11961 0 0 0 121 6 0 0 20 0 15 0 15285408 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2637808 41171 3054 1 0 2627261 0
[pid=16876/tid=16878] ppid=16873 vsize=10551232 memory=221 CPUtime=0.56 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) S 16873 16876 7968 0 -1 1077944384 7434 0 0 0 52 4 0 0 20 0 15 0 15285416 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140255356692240 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) R 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10551232 memory=5 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10551232 memory=18 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15285417 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10551232 memory=68 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) R 16873 16876 7968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 15 0 15285417 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255345565545 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10551232 memory=281307741685456 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 15285419 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140254916588960 140255352469205 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15285419 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140254915536416 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15285419 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140254914483568 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10551232 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285421 10804461568 41171 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 1263 0 0 0 26 0 0 0 20 0 15 0 15285422 10804461568 41683 18446744073709551615 4194304 4196468 140723001535488 140254912379248 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) S 16873 16876 7968 0 -1 1077944384 1049 0 0 0 29 0 0 0 20 0 15 0 15285422 10804461568 41683 18446744073709551615 4194304 4196468 140723001535488 140254911311344 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10551232 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) S 16873 16876 7968 0 -1 1077944384 838 0 0 0 13 0 0 0 20 0 15 0 15285422 10804461568 41683 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15285422 10804461568 41683 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15285426 10804461568 41683 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 164684 KiB

[startup+1.50081 s]
/proc/loadavg: 2.02 2.03 2.16 6/213 16891
/proc/meminfo: memFree=29328024/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10617796 memory=330604 CPUtime=3.49 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 14194 0 0 0 323 26 0 0 20 0 16 0 15285408 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2654449 82651 3089 1 0 2643902 0
[pid=16876/tid=16878] ppid=16873 vsize=10617796 memory=230288 CPUtime=1.18 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) R 16873 16876 7968 0 -1 4202560 7925 0 0 0 113 5 0 0 20 0 16 0 15285416 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140255356697440 140254992432388 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10617796 memory=304 CPUtime=0.16 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) S 16873 16876 7968 0 -1 1077944384 99 0 0 0 12 4 0 0 20 0 16 0 15285417 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10617796 memory=127 CPUtime=0.18 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 83 0 0 0 14 4 0 0 20 0 16 0 15285417 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10617796 memory=111 CPUtime=0.17 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 274 0 0 0 13 4 0 0 20 0 16 0 15285417 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10617796 memory=281307741426528 CPUtime=0.17 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) S 16873 16876 7968 0 -1 1077944384 103 0 0 0 13 4 0 0 20 0 16 0 15285417 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10617796 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254916590448 140255352470146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10617796 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254915536416 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254914483568 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15285421 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10617796 memory=11820 CPUtime=0.65 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) R 16873 16876 7968 0 -1 4202560 1968 0 0 0 65 0 0 0 20 0 16 0 15285422 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254912365272 140255335845724 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10617796 memory=17422 CPUtime=0.69 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) R 16873 16876 7968 0 -1 4202560 1277 0 0 0 69 0 0 0 20 0 16 0 15285422 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254911316368 140255338514542 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10617796 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) S 16873 16876 7968 0 -1 1077944384 998 0 0 0 20 0 0 0 20 0 16 0 15285422 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10617796 memory=6225489096523343969 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15285422 10872623104 82651 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0

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

/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254915536480 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10617796 memory=2864588 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254914483584 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10617796 memory=2864588 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15285421 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10617796 memory=-8774313645642428999 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 7420 0 0 0 121 1 0 0 20 0 16 0 15285422 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254912379248 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10617796 memory=1732 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) S 16873 16876 7968 0 -1 1077944384 5338 0 0 0 121 1 0 0 20 0 16 0 15285422 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254911326448 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10617796 memory=2864588 CPUtime=0.26 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) S 16873 16876 7968 0 -1 1077944384 3402 0 0 0 25 1 0 0 20 0 16 0 15285422 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15285422 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10617796 memory=2864588 CPUtime=1.42 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 2112 0 0 0 64 78 0 0 20 0 16 0 15285426 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16892] ppid=16873 vsize=10617796 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16892/stat : 16892 (java) S 16873 16876 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15285524 10872623104 716147 18446744073709551615 4194304 4196468 140723001535488 140254839293360 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 2482.21 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2864588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.8 s]
/proc/loadavg: 1.98 1.97 2.13 3/214 17451
/proc/meminfo: memFree=27906796/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10617796 memory=2849196 CPUtime=2520.06 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 382367 0 0 0 251527 479 0 0 20 0 16 0 15285408 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2654449 712299 3126 1 0 2643902 0
[pid=16876/tid=16878] ppid=16873 vsize=10617796 memory=8284 CPUtime=2466.48 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) R 16873 16876 7968 0 -1 4202560 88856 0 0 0 246621 27 0 0 20 0 16 0 15285416 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140255356697952 140254995350700 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10617796 memory=1236 CPUtime=12.1 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) S 16873 16876 7968 0 -1 1077944384 51533 0 0 0 1117 93 0 0 20 0 16 0 15285417 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10617796 memory=640 CPUtime=12.13 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 53242 0 0 0 1120 93 0 0 20 0 16 0 15285417 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10617796 memory=1792 CPUtime=12.12 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 52250 0 0 0 1119 93 0 0 20 0 16 0 15285417 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10617796 memory=960 CPUtime=12.1 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) S 16873 16876 7968 0 -1 1077944384 56152 0 0 0 1116 94 0 0 20 0 16 0 15285417 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10617796 memory=288230574492221466 CPUtime=0.86 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 60568 0 0 0 79 7 0 0 20 0 16 0 15285419 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254916590448 140255352470146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254915536480 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10617796 memory=12356 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 15285419 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254914483584 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10617796 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15285421 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10617796 memory=4304 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 7423 0 0 0 121 1 0 0 20 0 16 0 15285422 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254912379248 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10617796 memory=1588 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) S 16873 16876 7968 0 -1 1077944384 5340 0 0 0 121 1 0 0 20 0 16 0 15285422 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254911326448 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10617796 memory=928 CPUtime=0.26 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) S 16873 16876 7968 0 -1 1077944384 3404 0 0 0 25 1 0 0 20 0 16 0 15285422 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10617796 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15285422 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10617796 memory=840 CPUtime=1.45 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 2141 0 0 0 66 79 0 0 20 0 16 0 15285426 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16892] ppid=16873 vsize=10617796 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16892/stat : 16892 (java) S 16873 16876 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15285524 10872623104 712299 18446744073709551615 4194304 4196468 140723001535488 140254839293360 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2849196 KiB

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

[startup+2480.5 s]
# the end of solver process 16876 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517 s, system=4.81031 s

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

[startup+2480 s]*
/proc/loadavg: 1.98 1.97 2.13 2/215 17454
/proc/meminfo: memFree=27906796/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10751952 memory=2849504 CPUtime=2520.07 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 383073 0 0 0 251528 479 0 0 20 0 17 0 15285408 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2687988 712376 3129 1 0 2677441 0
[pid=16876/tid=16878] ppid=16873 vsize=10751952 memory=1156 CPUtime=2466.49 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) S 16873 16876 7968 0 -1 1077944384 88896 0 0 0 246622 27 0 0 20 0 17 0 15285416 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140255356701872 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10751952 memory=3216 CPUtime=12.1 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) S 16873 16876 7968 0 -1 1077944384 51533 0 0 0 1117 93 0 0 20 0 17 0 15285417 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140255313357456 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10751952 memory=4126316290023845779 CPUtime=12.13 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) S 16873 16876 7968 0 -1 1077944384 53242 0 0 0 1120 93 0 0 20 0 17 0 15285417 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10751952 memory=1732 CPUtime=12.12 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) S 16873 16876 7968 0 -1 1077944384 52250 0 0 0 1119 93 0 0 20 0 17 0 15285417 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10751952 memory=1700 CPUtime=12.1 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) S 16873 16876 7968 0 -1 1077944384 56152 0 0 0 1116 94 0 0 20 0 17 0 15285417 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10751952 memory=1228 CPUtime=0.86 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 60583 0 0 0 79 7 0 0 20 0 17 0 15285419 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254916590448 140255352470146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10751952 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 15285419 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254915536480 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10751952 memory=2849196 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 15285419 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254914483584 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10751952 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 15285421 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10751952 memory=4068 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 7423 0 0 0 121 1 0 0 20 0 17 0 15285422 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254912379248 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10751952 memory=1156 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) R 16873 16876 7968 0 -1 4202560 5387 0 0 0 121 1 0 0 20 0 17 0 15285422 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254911326448 140255333644809 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10751952 memory=2849196 CPUtime=0.26 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) R 16873 16876 7968 0 -1 1077944384 3589 0 0 0 25 1 0 0 20 0 17 0 15285422 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10751952 memory=1148 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15285422 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10751952 memory=3268 CPUtime=1.45 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 2141 0 0 0 66 79 0 0 20 0 17 0 15285426 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=17452] ppid=16873 vsize=10751952 memory=723008 CPUtime=0 cores=1,3,5,7
/proc/16876/task/17452/stat : 17452 (java) S 16873 16876 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 15533389 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254838239856 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=17453] ppid=16873 vsize=10751952 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16876/task/17453/stat : 17453 (java) R 16873 16876 7968 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 17 0 15533389 11009998848 712376 18446744073709551615 4194304 4196468 140723001535488 140254837187984 140254992538144 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10751952 KiB
Current children cumulated memory: 2849504 KiB

[startup+2480.4 s]
/proc/loadavg: 1.98 1.97 2.13 2/215 17454
/proc/meminfo: memFree=27906796/32770624 swapFree=67108860/67108860
[pid=16876] ppid=16873 vsize=10751952 memory=2798772 CPUtime=2521.52 cores=1,3,5,7
/proc/16876/stat : 16876 (java) S 16873 16876 7968 0 -1 1077944320 385545 0 0 0 251673 479 0 0 20 0 17 0 15285408 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140723001518032 140255352458999 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
/proc/16876/statm: 2687988 699693 3129 1 0 2677441 0
[pid=16876/tid=16878] ppid=16873 vsize=10751952 memory=1200 CPUtime=2466.49 cores=1,3,5,7
/proc/16876/task/16878/stat : 16878 (java) S 16873 16876 7968 0 -1 1077944384 88896 0 0 0 246622 27 0 0 20 0 17 0 15285416 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140255356701872 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16879] ppid=16873 vsize=10751952 memory=15872 CPUtime=12.46 cores=1,3,5,7
/proc/16876/task/16879/stat : 16879 (java) R 16873 16876 7968 0 -1 4202560 52106 0 0 0 1152 94 0 0 20 0 17 0 15285417 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140255313357344 140255337455423 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16880] ppid=16873 vsize=10751952 memory=2849196 CPUtime=12.48 cores=1,3,5,7
/proc/16876/task/16880/stat : 16880 (java) R 16873 16876 7968 0 -1 4202560 53433 0 0 0 1155 93 0 0 20 0 17 0 15285417 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140255312304656 140255337455380 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16881] ppid=16873 vsize=10751952 memory=8284 CPUtime=12.46 cores=1,3,5,7
/proc/16876/task/16881/stat : 16881 (java) R 16873 16876 7968 0 -1 4202560 52730 0 0 0 1153 93 0 0 20 0 17 0 15285417 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254961916304 140255337157739 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16882] ppid=16873 vsize=10751952 memory=1236 CPUtime=12.44 cores=1,3,5,7
/proc/16876/task/16882/stat : 16882 (java) R 16873 16876 7968 0 -1 4202560 56634 0 0 0 1150 94 0 0 20 0 17 0 15285417 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254960863504 140255345558659 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16883] ppid=16873 vsize=10751952 memory=640 CPUtime=0.88 cores=1,3,5,7
/proc/16876/task/16883/stat : 16883 (java) S 16873 16876 7968 0 -1 1077944384 61213 0 0 0 80 8 0 0 20 0 17 0 15285419 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254916588992 140255352469205 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16884] ppid=16873 vsize=10751952 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16884/stat : 16884 (java) S 16873 16876 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 15285419 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254915536480 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16885] ppid=16873 vsize=10751952 memory=960 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16885/stat : 16885 (java) S 16873 16876 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 15285419 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254914483584 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16886] ppid=16873 vsize=10751952 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16886/stat : 16886 (java) S 16873 16876 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 15285421 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254913431888 140255352477595 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16887] ppid=16873 vsize=10751952 memory=4124 CPUtime=1.22 cores=1,3,5,7
/proc/16876/task/16887/stat : 16887 (java) S 16873 16876 7968 0 -1 1077944384 7429 0 0 0 121 1 0 0 20 0 17 0 15285422 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254912370208 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16888] ppid=16873 vsize=10751952 memory=12356 CPUtime=1.24 cores=1,3,5,7
/proc/16876/task/16888/stat : 16888 (java) S 16873 16876 7968 0 -1 1077944384 5410 0 0 0 123 1 0 0 20 0 17 0 15285422 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254911326448 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16889] ppid=16873 vsize=10751952 memory=2248 CPUtime=0.27 cores=1,3,5,7
/proc/16876/task/16889/stat : 16889 (java) S 16873 16876 7968 0 -1 1077944384 3661 0 0 0 26 1 0 0 20 0 17 0 15285422 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254910273648 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16890] ppid=16873 vsize=10751952 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/16876/task/16890/stat : 16890 (java) S 16873 16876 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15285422 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254841399520 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=16891] ppid=16873 vsize=10751952 memory=1588 CPUtime=1.45 cores=1,3,5,7
/proc/16876/task/16891/stat : 16891 (java) S 16873 16876 7968 0 -1 1077944384 2141 0 0 0 66 79 0 0 20 0 17 0 15285426 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254840347824 140255352470146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=17452] ppid=16873 vsize=10751952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/16876/task/17452/stat : 17452 (java) S 16873 16876 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 15533389 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254838239856 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
[pid=16876/tid=17453] ppid=16873 vsize=10751952 memory=2164 CPUtime=0.04 cores=1,3,5,7
/proc/16876/task/17453/stat : 17453 (java) S 16873 16876 7968 0 -1 1077944384 163 0 0 0 4 0 0 0 20 0 17 0 15533389 11009998848 699693 18446744073709551615 4194304 4196468 140723001535488 140254837185536 140255352469205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16785408 140723001536913 140723001537066 140723001537066 140723001540559 0
Current children cumulated CPU time: 2521.52 s
Current children cumulated vsize: 10751952 KiB
Current children cumulated memory: 2798772 KiB

Child status: 143
Real time (s): 2480.5
CPU time (s): 2521.81
CPU user time (s): 2517
CPU system time (s): 4.81031
CPU usage (%): 101.666
Max. virtual memory (cumulated for all children) (KiB): 10751952
Max. memory (cumulated for all children) (KiB): 3812312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517
system time used= 4.81031
maximum resident set size= 3812312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58229
involuntary context switches= 1257


# summary of solver processes directly reported to runsolver:
#   pid: 16876
#   total CPU time (s): 2521.81
#   total CPU user time (s): 2517
#   total CPU system time (s): 4.81031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0414 second user time and 19.771 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 10:33:10
IDJOB=4263347
IDBENCH=120673
IDSOLVER=2651
FILE ID=node128/4263347-1502614027
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-025-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263347-1502614027/watcher-4263347-1502614027 -o /tmp/evaluation-result-4263347-1502614027/solver-4263347-1502614027 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263347-1502614027.xml

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

MD5SUM BENCH= 2360d4300bf0f014cb2ca48694f7fbc3
RANDOM SEED=1711336425

node128.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.94
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.94
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.94
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.94
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:        29630348 kB
MemAvailable:   30174568 kB
Buffers:          126592 kB
Cached:           705832 kB
SwapCached:            0 kB
Active:          2080756 kB
Inactive:         646196 kB
Active(anon):    1894752 kB
Inactive(anon):    16764 kB
Active(file):     186004 kB
Inactive(file):   629432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             4 kB
AnonPages:       1894236 kB
Mapped:            44216 kB
Shmem:             17116 kB
Slab:             113988 kB
SReclaimable:      89240 kB
SUnreclaim:        24748 kB
KernelStack:        3504 kB
PageTables:         8808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2887808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1794048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 11:14:31