Trace number 4263016

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.3301 2495.25

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P167-Q347.xml
MD5SUM055772027f3bf668b620351859b542d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark167
Best CPU time to get the best result obtained on this benchmark0.032958999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263016-1502632386/watcher-4263016-1502632386 -o /tmp/evaluation-result-4263016-1502632386/solver-4263016-1502632386 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263016-1502632386.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=5980, runsolver pid=5977
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 2.11 2.13 2.09 3/216 5995
/proc/meminfo: memFree=24462052/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10555400 memory=30488 CPUtime=0.12 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 6667 0 0 0 10 2 0 0 20 0 15 0 96310275 10808729600 7622 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2638850 7622 2812 1 0 2627263 0
[pid=5980/tid=5982] ppid=5977 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) R 5977 5980 31727 0 -1 4202560 4518 0 0 0 8 1 0 0 20 0 15 0 96310275 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172708251568 140172688143710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172640754320 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172639701520 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96310277 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96310278 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172194493984 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96310278 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172193441136 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310280 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 96310280 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310280 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0.01 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) R 5977 5980 31727 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 96310280 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172189231216 140172682990705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310281 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310281 10808729600 7622 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210578 s]*
/proc/loadavg: 2.11 2.13 2.09 4/216 5995
/proc/meminfo: memFree=24453352/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10555400 memory=39376 CPUtime=0.29 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 8016 0 0 0 27 2 0 0 20 0 15 0 96310275 10808729600 9844 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2638850 9844 2896 1 0 2627263 0
[pid=5980/tid=5982] ppid=5977 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) R 5977 5980 31727 0 -1 4202560 5196 0 0 0 19 1 0 0 20 0 15 0 96310275 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172708297072 140172688143710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172640754320 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10555400 memory=139997617188335 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172639701520 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96310276 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96310277 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96310278 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172194493984 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96310278 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172193441136 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310280 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 96310280 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 15 0 96310280 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0.05 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) S 5977 5980 31727 0 -1 1077944384 833 0 0 0 5 0 0 0 20 0 15 0 96310280 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172189231216 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310281 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10555400 memory=139997617174144 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310281 10808729600 9909 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39376 KiB

[startup+0.310219 s]*
/proc/loadavg: 2.11 2.13 2.09 4/216 5995
/proc/meminfo: memFree=24446776/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10555476 memory=46384 CPUtime=0.51 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 8641 0 0 0 48 3 0 0 20 0 15 0 96310275 10808807424 11596 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2638869 11596 3027 1 0 2627263 0
[pid=5980/tid=5982] ppid=5977 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) R 5977 5980 31727 0 -1 4202560 5551 0 0 0 28 1 0 0 20 0 15 0 96310275 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172708298112 140172688106853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172640754320 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10555476 memory=139997617232160 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172639701520 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310276 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96310276 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10555476 memory=139997617239072 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96310277 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96310278 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172194493984 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96310278 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172193441136 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310280 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) R 5977 5980 31727 0 -1 1077944384 571 0 0 0 2 0 0 0 20 0 15 0 96310280 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10555476 memory=139997479030287 CPUtime=0.03 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 211 0 0 0 3 0 0 0 20 0 15 0 96310280 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10555476 memory=139997617180001 CPUtime=0.13 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) R 5977 5980 31727 0 -1 4202560 949 0 0 0 13 0 0 0 20 0 15 0 96310280 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172189231216 140172683778004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10555476 memory=139997479034831 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310281 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10555476 memory=279995096225728 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310281 10808807424 11596 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46384 KiB

[startup+0.701408 s]
/proc/loadavg: 2.11 2.13 2.09 5/216 5995
/proc/meminfo: memFree=24413068/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10555476 memory=216872 CPUtime=1.65 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 12727 0 0 0 154 11 0 0 20 0 15 0 96310275 10808807424 54218 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2638869 54218 3089 1 0 2627263 0
[pid=5980/tid=5982] ppid=5977 vsize=10555476 memory=2372 CPUtime=0.63 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) S 5977 5980 31727 0 -1 1077944384 5997 0 0 0 59 4 0 0 20 0 15 0 96310275 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172708271872 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10555476 memory=6872598998417432672 CPUtime=0.03 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) R 5977 5980 31727 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 15 0 96310276 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172640751840 140172689091106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10555476 memory=10640 CPUtime=0.03 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) R 5977 5980 31727 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 15 0 96310276 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172639701520 140172689080928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10555476 memory=15876 CPUtime=0.03 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) R 5977 5980 31727 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 15 0 96310276 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172638648720 140172689091097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10555476 memory=15640 CPUtime=0.03 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) R 5977 5980 31727 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 15 0 96310276 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172637595920 140172689091106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96310277 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172195546528 140172704073429 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96310278 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172194493984 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96310278 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172193441136 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310280 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10555476 memory=6656426216303648864 CPUtime=0.3 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 1926 0 0 0 29 1 0 0 20 0 15 0 96310280 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172191316368 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10555476 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 2020 0 0 0 30 0 0 0 20 0 15 0 96310280 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172190269008 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) S 5977 5980 31727 0 -1 1077944384 1313 0 0 0 25 0 0 0 20 0 15 0 96310280 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172189231216 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96310281 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96310281 10808807424 54218 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 216872 KiB

[startup+1.50139 s]
/proc/loadavg: 2.11 2.13 2.09 3/216 5995
/proc/meminfo: memFree=24140012/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10555476 memory=700112 CPUtime=4.05 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 14698 0 0 0 350 55 0 0 20 0 15 0 96310275 10808807424 175028 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2638869 175028 3125 1 0 2627263 0
[pid=5980/tid=5982] ppid=5977 vsize=10555476 memory=3467832401922634554 CPUtime=0.96 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) S 5977 5980 31727 0 -1 1077944384 6050 0 0 0 90 6 0 0 20 0 15 0 96310275 10808807424 175028 33554432000 4194304 4196468 140721852020528 140172708287920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10555476 memory=296196 CPUtime=0.49 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) R 5977 5980 31727 0 -1 4202560 399 0 0 0 38 11 0 0 20 0 15 0 96310276 10808807424 175028 33554432000 4194304 4196468 140721852020528 140172640754320 140172688517152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10555476 memory=2241 CPUtime=0.49 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) R 5977 5980 31727 0 -1 4202560 352 0 0 0 38 11 0 0 20 0 15 0 96310276 10808807424 175028 33554432000 4194304 4196468 140721852020528 140172639701408 140172685659885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10555476 memory=10640 CPUtime=0.49 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) R 5977 5980 31727 0 -1 4202560 319 0 0 0 38 11 0 0 20 0 15 0 96310276 10808807424 175028 33554432000 4194304 4196468 140721852020528 140172638648920 140172689048519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10555476 memory=15876 CPUtime=0.49 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) R 5977 5980 31727 0 -1 4202560 676 0 0 0 38 11 0 0 20 0 15 0 96310276 10808807424 175028 33554432000 4194304 4196468 140721852020528 140172637595920 140172689048519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10555476 memory=15640 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 96310277 10808807424 175028 33554432000 4194304 4196468 140721852020528 140172195546336 140172704073429 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0

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

/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 5465 0 0 0 596 69 0 0 20 0 16 0 96310276 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10622040 memory=3504940 CPUtime=6.64 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 6868 0 0 0 593 71 0 0 20 0 16 0 96310276 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10622040 memory=3504940 CPUtime=2.41 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 10790 0 0 0 238 3 0 0 20 0 16 0 96310277 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10622040 memory=3504940 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96310278 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172194494048 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10622040 memory=3504940 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 96310278 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172193441152 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10622040 memory=3504940 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96310280 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10622040 memory=3504940 CPUtime=1.06 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 8962 0 0 0 104 2 0 0 20 0 16 0 96310280 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10622040 memory=4012 CPUtime=0.91 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 7857 0 0 0 90 1 0 0 20 0 16 0 96310280 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10622040 memory=3504940 CPUtime=0.36 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) S 5977 5980 31727 0 -1 1077944384 4651 0 0 0 35 1 0 0 20 0 16 0 96310280 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172189231216 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10622040 memory=3504940 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96310281 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10622040 memory=164 CPUtime=1.44 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 2280 0 0 0 67 77 0 0 20 0 16 0 96310281 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5996] ppid=5977 vsize=10622040 memory=8242832241811678803 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5996/stat : 5996 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96310995 10876968960 876235 33554432000 4194304 4196468 140721852020528 140172186072496 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 2406.14 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3504940 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.74 3.12 3/217 6321
/proc/meminfo: memFree=22461912/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10622040 memory=3504956 CPUtime=2466.2 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 123979 0 0 0 246261 359 0 0 20 0 16 0 96310275 10876968960 876239 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2655510 876239 3153 1 0 2643904 0
[pid=5980/tid=5982] ppid=5977 vsize=10622040 memory=0 CPUtime=2433.27 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) R 5977 5980 31727 0 -1 4202560 62471 0 0 0 243308 19 0 0 20 0 16 0 96310275 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172708299768 140172318433781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10622040 memory=3504956 CPUtime=6.65 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) S 5977 5980 31727 0 -1 1077944384 5232 0 0 0 600 65 0 0 20 0 16 0 96310276 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172640754320 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10622040 memory=3504956 CPUtime=6.67 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) S 5977 5980 31727 0 -1 1077944384 7205 0 0 0 604 63 0 0 20 0 16 0 96310276 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172639701520 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10622040 memory=7157715506233043045 CPUtime=6.65 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 5465 0 0 0 596 69 0 0 20 0 16 0 96310276 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10622040 memory=3504956 CPUtime=6.64 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 6868 0 0 0 593 71 0 0 20 0 16 0 96310276 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10622040 memory=3504956 CPUtime=2.42 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 10800 0 0 0 238 4 0 0 20 0 16 0 96310277 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10622040 memory=3504956 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96310278 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172194494048 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 96310278 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172193441152 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10622040 memory=164 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96310280 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10622040 memory=3504956 CPUtime=1.08 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 9666 0 0 0 106 2 0 0 20 0 16 0 96310280 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10622040 memory=1728 CPUtime=0.91 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 7861 0 0 0 90 1 0 0 20 0 16 0 96310280 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10622040 memory=3504956 CPUtime=0.36 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) S 5977 5980 31727 0 -1 1077944384 4658 0 0 0 35 1 0 0 20 0 16 0 96310280 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172189231216 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10622040 memory=3504956 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96310281 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10622040 memory=3504956 CPUtime=1.48 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 2322 0 0 0 69 79 0 0 20 0 16 0 96310281 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5996] ppid=5977 vsize=10622040 memory=3504956 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5996/stat : 5996 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96310995 10876968960 876239 33554432000 4194304 4196468 140721852020528 140172186072496 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 2466.2 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3504956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495 s]*
/proc/loadavg: 2.01 2.63 3.06 3/217 6329
/proc/meminfo: memFree=22072256/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10622040 memory=3805252 CPUtime=2520.08 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 129097 0 0 0 251629 379 0 0 20 0 16 0 96310275 10876968960 951313 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2655510 951313 3153 1 0 2643904 0
[pid=5980/tid=5982] ppid=5977 vsize=10622040 memory=15676 CPUtime=2485.59 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) R 5977 5980 31727 0 -1 4202560 64196 0 0 0 248540 19 0 0 20 0 16 0 96310275 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172708299896 140172318433829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10622040 memory=3805252 CPUtime=7.03 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) S 5977 5980 31727 0 -1 1077944384 6667 0 0 0 633 70 0 0 20 0 16 0 96310276 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172640754320 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10622040 memory=4040 CPUtime=7.05 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) S 5977 5980 31727 0 -1 1077944384 7439 0 0 0 638 67 0 0 20 0 16 0 96310276 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172639701520 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10622040 memory=4872558044660077418 CPUtime=7.03 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 5981 0 0 0 628 75 0 0 20 0 16 0 96310276 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10622040 memory=640 CPUtime=7.02 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 7399 0 0 0 628 74 0 0 20 0 16 0 96310276 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10622040 memory=960 CPUtime=2.42 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 11027 0 0 0 238 4 0 0 20 0 16 0 96310277 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10622040 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 96310278 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172194494048 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10622040 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 96310278 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172193441152 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10622040 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96310280 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10622040 memory=928 CPUtime=1.08 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 9670 0 0 0 106 2 0 0 20 0 16 0 96310280 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10622040 memory=2240 CPUtime=0.92 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 8259 0 0 0 90 2 0 0 20 0 16 0 96310280 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10622040 memory=4128 CPUtime=0.36 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) S 5977 5980 31727 0 -1 1077944384 4665 0 0 0 35 1 0 0 20 0 16 0 96310280 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172189231216 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10622040 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96310281 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10622040 memory=6508 CPUtime=1.51 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 2363 0 0 0 70 81 0 0 20 0 16 0 96310281 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5996] ppid=5977 vsize=10622040 memory=840 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5996/stat : 5996 (java) S 5977 5980 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96310995 10876968960 951313 33554432000 4194304 4196468 140721852020528 140172186072496 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3805252 KiB

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

[startup+2495.25 s]
# the end of solver process 5980 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.52 s, system=3.81282 s

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

[startup+2495.2 s]
/proc/loadavg: 2.01 2.63 3.06 3/217 6329
/proc/meminfo: memFree=22072256/32770624 swapFree=67108860/67108860
[pid=5980] ppid=5977 vsize=10821732 memory=3805552 CPUtime=2520.27 cores=0,2,4,6
/proc/5980/stat : 5980 (java) S 5977 5980 31727 0 -1 1077944320 130048 0 0 0 251648 379 0 0 20 0 17 0 96310275 11081453568 951388 33554432000 4194304 4196468 140721852020528 140721852003072 140172704063223 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
/proc/5980/statm: 2705433 951388 3156 1 0 2693827 0
[pid=5980/tid=5982] ppid=5977 vsize=10821732 memory=1428 CPUtime=2485.78 cores=0,2,4,6
/proc/5980/task/5982/stat : 5982 (java) R 5977 5980 31727 0 -1 4202560 64198 0 0 0 248559 19 0 0 20 0 17 0 96310275 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172708299072 140172318355368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5983] ppid=5977 vsize=10821732 memory=1196 CPUtime=7.03 cores=0,2,4,6
/proc/5980/task/5983/stat : 5983 (java) S 5977 5980 31727 0 -1 1077944384 6667 0 0 0 633 70 0 0 20 0 17 0 96310276 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172640754320 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5984] ppid=5977 vsize=10821732 memory=10640 CPUtime=7.05 cores=0,2,4,6
/proc/5980/task/5984/stat : 5984 (java) S 5977 5980 31727 0 -1 1077944384 7439 0 0 0 638 67 0 0 20 0 17 0 96310276 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172639701520 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5985] ppid=5977 vsize=10821732 memory=7643295301215600736 CPUtime=7.03 cores=0,2,4,6
/proc/5980/task/5985/stat : 5985 (java) S 5977 5980 31727 0 -1 1077944384 5981 0 0 0 628 75 0 0 20 0 17 0 96310276 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172638648720 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5986] ppid=5977 vsize=10821732 memory=10640 CPUtime=7.02 cores=0,2,4,6
/proc/5980/task/5986/stat : 5986 (java) S 5977 5980 31727 0 -1 1077944384 7399 0 0 0 628 74 0 0 20 0 17 0 96310276 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172637595920 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5987] ppid=5977 vsize=10821732 memory=15876 CPUtime=2.42 cores=0,2,4,6
/proc/5980/task/5987/stat : 5987 (java) S 5977 5980 31727 0 -1 1077944384 11063 0 0 0 238 4 0 0 20 0 17 0 96310277 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172195548016 140172704074370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5988] ppid=5977 vsize=10821732 memory=15676 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5988/stat : 5988 (java) S 5977 5980 31727 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 96310278 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172194494048 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5989] ppid=5977 vsize=10821732 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5989/stat : 5989 (java) S 5977 5980 31727 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 96310278 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172193441152 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5990] ppid=5977 vsize=10821732 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5990/stat : 5990 (java) S 5977 5980 31727 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 96310280 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172192389456 140172704081819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5991] ppid=5977 vsize=10821732 memory=8112282956445269571 CPUtime=1.08 cores=0,2,4,6
/proc/5980/task/5991/stat : 5991 (java) S 5977 5980 31727 0 -1 1077944384 9670 0 0 0 106 2 0 0 20 0 17 0 96310280 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172191336816 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5992] ppid=5977 vsize=10821732 memory=12032 CPUtime=0.92 cores=0,2,4,6
/proc/5980/task/5992/stat : 5992 (java) S 5977 5980 31727 0 -1 1077944384 8259 0 0 0 90 2 0 0 20 0 17 0 96310280 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172190284016 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5993] ppid=5977 vsize=10821732 memory=1708 CPUtime=0.36 cores=0,2,4,6
/proc/5980/task/5993/stat : 5993 (java) S 5977 5980 31727 0 -1 1077944384 5009 0 0 0 35 1 0 0 20 0 17 0 96310280 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172189231216 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5994] ppid=5977 vsize=10821732 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5980/task/5994/stat : 5994 (java) S 5977 5980 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96310281 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172188178656 140172704073429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
[pid=5980/tid=5995] ppid=5977 vsize=10821732 memory=796 CPUtime=1.51 cores=0,2,4,6
/proc/5980/task/5995/stat : 5995 (java) S 5977 5980 31727 0 -1 1077944384 2363 0 0 0 70 81 0 0 20 0 17 0 96310281 11081453568 951388 33554432000 4194304 4196468 140721852020528 140172187126960 140172704074370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20983808 140721852028038 140721852028191 140721852028191 140721852030927 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3805552 KiB

Child status: 143
Real time (s): 2495.25
CPU time (s): 2520.33
CPU user time (s): 2516.52
CPU system time (s): 3.81282
CPU usage (%): 101.005
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3805552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.52
system time used= 3.81282
maximum resident set size= 3805772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57434
involuntary context switches= 2488


# summary of solver processes directly reported to runsolver:
#   pid: 5980
#   total CPU time (s): 2520.33
#   total CPU user time (s): 2516.52
#   total CPU system time (s): 3.81282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9777 second user time and 23.6036 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 15:38:48
IDJOB=4263016
IDBENCH=135233
IDSOLVER=2651
FILE ID=node105/4263016-1502632386
RUNJOBID= node105-1502624010-4808
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P167-Q347.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263016-1502632386/watcher-4263016-1502632386 -o /tmp/evaluation-result-4263016-1502632386/solver-4263016-1502632386 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263016-1502632386.xml

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

MD5SUM BENCH= 055772027f3bf668b620351859b542d4
RANDOM SEED=1746161113

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24479656 kB
MemAvailable:   29874724 kB
Buffers:          169036 kB
Cached:          5501704 kB
SwapCached:            0 kB
Active:          2766500 kB
Inactive:        5057952 kB
Active(anon):    2156560 kB
Inactive(anon):    25060 kB
Active(file):     609940 kB
Inactive(file):  5032892 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1564 kB
Writeback:             0 kB
AnonPages:       2159948 kB
Mapped:            55264 kB
Shmem:             25228 kB
Slab:             161764 kB
SReclaimable:     136140 kB
SUnreclaim:        25624 kB
KernelStack:        3536 kB
PageTables:         9364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4049264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1990656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

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