Trace number 4263231

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.1001 2514.6499

General information on the benchmark

NameBibd/Bibd-sum-sym/
Bibd-sum-09-084-28-03-07.xml
MD5SUM861dcf4d41da694b9fafa61d8399bea0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.5899401
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints130
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":756}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":756}]
Minimum constraint arity9
Maximum constraint arity756
Distribution of constraint arities[{"arity":9,"count":84},{"arity":84,"count":9},{"arity":168,"count":36},{"arity":756,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":129}]
Optimization problemNO
Type of objective

Solver Data

3.63/1.79	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.63/1.79	c This is free software under the dual EPL/GNU LGPL licenses.
3.63/1.79	c See www.sat4j.org for details.
3.63/1.79	c That software uses the Rhino library from the Mozilla project.
3.63/1.79	c version CUSTOM.v20170705
3.63/1.79	c java.runtime.name	Java(TM) SE Runtime Environment
3.63/1.79	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.63/1.79	c java.vm.version	25.131-b11
3.63/1.79	c java.vm.vendor	Oracle Corporation
3.63/1.79	c sun.arch.data.model	64
3.63/1.79	c java.version		1.8.0_131
3.63/1.79	c os.name		Linux
3.63/1.79	c os.version		3.10.0-514.16.1.el7.x86_64
3.63/1.79	c os.arch		amd64
3.63/1.79	c Free memory 		499604488
3.63/1.79	c Max memory 		7247757312
3.63/1.79	c Total memory 		504889344
3.63/1.79	c Number of processors 	4
3.63/1.79	c c --- Begin Solver configuration ---
3.63/1.79	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.63/1.79	c Learn all clauses as in MiniSAT
3.63/1.79	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.63/1.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.63/1.79	c No reason simplification
3.63/1.79	c Glucose 2.1 dynamic restart strategy
3.63/1.79	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.63/1.79	c timeout=2147483s
3.63/1.79	c DB Simplification allowed=false
3.63/1.79	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.63/1.79	c --- End Solver configuration ---
3.63/1.79	c constraints type 
3.63/1.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 1512
3.63/1.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4665
3.63/1.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 598694
3.63/1.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 440
3.63/1.79	c 605311 constraints processed.
2520.05/2514.60	c starts		: 256
2520.05/2514.60	c conflicts		: 2466741
2520.05/2514.60	c decisions		: 2570276
2520.05/2514.60	c propagations		: 4815567476
2520.05/2514.60	c inspects		: 39426737937
2520.05/2514.60	c shortcuts		: 0
2520.05/2514.60	c learnt literals	: 34
2520.05/2514.60	c learnt binary clauses	: 1569
2520.05/2514.60	c learnt ternary clauses	: 1653
2520.05/2514.60	c learnt constraints	: 2466707
2520.05/2514.60	c ignored constraints	: 0
2520.05/2514.60	c root simplifications	: 0
2520.05/2514.60	c removed literals (reason simplification)	: 0
2520.05/2514.60	c reason swapping (by a shorter reason)	: 0
2520.05/2514.60	c Calls to reduceDB	: 65
2520.05/2514.60	c Number of update (reduction) of LBD	: 170
2520.05/2514.60	c Imported unit clauses	: 0
2520.05/2514.60	c number of reductions to clauses (during analyze)	: 0
2520.05/2514.60	c number of learned constraints concerned by reduction	: 0
2520.05/2514.60	c number of learning phase by resolution	: 0
2520.05/2514.60	c number of learning phase by cutting planes	: 0
2520.05/2514.60	c number of rounding to 1 operations	: 0
2520.05/2514.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.05/2514.60	c number of reductions of the coefficients by power 2 	: 0
2520.05/2514.60	c number of right shift for reduction by power 2 	: 0
2520.05/2514.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.05/2514.60	c speed (assignments/second)	: 1916434.0125956363
2520.05/2514.60	c non guided choices	45830
2520.05/2514.63	c learnt constraints type 
2520.05/2514.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1569
2520.05/2514.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128175
2520.05/2514.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 (15370 MiB free)
  memory of node 1: 16384 MiB (14831 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263231-1502622816/watcher-4263231-1502622816 -o /tmp/evaluation-result-4263231-1502622816/solver-4263231-1502622816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263231-1502622816.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=4822, runsolver pid=4819

[startup+0.100177 s]*
/proc/loadavg: 2.25 2.41 2.72 3/216 4837
/proc/meminfo: memFree=30907684/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10555400 memory=31056 CPUtime=0.12 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 6812 0 0 0 11 1 0 0 20 0 15 0 95369386 10808729600 7764 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2638850 7764 2809 1 0 2627263 0
[pid=4822/tid=4824] ppid=4819 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 4662 0 0 0 8 1 0 0 20 0 15 0 95369386 10808729600 7764 33554432000 4194304 4196468 140728754172432 140366551292224 140366531151198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10555400 memory=5793855834255026617 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 7764 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 7764 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 7764 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 7764 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95369388 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95369389 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365783876896 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95369389 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365782824560 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) S 4819 4822 1335 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365780719728 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365779666928 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0.01 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) R 4819 4822 1335 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 95369391 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365778614640 140366526029347 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369392 10808729600 7764 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31056 KiB

[startup+0.210557 s]*
/proc/loadavg: 2.25 2.41 2.72 3/216 4837
/proc/meminfo: memFree=30899108/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10555400 memory=39500 CPUtime=0.29 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 8033 0 0 0 27 2 0 0 20 0 15 0 95369386 10808729600 9875 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2638850 9875 2894 1 0 2627263 0
[pid=4822/tid=4824] ppid=4819 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 5247 0 0 0 19 1 0 0 20 0 15 0 95369386 10808729600 9875 33554432000 4194304 4196468 140728754172432 140366551294928 140366183140324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10555400 memory=4211974309449923978 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 9875 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 9875 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 9875 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808729600 9875 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95369388 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95369389 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365783876896 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95369389 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365782824560 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) S 4819 4822 1335 0 -1 1077944384 514 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365780719728 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) S 4819 4822 1335 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 95369391 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365779666928 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0.06 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) R 4819 4822 1335 0 -1 4202560 790 0 0 0 6 0 0 0 20 0 15 0 95369391 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365778614640 140366525775448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10555400 memory=140583245133440 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369392 10808729600 9875 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39500 KiB

[startup+0.320107 s]*
/proc/loadavg: 2.25 2.41 2.72 4/216 4837
/proc/meminfo: memFree=30892904/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10555476 memory=46832 CPUtime=0.55 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 8757 0 0 0 52 3 0 0 20 0 15 0 95369386 10808807424 11708 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2638869 11708 3041 1 0 2627263 0
[pid=4822/tid=4824] ppid=4819 vsize=10555476 memory=7377246124687064083 CPUtime=0.31 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 5640 0 0 0 29 2 0 0 20 0 15 0 95369386 10808807424 11708 33554432000 4194304 4196468 140728754172432 140366551308800 140366185242016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10555476 memory=4211974309449923978 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95369387 10808807424 11708 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10555476 memory=140583245135612 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808807424 11708 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10555476 memory=140583138079523 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808807424 11708 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10555476 memory=140583138086351 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369387 10808807424 11708 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10555476 memory=140583245135792 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95369388 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10555476 memory=140583138095535 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95369389 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365783876896 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10555476 memory=281166276181904 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95369389 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365782824560 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10555476 memory=281166276179600 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) R 4819 4822 1335 0 -1 4202560 639 0 0 0 5 0 0 0 20 0 15 0 95369391 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365780719728 140366526924360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) R 4819 4822 1335 0 -1 4202560 207 0 0 0 4 0 0 0 20 0 15 0 95369391 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365779666928 140366528605160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10555476 memory=140583245133440 CPUtime=0.13 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) S 4819 4822 1335 0 -1 1077944384 907 0 0 0 13 0 0 0 20 0 15 0 95369391 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365778613824 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10555476 memory=140583245133440 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369392 10808807424 11708 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46832 KiB

[startup+0.708096 s]
/proc/loadavg: 2.25 2.41 2.72 5/216 4837
/proc/meminfo: memFree=30836736/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10555476 memory=227564 CPUtime=1.75 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 12836 0 0 0 164 11 0 0 20 0 15 0 95369386 10808807424 56891 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2638869 56891 3106 1 0 2627263 0
[pid=4822/tid=4824] ppid=4819 vsize=10555476 memory=8532 CPUtime=0.63 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 5943 0 0 0 59 4 0 0 20 0 15 0 95369386 10808807424 56891 33554432000 4194304 4196468 140728754172432 140366551292544 140366185259830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10555476 memory=4616 CPUtime=0.04 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 95369387 10808807424 56891 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10555476 memory=2241 CPUtime=0.03 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 15 0 95369387 10808807424 56891 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10555476 memory=2244 CPUtime=0.04 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 20 0 0 0 3 1 0 0 20 0 15 0 95369387 10808807424 56891 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10555476 memory=1004 CPUtime=0.03 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 95369387 10808807424 56891 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95369388 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95369389 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365783876896 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95369389 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365782824560 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10555476 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10555476 memory=1436 CPUtime=0.36 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) R 4819 4822 1335 0 -1 4202560 2437 0 0 0 36 0 0 0 20 0 15 0 95369391 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365780705752 140366528590763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10555476 memory=1200 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) R 4819 4822 1335 0 -1 4202560 1686 0 0 0 32 1 0 0 20 0 15 0 95369391 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365779651808 140366530973812 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10555476 memory=15872 CPUtime=0.23 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) R 4819 4822 1335 0 -1 4202560 1220 0 0 0 23 0 0 0 20 0 15 0 95369391 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365778614640 140366531151198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95369391 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10555476 memory=16472 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95369392 10808807424 56891 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 227564 KiB

[startup+1.50114 s]
/proc/loadavg: 2.25 2.41 2.72 5/216 4837
/proc/meminfo: memFree=30651956/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10555476 memory=435396 CPUtime=3.38 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 13780 0 0 0 315 23 0 0 20 0 15 0 95369386 10808807424 108849 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2638869 108849 3133 1 0 2627263 0
[pid=4822/tid=4824] ppid=4819 vsize=10555476 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 6009 0 0 0 126 5 0 0 20 0 15 0 95369386 10808807424 108849 33554432000 4194304 4196468 140728754172432 140366551308456 140366186566558 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10555476 memory=664970774370811553 CPUtime=0.15 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 156 0 0 0 12 3 0 0 20 0 15 0 95369387 10808807424 108849 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10555476 memory=667957 CPUtime=0.12 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 144 0 0 0 9 3 0 0 20 0 15 0 95369387 10808807424 108849 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10555476 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 222 0 0 0 11 3 0 0 20 0 15 0 95369387 10808807424 108849 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10555476 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 148 0 0 0 10 4 0 0 20 0 15 0 95369387 10808807424 108849 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10555476 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95369388 10808807424 108849 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0

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

/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 868 0 0 0 24 9 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 419 0 0 0 23 10 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.06 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 1359 0 0 0 3 3 0 0 20 0 16 0 95369388 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95369389 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365783876960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10622040 memory=140583138669344 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95369389 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365782824576 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10622040 memory=895516 CPUtime=1.39 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) S 4819 4822 1335 0 -1 1077944384 9045 0 0 0 138 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365780719728 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10622040 memory=895516 CPUtime=1.24 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) S 4819 4822 1335 0 -1 1077944384 5821 0 0 0 123 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365779666928 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.36 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) S 4819 4822 1335 0 -1 1077944384 2522 0 0 0 35 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365778614640 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10622040 memory=895516 CPUtime=1.46 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1242 0 0 0 69 77 0 0 20 0 16 0 95369392 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4838] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4838/stat : 4838 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95369569 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365775455408 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 2447.89 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 895516 KiB

[startup+2502.3 s]
/proc/loadavg: 1.75 1.85 2.00 3/218 5182
/proc/meminfo: memFree=30697632/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10622040 memory=895516 CPUtime=2507.93 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 42391 0 0 0 250679 114 0 0 20 0 16 0 95369386 10876968960 223879 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2655510 223879 3153 1 0 2643904 0
[pid=4822/tid=4824] ppid=4819 vsize=10622040 memory=895516 CPUtime=2501.98 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 17272 0 0 0 250188 10 0 0 20 0 16 0 95369386 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366551309696 140366187389342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.35 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 1858 0 0 0 26 9 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.31 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 545 0 0 0 23 8 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 868 0 0 0 24 9 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 419 0 0 0 23 10 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10622040 memory=281166276154464 CPUtime=0.06 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 1366 0 0 0 3 3 0 0 20 0 16 0 95369388 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95369389 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365783876960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10622040 memory=33 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95369389 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365782824576 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10622040 memory=895516 CPUtime=1.39 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) S 4819 4822 1335 0 -1 1077944384 9047 0 0 0 138 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365780719728 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10622040 memory=4132 CPUtime=1.24 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) S 4819 4822 1335 0 -1 1077944384 5829 0 0 0 123 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365779666928 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.36 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) S 4819 4822 1335 0 -1 1077944384 2524 0 0 0 35 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365778614640 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10622040 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10622040 memory=895516 CPUtime=1.49 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1274 0 0 0 71 78 0 0 20 0 16 0 95369392 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4838] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4838/stat : 4838 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95369569 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365775455408 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 2507.93 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 895516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.4 s]
/proc/loadavg: 1.80 1.86 2.00 3/218 5182
/proc/meminfo: memFree=30684292/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10622040 memory=895516 CPUtime=2520.03 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 42462 0 0 0 251889 114 0 0 20 0 16 0 95369386 10876968960 223879 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2655510 223879 3153 1 0 2643904 0
[pid=4822/tid=4824] ppid=4819 vsize=10622040 memory=27852 CPUtime=2514.08 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) R 4819 4822 1335 0 -1 4202560 17315 0 0 0 251398 10 0 0 20 0 16 0 95369386 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366551309696 140366187088035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.35 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 1858 0 0 0 26 9 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.31 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 545 0 0 0 23 8 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10622040 memory=895516 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 868 0 0 0 24 9 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10622040 memory=4040 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 419 0 0 0 23 10 0 0 20 0 16 0 95369387 10876968960 223879 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10622040 memory=16504 CPUtime=0.06 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 1366 0 0 0 3 3 0 0 20 0 16 0 95369388 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10622040 memory=895516 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95369389 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365783876960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10622040 memory=836 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95369389 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365782824576 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10622040 memory=2672 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10622040 memory=8112282956445269571 CPUtime=1.39 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) S 4819 4822 1335 0 -1 1077944384 9047 0 0 0 138 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365780719728 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10622040 memory=4132 CPUtime=1.24 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) S 4819 4822 1335 0 -1 1077944384 5829 0 0 0 123 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365779666928 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10622040 memory=27864 CPUtime=0.36 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) S 4819 4822 1335 0 -1 1077944384 2524 0 0 0 35 1 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365778614640 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10622040 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95369391 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10622040 memory=4132 CPUtime=1.5 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1302 0 0 0 71 79 0 0 20 0 16 0 95369392 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4838] ppid=4819 vsize=10622040 memory=27864 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4838/stat : 4838 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95369569 10876968960 223879 33554432000 4194304 4196468 140728754172432 140365775455408 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 895516 KiB

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

[startup+2514.65 s]
# the end of solver process 4822 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.95 s, system=1.15625 s

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

[startup+2514.6 s]
/proc/loadavg: 1.80 1.86 2.00 3/218 5182
/proc/meminfo: memFree=30684292/32770624 swapFree=67108860/67108860
[pid=4822] ppid=4819 vsize=10821732 memory=895800 CPUtime=2520.05 cores=0,2,4,6
/proc/4822/stat : 4822 (java) S 4819 4822 1335 0 -1 1077944320 42922 0 0 0 251890 115 0 0 20 0 17 0 95369386 11081453568 223950 33554432000 4194304 4196468 140728754172432 140728754154976 140366547070711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
/proc/4822/statm: 2705433 223950 3156 1 0 2693827 0
[pid=4822/tid=4824] ppid=4819 vsize=10821732 memory=1292 CPUtime=2514.08 cores=0,2,4,6
/proc/4822/task/4824/stat : 4824 (java) S 4819 4822 1335 0 -1 1077944384 17368 0 0 0 251398 10 0 0 20 0 17 0 95369386 11081453568 223950 33554432000 4194304 4196468 140728754172432 140366551313584 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4825] ppid=4819 vsize=10821732 memory=6791534058613427641 CPUtime=0.35 cores=0,2,4,6
/proc/4822/task/4825/stat : 4825 (java) S 4819 4822 1335 0 -1 1077944384 1858 0 0 0 26 9 0 0 20 0 17 0 95369387 11081453568 223950 33554432000 4194304 4196468 140728754172432 140366512351632 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4826] ppid=4819 vsize=10821732 memory=648 CPUtime=0.31 cores=0,2,4,6
/proc/4822/task/4826/stat : 4826 (java) S 4819 4822 1335 0 -1 1077944384 545 0 0 0 23 8 0 0 20 0 17 0 95369387 11081453568 223950 33554432000 4194304 4196468 140728754172432 140366152575248 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4827] ppid=4819 vsize=10821732 memory=1236 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4827/stat : 4827 (java) S 4819 4822 1335 0 -1 1077944384 868 0 0 0 24 9 0 0 20 0 17 0 95369387 11081453568 223950 33554432000 4194304 4196468 140728754172432 140366151522960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4828] ppid=4819 vsize=10821732 memory=960 CPUtime=0.33 cores=0,2,4,6
/proc/4822/task/4828/stat : 4828 (java) S 4819 4822 1335 0 -1 1077944384 419 0 0 0 23 10 0 0 20 0 17 0 95369387 11081453568 223950 33554432000 4194304 4196468 140728754172432 140366150470160 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4829] ppid=4819 vsize=10821732 memory=1696 CPUtime=0.06 cores=0,2,4,6
/proc/4822/task/4829/stat : 4829 (java) S 4819 4822 1335 0 -1 1077944384 1382 0 0 0 3 3 0 0 20 0 17 0 95369388 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365784930928 140366547081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4830] ppid=4819 vsize=10821732 memory=920 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4830/stat : 4830 (java) S 4819 4822 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95369389 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365783876960 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4831] ppid=4819 vsize=10821732 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4831/stat : 4831 (java) S 4819 4822 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 95369389 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365782824576 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4832] ppid=4819 vsize=10821732 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4832/stat : 4832 (java) S 4819 4822 1335 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 95369391 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365781772880 140366547089307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4833] ppid=4819 vsize=10821732 memory=2236 CPUtime=1.39 cores=0,2,4,6
/proc/4822/task/4833/stat : 4833 (java) S 4819 4822 1335 0 -1 1077944384 9047 0 0 0 138 1 0 0 20 0 17 0 95369391 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365780719728 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4834] ppid=4819 vsize=10821732 memory=796 CPUtime=1.24 cores=0,2,4,6
/proc/4822/task/4834/stat : 4834 (java) S 4819 4822 1335 0 -1 1077944384 5829 0 0 0 123 1 0 0 20 0 17 0 95369391 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365779666928 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4835] ppid=4819 vsize=10821732 memory=10020 CPUtime=0.36 cores=0,2,4,6
/proc/4822/task/4835/stat : 4835 (java) S 4819 4822 1335 0 -1 1077944384 2618 0 0 0 35 1 0 0 20 0 17 0 95369391 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365778614640 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4836] ppid=4819 vsize=10821732 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/4822/task/4836/stat : 4836 (java) S 4819 4822 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95369391 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365777562080 140366547080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
[pid=4822/tid=4837] ppid=4819 vsize=10821732 memory=8532 CPUtime=1.5 cores=0,2,4,6
/proc/4822/task/4837/stat : 4837 (java) S 4819 4822 1335 0 -1 1077944384 1302 0 0 0 71 79 0 0 20 0 17 0 95369392 11081453568 223950 33554432000 4194304 4196468 140728754172432 140365776509872 140366547081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140728754181254 140728754181407 140728754181407 140728754184143 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 895800 KiB

Child status: 143
Real time (s): 2514.65
CPU time (s): 2520.1
CPU user time (s): 2518.95
CPU system time (s): 1.15625
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 895800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.95
system time used= 1.15625
maximum resident set size= 896204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56720
involuntary context switches= 2676


# summary of solver processes directly reported to runsolver:
#   pid: 4822
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.95
#   total CPU system time (s): 1.15625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8267 second user time and 24.1016 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 12:59:17
IDJOB=4263231
IDBENCH=123823
IDSOLVER=2651
FILE ID=node112/4263231-1502622816
RUNJOBID= node112-1502619513-3998
PBS_JOBID= 20628299
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sum-sym/Bibd-sum-09-084-28-03-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263231-1502622816/watcher-4263231-1502622816 -o /tmp/evaluation-result-4263231-1502622816/solver-4263231-1502622816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263231-1502622816.xml

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

MD5SUM BENCH= 861dcf4d41da694b9fafa61d8399bea0
RANDOM SEED=1991153628

node112.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.24
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.24
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.24
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.24
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:        30927044 kB
MemAvailable:   31108384 kB
Buffers:          114812 kB
Cached:           347336 kB
SwapCached:            0 kB
Active:          1255800 kB
Inactive:         134432 kB
Active(anon):     879460 kB
Inactive(anon):    76532 kB
Active(file):     376340 kB
Inactive(file):    57900 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:        934368 kB
Mapped:            54952 kB
Shmem:             25224 kB
Slab:             151648 kB
SReclaimable:     125868 kB
SUnreclaim:        25780 kB
KernelStack:        3536 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2314360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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= 61784 MiB
End job on node112 at 2017-08-13 13:41:12