Trace number 4262840

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.1899 2485.8701

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w4b2r4.xml
MD5SUM6d00557b853b2556046a5f6541eccb2e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20086.801
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints27
Number of domains2
Minimum domain size13
Maximum domain size59
Distribution of domain sizes[{"size":13,"count":1},{"size":59,"count":180}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":168},{"degree":5,"count":12}]
Minimum constraint arity13
Maximum constraint arity180
Distribution of constraint arities[{"arity":13,"count":1},{"arity":15,"count":24},{"arity":180,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":12},{"type":"lex","count":1},{"type":"sum","count":12},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15385 MiB free)
  memory of node 1: 16384 MiB (13511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262840-1502634865/watcher-4262840-1502634865 -o /tmp/evaluation-result-4262840-1502634865/solver-4262840-1502634865 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262840-1502634865.xml 

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

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

solver pid=8967, runsolver pid=8964

[startup+0.100059 s]*
/proc/loadavg: 1.84 1.97 2.00 5/217 8984
/proc/meminfo: memFree=29570728/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10555400 memory=30548 CPUtime=0.12 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 6687 0 0 0 11 1 0 0 20 0 15 0 96574277 10808729600 7637 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2638850 7637 2810 1 0 2627263 0
[pid=8967/tid=8969] ppid=8964 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) R 8964 8967 29331 0 -1 4202560 4538 0 0 0 8 1 0 0 20 0 15 0 96574278 10808729600 7637 33554432000 4194304 4196468 140725568438240 140340051310528 140340047111325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 7637 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574280 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574280 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339605869984 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574281 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339604817392 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) S 8964 8967 29331 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339602712560 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339601660016 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0.02 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) R 8964 8967 29331 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 96574283 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339532785904 140340031276711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 7637 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30548 KiB

[startup+0.210636 s]*
/proc/loadavg: 1.84 1.97 2.00 3/217 8984
/proc/meminfo: memFree=29564216/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10555400 memory=37752 CPUtime=0.29 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 7756 0 0 0 27 2 0 0 20 0 15 0 96574277 10808729600 9438 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2638850 9438 2900 1 0 2627263 0
[pid=8967/tid=8969] ppid=8964 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) R 8964 8967 29331 0 -1 4202560 5356 0 0 0 18 1 0 0 20 0 15 0 96574278 10808729600 9506 33554432000 4194304 4196468 140725568438240 140340051320640 140340031169886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10555400 memory=345 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 9506 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10555400 memory=4051188822965638816 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574279 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574280 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574280 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339605869984 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574281 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339604817392 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) S 8964 8967 29331 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 96574283 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339602712560 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) S 8964 8967 29331 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 96574283 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339601660016 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0.05 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 425 0 0 0 5 0 0 0 20 0 15 0 96574283 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10555400 memory=140265140672128 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574283 10808729600 9506 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37752 KiB

[startup+0.310435 s]*
/proc/loadavg: 1.84 1.97 2.00 5/217 8984
/proc/meminfo: memFree=29555936/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10555476 memory=47100 CPUtime=0.51 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 9033 0 0 0 49 2 0 0 20 0 15 0 96574277 10808807424 11775 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2638869 11775 3033 1 0 2627263 0
[pid=8967/tid=8969] ppid=8964 vsize=10555476 memory=93309961 CPUtime=0.29 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) R 8964 8967 29331 0 -1 4202560 5751 0 0 0 28 1 0 0 20 0 15 0 96574278 10808807424 11775 33554432000 4194304 4196468 140725568438240 140340051318656 140340047111325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808807424 11775 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10555476 memory=140265042057167 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10555476 memory=280530084112016 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574279 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574279 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10555476 memory=280530182736192 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574280 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10555476 memory=140265041952903 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574280 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339605869984 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10555476 memory=280530084021544 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574281 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339604817392 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10555476 memory=2110615649195556 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) R 8964 8967 29331 0 -1 1077944384 812 0 0 0 4 0 0 0 20 0 15 0 96574283 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339602712656 140340047099605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10555476 memory=2272 CPUtime=0.04 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) R 8964 8967 29331 0 -1 4202560 292 0 0 0 4 0 0 0 20 0 15 0 96574283 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339601641032 140340040186235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10555476 memory=140269435639423 CPUtime=0.12 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 819 0 0 0 12 0 0 0 20 0 15 0 96574283 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10555476 memory=140265140672128 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574283 10808807424 11775 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47100 KiB

[startup+0.705786 s]
/proc/loadavg: 1.93 1.99 2.00 5/217 8984
/proc/meminfo: memFree=29470408/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10555476 memory=231504 CPUtime=1.61 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 11284 0 0 0 152 9 0 0 20 0 15 0 96574277 10808807424 57876 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2638869 57876 3097 1 0 2627263 0
[pid=8967/tid=8969] ppid=8964 vsize=10555476 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) R 8964 8967 29331 0 -1 4202560 5886 0 0 0 58 3 0 0 20 0 15 0 96574278 10808807424 57876 33554432000 4194304 4196468 140725568438240 140340051326560 140339686214264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10555476 memory=3184238185118055616 CPUtime=0.05 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 25 0 0 0 4 1 0 0 20 0 15 0 96574279 10808807424 57876 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 35 0 0 0 5 1 0 0 20 0 15 0 96574279 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10555476 memory=178808078481005 CPUtime=0.06 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 33 0 0 0 5 1 0 0 20 0 15 0 96574279 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10555476 memory=402927 CPUtime=0.05 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 40 0 0 0 5 0 0 0 20 0 15 0 96574279 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96574280 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96574280 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339605869984 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10555476 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96574281 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339604817392 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10555476 memory=-3472574513799858009 CPUtime=0.29 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) R 8964 8967 29331 0 -1 4202560 1623 0 0 0 29 0 0 0 20 0 15 0 96574283 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339602712560 140340031912152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10555476 memory=6656426216303648864 CPUtime=0.25 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) R 8964 8967 29331 0 -1 4202560 1151 0 0 0 25 0 0 0 20 0 15 0 96574283 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339601642224 140340030575346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10555476 memory=6944656592455097440 CPUtime=0.17 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 1045 0 0 0 17 0 0 0 20 0 15 0 96574283 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574283 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10555476 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574283 10808807424 57876 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 231504 KiB

[startup+1.50073 s]
/proc/loadavg: 1.93 1.99 2.00 3/217 8984
/proc/meminfo: memFree=29283176/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10555476 memory=609268 CPUtime=3.83 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 13402 0 0 0 343 40 0 0 20 0 15 0 96574277 10808807424 152317 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2638869 152317 3122 1 0 2627263 0
[pid=8967/tid=8969] ppid=8964 vsize=10555476 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) S 8964 8967 29331 0 -1 1077944384 5945 0 0 0 98 5 0 0 20 0 15 0 96574278 10808807424 152317 33554432000 4194304 4196468 140725568438240 140340051321536 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10555476 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) R 8964 8967 29331 0 -1 4202560 394 0 0 0 34 8 0 0 20 0 15 0 96574279 10808807424 152317 33554432000 4194304 4196468 140725568438240 140340003641616 140340032040004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10555476 memory=4529 CPUtime=0.43 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) R 8964 8967 29331 0 -1 4202560 326 0 0 0 34 9 0 0 20 0 15 0 96574279 10808807424 152317 33554432000 4194304 4196468 140725568438240 140339653302568 140340039717607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10555476 memory=15816716207125657 CPUtime=0.41 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) R 8964 8967 29331 0 -1 4202560 464 0 0 0 34 7 0 0 20 0 15 0 96574279 10808807424 152317 33554432000 4194304 4196468 140725568438240 140339652250024 140340039717607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10555476 memory=140265042230352 CPUtime=0.43 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) R 8964 8967 29331 0 -1 4202560 372 0 0 0 35 8 0 0 20 0 15 0 96574279 10808807424 152317 33554432000 4194304 4196468 140725568438240 140339651197584 140340031543397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10555476 memory=280530084443376 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 96574280 10808807424 152317 33554432000 4194304 4196468 140725568438240 140339606922080 140340047099605 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0

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

/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 6151 0 0 0 875 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10622040 memory=3525676 CPUtime=9.42 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 5781 0 0 0 874 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10622040 memory=3525676 CPUtime=2.88 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 7989 0 0 0 284 4 0 0 20 0 16 0 96574280 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96574280 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339605870048 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10622040 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 96574281 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339604817408 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10622040 memory=3525676 CPUtime=1.98 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) S 8964 8967 29331 0 -1 1077944384 13003 0 0 0 196 2 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339602712560 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10622040 memory=4128 CPUtime=1.82 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) S 8964 8967 29331 0 -1 1077944384 8647 0 0 0 181 1 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339601660016 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0.36 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 5387 0 0 0 35 1 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10622040 memory=3525676 CPUtime=1.33 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 2371 0 0 0 70 63 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=9063] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/9063/stat : 9063 (java) S 8964 8967 29331 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96575759 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339529626928 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 2415.89 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3525676 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/217 9295
/proc/meminfo: memFree=27414216/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10622040 memory=3525676 CPUtime=2475.92 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 179343 0 0 0 247231 361 0 0 20 0 16 0 96574277 10876968960 881419 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2655510 881419 3169 1 0 2643904 0
[pid=8967/tid=8969] ppid=8964 vsize=10622040 memory=3525676 CPUtime=2429.77 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) R 8964 8967 29331 0 -1 4202560 114006 0 0 0 242955 22 0 0 20 0 16 0 96574278 10876968960 881419 33554432000 4194304 4196468 140725568438240 140340051325328 140339687985744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10622040 memory=3525676 CPUtime=9.37 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 8191 0 0 0 869 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10622040 memory=796 CPUtime=9.45 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 6207 0 0 0 874 71 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10622040 memory=3525676 CPUtime=9.43 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 6151 0 0 0 875 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10622040 memory=3525676 CPUtime=9.42 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 5781 0 0 0 874 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10622040 memory=3525676 CPUtime=2.88 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 8042 0 0 0 284 4 0 0 20 0 16 0 96574280 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96574280 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339605870048 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 96574281 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339604817408 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10622040 memory=3525676 CPUtime=1.98 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) S 8964 8967 29331 0 -1 1077944384 13009 0 0 0 196 2 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339602712560 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10622040 memory=3525676 CPUtime=1.82 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) S 8964 8967 29331 0 -1 1077944384 8652 0 0 0 181 1 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339601660016 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0.36 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 5391 0 0 0 35 1 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10622040 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 2412 0 0 0 72 65 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=9063] ppid=8964 vsize=10622040 memory=3525676 CPUtime=0 cores=0,2,4,6
/proc/8967/task/9063/stat : 9063 (java) S 8964 8967 29331 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96575759 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339529626928 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 2475.92 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3525676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.6 s]
/proc/loadavg: 2.00 2.01 2.13 3/217 9318
/proc/meminfo: memFree=27392408/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10622040 memory=3525676 CPUtime=2520.09 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 182672 0 0 0 251647 362 0 0 20 0 16 0 96574277 10876968960 881419 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2655510 881419 3169 1 0 2643904 0
[pid=8967/tid=8969] ppid=8964 vsize=10622040 memory=7163091027122218608 CPUtime=2472.78 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) R 8964 8967 29331 0 -1 4202560 114764 0 0 0 247256 22 0 0 20 0 16 0 96574278 10876968960 881419 33554432000 4194304 4196468 140725568438240 140340051328352 140339688101563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10622040 memory=8112282956445269571 CPUtime=9.65 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 8418 0 0 0 897 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10622040 memory=4128 CPUtime=9.73 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 6401 0 0 0 902 71 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10622040 memory=2200 CPUtime=9.7 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 7083 0 0 0 902 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10622040 memory=3525676 CPUtime=9.7 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 6747 0 0 0 902 68 0 0 20 0 16 0 96574279 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10622040 memory=3525676 CPUtime=2.88 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 8292 0 0 0 284 4 0 0 20 0 16 0 96574280 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10622040 memory=7162254350344021096 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96574280 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339605870048 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10622040 memory=7162254350344021096 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 96574281 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339604817408 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10622040 memory=7163091027122218608 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10622040 memory=8112282956445269571 CPUtime=1.98 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) S 8964 8967 29331 0 -1 1077944384 13009 0 0 0 196 2 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339602712560 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10622040 memory=4384 CPUtime=1.83 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) S 8964 8967 29331 0 -1 1077944384 8652 0 0 0 181 2 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339601660016 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10622040 memory=932 CPUtime=0.36 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 5391 0 0 0 35 1 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10622040 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10622040 memory=3525676 CPUtime=1.4 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 2414 0 0 0 73 67 0 0 20 0 16 0 96574283 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=9063] ppid=8964 vsize=10622040 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8967/task/9063/stat : 9063 (java) S 8964 8967 29331 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96575759 10876968960 881419 33554432000 4194304 4196468 140725568438240 140339529626928 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3525676 KiB

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

[startup+2485.87 s]
# the end of solver process 8967 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.54 s, system=3.64835 s

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

[startup+2485.8 s]
/proc/loadavg: 2.00 2.01 2.13 3/217 9318
/proc/meminfo: memFree=27392408/32770624 swapFree=67108860/67108860
[pid=8967] ppid=8964 vsize=10821732 memory=3525896 CPUtime=2520.1 cores=0,2,4,6
/proc/8967/stat : 8967 (java) S 8964 8967 29331 0 -1 1077944320 183371 0 0 0 251648 362 0 0 20 0 17 0 96574277 11081453568 881474 33554432000 4194304 4196468 140725568438240 140725568420784 140340047089399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
/proc/8967/statm: 2705433 881474 3171 1 0 2693827 0
[pid=8967/tid=8969] ppid=8964 vsize=10821732 memory=1728 CPUtime=2472.8 cores=0,2,4,6
/proc/8967/task/8969/stat : 8969 (java) S 8964 8967 29331 0 -1 1077944384 114809 0 0 0 247258 22 0 0 20 0 17 0 96574278 11081453568 881474 33554432000 4194304 4196468 140725568438240 140340051332272 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8970] ppid=8964 vsize=10821732 memory=1720 CPUtime=9.65 cores=0,2,4,6
/proc/8967/task/8970/stat : 8970 (java) S 8964 8967 29331 0 -1 1077944384 8418 0 0 0 897 68 0 0 20 0 17 0 96574279 11081453568 881474 33554432000 4194304 4196468 140725568438240 140340003641616 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8971] ppid=8964 vsize=10821732 memory=8112282956445269571 CPUtime=9.73 cores=0,2,4,6
/proc/8967/task/8971/stat : 8971 (java) S 8964 8967 29331 0 -1 1077944384 6401 0 0 0 902 71 0 0 20 0 17 0 96574279 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339653302672 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8972] ppid=8964 vsize=10821732 memory=1720 CPUtime=9.7 cores=0,2,4,6
/proc/8967/task/8972/stat : 8972 (java) S 8964 8967 29331 0 -1 1077944384 7083 0 0 0 902 68 0 0 20 0 17 0 96574279 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339652250128 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8973] ppid=8964 vsize=10821732 memory=1008 CPUtime=9.7 cores=0,2,4,6
/proc/8967/task/8973/stat : 8973 (java) S 8964 8967 29331 0 -1 1077944384 6747 0 0 0 902 68 0 0 20 0 17 0 96574279 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339651197584 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8974] ppid=8964 vsize=10821732 memory=1928 CPUtime=2.88 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (java) S 8964 8967 29331 0 -1 1077944384 8295 0 0 0 284 4 0 0 20 0 17 0 96574280 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339606923760 140340047100546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8975] ppid=8964 vsize=10821732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8975/stat : 8975 (java) S 8964 8967 29331 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 96574280 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339605870048 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8976] ppid=8964 vsize=10821732 memory=8564 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8976/stat : 8976 (java) S 8964 8967 29331 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 96574281 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339604817408 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8977] ppid=8964 vsize=10821732 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8977/stat : 8977 (java) S 8964 8967 29331 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 96574283 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339603765968 140340047107995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8978] ppid=8964 vsize=10821732 memory=4616 CPUtime=1.98 cores=0,2,4,6
/proc/8967/task/8978/stat : 8978 (java) S 8964 8967 29331 0 -1 1077944384 13009 0 0 0 196 2 0 0 20 0 17 0 96574283 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339602712560 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8979] ppid=8964 vsize=10821732 memory=1228 CPUtime=1.83 cores=0,2,4,6
/proc/8967/task/8979/stat : 8979 (java) S 8964 8967 29331 0 -1 1077944384 8652 0 0 0 181 2 0 0 20 0 17 0 96574283 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339601660016 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8980] ppid=8964 vsize=10821732 memory=10928 CPUtime=0.36 cores=0,2,4,6
/proc/8967/task/8980/stat : 8980 (java) S 8964 8967 29331 0 -1 1077944384 5610 0 0 0 35 1 0 0 20 0 17 0 96574283 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339532785904 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8982] ppid=8964 vsize=10821732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8982/stat : 8982 (java) S 8964 8967 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574283 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339531733600 140340047099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
[pid=8967/tid=8984] ppid=8964 vsize=10821732 memory=1424 CPUtime=1.4 cores=0,2,4,6
/proc/8967/task/8984/stat : 8984 (java) S 8964 8967 29331 0 -1 1077944384 2414 0 0 0 73 67 0 0 20 0 17 0 96574283 11081453568 881474 33554432000 4194304 4196468 140725568438240 140339530681136 140340047100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10711040 140725568439430 140725568439583 140725568439583 140725568442319 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3525896 KiB

Child status: 143
Real time (s): 2485.87
CPU time (s): 2520.19
CPU user time (s): 2516.54
CPU system time (s): 3.64835
CPU usage (%): 101.381
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3525896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.64835
maximum resident set size= 3526376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57033
involuntary context switches= 3119


# summary of solver processes directly reported to runsolver:
#   pid: 8967
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2516.54
#   total CPU system time (s): 3.64835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9407 second user time and 23.7948 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 16:20:07
IDJOB=4262840
IDBENCH=137387
IDSOLVER=2651
FILE ID=node115/4262840-1502634865
RUNJOBID= node115-1502624021-7817
PBS_JOBID= 20628301
Free space on /tmp= 61812 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w4b2r4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262840-1502634865/watcher-4262840-1502634865 -o /tmp/evaluation-result-4262840-1502634865/solver-4262840-1502634865 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262840-1502634865.xml

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

MD5SUM BENCH= 6d00557b853b2556046a5f6541eccb2e
RANDOM SEED=2072424415

node115.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.69
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.69
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.69
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.69
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:        29590696 kB
MemAvailable:   29913676 kB
Buffers:          122324 kB
Cached:           487064 kB
SwapCached:            0 kB
Active:          2533748 kB
Inactive:         199852 kB
Active(anon):    2072716 kB
Inactive(anon):    79404 kB
Active(file):     461032 kB
Inactive(file):   120448 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       2130408 kB
Mapped:            55232 kB
Shmem:             25224 kB
Slab:             140208 kB
SReclaimable:     114672 kB
SUnreclaim:        25536 kB
KernelStack:        3552 kB
PageTables:         9748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2666664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1986560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61812 MiB
End job on node115 at 2017-08-13 17:01:33