Trace number 4263394

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 2500.29

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-12.xml
MD5SUM0b3ff7ea00c909b96c45c6fe62c1c908
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 benchmark0.029694
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":22},{"degree":5,"count":3}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":10,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263394-1502629091/watcher-4263394-1502629091 -o /tmp/evaluation-result-4263394-1502629091/solver-4263394-1502629091 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263394-1502629091.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
solver pid=3519, runsolver pid=3516
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 2.24 2.11 2.18 4/217 3534
/proc/meminfo: memFree=26995912/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10555400 memory=29892 CPUtime=0.13 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 6545 0 0 0 11 2 0 0 20 0 15 0 95996951 10808729600 7473 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2638850 7473 2826 1 0 2627263 0
[pid=3519/tid=3521] ppid=3516 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) R 3516 3519 28385 0 -1 4202560 4379 0 0 0 8 1 0 0 20 0 15 0 95996951 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815678487920 139815658345822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996953 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95996954 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815232808352 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95996954 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815231755760 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 95996956 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0.02 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 95996956 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996957 10808729600 7473 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29892 KiB

[startup+0.210545 s]*
/proc/loadavg: 2.24 2.11 2.18 3/217 3534
/proc/meminfo: memFree=26987600/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10555400 memory=38192 CPUtime=0.29 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 7747 0 0 0 26 3 0 0 20 0 15 0 95996951 10808729600 9548 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2638850 9548 2944 1 0 2627263 0
[pid=3519/tid=3521] ppid=3516 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) R 3516 3519 28385 0 -1 4202560 5341 0 0 0 18 1 0 0 20 0 15 0 95996951 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815678497984 139815658345822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10555400 memory=140436667843164 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996952 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996953 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95996954 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815232808352 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95996954 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815231755760 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 15 0 95996956 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 95996956 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0.05 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 440 0 0 0 5 0 0 0 20 0 15 0 95996956 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10555400 memory=140436667664000 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996957 10808729600 9552 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38192 KiB

[startup+0.314952 s]*
/proc/loadavg: 2.24 2.11 2.18 5/217 3534
/proc/meminfo: memFree=26978792/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10555476 memory=47068 CPUtime=0.51 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 9009 0 0 0 48 3 0 0 20 0 15 0 95996951 10808807424 11767 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2638869 11767 3030 1 0 2627263 0
[pid=3519/tid=3521] ppid=3516 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) R 3516 3519 28385 0 -1 4202560 5726 0 0 0 28 2 0 0 20 0 15 0 95996951 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815678499648 139815295441952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10555476 memory=140436667722016 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10555476 memory=140436667728928 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996953 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95996954 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815232808352 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95996954 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815231755760 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 788 0 0 0 4 0 0 0 20 0 15 0 95996956 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10555476 memory=140436505218575 CPUtime=0.04 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 346 0 0 0 4 0 0 0 20 0 15 0 95996956 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10555476 memory=140436667667245 CPUtime=0.11 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 783 0 0 0 11 0 0 0 20 0 15 0 95996956 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10555476 memory=140436505223119 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10555476 memory=280873172903872 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996957 10808807424 11767 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47068 KiB

[startup+0.700775 s]
/proc/loadavg: 2.24 2.11 2.18 4/217 3534
/proc/meminfo: memFree=26947024/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10555476 memory=139220 CPUtime=1.52 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 12612 0 0 0 147 5 0 0 20 0 15 0 95996951 10808807424 34805 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2638869 34805 3079 1 0 2627263 0
[pid=3519/tid=3521] ppid=3516 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) R 3516 3519 28385 0 -1 4202560 5823 0 0 0 64 3 0 0 20 0 15 0 95996951 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815678500304 139815674277270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10555476 memory=17748 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996952 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95996953 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95996954 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815232808352 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95996954 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815231755760 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) R 3516 3519 28385 0 -1 4202560 1733 0 0 0 29 0 0 0 20 0 15 0 95996956 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815229650928 139815659026964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10555476 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) R 3516 3519 28385 0 -1 4202560 2609 0 0 0 37 0 0 0 20 0 15 0 95996956 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815228598384 139815658176075 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10555476 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) R 3516 3519 28385 0 -1 1077944384 1081 0 0 0 15 0 0 0 20 0 15 0 95996956 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95996956 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95996957 10808807424 34805 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 139220 KiB

[startup+1.50106 s]
/proc/loadavg: 2.24 2.11 2.18 6/217 3534
/proc/meminfo: memFree=26753032/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10555476 memory=565504 CPUtime=3.46 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 13716 0 0 0 307 39 0 0 20 0 15 0 95996951 10808807424 141376 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2638869 141376 3108 1 0 2627263 0
[pid=3519/tid=3521] ppid=3516 vsize=10555476 memory=3467827995185918778 CPUtime=1.14 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) S 3516 3519 28385 0 -1 1077944384 5933 0 0 0 109 5 0 0 20 0 15 0 95996951 10808807424 141376 33554432000 4194304 4196468 140733000028400 139815678498048 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10555476 memory=237800 CPUtime=0.31 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) R 3516 3519 28385 0 -1 4202560 178 0 0 0 24 7 0 0 20 0 15 0 95996952 10808807424 141376 33554432000 4194304 4196468 140733000028400 139815616268560 139815659292754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10555476 memory=2241 CPUtime=0.31 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) R 3516 3519 28385 0 -1 4202560 194 0 0 0 24 7 0 0 20 0 15 0 95996952 10808807424 141376 33554432000 4194304 4196468 140733000028400 139815615216016 139815658713550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10555476 memory=1204 CPUtime=0.3 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) R 3516 3519 28385 0 -1 4202560 200 0 0 0 23 7 0 0 20 0 15 0 95996952 10808807424 141376 33554432000 4194304 4196468 140733000028400 139815279188696 139815659292754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10555476 memory=15876 CPUtime=0.31 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) R 3516 3519 28385 0 -1 4202560 225 0 0 0 24 7 0 0 20 0 15 0 95996952 10808807424 141376 33554432000 4194304 4196468 140733000028400 139815278136152 139815659287459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10555476 memory=17748 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95996953 10808807424 141376 33554432000 4194304 4196468 140733000028400 139815233860640 139815674275541 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0

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

/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 7578 0 0 0 448 82 0 0 20 0 16 0 95996952 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10622040 memory=3202248 CPUtime=5.28 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 7296 0 0 0 445 83 0 0 20 0 16 0 95996952 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.31 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 11765 0 0 0 128 3 0 0 20 0 16 0 95996953 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95996954 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815232808416 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95996954 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815231755776 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.2 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 5969 0 0 0 118 2 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10622040 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 8322 0 0 0 127 1 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0.3 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 3191 0 0 0 29 1 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.41 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 2351 0 0 0 67 74 0 0 20 0 16 0 95996957 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3535] ppid=3516 vsize=10622040 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3535/stat : 3535 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95997242 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815224386864 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 2402.26 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3202248 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.37 2.77 3/217 3862
/proc/meminfo: memFree=21114432/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10622040 memory=3202248 CPUtime=2462.3 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 131018 0 0 0 245807 423 0 0 20 0 16 0 95996951 10876968960 800562 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2655510 800562 3153 1 0 2643904 0
[pid=3519/tid=3521] ppid=3516 vsize=10622040 memory=3202248 CPUtime=2435.54 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) R 3516 3519 28385 0 -1 4202560 69697 0 0 0 243535 19 0 0 20 0 16 0 95996951 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815678504224 139815298332796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10622040 memory=3202248 CPUtime=5.29 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 6670 0 0 0 448 81 0 0 20 0 16 0 95996952 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10622040 memory=3202248 CPUtime=5.25 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 6682 0 0 0 443 82 0 0 20 0 16 0 95996952 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10622040 memory=3202248 CPUtime=5.3 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 7578 0 0 0 448 82 0 0 20 0 16 0 95996952 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10622040 memory=3202248 CPUtime=5.28 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 7296 0 0 0 445 83 0 0 20 0 16 0 95996952 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.32 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 11775 0 0 0 129 3 0 0 20 0 16 0 95996953 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95996954 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815232808416 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95996954 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815231755776 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.2 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 5975 0 0 0 118 2 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.28 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 8334 0 0 0 127 1 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0.3 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 3206 0 0 0 29 1 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10622040 memory=3202248 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95996956 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10622040 memory=3202248 CPUtime=1.44 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 2395 0 0 0 68 76 0 0 20 0 16 0 95996957 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3535] ppid=3516 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3535/stat : 3535 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95997242 10876968960 800562 33554432000 4194304 4196468 140733000028400 139815224386864 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 2462.3 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3202248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500 s]*
/proc/loadavg: 2.00 2.30 2.72 3/217 3864
/proc/meminfo: memFree=21113920/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10622040 memory=3202296 CPUtime=2520.04 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 133177 0 0 0 251579 425 0 0 20 0 16 0 95996951 10876968960 800574 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2655510 800574 3153 1 0 2643904 0
[pid=3519/tid=3521] ppid=3516 vsize=10622040 memory=6935054825532540783 CPUtime=2493.25 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) R 3516 3519 28385 0 -1 4202560 71725 0 0 0 249306 19 0 0 20 0 16 0 95996951 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815678504224 139815298397711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10622040 memory=4872558044660077418 CPUtime=5.29 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 6670 0 0 0 448 81 0 0 20 0 16 0 95996952 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10622040 memory=2240 CPUtime=5.25 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 6682 0 0 0 443 82 0 0 20 0 16 0 95996952 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10622040 memory=4128 CPUtime=5.3 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 7578 0 0 0 448 82 0 0 20 0 16 0 95996952 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10622040 memory=928 CPUtime=5.28 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 7296 0 0 0 445 83 0 0 20 0 16 0 95996952 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10622040 memory=1576 CPUtime=1.32 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 11789 0 0 0 129 3 0 0 20 0 16 0 95996953 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10622040 memory=2816 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95996954 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815232808416 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10622040 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95996954 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815231755776 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10622040 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95996956 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10622040 memory=6764 CPUtime=1.2 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 5983 0 0 0 118 2 0 0 20 0 16 0 95996956 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10622040 memory=840 CPUtime=1.28 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 8354 0 0 0 127 1 0 0 20 0 16 0 95996956 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10622040 memory=1156 CPUtime=0.3 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 3235 0 0 0 29 1 0 0 20 0 16 0 95996956 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10622040 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95996956 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10622040 memory=3202296 CPUtime=1.48 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 2455 0 0 0 70 78 0 0 20 0 16 0 95996957 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3535] ppid=3516 vsize=10622040 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3535/stat : 3535 (java) S 3516 3519 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95997242 10876968960 800574 33554432000 4194304 4196468 140733000028400 139815224386864 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3202296 KiB

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

[startup+2500.29 s]
# the end of solver process 3519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.9 s, system=4.27424 s

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

[startup+2500.2 s]
/proc/loadavg: 2.00 2.30 2.72 3/217 3864
/proc/meminfo: memFree=21113920/32770624 swapFree=67108860/67108860
[pid=3519] ppid=3516 vsize=10821732 memory=3202608 CPUtime=2520.06 cores=1,3,5,7
/proc/3519/stat : 3519 (java) S 3516 3519 28385 0 -1 1077944320 134101 0 0 0 251581 425 0 0 20 0 17 0 95996951 11081453568 800652 33554432000 4194304 4196468 140733000028400 140733000010944 139815674265335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
/proc/3519/statm: 2705433 800652 3157 1 0 2693827 0
[pid=3519/tid=3521] ppid=3516 vsize=10821732 memory=3272 CPUtime=2493.26 cores=1,3,5,7
/proc/3519/task/3521/stat : 3521 (java) S 3516 3519 28385 0 -1 1077944384 71813 0 0 0 249307 19 0 0 20 0 17 0 95996951 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815678508208 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3522] ppid=3516 vsize=10821732 memory=7260544 CPUtime=5.29 cores=1,3,5,7
/proc/3519/task/3522/stat : 3522 (java) S 3516 3519 28385 0 -1 1077944384 6670 0 0 0 448 81 0 0 20 0 17 0 95996952 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815616268560 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3523] ppid=3516 vsize=10821732 memory=1696 CPUtime=5.25 cores=1,3,5,7
/proc/3519/task/3523/stat : 3523 (java) S 3516 3519 28385 0 -1 1077944384 6682 0 0 0 443 82 0 0 20 0 17 0 95996952 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815615216016 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3524] ppid=3516 vsize=10821732 memory=288230574492221466 CPUtime=5.3 cores=1,3,5,7
/proc/3519/task/3524/stat : 3524 (java) S 3516 3519 28385 0 -1 1077944384 7578 0 0 0 448 82 0 0 20 0 17 0 95996952 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815279188496 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3525] ppid=3516 vsize=10821732 memory=288230617509003574 CPUtime=5.28 cores=1,3,5,7
/proc/3519/task/3525/stat : 3525 (java) S 3516 3519 28385 0 -1 1077944384 7296 0 0 0 445 83 0 0 20 0 17 0 95996952 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815278135952 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3526] ppid=3516 vsize=10821732 memory=15818915129329849 CPUtime=1.32 cores=1,3,5,7
/proc/3519/task/3526/stat : 3526 (java) S 3516 3519 28385 0 -1 1077944384 11789 0 0 0 129 3 0 0 20 0 17 0 95996953 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815233862128 139815674276482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3527] ppid=3516 vsize=10821732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3527/stat : 3527 (java) S 3516 3519 28385 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95996954 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815232808416 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3528] ppid=3516 vsize=10821732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3528/stat : 3528 (java) S 3516 3519 28385 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95996954 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815231755776 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3529] ppid=3516 vsize=10821732 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3529/stat : 3529 (java) S 3516 3519 28385 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 17 0 95996956 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815230704336 139815674283931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3530] ppid=3516 vsize=10821732 memory=916 CPUtime=1.2 cores=1,3,5,7
/proc/3519/task/3530/stat : 3530 (java) S 3516 3519 28385 0 -1 1077944384 5983 0 0 0 118 2 0 0 20 0 17 0 95996956 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815229650928 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3531] ppid=3516 vsize=10821732 memory=3832 CPUtime=1.28 cores=1,3,5,7
/proc/3519/task/3531/stat : 3531 (java) S 3516 3519 28385 0 -1 1077944384 8354 0 0 0 127 1 0 0 20 0 17 0 95996956 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815228598384 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3532] ppid=3516 vsize=10821732 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/3519/task/3532/stat : 3532 (java) S 3516 3519 28385 0 -1 1077944384 3501 0 0 0 29 1 0 0 20 0 17 0 95996956 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815227545840 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3533] ppid=3516 vsize=10821732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/3519/task/3533/stat : 3533 (java) S 3516 3519 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95996956 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815226493536 139815674275541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
[pid=3519/tid=3534] ppid=3516 vsize=10821732 memory=3202296 CPUtime=1.48 cores=1,3,5,7
/proc/3519/task/3534/stat : 3534 (java) S 3516 3519 28385 0 -1 1077944384 2455 0 0 0 70 78 0 0 20 0 17 0 95996957 11081453568 800652 33554432000 4194304 4196468 140733000028400 139815225441072 139815674276482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26083328 140733000033414 140733000033567 140733000033567 140733000036303 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3202608 KiB

Child status: 143
Real time (s): 2500.29
CPU time (s): 2520.18
CPU user time (s): 2515.9
CPU system time (s): 4.27424
CPU usage (%): 100.795
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3202608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.9
system time used= 4.27424
maximum resident set size= 3202952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56417
involuntary context switches= 1090


# summary of solver processes directly reported to runsolver:
#   pid: 3519
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2515.9
#   total CPU system time (s): 4.27424

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4743 second user time and 22.7993 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 14:43:53
IDJOB=4263394
IDBENCH=133199
IDSOLVER=2651
FILE ID=node106/4263394-1502629091
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263394-1502629091/watcher-4263394-1502629091 -o /tmp/evaluation-result-4263394-1502629091/solver-4263394-1502629091 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263394-1502629091.xml

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

MD5SUM BENCH= 0b3ff7ea00c909b96c45c6fe62c1c908
RANDOM SEED=6893185

node106.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.86
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.86
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.86
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.86
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:        27014600 kB
MemAvailable:   27425600 kB
Buffers:          105168 kB
Cached:           593736 kB
SwapCached:            0 kB
Active:          4934756 kB
Inactive:         376156 kB
Active(anon):    4567844 kB
Inactive(anon):    72092 kB
Active(file):     366912 kB
Inactive(file):   304064 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1700 kB
Writeback:             0 kB
AnonPages:       4579600 kB
Mapped:            55276 kB
Shmem:             25228 kB
Slab:             137136 kB
SReclaimable:     111720 kB
SUnreclaim:        25416 kB
KernelStack:        3824 kB
PageTables:        14088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6020968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4450304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 15:25:34