Trace number 4262815

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.26 2478.6499

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-15.xml
MD5SUMb641d135752528099b6bd819b25278f3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262815-1502634132/watcher-4262815-1502634132 -o /tmp/evaluation-result-4262815-1502634132/solver-4262815-1502634132 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262815-1502634132.xml 

running on 4 cores: 1,3,5,7

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

solver pid=6902, runsolver pid=6899

[startup+0.102662 s]*
/proc/loadavg: 1.92 2.02 2.08 4/216 6917
/proc/meminfo: memFree=29151864/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10555400 memory=30288 CPUtime=0.13 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 6634 0 0 0 11 2 0 0 20 0 15 0 96501474 10808729600 7572 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2638850 7572 2813 1 0 2627263 0
[pid=6902/tid=6904] ppid=6899 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 4479 0 0 0 8 1 0 0 20 0 15 0 96501474 10808729600 7572 33554432000 4194304 4196468 140733196948512 139941450191200 139941431661073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10555400 memory=4211973812578610570 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 7572 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 7572 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 7572 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 7572 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501476 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96501477 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940480185632 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96501477 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940479133296 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 30973 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940477028464 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940475975664 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0.02 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 96501479 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501480 10808729600 7572 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30288 KiB

[startup+0.21046 s]*
/proc/loadavg: 1.92 2.02 2.08 3/216 6917
/proc/meminfo: memFree=29144792/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10555400 memory=37740 CPUtime=0.28 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 7727 0 0 0 25 3 0 0 20 0 15 0 96501474 10808729600 9435 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2638850 9435 2896 1 0 2627263 0
[pid=6902/tid=6904] ppid=6899 vsize=10555400 memory=-7387007932599496084 CPUtime=0.19 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 5321 0 0 0 17 2 0 0 20 0 15 0 96501474 10808729600 9435 33554432000 4194304 4196468 140733196948512 139941450189184 139941430048094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10555400 memory=4211973812578610570 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 9435 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 9435 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 9435 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501475 10808729600 9435 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501476 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96501477 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940480185632 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96501477 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940479133296 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 30973 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 15 0 96501479 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940477028464 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) S 6899 6902 30973 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940475975664 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0.05 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 459 0 0 0 5 0 0 0 20 0 15 0 96501479 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10555400 memory=140086373820032 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501480 10808729600 9435 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37740 KiB

[startup+0.312207 s]*
/proc/loadavg: 1.92 2.02 2.08 7/216 6917
/proc/meminfo: memFree=29135612/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10555476 memory=46940 CPUtime=0.53 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 9030 0 0 0 49 4 0 0 20 0 15 0 96501474 10808807424 11735 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2638869 11735 3037 1 0 2627263 0
[pid=6902/tid=6904] ppid=6899 vsize=10555476 memory=93310054 CPUtime=0.29 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 5682 0 0 0 27 2 0 0 20 0 15 0 96501474 10808807424 11735 33554432000 4194304 4196468 140733196948512 139941450204736 139941425377696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 11735 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10555476 memory=280172637863552 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 11735 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10555476 memory=280172528121632 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 11735 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10555476 memory=140086264043535 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 11735 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10555476 memory=280172637872768 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501476 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10555476 memory=140086264048143 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96501477 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940480185632 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10555476 memory=140086264055636 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96501477 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940479133296 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10555476 memory=140086264059024 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) R 6899 6902 30973 0 -1 4202560 857 0 0 0 5 0 0 0 20 0 15 0 96501479 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940477016128 139941423562684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) R 6899 6902 30973 0 -1 4202560 315 0 0 0 4 0 0 0 20 0 15 0 96501479 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940475961688 139941423817793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10555476 memory=140086373820032 CPUtime=0.11 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) R 6899 6902 30973 0 -1 1077944384 812 0 0 0 11 0 0 0 20 0 15 0 96501479 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10555476 memory=140086373850320 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501480 10808807424 11735 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46940 KiB

[startup+0.70125 s]
/proc/loadavg: 1.92 2.02 2.08 5/216 6917
/proc/meminfo: memFree=29098752/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10555476 memory=156708 CPUtime=1.68 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 13446 0 0 0 162 6 0 0 20 0 15 0 96501474 10808807424 39177 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2638869 39177 3086 1 0 2627263 0
[pid=6902/tid=6904] ppid=6899 vsize=10555476 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 5876 0 0 0 64 4 0 0 20 0 15 0 96501474 10808807424 39177 33554432000 4194304 4196468 140733196948512 139941450204128 139941060119271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 39177 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 39177 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10555476 memory=146 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 39177 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10555476 memory=2 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96501475 10808807424 39177 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96501476 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96501477 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940480185632 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96501477 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940479133296 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10555476 memory=1196 CPUtime=0.38 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) R 6899 6902 30973 0 -1 4202560 2812 0 0 0 37 1 0 0 20 0 15 0 96501479 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940477009480 139941429378502 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10555476 memory=8548 CPUtime=0.37 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) R 6899 6902 30973 0 -1 4202560 2222 0 0 0 37 0 0 0 20 0 15 0 96501479 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940475956360 139941429378479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10555476 memory=1228 CPUtime=0.23 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 1167 0 0 0 23 0 0 0 20 0 15 0 96501479 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96501479 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10555476 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96501480 10808807424 39177 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 156708 KiB

[startup+1.50079 s]
/proc/loadavg: 1.92 2.02 2.08 5/216 6917
/proc/meminfo: memFree=28949768/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10557332 memory=381680 CPUtime=4.19 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 17649 0 0 0 403 16 0 0 20 0 15 0 96501474 10810707968 95420 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2639333 95420 3116 1 0 2627727 0
[pid=6902/tid=6904] ppid=6899 vsize=10557332 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 5923 0 0 0 127 5 0 0 20 0 15 0 96501474 10810707968 95420 33554432000 4194304 4196468 140733196948512 139941450202520 139941060470393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10557332 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 139 0 0 0 7 1 0 0 20 0 15 0 96501475 10810707968 95420 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10557332 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 55 0 0 0 7 1 0 0 20 0 15 0 96501475 10810707968 95420 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10557332 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 154 0 0 0 10 2 0 0 20 0 15 0 96501475 10810707968 95420 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10557332 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 178 0 0 0 11 2 0 0 20 0 15 0 96501475 10810707968 95420 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10557332 memory=55 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96501476 10810707968 95420 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0

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

/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 7823 0 0 0 759 70 0 0 20 0 16 0 96501475 10876968960 985985 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10622040 memory=3943940 CPUtime=8.35 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 6859 0 0 0 765 70 0 0 20 0 16 0 96501475 10876968960 985985 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10622040 memory=3943940 CPUtime=3.23 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 7549 0 0 0 320 3 0 0 20 0 16 0 96501476 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10622040 memory=3943940 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96501477 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940480185696 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10622040 memory=3943940 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96501477 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940479133312 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10622040 memory=3943940 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96501479 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10622040 memory=27880 CPUtime=4.48 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 30973 0 -1 1077944384 21707 0 0 0 444 4 0 0 20 0 16 0 96501479 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940477028464 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10622040 memory=1296 CPUtime=4.27 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) S 6899 6902 30973 0 -1 1077944384 15995 0 0 0 425 2 0 0 20 0 16 0 96501479 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940475975664 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10622040 memory=4140 CPUtime=0.47 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 7243 0 0 0 46 1 0 0 20 0 16 0 96501479 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10622040 memory=3943940 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96501479 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10622040 memory=164 CPUtime=1.54 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 2250 0 0 0 70 84 0 0 20 0 16 0 96501480 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6918] ppid=6899 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96502424 10876968960 985985 33554432000 4194304 4196468 140733196948512 139940471764144 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 2417.89 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3943940 KiB

[startup+2442.3 s]
/proc/loadavg: 1.04 1.05 1.61 2/195 7193
/proc/meminfo: memFree=27399584/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10622040 memory=4290808 CPUtime=2483.94 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 202447 0 0 0 247964 430 0 0 20 0 16 0 96501474 10876968960 1072702 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2655510 1072702 3163 1 0 2643904 0
[pid=6902/tid=6904] ppid=6899 vsize=10622040 memory=4290808 CPUtime=2428.54 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 112372 0 0 0 242830 24 0 0 20 0 16 0 96501474 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941450206592 139941062843477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10622040 memory=4290808 CPUtime=10.31 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 6364 0 0 0 953 78 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10622040 memory=3943940 CPUtime=10.26 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 6814 0 0 0 945 81 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10622040 memory=3943940 CPUtime=10.31 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 8622 0 0 0 952 79 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10622040 memory=3943940 CPUtime=10.37 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 8293 0 0 0 959 78 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10622040 memory=4290808 CPUtime=3.25 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 11273 0 0 0 322 3 0 0 20 0 16 0 96501476 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10622040 memory=4290808 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96501477 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940480185696 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10622040 memory=4290808 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96501477 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940479133312 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10622040 memory=4290808 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10622040 memory=4290808 CPUtime=4.48 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 30973 0 -1 1077944384 21711 0 0 0 444 4 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940477028464 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10622040 memory=4290808 CPUtime=4.27 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) S 6899 6902 30973 0 -1 1077944384 16003 0 0 0 425 2 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940475975664 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10622040 memory=4290808 CPUtime=0.47 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 7250 0 0 0 46 1 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10622040 memory=4290808 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10622040 memory=4290808 CPUtime=1.59 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 2291 0 0 0 72 87 0 0 20 0 16 0 96501480 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6918] ppid=6899 vsize=10622040 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96502424 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940471764144 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 2483.94 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4290808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.4 s]
/proc/loadavg: 1.02 1.05 1.58 2/195 7194
/proc/meminfo: memFree=27399312/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10622040 memory=4290808 CPUtime=2520.07 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 202965 0 0 0 251575 432 0 0 20 0 16 0 96501474 10876968960 1072702 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2655510 1072702 3163 1 0 2643904 0
[pid=6902/tid=6904] ppid=6899 vsize=10622040 memory=27880 CPUtime=2464.64 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) R 6899 6902 30973 0 -1 4202560 112886 0 0 0 246440 24 0 0 20 0 16 0 96501474 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941450206592 139941062843364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10622040 memory=4140 CPUtime=10.31 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 6364 0 0 0 953 78 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10622040 memory=27880 CPUtime=10.26 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 6814 0 0 0 945 81 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10622040 memory=1296 CPUtime=10.31 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 8622 0 0 0 952 79 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10622040 memory=2336 CPUtime=10.37 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 8293 0 0 0 959 78 0 0 20 0 16 0 96501475 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10622040 memory=1724 CPUtime=3.25 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 11273 0 0 0 322 3 0 0 20 0 16 0 96501476 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96501477 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940480185696 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10622040 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96501477 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940479133312 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10622040 memory=1420 CPUtime=4.48 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 30973 0 -1 1077944384 21711 0 0 0 444 4 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940477028464 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10622040 memory=0 CPUtime=4.27 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) S 6899 6902 30973 0 -1 1077944384 16003 0 0 0 425 2 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940475975664 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10622040 memory=1196 CPUtime=0.47 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 7250 0 0 0 46 1 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10622040 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96501479 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10622040 memory=1228 CPUtime=1.61 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 2295 0 0 0 73 88 0 0 20 0 16 0 96501480 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6918] ppid=6899 vsize=10622040 memory=644 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96502424 10876968960 1072702 33554432000 4194304 4196468 140733196948512 139940471764144 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4290808 KiB

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

[startup+2478.65 s]
# the end of solver process 6902 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.91 s, system=4.3505 s

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

[startup+2478.6 s]
/proc/loadavg: 1.02 1.05 1.58 2/195 7194
/proc/meminfo: memFree=27399312/32770624 swapFree=67108860/67108860
[pid=6902] ppid=6899 vsize=10821732 memory=4291172 CPUtime=2520.2 cores=1,3,5,7
/proc/6902/stat : 6902 (java) S 6899 6902 30973 0 -1 1077944320 205373 0 0 0 251588 432 0 0 20 0 17 0 96501474 11081453568 1072793 33554432000 4194304 4196468 140733196948512 140733196931056 139941445967607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
/proc/6902/statm: 2705433 1072793 3166 1 0 2693827 0
[pid=6902/tid=6904] ppid=6899 vsize=10821732 memory=956 CPUtime=2464.75 cores=1,3,5,7
/proc/6902/task/6904/stat : 6904 (java) S 6899 6902 30973 0 -1 1077944384 112988 0 0 0 246451 24 0 0 20 0 17 0 96501474 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139941450210480 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6905] ppid=6899 vsize=10821732 memory=2344 CPUtime=10.31 cores=1,3,5,7
/proc/6902/task/6905/stat : 6905 (java) S 6899 6902 30973 0 -1 1077944384 6364 0 0 0 953 78 0 0 20 0 17 0 96501475 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139941382658448 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6906] ppid=6899 vsize=10821732 memory=928 CPUtime=10.26 cores=1,3,5,7
/proc/6902/task/6906/stat : 6906 (java) S 6899 6902 30973 0 -1 1077944384 6814 0 0 0 945 81 0 0 20 0 17 0 96501475 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139941381605648 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6907] ppid=6899 vsize=10821732 memory=15876 CPUtime=10.31 cores=1,3,5,7
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 30973 0 -1 1077944384 8622 0 0 0 952 79 0 0 20 0 17 0 96501475 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139941380553360 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6908] ppid=6899 vsize=10821732 memory=18476 CPUtime=10.37 cores=1,3,5,7
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 30973 0 -1 1077944384 8293 0 0 0 959 78 0 0 20 0 17 0 96501475 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139941379500560 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6909] ppid=6899 vsize=10821732 memory=15692 CPUtime=3.25 cores=1,3,5,7
/proc/6902/task/6909/stat : 6909 (java) S 6899 6902 30973 0 -1 1077944384 11311 0 0 0 322 3 0 0 20 0 17 0 96501476 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940481239664 139941445978754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6910] ppid=6899 vsize=10821732 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6910/stat : 6910 (java) S 6899 6902 30973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96501477 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940480185696 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6911] ppid=6899 vsize=10821732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 30973 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 96501477 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940479133312 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6912] ppid=6899 vsize=10821732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 30973 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 17 0 96501479 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940478081616 139941445986203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6913] ppid=6899 vsize=10821732 memory=792 CPUtime=4.51 cores=1,3,5,7
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 30973 0 -1 1077944384 22664 0 0 0 446 5 0 0 20 0 17 0 96501479 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940477028464 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6914] ppid=6899 vsize=10821732 memory=1420 CPUtime=4.27 cores=1,3,5,7
/proc/6902/task/6914/stat : 6914 (java) S 6899 6902 30973 0 -1 1077944384 16280 0 0 0 425 2 0 0 20 0 17 0 96501479 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940475975664 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6915] ppid=6899 vsize=10821732 memory=13040 CPUtime=0.47 cores=1,3,5,7
/proc/6902/task/6915/stat : 6915 (java) S 6899 6902 30973 0 -1 1077944384 7740 0 0 0 46 1 0 0 20 0 17 0 96501479 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940474923376 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6916] ppid=6899 vsize=10821732 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6902/task/6916/stat : 6916 (java) S 6899 6902 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96501479 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940473870816 139941445977813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
[pid=6902/tid=6917] ppid=6899 vsize=10821732 memory=1196 CPUtime=1.61 cores=1,3,5,7
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 30973 0 -1 1077944384 2295 0 0 0 73 88 0 0 20 0 17 0 96501480 11081453568 1072793 33554432000 4194304 4196468 140733196948512 139940472818608 139941445978754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140733196952710 140733196952863 140733196952863 140733196955599 0
Current children cumulated CPU time: 2520.2 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4291172 KiB

Child status: 143
Real time (s): 2478.65
CPU time (s): 2520.26
CPU user time (s): 2515.91
CPU system time (s): 4.3505
CPU usage (%): 101.679
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 4291172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.91
system time used= 4.3505
maximum resident set size= 4291416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205987
page faults= 0
swaps= 0
block input operations= 104
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56721
involuntary context switches= 1142


# summary of solver processes directly reported to runsolver:
#   pid: 6902
#   total CPU time (s): 2520.26
#   total CPU user time (s): 2515.91
#   total CPU system time (s): 4.3505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9257 second user time and 24.1653 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 16:07:54
IDJOB=4262815
IDBENCH=136066
IDSOLVER=2651
FILE ID=node103/4262815-1502634132
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262815-1502634132/watcher-4262815-1502634132 -o /tmp/evaluation-result-4262815-1502634132/solver-4262815-1502634132 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262815-1502634132.xml

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

MD5SUM BENCH= b641d135752528099b6bd819b25278f3
RANDOM SEED=163518110

node103.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.56
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.56
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.56
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.56
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:        29171860 kB
MemAvailable:   29482368 kB
Buffers:          102500 kB
Cached:           502388 kB
SwapCached:            0 kB
Active:          3011572 kB
Inactive:         157436 kB
Active(anon):    2513132 kB
Inactive(anon):    78640 kB
Active(file):     498440 kB
Inactive(file):    78796 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       2570044 kB
Mapped:            55256 kB
Shmem:             25228 kB
Slab:             124492 kB
SReclaimable:      98216 kB
SUnreclaim:        26276 kB
KernelStack:        3504 kB
PageTables:        10148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3391788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2459648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-13 16:49:13