Trace number 4263517

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) 2520.1799 2507.8899

General information on the benchmark

NameQRandom/QRandom-reg2ext-s1/
reg-s20-p03-c20-d10-n10-l5-73.xml
MD5SUM97112bc138fd6681517478d594a2a525
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.32967
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints100
Number of domains23
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":20},{"size":6,"count":20},{"size":10,"count":10},{"size":20,"count":80}]
Minimum variable degree1
Maximum variable degree13
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":80},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":12,"count":1},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263517-1502624924/watcher-4263517-1502624924 -o /tmp/evaluation-result-4263517-1502624924/solver-4263517-1502624924 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263517-1502624924.xml 

running on 4 cores: 0,2,4,6

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=5009, runsolver pid=5006

[startup+0.100096 s]*
/proc/loadavg: 1.92 1.66 1.80 3/217 5024
/proc/meminfo: memFree=21659224/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10555400 memory=30512 CPUtime=0.12 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 6664 0 0 0 10 2 0 0 20 0 15 0 95564008 10808729600 7628 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2638850 7628 2826 1 0 2627263 0
[pid=5009/tid=5011] ppid=5006 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) R 5006 5009 31727 0 -1 4202560 4522 0 0 0 8 1 0 0 20 0 15 0 95564008 10808729600 7628 33554432000 4194304 4196468 140729777046960 140547508307904 140547488167262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 7628 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 7628 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 7628 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 7628 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564010 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95564011 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546995393696 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95564011 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546994340592 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) S 5006 5009 31727 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 95564013 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546992237296 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0.01 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) R 5006 5009 31727 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 15 0 95564013 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546990131696 140547482766698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564014 10808729600 7628 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30512 KiB

[startup+0.210626 s]*
/proc/loadavg: 1.92 1.66 1.80 3/217 5024
/proc/meminfo: memFree=21650380/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10555400 memory=39800 CPUtime=0.29 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 8268 0 0 0 27 2 0 0 20 0 15 0 95564008 10808729600 9950 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2638850 9950 2914 1 0 2627263 0
[pid=5009/tid=5011] ppid=5006 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) R 5006 5009 31727 0 -1 4202560 5272 0 0 0 18 1 0 0 20 0 15 0 95564008 10808729600 10015 33554432000 4194304 4196468 140729777046960 140547508316520 140547485493064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 10015 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10555400 memory=139982385931266 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 10015 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 10015 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808729600 10015 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564010 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95564011 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546995393696 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95564011 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546994340592 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) S 5006 5009 31727 0 -1 1077944384 695 0 0 0 1 0 0 0 20 0 15 0 95564013 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546992237296 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) S 5006 5009 31727 0 -1 1077944384 130 0 0 0 1 0 0 0 20 0 15 0 95564013 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0.06 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) R 5006 5009 31727 0 -1 4202560 818 0 0 0 6 0 0 0 20 0 15 0 95564013 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546990131696 140547504108122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10555400 memory=139982385751680 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564014 10808729600 10015 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39800 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.92 1.66 1.80 4/217 5024
/proc/meminfo: memFree=21643928/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10555476 memory=46624 CPUtime=0.51 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 8897 0 0 0 48 3 0 0 20 0 15 0 95564008 10808807424 11656 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2638869 11656 3025 1 0 2627263 0
[pid=5009/tid=5011] ppid=5006 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) S 5006 5009 31727 0 -1 1077944384 5702 0 0 0 28 1 0 0 20 0 15 0 95564008 10808807424 11656 33554432000 4194304 4196468 140729777046960 140547508323872 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 11656 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10555476 memory=139982385809696 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 11722 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 11722 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 11722 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10555476 memory=139982385816608 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564010 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95564011 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546995393696 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95564011 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546994340592 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) R 5006 5009 31727 0 -1 4202560 732 0 0 0 3 0 0 0 20 0 15 0 95564013 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546992228944 140547484787072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10555476 memory=139982245318159 CPUtime=0.04 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) R 5006 5009 31727 0 -1 1077944384 204 0 0 0 4 0 0 0 20 0 15 0 95564013 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10555476 memory=139982385756507 CPUtime=0.12 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) R 5006 5009 31727 0 -1 4202560 907 0 0 0 12 0 0 0 20 0 15 0 95564013 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546990129488 140547497183611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10555476 memory=139982245322703 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10555476 memory=279964631091136 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564014 10808807424 11722 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46624 KiB

[startup+0.701209 s]
/proc/loadavg: 1.92 1.66 1.80 6/217 5024
/proc/meminfo: memFree=21612268/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10555476 memory=144184 CPUtime=1.78 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 12257 0 0 0 174 4 0 0 20 0 15 0 95564008 10808807424 36046 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2638869 36046 3089 1 0 2627263 0
[pid=5009/tid=5011] ppid=5006 vsize=10555476 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) R 5006 5009 31727 0 -1 4202560 5886 0 0 0 65 2 0 0 20 0 15 0 95564008 10808807424 36046 33554432000 4194304 4196468 140729777046960 140547508314056 140547120244104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 36046 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10555476 memory=10640 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 36046 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 36046 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10555476 memory=15560 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95564009 10808807424 36046 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95564010 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95564011 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546995393696 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95564011 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546994340592 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10555476 memory=6656426216303648864 CPUtime=0.4 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) R 5006 5009 31727 0 -1 4202560 1689 0 0 0 40 0 0 0 20 0 15 0 95564013 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546992228752 140547487520191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10555476 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) R 5006 5009 31727 0 -1 4202560 1836 0 0 0 39 0 0 0 20 0 15 0 95564013 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546991171296 140547485608188 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) S 5006 5009 31727 0 -1 1077944384 1475 0 0 0 28 0 0 0 20 0 15 0 95564013 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546990131696 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95564013 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95564014 10808807424 36046 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 144184 KiB

[startup+1.50072 s]
/proc/loadavg: 1.92 1.66 1.80 5/217 5024
/proc/meminfo: memFree=21478172/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10622040 memory=270448 CPUtime=4.29 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 19559 0 0 0 419 10 0 0 20 0 16 0 95564008 10876968960 67612 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2655510 67612 3139 1 0 2643904 0
[pid=5009/tid=5011] ppid=5006 vsize=10622040 memory=3467828012432962874 CPUtime=1.39 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) R 5006 5009 31727 0 -1 4202560 5943 0 0 0 136 3 0 0 20 0 16 0 95564008 10876968960 67612 33554432000 4194304 4196468 140729777046960 140547508323472 140547121890221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10622040 memory=206232 CPUtime=0.03 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 129 0 0 0 3 0 0 0 20 0 16 0 95564009 10876968960 67612 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10622040 memory=2241 CPUtime=0.03 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 108 0 0 0 3 0 0 0 20 0 16 0 95564009 10876968960 67612 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10622040 memory=10640 CPUtime=0.03 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 75 0 0 0 3 0 0 0 20 0 16 0 95564009 10876968960 67612 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10622040 memory=15876 CPUtime=0.05 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 78 0 0 0 4 1 0 0 20 0 16 0 95564009 10876968960 67612 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10622040 memory=15560 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95564010 10876968960 67612 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0

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

/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 20775 0 0 0 152 67 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 21766 0 0 0 153 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0.31 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 12046 0 0 0 27 4 0 0 20 0 16 0 95564010 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95564011 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546995393760 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10622040 memory=279964491634848 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95564011 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546994340608 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10622040 memory=240378 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10622040 memory=3126052 CPUtime=1.7 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) S 5006 5009 31727 0 -1 1077944384 10285 0 0 0 169 1 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546992237296 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10622040 memory=3126052 CPUtime=1.99 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) S 5006 5009 31727 0 -1 1077944384 11600 0 0 0 198 1 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0.41 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) S 5006 5009 31727 0 -1 1077944384 3124 0 0 0 39 2 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546990131696 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10622040 memory=3126052 CPUtime=1.5 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 2797 0 0 0 71 79 0 0 20 0 16 0 95564014 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5025] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5025/stat : 5025 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95564143 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546986972208 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 2454.7 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3126052 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/217 5201
/proc/meminfo: memFree=23229340/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2514.74 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 203124 0 0 0 251119 355 0 0 20 0 16 0 95564008 10876968960 781513 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2655510 781513 3165 1 0 2643904 0
[pid=5009/tid=5011] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2499.97 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) R 5006 5009 31727 0 -1 4202560 80737 0 0 0 249975 22 0 0 20 0 16 0 95564008 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547508323656 140547121781513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2.17 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 18755 0 0 0 152 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 19760 0 0 0 153 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2.19 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 20775 0 0 0 152 67 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 21766 0 0 0 153 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0.31 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 12056 0 0 0 27 4 0 0 20 0 16 0 95564010 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95564011 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546995393760 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95564011 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546994340608 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10622040 memory=928 CPUtime=1.7 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) S 5006 5009 31727 0 -1 1077944384 10294 0 0 0 169 1 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546992237296 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10622040 memory=3126052 CPUtime=1.99 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) S 5006 5009 31727 0 -1 1077944384 11606 0 0 0 198 1 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10622040 memory=3126052 CPUtime=0.41 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) S 5006 5009 31727 0 -1 1077944384 3130 0 0 0 39 2 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546990131696 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10622040 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10622040 memory=153 CPUtime=1.54 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 2838 0 0 0 73 81 0 0 20 0 16 0 95564014 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5025] ppid=5006 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5025/stat : 5025 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95564143 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546986972208 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 2514.74 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3126052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.6 s]
/proc/loadavg: 2.01 2.01 1.99 3/217 5201
/proc/meminfo: memFree=23229344/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2520.04 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 203272 0 0 0 251649 355 0 0 20 0 16 0 95564008 10876968960 781513 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2655510 781513 3165 1 0 2643904 0
[pid=5009/tid=5011] ppid=5006 vsize=10622040 memory=10640 CPUtime=2505.27 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) R 5006 5009 31727 0 -1 4202560 80883 0 0 0 250505 22 0 0 20 0 16 0 95564008 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547508323656 140547121781610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10622040 memory=15876 CPUtime=2.17 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 18755 0 0 0 152 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10622040 memory=15588 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 19760 0 0 0 153 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10622040 memory=3126052 CPUtime=2.19 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 20775 0 0 0 152 67 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10622040 memory=27496 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 21766 0 0 0 153 65 0 0 20 0 16 0 95564009 10876968960 781513 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10622040 memory=1792 CPUtime=0.31 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 12056 0 0 0 27 4 0 0 20 0 16 0 95564010 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10622040 memory=640 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95564011 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546995393760 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10622040 memory=960 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95564011 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546994340608 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10622040 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10622040 memory=2344 CPUtime=1.7 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) S 5006 5009 31727 0 -1 1077944384 10294 0 0 0 169 1 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546992237296 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10622040 memory=1576 CPUtime=1.99 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) S 5006 5009 31727 0 -1 1077944384 11606 0 0 0 198 1 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10622040 memory=928 CPUtime=0.41 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) S 5006 5009 31727 0 -1 1077944384 3130 0 0 0 39 2 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546990131696 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10622040 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95564013 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10622040 memory=4128 CPUtime=1.54 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 2840 0 0 0 73 81 0 0 20 0 16 0 95564014 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5025] ppid=5006 vsize=10622040 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5025/stat : 5025 (java) S 5006 5009 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95564143 10876968960 781513 33554432000 4194304 4196468 140729777046960 140546986972208 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3126052 KiB

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

[startup+2507.89 s]
# the end of solver process 5009 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.6 s, system=3.58403 s

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

[startup+2507.8 s]
/proc/loadavg: 2.01 2.01 1.99 3/217 5201
/proc/meminfo: memFree=23229344/32770624 swapFree=67108860/67108860
[pid=5009] ppid=5006 vsize=10821732 memory=3126356 CPUtime=2520.05 cores=0,2,4,6
/proc/5009/stat : 5009 (java) S 5006 5009 31727 0 -1 1077944320 204331 0 0 0 251650 355 0 0 20 0 17 0 95564008 11081453568 781589 33554432000 4194304 4196468 140729777046960 140729777029504 140547504086775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
/proc/5009/statm: 2705433 781589 3169 1 0 2693827 0
[pid=5009/tid=5011] ppid=5006 vsize=10821732 memory=840 CPUtime=2505.28 cores=0,2,4,6
/proc/5009/task/5011/stat : 5011 (java) S 5006 5009 31727 0 -1 1077944384 80999 0 0 0 250506 22 0 0 20 0 17 0 95564008 11081453568 781589 33554432000 4194304 4196468 140729777046960 140547508329648 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5012] ppid=5006 vsize=10821732 memory=4104 CPUtime=2.17 cores=0,2,4,6
/proc/5009/task/5012/stat : 5012 (java) S 5006 5009 31727 0 -1 1077944384 18755 0 0 0 152 65 0 0 20 0 17 0 95564009 11081453568 781589 33554432000 4194304 4196468 140729777046960 140547440778256 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5013] ppid=5006 vsize=10821732 memory=15588 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5013/stat : 5013 (java) S 5006 5009 31727 0 -1 1077944384 19760 0 0 0 153 65 0 0 20 0 17 0 95564009 11081453568 781589 33554432000 4194304 4196468 140729777046960 140547439725712 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5014] ppid=5006 vsize=10821732 memory=16432 CPUtime=2.19 cores=0,2,4,6
/proc/5009/task/5014/stat : 5014 (java) S 5006 5009 31727 0 -1 1077944384 20775 0 0 0 152 67 0 0 20 0 17 0 95564009 11081453568 781589 33554432000 4194304 4196468 140729777046960 140547438672656 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5015] ppid=5006 vsize=10821732 memory=796 CPUtime=2.18 cores=0,2,4,6
/proc/5009/task/5015/stat : 5015 (java) S 5006 5009 31727 0 -1 1077944384 21766 0 0 0 153 65 0 0 20 0 17 0 95564009 11081453568 781589 33554432000 4194304 4196468 140729777046960 140547437620112 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5016] ppid=5006 vsize=10821732 memory=1228 CPUtime=0.31 cores=0,2,4,6
/proc/5009/task/5016/stat : 5016 (java) S 5006 5009 31727 0 -1 1077944384 12056 0 0 0 27 4 0 0 20 0 17 0 95564010 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546996447472 140547504097922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5017] ppid=5006 vsize=10821732 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5017/stat : 5017 (java) S 5006 5009 31727 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95564011 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546995393760 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5018] ppid=5006 vsize=10821732 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5018/stat : 5018 (java) S 5006 5009 31727 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95564011 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546994340608 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5019] ppid=5006 vsize=10821732 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5019/stat : 5019 (java) S 5006 5009 31727 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 17 0 95564013 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546993289168 140547504105371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5020] ppid=5006 vsize=10821732 memory=1428 CPUtime=1.7 cores=0,2,4,6
/proc/5009/task/5020/stat : 5020 (java) S 5006 5009 31727 0 -1 1077944384 10294 0 0 0 169 1 0 0 20 0 17 0 95564013 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546992237296 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5021] ppid=5006 vsize=10821732 memory=1196 CPUtime=1.99 cores=0,2,4,6
/proc/5009/task/5021/stat : 5021 (java) S 5006 5009 31727 0 -1 1077944384 11606 0 0 0 198 1 0 0 20 0 17 0 95564013 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546991184752 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5022] ppid=5006 vsize=10821732 memory=10640 CPUtime=0.41 cores=0,2,4,6
/proc/5009/task/5022/stat : 5022 (java) S 5006 5009 31727 0 -1 1077944384 3502 0 0 0 39 2 0 0 20 0 17 0 95564013 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546990131696 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5023] ppid=5006 vsize=10821732 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/5009/task/5023/stat : 5023 (java) S 5006 5009 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95564013 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546989079392 140547504096981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
[pid=5009/tid=5024] ppid=5006 vsize=10821732 memory=15588 CPUtime=1.54 cores=0,2,4,6
/proc/5009/task/5024/stat : 5024 (java) S 5006 5009 31727 0 -1 1077944384 2840 0 0 0 73 81 0 0 20 0 17 0 95564014 11081453568 781589 33554432000 4194304 4196468 140729777046960 140546988026416 140547504097922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12013568 140729777054854 140729777055007 140729777055007 140729777057743 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3126356 KiB

Child status: 143
Real time (s): 2507.89
CPU time (s): 2520.18
CPU user time (s): 2516.6
CPU system time (s): 3.58403
CPU usage (%): 100.49
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3126356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.6
system time used= 3.58403
maximum resident set size= 3126620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57595
involuntary context switches= 1915


# summary of solver processes directly reported to runsolver:
#   pid: 5009
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2516.6
#   total CPU system time (s): 3.58403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4967 second user time and 23.8676 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 13:34:25
IDJOB=4263517
IDBENCH=125746
IDSOLVER=2651
FILE ID=node105/4263517-1502624924
RUNJOBID= node105-1502624010-4808
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-reg2ext-s1/reg-s20-p03-c20-d10-n10-l5-73.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263517-1502624924/watcher-4263517-1502624924 -o /tmp/evaluation-result-4263517-1502624924/solver-4263517-1502624924 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263517-1502624924.xml

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

MD5SUM BENCH= 97112bc138fd6681517478d594a2a525
RANDOM SEED=782024820

node105.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.17
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.17
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.17
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.17
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:        21678092 kB
MemAvailable:   27065616 kB
Buffers:          163824 kB
Cached:          5499016 kB
SwapCached:            0 kB
Active:          5571780 kB
Inactive:        5051220 kB
Active(anon):    4962632 kB
Inactive(anon):    25060 kB
Active(file):     609148 kB
Inactive(file):  5026160 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1724 kB
Writeback:             0 kB
AnonPages:       4985924 kB
Mapped:            55172 kB
Shmem:             25228 kB
Slab:             161756 kB
SReclaimable:     136100 kB
SUnreclaim:        25656 kB
KernelStack:        3824 kB
PageTables:        15236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6444080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4327424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60664 MiB
End job on node105 at 2017-08-13 14:16:13