Trace number 4263221

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1599 2456.6599

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-56-088-33-21-12.xml
MD5SUMc2adb9bb53a9a2c8aa0955885a9b571a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables280896
Number of constraints137205
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":140448}]
Minimum variable degree0
Maximum variable degree58
Distribution of variable degrees[{"degree":0,"count":140448},{"degree":2,"count":135520},{"degree":58,"count":4928}]
Minimum constraint arity3
Maximum constraint arity4928
Distribution of constraint arities[{"arity":3,"count":135520},{"arity":56,"count":88},{"arity":88,"count":1596},{"arity":4928,"count":1}]
Number of extensional constraints0
Number of intensional constraints135520
Distribution of constraint types[{"type":"intension","count":135520},{"type":"lex","count":1},{"type":"sum","count":1684}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263221-1502622893/watcher-4263221-1502622893 -o /tmp/evaluation-result-4263221-1502622893/solver-4263221-1502622893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263221-1502622893.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=5688, runsolver pid=5685

[startup+0.102662 s]*
/proc/loadavg: 2.11 2.40 2.66 4/217 5703
/proc/meminfo: memFree=30772148/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10555400 memory=29932 CPUtime=0.13 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 6545 0 0 0 11 2 0 0 20 0 15 0 95377002 10808729600 7483 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2638850 7483 2819 1 0 2627263 0
[pid=5688/tid=5690] ppid=5685 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) R 5685 5688 32402 0 -1 4202560 4406 0 0 0 8 1 0 0 20 0 15 0 95377003 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906863499200 139906843358558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906417955872 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906416903024 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) S 5685 5688 32402 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906414799728 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906413746928 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0.02 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) S 5685 5688 32402 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 95377008 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 7483 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29932 KiB

[startup+0.214915 s]*
/proc/loadavg: 2.11 2.40 2.66 6/217 5703
/proc/meminfo: memFree=30763720/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10555400 memory=42588 CPUtime=0.35 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 8187 0 0 0 32 3 0 0 20 0 15 0 95377002 10808729600 10647 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2638850 10647 3001 1 0 2627263 0
[pid=5688/tid=5690] ppid=5685 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) R 5685 5688 32402 0 -1 4202560 5004 0 0 0 18 2 0 0 20 0 15 0 95377003 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906863515808 139906496173664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10555400 memory=288370712387667584 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906417955872 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906416903024 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) R 5685 5688 32402 0 -1 4202560 667 0 0 0 3 0 0 0 20 0 15 0 95377008 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906414789840 139906859291935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) R 5685 5688 32402 0 -1 4202560 265 0 0 0 2 0 0 0 20 0 15 0 95377008 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906413733472 139906836546001 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0.07 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) R 5685 5688 32402 0 -1 4202560 888 0 0 0 7 0 0 0 20 0 15 0 95377008 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906345064896 139906838572183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10555400 memory=140336235955840 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 10647 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42588 KiB

[startup+0.310956 s]*
/proc/loadavg: 2.11 2.40 2.66 5/217 5703
/proc/meminfo: memFree=30743728/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10555400 memory=61724 CPUtime=0.64 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 9876 0 0 0 61 3 0 0 20 0 15 0 95377002 10808729600 15431 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2638850 15431 3031 1 0 2627263 0
[pid=5688/tid=5690] ppid=5685 vsize=10555400 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) R 5685 5688 32402 0 -1 4202560 5012 0 0 0 28 2 0 0 20 0 15 0 95377003 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906863515808 139906859299997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10555400 memory=140336236013856 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10555400 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95377003 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10555400 memory=140336236020768 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906417955872 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95377005 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906416903024 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10555400 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) R 5685 5688 32402 0 -1 4202560 1456 0 0 0 13 0 0 0 20 0 15 0 95377008 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906414780744 139906839916656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10555400 memory=140336110358031 CPUtime=0.11 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) R 5685 5688 32402 0 -1 4202560 766 0 0 0 11 0 0 0 20 0 15 0 95377008 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906413727944 139906851567520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10555400 memory=140336235960803 CPUtime=0.09 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) R 5685 5688 32402 0 -1 1077944384 1279 0 0 0 9 0 0 0 20 0 15 0 95377008 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10555400 memory=140336110362575 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10555400 memory=280672346335168 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377008 10808729600 15431 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 61724 KiB

[startup+0.700961 s]
/proc/loadavg: 2.11 2.40 2.66 3/217 5703
/proc/meminfo: memFree=30684712/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10555476 memory=238724 CPUtime=1.64 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 11534 0 0 0 153 11 0 0 20 0 15 0 95377002 10808807424 59681 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2638869 59681 3060 1 0 2627263 0
[pid=5688/tid=5690] ppid=5685 vsize=10555476 memory=2372 CPUtime=0.62 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) S 5685 5688 32402 0 -1 1077944384 5685 0 0 0 58 4 0 0 20 0 15 0 95377003 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906863516688 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10555476 memory=6872598998417432672 CPUtime=0.04 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) R 5685 5688 32402 0 -1 4202560 42 0 0 0 3 1 0 0 20 0 15 0 95377003 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906465586520 139906844306330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10555476 memory=1200 CPUtime=0.03 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) R 5685 5688 32402 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 15 0 95377003 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906464533720 139906844305490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10555476 memory=15872 CPUtime=0.03 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) R 5685 5688 32402 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 15 0 95377003 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906463480608 139906844305490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10555476 memory=15548 CPUtime=0.04 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) R 5685 5688 32402 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 15 0 95377003 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906462428120 139906844305490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 95377005 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906419008416 139906859288277 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95377005 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906417955872 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95377005 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906416903024 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10555476 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) S 5685 5688 32402 0 -1 1077944384 1474 0 0 0 35 0 0 0 20 0 15 0 95377008 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906414784720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) S 5685 5688 32402 0 -1 1077944384 1426 0 0 0 29 0 0 0 20 0 15 0 95377008 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906413746928 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10555476 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) S 5685 5688 32402 0 -1 1077944384 1442 0 0 0 16 0 0 0 20 0 15 0 95377008 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95377008 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95377008 10808807424 59681 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 238724 KiB

[startup+1.50073 s]
/proc/loadavg: 2.34 2.44 2.67 6/217 5703
/proc/meminfo: memFree=30497976/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10555476 memory=456452 CPUtime=3.89 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 15100 0 0 0 362 27 0 0 20 0 15 0 95377002 10808807424 114113 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2638869 114113 3124 1 0 2627263 0
[pid=5688/tid=5690] ppid=5685 vsize=10555476 memory=3467834622270125370 CPUtime=1.3 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) R 5685 5688 32402 0 -1 4202560 5875 0 0 0 124 6 0 0 20 0 15 0 95377003 10808807424 114113 33554432000 4194304 4196468 140731451052224 139906863513776 139906496409888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10555476 memory=267944 CPUtime=0.16 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 214 0 0 0 12 4 0 0 20 0 15 0 95377003 10808807424 114113 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10555476 memory=2241 CPUtime=0.15 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 148 0 0 0 11 4 0 0 20 0 15 0 95377003 10808807424 114113 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10555476 memory=1200 CPUtime=0.12 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 115 0 0 0 9 3 0 0 20 0 15 0 95377003 10808807424 114113 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10555476 memory=15872 CPUtime=0.17 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 144 0 0 0 12 5 0 0 20 0 15 0 95377003 10808807424 114113 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10555476 memory=15548 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95377005 10808807424 114113 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0

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

/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 270299 0 1 0 1632 75 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10624088 memory=6084692 CPUtime=17.16 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 270115 0 0 0 1642 74 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10624088 memory=6084692 CPUtime=5.04 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 32796 0 0 0 499 5 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10624088 memory=302304362032791851 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906417955936 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10624088 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906416903040 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10624088 memory=6084692 CPUtime=4.77 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) S 5685 5688 32402 0 -1 1077944384 20060 0 0 0 473 4 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906414799728 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10624088 memory=6084692 CPUtime=5.39 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) S 5685 5688 32402 0 -1 1077944384 24203 0 0 0 536 3 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906413746928 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0.74 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) S 5685 5688 32402 0 -1 1077944384 9107 0 0 0 72 2 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10624088 memory=4100 CPUtime=1.76 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 3821 0 0 0 84 92 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5809] ppid=5685 vsize=10624088 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5809/stat : 5809 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95385975 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906339812272 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 2445.91 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 6084692 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/218 5881
/proc/meminfo: memFree=23156684/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10624088 memory=6084692 CPUtime=2505.94 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 1657906 0 1 0 250136 458 0 0 20 0 16 0 95377002 10879066112 1521173 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2656022 1521173 3184 1 0 2644416 0
[pid=5688/tid=5690] ppid=5685 vsize=10624088 memory=6084692 CPUtime=2419.58 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) R 5685 5688 32402 0 -1 4202560 479505 0 0 0 241885 73 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906863514696 139906499630953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10624088 memory=4100 CPUtime=17.19 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 267503 0 0 0 1647 72 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10624088 memory=6084692 CPUtime=17.12 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 278937 0 0 0 1637 75 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10624088 memory=302304362032791851 CPUtime=17.07 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 270299 0 1 0 1632 75 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10624088 memory=6084692 CPUtime=17.16 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 270115 0 0 0 1642 74 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10624088 memory=6084692 CPUtime=5.04 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 32806 0 0 0 499 5 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906417955936 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906416903040 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10624088 memory=6084692 CPUtime=4.77 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) S 5685 5688 32402 0 -1 1077944384 20069 0 0 0 473 4 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906414799728 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10624088 memory=3264 CPUtime=5.39 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) S 5685 5688 32402 0 -1 1077944384 24209 0 0 0 536 3 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906413746928 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10624088 memory=6084692 CPUtime=0.74 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) S 5685 5688 32402 0 -1 1077944384 9113 0 0 0 72 2 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10624088 memory=12068 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10624088 memory=6084692 CPUtime=1.8 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 3862 0 0 0 86 94 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5809] ppid=5685 vsize=10624088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5809/stat : 5809 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95385975 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906339812272 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 2505.94 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 6084692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.4 s]
/proc/loadavg: 2.00 2.01 2.09 3/218 5881
/proc/meminfo: memFree=23156684/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10624088 memory=6084692 CPUtime=2520.06 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 1658091 0 1 0 251547 459 0 0 20 0 16 0 95377002 10879066112 1521173 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2656022 1521173 3184 1 0 2644416 0
[pid=5688/tid=5690] ppid=5685 vsize=10624088 memory=840 CPUtime=2433.68 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) R 5685 5688 32402 0 -1 4202560 479688 0 0 0 243295 73 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906863514696 139906496409668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10624088 memory=2536 CPUtime=17.19 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 267503 0 0 0 1647 72 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10624088 memory=2880 CPUtime=17.12 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 278937 0 0 0 1637 75 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10624088 memory=1160 CPUtime=17.07 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 270299 0 1 0 1632 75 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10624088 memory=3340 CPUtime=17.16 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 270115 0 0 0 1642 74 0 0 20 0 16 0 95377003 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10624088 memory=6084692 CPUtime=5.04 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 32806 0 0 0 499 5 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10624088 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906417955936 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10624088 memory=3264 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 95377005 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906416903040 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10624088 memory=2429952 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10624088 memory=8112282956445269571 CPUtime=4.77 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) S 5685 5688 32402 0 -1 1077944384 20069 0 0 0 473 4 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906414799728 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10624088 memory=960 CPUtime=5.39 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) S 5685 5688 32402 0 -1 1077944384 24209 0 0 0 536 3 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906413746928 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10624088 memory=4388 CPUtime=0.74 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) S 5685 5688 32402 0 -1 1077944384 9113 0 0 0 72 2 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10624088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10624088 memory=932 CPUtime=1.81 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 3864 0 0 0 86 95 0 0 20 0 16 0 95377008 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5809] ppid=5685 vsize=10624088 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5809/stat : 5809 (java) S 5685 5688 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95385975 10879066112 1521173 33554432000 4194304 4196468 140731451052224 139906339812272 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 6084692 KiB

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

[startup+2456.66 s]
# the end of solver process 5688 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.53 s, system=4.62896 s

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

[startup+2456.6 s]
/proc/loadavg: 2.00 2.01 2.09 3/218 5881
/proc/meminfo: memFree=23156684/32770624 swapFree=67108860/67108860
[pid=5688] ppid=5685 vsize=10823780 memory=6084988 CPUtime=2520.09 cores=0,2,4,6
/proc/5688/stat : 5688 (java) S 5685 5688 32402 0 -1 1077944320 1659750 0 1 0 251550 459 0 0 20 0 17 0 95377002 11083550720 1521247 33554432000 4194304 4196468 140731451052224 140731451034768 139906859278071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
/proc/5688/statm: 2705945 1521247 3186 1 0 2694339 0
[pid=5688/tid=5690] ppid=5685 vsize=10823780 memory=4124 CPUtime=2433.7 cores=0,2,4,6
/proc/5688/task/5690/stat : 5690 (java) S 5685 5688 32402 0 -1 1077944384 480146 0 0 0 243297 73 0 0 20 0 17 0 95377003 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906863520944 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5691] ppid=5685 vsize=10823780 memory=2196 CPUtime=17.19 cores=0,2,4,6
/proc/5688/task/5691/stat : 5691 (java) S 5685 5688 32402 0 -1 1077944384 267503 0 0 0 1647 72 0 0 20 0 17 0 95377003 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906465586320 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5692] ppid=5685 vsize=10823780 memory=6764 CPUtime=17.12 cores=0,2,4,6
/proc/5688/task/5692/stat : 5692 (java) S 5685 5688 32402 0 -1 1077944384 278937 0 0 0 1637 75 0 0 20 0 17 0 95377003 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906464533520 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5693] ppid=5685 vsize=10823780 memory=840 CPUtime=17.07 cores=0,2,4,6
/proc/5688/task/5693/stat : 5693 (java) S 5685 5688 32402 0 -1 1077944384 270299 0 1 0 1632 75 0 0 20 0 17 0 95377003 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906463480720 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5694] ppid=5685 vsize=10823780 memory=2536 CPUtime=17.16 cores=0,2,4,6
/proc/5688/task/5694/stat : 5694 (java) S 5685 5688 32402 0 -1 1077944384 270115 0 0 0 1642 74 0 0 20 0 17 0 95377003 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906462427920 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5695] ppid=5685 vsize=10823780 memory=1224 CPUtime=5.04 cores=0,2,4,6
/proc/5688/task/5695/stat : 5695 (java) S 5685 5688 32402 0 -1 1077944384 32841 0 0 0 499 5 0 0 20 0 17 0 95377005 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906419009904 139906859289218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5696] ppid=5685 vsize=10823780 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5696/stat : 5696 (java) S 5685 5688 32402 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 95377005 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906417955936 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5697] ppid=5685 vsize=10823780 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5697/stat : 5697 (java) S 5685 5688 32402 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 95377005 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906416903040 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5698] ppid=5685 vsize=10823780 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5698/stat : 5698 (java) S 5685 5688 32402 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 17 0 95377008 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906415851344 139906859296667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5699] ppid=5685 vsize=10823780 memory=1004 CPUtime=4.77 cores=0,2,4,6
/proc/5688/task/5699/stat : 5699 (java) S 5685 5688 32402 0 -1 1077944384 20069 0 0 0 473 4 0 0 20 0 17 0 95377008 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906414799728 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5700] ppid=5685 vsize=10823780 memory=1200 CPUtime=5.39 cores=0,2,4,6
/proc/5688/task/5700/stat : 5700 (java) S 5685 5688 32402 0 -1 1077944384 24565 0 0 0 536 3 0 0 20 0 17 0 95377008 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906413746928 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5701] ppid=5685 vsize=10823780 memory=15872 CPUtime=0.74 cores=0,2,4,6
/proc/5688/task/5701/stat : 5701 (java) S 5685 5688 32402 0 -1 1077944384 9295 0 0 0 72 2 0 0 20 0 17 0 95377008 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906345069168 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5702] ppid=5685 vsize=10823780 memory=15572 CPUtime=0 cores=0,2,4,6
/proc/5688/task/5702/stat : 5702 (java) S 5685 5688 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95377008 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906344016608 139906859288277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
[pid=5688/tid=5703] ppid=5685 vsize=10823780 memory=4052 CPUtime=1.81 cores=0,2,4,6
/proc/5688/task/5703/stat : 5703 (java) S 5685 5688 32402 0 -1 1077944384 3864 0 0 0 86 95 0 0 20 0 17 0 95377008 11083550720 1521247 33554432000 4194304 4196468 140731451052224 139906342963888 139906859289218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 17612800 140731451053190 140731451053343 140731451053343 140731451056079 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10823780 KiB
Current children cumulated memory: 6084988 KiB

Child status: 143
Real time (s): 2456.66
CPU time (s): 2520.16
CPU user time (s): 2515.53
CPU system time (s): 4.62896
CPU usage (%): 102.585
Max. virtual memory (cumulated for all children) (KiB): 10823780
Max. memory (cumulated for all children) (KiB): 6084988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.53
system time used= 4.62896
maximum resident set size= 6085104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1660243
page faults= 1
swaps= 0
block input operations= 384
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65428
involuntary context switches= 2368


# summary of solver processes directly reported to runsolver:
#   pid: 5688
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2515.53
#   total CPU system time (s): 4.62896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4925 second user time and 24.2522 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 13:00:35
IDJOB=4263221
IDBENCH=123941
IDSOLVER=2651
FILE ID=node113/4263221-1502622893
RUNJOBID= node113-1502615983-3943
PBS_JOBID= 20628303
Free space on /tmp= 61780 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-56-088-33-21-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263221-1502622893/watcher-4263221-1502622893 -o /tmp/evaluation-result-4263221-1502622893/solver-4263221-1502622893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263221-1502622893.xml

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

MD5SUM BENCH= c2adb9bb53a9a2c8aa0955885a9b571a
RANDOM SEED=819021496

node113.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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30791136 kB
MemAvailable:   31111244 kB
Buffers:          107100 kB
Cached:           499520 kB
SwapCached:            0 kB
Active:          1387236 kB
Inactive:         151012 kB
Active(anon):     881460 kB
Inactive(anon):    77700 kB
Active(file):     505776 kB
Inactive(file):    73312 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8752 kB
Writeback:           264 kB
AnonPages:        937496 kB
Mapped:            54896 kB
Shmem:             25224 kB
Slab:             139684 kB
SReclaimable:     113708 kB
SUnreclaim:        25976 kB
KernelStack:        3520 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2316772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61776 MiB
End job on node113 at 2017-08-13 13:41:32