Trace number 4263435

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.1299 2512.6201

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-xcsp2-s1/
MultiKnapsack-1-6_X2.xml
MD5SUM2db28deb13cd993d5df964576e04fc69
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 benchmark17.2847
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263435-1502614804/watcher-4263435-1502614804 -o /tmp/evaluation-result-4263435-1502614804/solver-4263435-1502614804 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263435-1502614804.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
solver pid=5871, runsolver pid=5868
Current StackSize limit: 8192 KiB


[startup+0.103899 s]*
/proc/loadavg: 4.56 4.63 4.41 3/216 5886
/proc/meminfo: memFree=28517468/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10555400 memory=30496 CPUtime=0.13 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 6688 0 0 0 12 1 0 0 20 0 15 0 94561364 10808729600 7624 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2638850 7624 2807 1 0 2627263 0
[pid=5871/tid=5873] ppid=5868 vsize=10555400 memory=-8535551070823085248 CPUtime=0.09 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) R 5868 5871 4973 0 -1 4202560 4534 0 0 0 8 1 0 0 20 0 15 0 94561365 10808729600 7624 33554432000 4194304 4196468 140730841196896 140410058323904 140410038146405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 7624 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 7624 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 7624 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 7624 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561367 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94561367 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409290110368 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94561368 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409289057776 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0.02 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) R 5868 5871 4973 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 94561370 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409284847856 140410054124122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 7624 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210534 s]*
/proc/loadavg: 4.56 4.63 4.41 3/216 5886
/proc/meminfo: memFree=28510272/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10555400 memory=38308 CPUtime=0.28 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 7754 0 0 0 26 2 0 0 20 0 15 0 94561364 10808729600 9577 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2638850 9577 2933 1 0 2627263 0
[pid=5871/tid=5873] ppid=5868 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) R 5868 5871 4973 0 -1 4202560 5366 0 0 0 18 1 0 0 20 0 15 0 94561365 10808729600 9577 33554432000 4194304 4196468 140730841196896 140410058339984 140409679554240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 9577 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10555400 memory=140227723233543 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 9577 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 9577 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808729600 9577 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561367 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94561367 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409290110368 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94561368 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409289057776 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 544 0 0 0 1 0 0 0 20 0 15 0 94561370 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0.05 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) R 5868 5871 4973 0 -1 4202560 397 0 0 0 5 0 0 0 20 0 15 0 94561370 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409284847856 140410054124122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10555400 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561370 10808729600 9577 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38308 KiB

[startup+0.31036 s]*
/proc/loadavg: 4.56 4.63 4.41 4/216 5886
/proc/meminfo: memFree=28501216/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10555476 memory=47420 CPUtime=0.49 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 9051 0 0 0 46 3 0 0 20 0 15 0 94561364 10808807424 11855 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2638869 11855 3034 1 0 2627263 0
[pid=5871/tid=5873] ppid=5868 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) D 5868 5871 4973 0 -1 4202560 5724 0 0 0 27 2 0 0 20 0 15 0 94561365 10808807424 11855 33554432000 4194304 4196468 140730841196896 140410058335776 140410054124701 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808807424 11855 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10555476 memory=13993216129197720 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561366 10808807424 11855 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808807424 11855 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561366 10808807424 11855 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10555476 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94561367 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94561367 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409290110368 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94561368 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409289057776 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 815 0 0 0 4 0 0 0 20 0 15 0 94561370 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 366 0 0 0 3 0 0 0 20 0 15 0 94561370 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10555476 memory=140227723224704 CPUtime=0.11 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) S 5868 5871 4973 0 -1 1077944384 777 0 0 0 11 0 0 0 20 0 15 0 94561370 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409284847856 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10555476 memory=140227723224704 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561370 10808807424 11855 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47420 KiB

[startup+0.701267 s]
/proc/loadavg: 4.52 4.62 4.41 5/216 5886
/proc/meminfo: memFree=28453996/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10555476 memory=230092 CPUtime=1.54 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 11410 0 0 0 143 11 0 0 20 0 15 0 94561364 10808807424 57523 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2638869 57523 3087 1 0 2627263 0
[pid=5871/tid=5873] ppid=5868 vsize=10555476 memory=1728 CPUtime=0.55 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) S 5868 5871 4973 0 -1 1077944384 5868 0 0 0 52 3 0 0 20 0 15 0 94561365 10808807424 57523 33554432000 4194304 4196468 140730841196896 140410058317568 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10555476 memory=792 CPUtime=0.05 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) R 5868 5871 4973 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 15 0 94561366 10808807424 57523 33554432000 4194304 4196468 140730841196896 140410006720464 140410039130658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10555476 memory=9992 CPUtime=0.05 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) R 5868 5871 4973 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 15 0 94561366 10808807424 57523 33554432000 4194304 4196468 140730841196896 140410005668264 140410039130658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10555476 memory=1224 CPUtime=0.04 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) R 5868 5871 4973 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 15 0 94561366 10808807424 57523 33554432000 4194304 4196468 140730841196896 140410004617632 140410035728646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10555476 memory=5716 CPUtime=0.04 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) R 5868 5871 4973 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 15 0 94561366 10808807424 57523 33554432000 4194304 4196468 140730841196896 140410003563008 140410039130658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 94561367 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409291162656 140410054112981 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94561367 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409290110368 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94561368 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409289057776 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10555476 memory=4639098309541127021 CPUtime=0.29 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 1778 0 0 0 29 0 0 0 20 0 15 0 94561370 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409286937936 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10555476 memory=7597685182856913236 CPUtime=0.27 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 1292 0 0 0 27 0 0 0 20 0 15 0 94561370 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409285885392 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10555476 memory=7236547281622689387 CPUtime=0.17 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) S 5868 5871 4973 0 -1 1077944384 968 0 0 0 17 0 0 0 20 0 15 0 94561370 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409284847856 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94561370 10808807424 57523 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94561370 10808807424 58035 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 230092 KiB

[startup+1.5013 s]
/proc/loadavg: 4.52 4.62 4.41 3/216 5886
/proc/meminfo: memFree=28205632/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10622040 memory=353200 CPUtime=3.36 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 12296 0 0 0 311 25 0 0 20 0 16 0 94561364 10876968960 88300 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2655510 88300 3117 1 0 2643904 0
[pid=5871/tid=5873] ppid=5868 vsize=10622040 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) R 5868 5871 4973 0 -1 4202560 5961 0 0 0 118 4 0 0 20 0 16 0 94561365 10876968960 88300 33554432000 4194304 4196468 140730841196896 140410058340880 140409681639141 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10622040 memory=8390361644446492005 CPUtime=0.18 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 169 0 0 0 13 5 0 0 20 0 16 0 94561366 10876968960 88300 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10622040 memory=-6352177166831615190 CPUtime=0.18 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 176 0 0 0 13 5 0 0 20 0 16 0 94561366 10876968960 88300 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10622040 memory=8514701219931451533 CPUtime=0.17 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 120 0 0 0 13 4 0 0 20 0 16 0 94561366 10876968960 88300 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10622040 memory=7005738693937936738 CPUtime=0.17 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 164 0 0 0 13 4 0 0 20 0 16 0 94561366 10876968960 88300 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10622040 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 94561367 10876968960 88300 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0

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

/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 1513 0 0 0 107 16 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10622040 memory=903320 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 944 0 0 0 110 15 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.47 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 4060 0 0 0 45 2 0 0 20 0 16 0 94561367 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 94561367 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409290110432 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 94561368 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409289057792 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.91 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 5954 0 0 0 90 1 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.97 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 6703 0 0 0 96 1 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.25 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) S 5868 5871 4973 0 -1 1077944384 2329 0 0 0 25 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409284847856 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10622040 memory=903320 CPUtime=1.38 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1681 0 0 0 64 74 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5887] ppid=5868 vsize=10622040 memory=14697383221004706 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5887/stat : 5887 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94561473 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409281688880 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 2449.91 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 903320 KiB

[startup+2502.3 s]
/proc/loadavg: 2.36 2.05 2.19 3/216 6293
/proc/meminfo: memFree=24481860/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10622040 memory=903320 CPUtime=2509.96 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 53218 0 0 0 250857 139 0 0 20 0 16 0 94561364 10876968960 225830 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2655510 225830 3154 1 0 2643904 0
[pid=5871/tid=5873] ppid=5868 vsize=10622040 memory=903320 CPUtime=2500.85 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) R 5868 5871 4973 0 -1 4202560 26728 0 0 0 250076 9 0 0 20 0 16 0 94561365 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410058338752 140409681854228 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10622040 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 806 0 0 0 109 17 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10622040 memory=903320 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 1039 0 0 0 109 16 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10622040 memory=903320 CPUtime=1.23 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 1513 0 0 0 107 16 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10622040 memory=903320 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 944 0 0 0 110 15 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.47 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 4066 0 0 0 45 2 0 0 20 0 16 0 94561367 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 94561367 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409290110432 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10622040 memory=165506564763132 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 94561368 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409289057792 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.91 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 5960 0 0 0 90 1 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.97 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 6705 0 0 0 96 1 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10622040 memory=903320 CPUtime=0.25 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) S 5868 5871 4973 0 -1 1077944384 2333 0 0 0 25 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409284847856 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10622040 memory=903320 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10622040 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1714 0 0 0 65 76 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5887] ppid=5868 vsize=10622040 memory=4206186544037388384 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5887/stat : 5887 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94561473 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409281688880 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 2509.96 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 903320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.4 s]
/proc/loadavg: 2.77 2.14 2.22 3/216 6293
/proc/meminfo: memFree=23760888/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10622040 memory=903320 CPUtime=2520.06 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 53236 0 0 0 251867 139 0 0 20 0 16 0 94561364 10876968960 225830 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2655510 225830 3154 1 0 2643904 0
[pid=5871/tid=5873] ppid=5868 vsize=10622040 memory=1156 CPUtime=2510.96 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) R 5868 5871 4973 0 -1 4202560 26746 0 0 0 251087 9 0 0 20 0 16 0 94561365 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410058338752 140409681854156 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10622040 memory=8112282956445269571 CPUtime=1.26 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 806 0 0 0 109 17 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10622040 memory=792 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 1039 0 0 0 109 16 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10622040 memory=9992 CPUtime=1.23 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 1513 0 0 0 107 16 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10622040 memory=1224 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 944 0 0 0 110 15 0 0 20 0 16 0 94561366 10876968960 225830 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10622040 memory=5716 CPUtime=0.47 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 4066 0 0 0 45 2 0 0 20 0 16 0 94561367 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10622040 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 94561367 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409290110432 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10622040 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 94561368 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409289057792 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10622040 memory=2244 CPUtime=0.91 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 5960 0 0 0 90 1 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10622040 memory=4132 CPUtime=0.97 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 6705 0 0 0 96 1 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10622040 memory=2204 CPUtime=0.25 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) S 5868 5871 4973 0 -1 1077944384 2333 0 0 0 25 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409284847856 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10622040 memory=7280 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10622040 memory=844 CPUtime=1.42 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1714 0 0 0 66 76 0 0 20 0 16 0 94561370 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5887] ppid=5868 vsize=10622040 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5887/stat : 5887 (java) S 5868 5871 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94561473 10876968960 225830 33554432000 4194304 4196468 140730841196896 140409281688880 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 903320 KiB

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

[startup+2512.62 s]
# the end of solver process 5871 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.73 s, system=1.39842 s

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

[startup+2512.6 s]
/proc/loadavg: 2.77 2.14 2.22 3/216 6293
/proc/meminfo: memFree=23760888/32770624 swapFree=67108860/67108860
[pid=5871] ppid=5868 vsize=10821732 memory=903580 CPUtime=2520.11 cores=0,2,4,6
/proc/5871/stat : 5871 (java) S 5868 5871 4973 0 -1 1077944320 53671 0 0 0 251872 139 0 0 20 0 17 0 94561364 11081453568 225895 33554432000 4194304 4196468 140730841196896 140730841179440 140410054102775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
/proc/5871/statm: 2705433 225895 3156 1 0 2693827 0
[pid=5871/tid=5873] ppid=5868 vsize=10821732 memory=1160 CPUtime=2511 cores=0,2,4,6
/proc/5871/task/5873/stat : 5873 (java) S 5868 5871 4973 0 -1 1077944384 26765 0 0 0 251091 9 0 0 20 0 17 0 94561365 11081453568 225895 33554432000 4194304 4196468 140730841196896 140410058345648 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5874] ppid=5868 vsize=10821732 memory=2748 CPUtime=1.26 cores=0,2,4,6
/proc/5871/task/5874/stat : 5874 (java) S 5868 5871 4973 0 -1 1077944384 806 0 0 0 109 17 0 0 20 0 17 0 94561366 11081453568 225895 33554432000 4194304 4196468 140730841196896 140410006722832 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5875] ppid=5868 vsize=10821732 memory=3926828 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5875/stat : 5875 (java) S 5868 5871 4973 0 -1 1077944384 1039 0 0 0 109 16 0 0 20 0 17 0 94561366 11081453568 225895 33554432000 4194304 4196468 140730841196896 140410005670288 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5876] ppid=5868 vsize=10821732 memory=8112282956445269571 CPUtime=1.23 cores=0,2,4,6
/proc/5871/task/5876/stat : 5876 (java) S 5868 5871 4973 0 -1 1077944384 1513 0 0 0 107 16 0 0 20 0 17 0 94561366 11081453568 225895 33554432000 4194304 4196468 140730841196896 140410004617744 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5877] ppid=5868 vsize=10821732 memory=4872558044660077418 CPUtime=1.25 cores=0,2,4,6
/proc/5871/task/5877/stat : 5877 (java) S 5868 5871 4973 0 -1 1077944384 944 0 0 0 110 15 0 0 20 0 17 0 94561366 11081453568 225895 33554432000 4194304 4196468 140730841196896 140410003565200 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5878] ppid=5868 vsize=10821732 memory=2317781976367841381 CPUtime=0.47 cores=0,2,4,6
/proc/5871/task/5878/stat : 5878 (java) S 5868 5871 4973 0 -1 1077944384 4066 0 0 0 45 2 0 0 20 0 17 0 94561367 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409291164144 140410054113922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5879] ppid=5868 vsize=10821732 memory=-6873214939880389056 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5879/stat : 5879 (java) S 5868 5871 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 94561367 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409290110432 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5880] ppid=5868 vsize=10821732 memory=3054629615227114592 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5880/stat : 5880 (java) S 5868 5871 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 94561368 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409289057792 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5881] ppid=5868 vsize=10821732 memory=2320532730232979554 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5881/stat : 5881 (java) S 5868 5871 4973 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 94561370 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409288006352 140410054121371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5882] ppid=5868 vsize=10821732 memory=-8532472303362752414 CPUtime=0.91 cores=0,2,4,6
/proc/5871/task/5882/stat : 5882 (java) S 5868 5871 4973 0 -1 1077944384 5960 0 0 0 90 1 0 0 20 0 17 0 94561370 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409286952944 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5883] ppid=5868 vsize=10821732 memory=903320 CPUtime=0.97 cores=0,2,4,6
/proc/5871/task/5883/stat : 5883 (java) S 5868 5871 4973 0 -1 1077944384 6705 0 0 0 96 1 0 0 20 0 17 0 94561370 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409285900400 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5884] ppid=5868 vsize=10821732 memory=4104 CPUtime=0.25 cores=0,2,4,6
/proc/5871/task/5884/stat : 5884 (java) S 5868 5871 4973 0 -1 1077944384 2483 0 0 0 25 0 0 0 20 0 17 0 94561370 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409284847856 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5885] ppid=5868 vsize=10821732 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/5871/task/5885/stat : 5885 (java) S 5868 5871 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94561370 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409283795552 140410054112981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
[pid=5871/tid=5886] ppid=5868 vsize=10821732 memory=1424 CPUtime=1.42 cores=0,2,4,6
/proc/5871/task/5886/stat : 5886 (java) S 5868 5871 4973 0 -1 1077944384 1714 0 0 0 66 76 0 0 20 0 17 0 94561370 11081453568 225895 33554432000 4194304 4196468 140730841196896 140409282743088 140410054113922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140730841203846 140730841203999 140730841203999 140730841206735 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 903580 KiB

Child status: 143
Real time (s): 2512.62
CPU time (s): 2520.13
CPU user time (s): 2518.73
CPU system time (s): 1.39842
CPU usage (%): 100.299
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 903580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.73
system time used= 1.39842
maximum resident set size= 904252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53972
page faults= 0
swaps= 0
block input operations= 64
block output operations= 2128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56404
involuntary context switches= 952


# summary of solver processes directly reported to runsolver:
#   pid: 5871
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.73
#   total CPU system time (s): 1.39842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8228 second user time and 23.9867 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:45:46
IDJOB=4263435
IDBENCH=120857
IDSOLVER=2651
FILE ID=node151/4263435-1502614804
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-xcsp2-s1/MultiKnapsack-1-6_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263435-1502614804/watcher-4263435-1502614804 -o /tmp/evaluation-result-4263435-1502614804/solver-4263435-1502614804 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263435-1502614804.xml

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

MD5SUM BENCH= 2db28deb13cd993d5df964576e04fc69
RANDOM SEED=136952860

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28535756 kB
MemAvailable:   31620288 kB
Buffers:          224796 kB
Cached:          3151636 kB
SwapCached:            0 kB
Active:          1216296 kB
Inactive:        2587324 kB
Active(anon):     429668 kB
Inactive(anon):    25044 kB
Active(file):     786628 kB
Inactive(file):  2562280 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:        525520 kB
Mapped:            55000 kB
Shmem:             25224 kB
Slab:             129884 kB
SReclaimable:     102920 kB
SUnreclaim:        26964 kB
KernelStack:        3840 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     957632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61724 MiB
End job on node151 at 2017-08-13 11:27:39