Trace number 4263335

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.1001 2477.8799

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-10-ext02.xml
MD5SUMdd664e23d893e5c35a3c64c584bc3e60
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 benchmark34.0919
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints102
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":98},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":101},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263335-1502632175/watcher-4263335-1502632175 -o /tmp/evaluation-result-4263335-1502632175/solver-4263335-1502632175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263335-1502632175.xml 

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

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

solver pid=12218, runsolver pid=12215

[startup+0.10012 s]*
/proc/loadavg: 3.43 2.49 2.44 3/216 12233
/proc/meminfo: memFree=23720920/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10555400 memory=32960 CPUtime=0.12 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 6756 0 0 0 10 2 0 0 20 0 15 0 96298664 10808729600 8240 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2638850 8240 2816 1 0 2627263 0
[pid=12218/tid=12220] ppid=12215 vsize=10555400 memory=-8629632960754519930 CPUtime=0.09 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 4620 0 0 0 8 1 0 0 20 0 15 0 96298665 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905718814640 139905698706782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298667 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96298667 10808729600 8240 33554432000 4194304 4196468 140725979376176 139905273266976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298668 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904949412976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0.01 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) R 12215 12218 6758 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 15 0 96298670 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904945204080 139905714638230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298671 10808729600 8240 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 32960 KiB

[startup+0.210656 s]*
/proc/loadavg: 3.43 2.49 2.44 3/216 12233
/proc/meminfo: memFree=23714468/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10555400 memory=39956 CPUtime=0.27 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 7737 0 0 0 25 2 0 0 20 0 15 0 96298664 10808729600 9989 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2638850 9989 2902 1 0 2627263 0
[pid=12218/tid=12220] ppid=12215 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 5390 0 0 0 18 2 0 0 20 0 15 0 96298665 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905718852080 139905714648221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10555400 memory=139748179146411 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298667 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96298667 10808729600 9989 33554432000 4194304 4196468 140725979376176 139905273266976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298668 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904949412976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 96298670 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0.04 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) R 12215 12218 6758 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 96298670 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904945204080 139905714647642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10555400 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298671 10808729600 9989 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39956 KiB

[startup+0.316467 s]*
/proc/loadavg: 3.43 2.49 2.44 7/216 12233
/proc/meminfo: memFree=23704668/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10555476 memory=50168 CPUtime=0.54 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 9225 0 0 0 51 3 0 0 20 0 15 0 96298664 10808807424 12542 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2638869 12542 3045 1 0 2627263 0
[pid=12218/tid=12220] ppid=12215 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 5765 0 0 0 28 2 0 0 20 0 15 0 96298665 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905718861936 139905714647642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10555476 memory=139748179141061 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10555476 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298667 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96298667 10808807424 12542 33554432000 4194304 4196468 140725979376176 139905273266976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298668 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904949412976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) R 12215 12218 6758 0 -1 4202560 859 0 0 0 5 0 0 0 20 0 15 0 96298670 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904947299552 139905699504379 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) R 12215 12218 6758 0 -1 4202560 441 0 0 0 4 0 0 0 20 0 15 0 96298670 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904946249560 139905698155118 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10555476 memory=139748178720384 CPUtime=0.12 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) R 12215 12218 6758 0 -1 4202560 813 0 0 0 12 0 0 0 20 0 15 0 96298670 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904945204080 139905693749547 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10555476 memory=139748178720384 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298671 10808807424 12542 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50168 KiB

[startup+0.70078 s]
/proc/loadavg: 3.43 2.49 2.44 5/216 12233
/proc/meminfo: memFree=23673272/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10555476 memory=120772 CPUtime=1.38 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 11031 0 0 0 134 4 0 0 20 0 15 0 96298664 10808807424 30193 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2638869 30193 3079 1 0 2627263 0
[pid=12218/tid=12220] ppid=12215 vsize=10555476 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 5870 0 0 0 65 3 0 0 20 0 15 0 96298665 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905718855744 139905696275360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10555476 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10555476 memory=5700 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298666 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96298667 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96298667 10808807424 30193 33554432000 4194304 4196468 140725979376176 139905273266976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298668 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904949412976 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10555476 memory=7883949533517342546 CPUtime=0.28 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 1843 0 0 0 28 0 0 0 20 0 15 0 96298670 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10555476 memory=7236547281622689387 CPUtime=0.24 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 1077 0 0 0 24 0 0 0 20 0 15 0 96298670 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10555476 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 6758 0 -1 1077944384 894 0 0 0 17 0 0 0 20 0 15 0 96298670 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904945204080 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96298670 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96298671 10808807424 30193 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 120772 KiB

[startup+1.50073 s]
/proc/loadavg: 3.47 2.52 2.45 5/216 12233
/proc/meminfo: memFree=23534880/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10555476 memory=293708 CPUtime=3.79 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 17789 0 0 0 366 13 0 0 20 0 15 0 96298664 10808807424 73427 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2638869 73427 3123 1 0 2627263 0
[pid=12218/tid=12220] ppid=12215 vsize=10555476 memory=6791534058613427641 CPUtime=1.35 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 6075 0 0 0 131 4 0 0 20 0 15 0 96298665 10808807424 73427 33554432000 4194304 4196468 140725979376176 139905718863112 139905354002480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10555476 memory=-8754540793456063680 CPUtime=0.1 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 129 0 0 0 9 1 0 0 20 0 15 0 96298666 10808807424 73427 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10555476 memory=-2843874019102283166 CPUtime=0.06 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 98 0 0 0 5 1 0 0 20 0 15 0 96298666 10808807424 73427 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10555476 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 129 0 0 0 8 1 0 0 20 0 15 0 96298666 10808807424 73427 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10555476 memory=7077795359591905642 CPUtime=0.09 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 100 0 0 0 8 1 0 0 20 0 15 0 96298666 10808807424 73427 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96298667 10808807424 73427 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0

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

/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 32648 0 0 0 1108 104 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10622040 memory=4140 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 34050 0 0 0 1111 103 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10622040 memory=13159779797765 CPUtime=3.37 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 21800 0 0 0 334 3 0 0 20 0 16 0 96298667 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96298667 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905273267040 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10622040 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 96298668 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904949412992 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10622040 memory=4909612 CPUtime=2.01 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 9277 0 0 0 199 2 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10622040 memory=4909612 CPUtime=2.15 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 10367 0 0 0 213 2 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0.37 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 6758 0 -1 1077944384 3823 0 0 0 36 1 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904945204080 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10622040 memory=279496071588800 CPUtime=1.18 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 2162 0 0 0 58 60 0 0 20 0 16 0 96298671 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12234] ppid=12215 vsize=10622040 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96299430 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904942043824 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 2424.64 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4909612 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 12409
/proc/meminfo: memFree=17980360/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10622040 memory=4909612 CPUtime=2484.68 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 310360 0 0 0 247962 506 0 0 20 0 16 0 96298664 10876968960 1227403 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2655510 1227403 3172 1 0 2643904 0
[pid=12218/tid=12220] ppid=12215 vsize=10622040 memory=4909612 CPUtime=2426.92 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 133081 0 0 0 242663 29 0 0 20 0 16 0 96298665 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905718864744 139905355555950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10622040 memory=4909612 CPUtime=12.16 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 29455 0 0 0 1111 105 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10622040 memory=4909612 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 32236 0 0 0 1109 105 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10622040 memory=4909612 CPUtime=12.12 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 32648 0 0 0 1108 104 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10622040 memory=4909612 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 34050 0 0 0 1111 103 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10622040 memory=4909612 CPUtime=3.37 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 21810 0 0 0 334 3 0 0 20 0 16 0 96298667 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96298667 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905273267040 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 96298668 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904949412992 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10622040 memory=4909612 CPUtime=2.01 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 9285 0 0 0 199 2 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10622040 memory=5700 CPUtime=2.15 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 10370 0 0 0 213 2 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0.37 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 6758 0 -1 1077944384 3826 0 0 0 36 1 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904945204080 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10622040 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10622040 memory=3264 CPUtime=1.22 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 2206 0 0 0 60 62 0 0 20 0 16 0 96298671 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12234] ppid=12215 vsize=10622040 memory=4909612 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96299430 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904942043824 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 2484.68 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4909612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 12409
/proc/meminfo: memFree=17980608/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10622040 memory=4909612 CPUtime=2520.01 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 313233 0 0 0 251493 508 0 0 20 0 16 0 96298664 10876968960 1227403 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2655510 1227403 3172 1 0 2643904 0
[pid=12218/tid=12220] ppid=12215 vsize=10622040 memory=1296 CPUtime=2462.23 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 6758 0 -1 4202560 135892 0 0 0 246193 30 0 0 20 0 16 0 96298665 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905718864744 139905355556312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10622040 memory=2396 CPUtime=12.16 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 29455 0 0 0 1111 105 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10622040 memory=6791534058613427641 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 32236 0 0 0 1109 105 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10622040 memory=1004 CPUtime=12.12 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 32648 0 0 0 1108 104 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10622040 memory=11040 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 34050 0 0 0 1111 103 0 0 20 0 16 0 96298666 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10622040 memory=5700 CPUtime=3.37 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 21820 0 0 0 334 3 0 0 20 0 16 0 96298667 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10622040 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96298667 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139905273267040 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10622040 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 96298668 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904949412992 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10622040 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10622040 memory=1936 CPUtime=2.01 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 9293 0 0 0 199 2 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10622040 memory=1224 CPUtime=2.15 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 10373 0 0 0 213 2 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10622040 memory=1716 CPUtime=0.37 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 6758 0 -1 1077944384 3829 0 0 0 36 1 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904945204080 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10622040 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96298670 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10622040 memory=1200 CPUtime=1.24 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 2244 0 0 0 61 63 0 0 20 0 16 0 96298671 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12234] ppid=12215 vsize=10622040 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96299430 10876968960 1227403 33554432000 4194304 4196468 140725979376176 139904942043824 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4909612 KiB

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

[startup+2477.88 s]
# the end of solver process 12218 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515 s, system=5.1083 s

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

[startup+2477.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 12409
/proc/meminfo: memFree=17980608/32770624 swapFree=67108860/67108860
[pid=12218] ppid=12215 vsize=10821732 memory=4909832 CPUtime=2520.02 cores=0,2,4,6
/proc/12218/stat : 12218 (java) S 12215 12218 6758 0 -1 1077944320 314205 0 0 0 251494 508 0 0 20 0 17 0 96298664 11081453568 1227458 33554432000 4194304 4196468 140725979376176 140725979358720 139905714626295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
/proc/12218/statm: 2705433 1227458 3174 1 0 2693827 0
[pid=12218/tid=12220] ppid=12215 vsize=10821732 memory=16444 CPUtime=2462.24 cores=0,2,4,6
/proc/12218/task/12220/stat : 12220 (java) S 12215 12218 6758 0 -1 1077944384 135982 0 0 0 246194 30 0 0 20 0 17 0 96298665 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905718869168 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12221] ppid=12215 vsize=10821732 memory=16800 CPUtime=12.16 cores=0,2,4,6
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 6758 0 -1 1077944384 29455 0 0 0 1111 105 0 0 20 0 17 0 96298666 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905675586448 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12222] ppid=12215 vsize=10821732 memory=1796 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 6758 0 -1 1077944384 32236 0 0 0 1109 105 0 0 20 0 17 0 96298666 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905320327952 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12223] ppid=12215 vsize=10821732 memory=636 CPUtime=12.12 cores=0,2,4,6
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 6758 0 -1 1077944384 32648 0 0 0 1108 104 0 0 20 0 17 0 96298666 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905319275664 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12224] ppid=12215 vsize=10821732 memory=960 CPUtime=12.14 cores=0,2,4,6
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 6758 0 -1 1077944384 34050 0 0 0 1111 103 0 0 20 0 17 0 96298666 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905318222864 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12225] ppid=12215 vsize=10821732 memory=1236 CPUtime=3.37 cores=0,2,4,6
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 6758 0 -1 1077944384 21850 0 0 0 334 3 0 0 20 0 17 0 96298667 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905274321008 139905714637442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12226] ppid=12215 vsize=10821732 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 6758 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 96298667 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139905273267040 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12227] ppid=12215 vsize=10821732 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 6758 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 96298668 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904949412992 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12228] ppid=12215 vsize=10821732 memory=928 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 6758 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 17 0 96298670 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904948361296 139905714644891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12229] ppid=12215 vsize=10821732 memory=4909612 CPUtime=2.01 cores=0,2,4,6
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 6758 0 -1 1077944384 9293 0 0 0 199 2 0 0 20 0 17 0 96298670 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904947309168 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12230] ppid=12215 vsize=10821732 memory=4374844 CPUtime=2.15 cores=0,2,4,6
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 6758 0 -1 1077944384 10373 0 0 0 213 2 0 0 20 0 17 0 96298670 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904946256368 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12231] ppid=12215 vsize=10821732 memory=4909612 CPUtime=0.37 cores=0,2,4,6
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 6758 0 -1 1077944384 4116 0 0 0 36 1 0 0 20 0 17 0 96298670 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904945204080 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12232] ppid=12215 vsize=10821732 memory=28152 CPUtime=0 cores=0,2,4,6
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96298670 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904944151520 139905714636501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
[pid=12218/tid=12233] ppid=12215 vsize=10821732 memory=1296 CPUtime=1.24 cores=0,2,4,6
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 6758 0 -1 1077944384 2244 0 0 0 61 63 0 0 20 0 17 0 96298671 11081453568 1227458 33554432000 4194304 4196468 140725979376176 139904943098288 139905714637442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32194560 140725979382918 140725979383071 140725979383071 140725979385807 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4909832 KiB

Child status: 143
Real time (s): 2477.88
CPU time (s): 2520.1
CPU user time (s): 2515
CPU system time (s): 5.1083
CPU usage (%): 101.704
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 4909832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515
system time used= 5.1083
maximum resident set size= 4910068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58297
involuntary context switches= 1261


# summary of solver processes directly reported to runsolver:
#   pid: 12218
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515
#   total CPU system time (s): 5.1083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9553 second user time and 24.1215 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 15:35:17
IDJOB=4263335
IDBENCH=134622
IDSOLVER=2651
FILE ID=node150/4263335-1502632175
RUNJOBID= node150-1502620602-10434
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-10-ext02.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263335-1502632175/watcher-4263335-1502632175 -o /tmp/evaluation-result-4263335-1502632175/solver-4263335-1502632175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263335-1502632175.xml

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

MD5SUM BENCH= dd664e23d893e5c35a3c64c584bc3e60
RANDOM SEED=665679990

node150.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.89
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.89
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.89
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.89
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:        23740880 kB
MemAvailable:   28457336 kB
Buffers:          236336 kB
Cached:          4757068 kB
SwapCached:            0 kB
Active:          4174668 kB
Inactive:        4389168 kB
Active(anon):    3572672 kB
Inactive(anon):    25068 kB
Active(file):     601996 kB
Inactive(file):  4364100 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       3702304 kB
Mapped:            55212 kB
Shmem:             25224 kB
Slab:             158648 kB
SReclaimable:     132392 kB
SUnreclaim:        26256 kB
KernelStack:        3824 kB
PageTables:        12368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5289652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3573760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 16:16:35