Trace number 4262832

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.1599 2509.0701

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4d.xml
MD5SUMe17d1f270cb1c92567283195f4efc493
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark75.977402
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size37
Distribution of domain sizes[{"size":30,"count":1},{"size":37,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262832-1502634482/watcher-4262832-1502634482 -o /tmp/evaluation-result-4262832-1502634482/solver-4262832-1502634482 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262832-1502634482.xml 

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

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


[startup+0.108961 s]*
/proc/loadavg: 4.55 4.28 3.60 4/217 6315
/proc/meminfo: memFree=24165816/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10555400 memory=30516 CPUtime=0.13 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 6677 0 0 0 12 1 0 0 20 0 15 0 96519862 10808729600 7629 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2638850 7629 2821 1 0 2627263 0
[pid=6300/tid=6302] ppid=6297 vsize=10555400 memory=8326441112148417179 CPUtime=0.1 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 4548 0 0 0 9 1 0 0 20 0 15 0 96519862 10808729600 7629 33554432000 4194304 4196468 140723867042768 139882323504496 139882319303837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 7629 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 7629 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96519865 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96519865 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881676011040 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96519865 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881674958192 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6297 6300 31727 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0.02 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6297 6300 31727 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 96519868 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 7629 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30516 KiB

[startup+0.210533 s]*
/proc/loadavg: 4.55 4.28 3.60 3/217 6315
/proc/meminfo: memFree=24157752/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10555400 memory=39152 CPUtime=0.29 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 7931 0 0 0 27 2 0 0 20 0 15 0 96519862 10808729600 9779 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2638850 9788 2895 1 0 2627263 0
[pid=6300/tid=6302] ppid=6297 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 5216 0 0 0 18 2 0 0 20 0 15 0 96519862 10808729600 9788 33554432000 4194304 4196468 140723867042768 139882323514560 139882319293846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 9788 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10555400 memory=3545095488374830752 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 9788 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96519863 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96519865 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96519865 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881676011040 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96519865 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881674958192 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) R 6297 6300 31727 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 96519868 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6297 6300 31727 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 15 0 96519868 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0.06 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) R 6297 6300 31727 0 -1 4202560 721 0 0 0 6 0 0 0 20 0 15 0 96519868 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881670748272 139882319303258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10555400 memory=140038187251328 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519868 10808729600 9788 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39152 KiB

[startup+0.310287 s]*
/proc/loadavg: 4.55 4.28 3.60 5/217 6315
/proc/meminfo: memFree=24150804/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10555476 memory=46508 CPUtime=0.52 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 8690 0 0 0 50 2 0 0 20 0 15 0 96519862 10808807424 11627 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2638869 11627 3041 1 0 2627263 0
[pid=6300/tid=6302] ppid=6297 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 5594 0 0 0 28 2 0 0 20 0 15 0 96519862 10808807424 11627 33554432000 4194304 4196468 140723867042768 139882323515776 139882303362398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808807424 11627 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10555476 memory=140038187309344 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808807424 11627 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519863 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96519863 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10555476 memory=140038187316256 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96519865 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96519865 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881676011040 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96519865 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881674958192 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) R 6297 6300 31727 0 -1 4202560 680 0 0 0 5 0 0 0 20 0 15 0 96519868 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881672834888 139882302669828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10555476 memory=140038079893007 CPUtime=0.03 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) R 6297 6300 31727 0 -1 4202560 240 0 0 0 3 0 0 0 20 0 15 0 96519868 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881671801072 139882319303258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10555476 memory=140038187257308 CPUtime=0.12 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) R 6297 6300 31727 0 -1 1077944384 826 0 0 0 12 0 0 0 20 0 15 0 96519868 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10555476 memory=140038079897551 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10555476 memory=280076267165632 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519868 10808807424 11627 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46508 KiB

[startup+0.700958 s]
/proc/loadavg: 4.55 4.28 3.60 5/217 6315
/proc/meminfo: memFree=24076648/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10555476 memory=229320 CPUtime=1.73 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 10777 0 0 0 163 10 0 0 20 0 15 0 96519862 10808807424 57330 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2638869 57330 3097 1 0 2627263 0
[pid=6300/tid=6302] ppid=6297 vsize=10555476 memory=2372 CPUtime=0.6 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 5910 0 0 0 57 3 0 0 20 0 15 0 96519862 10808807424 57330 33554432000 4194304 4196468 140723867042768 139882323513856 139882301229046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10555476 memory=6872598998417432672 CPUtime=0.06 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 34 0 0 0 5 1 0 0 20 0 15 0 96519863 10808807424 57330 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10555476 memory=10640 CPUtime=0.06 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 36 0 0 0 5 1 0 0 20 0 15 0 96519863 10808807424 57330 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10555476 memory=15876 CPUtime=0.06 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 32 0 0 0 5 1 0 0 20 0 15 0 96519863 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10555476 memory=15676 CPUtime=0.06 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 15 0 96519863 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96519865 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96519865 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881676011040 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96519865 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881674958192 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10555476 memory=6656426216303648864 CPUtime=0.3 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) R 6297 6300 31727 0 -1 1077944384 1208 0 0 0 30 0 0 0 20 0 15 0 96519868 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) R 6297 6300 31727 0 -1 4202560 977 0 0 0 29 0 0 0 20 0 15 0 96519868 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6297 6300 31727 0 -1 1077944384 1097 0 0 0 22 0 0 0 20 0 15 0 96519868 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96519868 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96519868 10808807424 57330 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 229320 KiB

[startup+1.50083 s]
/proc/loadavg: 4.55 4.28 3.60 5/217 6315
/proc/meminfo: memFree=23894704/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10622040 memory=319972 CPUtime=4.27 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 20250 0 0 0 412 15 0 0 20 0 16 0 96519862 10876968960 79993 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2655510 79993 3127 1 0 2643904 0
[pid=6300/tid=6302] ppid=6297 vsize=10622040 memory=3467830207194936378 CPUtime=1.32 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 5982 0 0 0 129 3 0 0 20 0 16 0 96519862 10876968960 79993 33554432000 4194304 4196468 140723867042768 139882323518328 139881937826232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10622040 memory=242812 CPUtime=0.13 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 185 0 0 0 11 2 0 0 20 0 16 0 96519863 10876968960 79993 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10622040 memory=2241 CPUtime=0.1 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 179 0 0 0 9 1 0 0 20 0 16 0 96519863 10876968960 79993 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10622040 memory=10640 CPUtime=0.1 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 55 0 0 0 8 2 0 0 20 0 16 0 96519863 10876968960 79993 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10622040 memory=15876 CPUtime=0.13 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 79 0 0 0 11 2 0 0 20 0 16 0 96519863 10876968960 79993 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10622040 memory=15676 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 79993 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0

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

/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 10732 0 0 0 31 3 0 0 20 0 16 0 96519865 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10622040 memory=3360692 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881676011104 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10622040 memory=3360692 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881674958208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10622040 memory=3360692 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96519868 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10622040 memory=3360692 CPUtime=1.65 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6297 6300 31727 0 -1 1077944384 10558 0 0 0 163 2 0 0 20 0 16 0 96519868 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10622040 memory=3360692 CPUtime=1.61 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6297 6300 31727 0 -1 1077944384 8998 0 0 0 160 1 0 0 20 0 16 0 96519868 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10622040 memory=3360692 CPUtime=0.37 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6297 6300 31727 0 -1 1077944384 5041 0 0 0 36 1 0 0 20 0 16 0 96519868 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10622040 memory=3360692 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96519868 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10622040 memory=3360692 CPUtime=1.48 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 2238 0 0 0 72 76 0 0 20 0 16 0 96519868 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6316] ppid=6297 vsize=10622040 memory=3360692 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6297 6300 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96519978 10876968960 840173 33554432000 4194304 4196468 140723867042768 139881667589552 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 2453.5 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3360692 KiB

[startup+2502.3 s]
/proc/loadavg: 2.04 2.04 2.13 3/217 6468
/proc/meminfo: memFree=20204844/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10622040 memory=3372708 CPUtime=2513.53 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 138330 0 0 0 251059 294 0 0 20 0 16 0 96519862 10876968960 843177 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2655510 843177 3164 1 0 2643904 0
[pid=6300/tid=6302] ppid=6297 vsize=10622040 memory=3372708 CPUtime=2500.1 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 51890 0 0 0 249980 30 0 0 20 0 16 0 96519862 10876968960 843177 33554432000 4194304 4196468 140723867042768 139882323520848 139881935353069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10622040 memory=3372704 CPUtime=1.97 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 11753 0 0 0 149 48 0 0 20 0 16 0 96519863 10876968960 843177 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10622040 memory=3372708 CPUtime=1.96 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 11066 0 0 0 148 48 0 0 20 0 16 0 96519863 10876968960 843177 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10622040 memory=3372704 CPUtime=1.95 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 12924 0 0 0 148 47 0 0 20 0 16 0 96519863 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10622040 memory=3372708 CPUtime=1.98 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 11610 0 0 0 150 48 0 0 20 0 16 0 96519863 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10622040 memory=3372708 CPUtime=0.35 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 10740 0 0 0 32 3 0 0 20 0 16 0 96519865 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10622040 memory=2289 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881676011104 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10622040 memory=3372708 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881674958208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10622040 memory=3372708 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96519868 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10622040 memory=3372708 CPUtime=1.65 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6297 6300 31727 0 -1 1077944384 10561 0 0 0 163 2 0 0 20 0 16 0 96519868 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10622040 memory=1692 CPUtime=1.61 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6297 6300 31727 0 -1 1077944384 9012 0 0 0 160 1 0 0 20 0 16 0 96519868 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10622040 memory=916 CPUtime=0.37 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6297 6300 31727 0 -1 1077944384 5044 0 0 0 36 1 0 0 20 0 16 0 96519868 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10622040 memory=3372708 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96519868 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10622040 memory=3372708 CPUtime=1.51 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 2278 0 0 0 73 78 0 0 20 0 16 0 96519868 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6316] ppid=6297 vsize=10622040 memory=3372704 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6297 6300 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96519978 10876968960 843177 33554432000 4194304 4196468 140723867042768 139881667589552 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 2513.53 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3372708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.8 s]
/proc/loadavg: 2.03 2.04 2.13 3/217 6469
/proc/meminfo: memFree=20202724/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10622040 memory=3374244 CPUtime=2520.04 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 138524 0 0 0 251709 295 0 0 20 0 16 0 96519862 10876968960 843561 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2655510 843561 3164 1 0 2643904 0
[pid=6300/tid=6302] ppid=6297 vsize=10622040 memory=796 CPUtime=2506.6 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) R 6297 6300 31727 0 -1 4202560 52082 0 0 0 250630 30 0 0 20 0 16 0 96519862 10876968960 843561 33554432000 4194304 4196468 140723867042768 139882323520848 139881938545256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10622040 memory=1228 CPUtime=1.97 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 11753 0 0 0 149 48 0 0 20 0 16 0 96519863 10876968960 843561 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10622040 memory=5300 CPUtime=1.96 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 11066 0 0 0 148 48 0 0 20 0 16 0 96519863 10876968960 843561 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10622040 memory=4616 CPUtime=1.95 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 12924 0 0 0 148 47 0 0 20 0 16 0 96519863 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10622040 memory=1928 CPUtime=1.98 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 11610 0 0 0 150 48 0 0 20 0 16 0 96519863 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10622040 memory=1428 CPUtime=0.35 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 10740 0 0 0 32 3 0 0 20 0 16 0 96519865 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10622040 memory=15692 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881676011104 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10622040 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96519865 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881674958208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10622040 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96519868 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10622040 memory=1728 CPUtime=1.65 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6297 6300 31727 0 -1 1077944384 10561 0 0 0 163 2 0 0 20 0 16 0 96519868 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10622040 memory=12032 CPUtime=1.61 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6297 6300 31727 0 -1 1077944384 9012 0 0 0 160 1 0 0 20 0 16 0 96519868 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10622040 memory=1708 CPUtime=0.37 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6297 6300 31727 0 -1 1077944384 5044 0 0 0 36 1 0 0 20 0 16 0 96519868 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10622040 memory=51 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96519868 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10622040 memory=232 CPUtime=1.52 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 2280 0 0 0 74 78 0 0 20 0 16 0 96519868 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6316] ppid=6297 vsize=10622040 memory=3 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6316/stat : 6316 (java) S 6297 6300 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96519978 10876968960 843561 33554432000 4194304 4196468 140723867042768 139881667589552 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3374244 KiB

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

[startup+2509.07 s]
# the end of solver process 6300 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.19 s, system=2.96962 s

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

[startup+2509 s]*
/proc/loadavg: 2.03 2.04 2.13 2/218 6472
/proc/meminfo: memFree=20202848/32770624 swapFree=67108860/67108860
[pid=6300] ppid=6297 vsize=10821732 memory=3374368 CPUtime=2520.08 cores=1,3,5,7
/proc/6300/stat : 6300 (java) S 6297 6300 31727 0 -1 1077944320 139087 0 0 0 251713 295 0 0 20 0 17 0 96519862 11081453568 843592 33554432000 4194304 4196468 140723867042768 140723867025312 139882319281911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
/proc/6300/statm: 2705433 843592 3166 1 0 2693827 0
[pid=6300/tid=6302] ppid=6297 vsize=10821732 memory=13571509067188477 CPUtime=2506.61 cores=1,3,5,7
/proc/6300/task/6302/stat : 6302 (java) S 6297 6300 31727 0 -1 1077944384 52126 0 0 0 250631 30 0 0 20 0 17 0 96519862 11081453568 843613 33554432000 4194304 4196468 140723867042768 139882323524784 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6303] ppid=6297 vsize=10821732 memory=2536 CPUtime=1.97 cores=1,3,5,7
/proc/6300/task/6303/stat : 6303 (java) S 6297 6300 31727 0 -1 1077944384 11753 0 0 0 149 48 0 0 20 0 17 0 96519863 11081453568 843613 33554432000 4194304 4196468 140723867042768 139882255973008 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6304] ppid=6297 vsize=10821732 memory=2836 CPUtime=1.96 cores=1,3,5,7
/proc/6300/task/6304/stat : 6304 (java) S 6297 6300 31727 0 -1 1077944384 11066 0 0 0 148 48 0 0 20 0 17 0 96519863 11081453568 843613 33554432000 4194304 4196468 140723867042768 139882254920208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6305] ppid=6297 vsize=10821732 memory=4872558044660077418 CPUtime=1.95 cores=1,3,5,7
/proc/6300/task/6305/stat : 6305 (java) S 6297 6300 31727 0 -1 1077944384 12924 0 0 0 148 47 0 0 20 0 17 0 96519863 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881923602832 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6306] ppid=6297 vsize=10821732 memory=16432 CPUtime=1.98 cores=1,3,5,7
/proc/6300/task/6306/stat : 6306 (java) S 6297 6300 31727 0 -1 1077944384 11610 0 0 0 150 48 0 0 20 0 17 0 96519863 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881922550032 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6307] ppid=6297 vsize=10821732 memory=4040 CPUtime=0.35 cores=1,3,5,7
/proc/6300/task/6307/stat : 6307 (java) S 6297 6300 31727 0 -1 1077944384 10740 0 0 0 32 3 0 0 20 0 17 0 96519865 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881677065072 139882319293058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6308] ppid=6297 vsize=10821732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6308/stat : 6308 (java) S 6297 6300 31727 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 96519865 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881676011104 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6309] ppid=6297 vsize=10821732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6309/stat : 6309 (java) S 6297 6300 31727 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 96519865 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881674958208 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6310] ppid=6297 vsize=10821732 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6310/stat : 6310 (java) S 6297 6300 31727 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 96519868 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881673906512 139882319300507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6311] ppid=6297 vsize=10821732 memory=1708 CPUtime=1.65 cores=1,3,5,7
/proc/6300/task/6311/stat : 6311 (java) S 6297 6300 31727 0 -1 1077944384 10561 0 0 0 163 2 0 0 20 0 17 0 96519868 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881672853872 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6312] ppid=6297 vsize=10821732 memory=1012 CPUtime=1.63 cores=1,3,5,7
/proc/6300/task/6312/stat : 6312 (java) S 6297 6300 31727 0 -1 1077944384 9094 0 0 0 162 1 0 0 20 0 17 0 96519868 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881671801072 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6313] ppid=6297 vsize=10821732 memory=3360692 CPUtime=0.38 cores=1,3,5,7
/proc/6300/task/6313/stat : 6313 (java) S 6297 6300 31727 0 -1 1077944384 5257 0 0 0 37 1 0 0 20 0 17 0 96519868 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881670748272 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6314] ppid=6297 vsize=10821732 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6314/stat : 6314 (java) S 6297 6300 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96519868 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881669695712 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6315] ppid=6297 vsize=10821732 memory=3360692 CPUtime=1.52 cores=1,3,5,7
/proc/6300/task/6315/stat : 6315 (java) S 6297 6300 31727 0 -1 1077944384 2280 0 0 0 74 78 0 0 20 0 17 0 96519868 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881668644016 139882319293058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6470] ppid=6297 vsize=10821732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6470/stat : 6470 (java) S 6297 6300 31727 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 96770743 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881666536048 139882319292117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
[pid=6300/tid=6471] ppid=6297 vsize=10821732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/6300/task/6471/stat : 6471 (java) R 6297 6300 31727 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 17 0 96770743 11081453568 843613 33554432000 4194304 4196468 140723867042768 139881665480176 139881934360576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140723867047046 140723867047199 140723867047199 140723867049935 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3374368 KiB

Child status: 143
Real time (s): 2509.07
CPU time (s): 2520.16
CPU user time (s): 2517.19
CPU system time (s): 2.96962
CPU usage (%): 100.442
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3374368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.19
system time used= 2.96962
maximum resident set size= 3375144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57599
involuntary context switches= 2397


# summary of solver processes directly reported to runsolver:
#   pid: 6300
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2517.19
#   total CPU system time (s): 2.96962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5153 second user time and 27.8862 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 16:13:44
IDJOB=4262832
IDBENCH=136757
IDSOLVER=2651
FILE ID=node105/4262832-1502634482
RUNJOBID= node105-1502624010-4809
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4d.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262832-1502634482/watcher-4262832-1502634482 -o /tmp/evaluation-result-4262832-1502634482/solver-4262832-1502634482 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262832-1502634482.xml

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

MD5SUM BENCH= e17d1f270cb1c92567283195f4efc493
RANDOM SEED=353643936

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:        24185580 kB
MemAvailable:   29584028 kB
Buffers:          170580 kB
Cached:          5503276 kB
SwapCached:            0 kB
Active:          3058096 kB
Inactive:        5060936 kB
Active(anon):    2447780 kB
Inactive(anon):    25060 kB
Active(file):     610316 kB
Inactive(file):  5035876 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       2475276 kB
Mapped:            55172 kB
Shmem:             25228 kB
Slab:             162068 kB
SReclaimable:     136180 kB
SUnreclaim:        25888 kB
KernelStack:        3856 kB
PageTables:        10124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4053432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2365440 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:55:33