Trace number 4263397

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.1201 2503.46

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-01.xml
MD5SUM0545f7d39e3e069a4efc40a10a882e5e
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 benchmark0.594742
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":38},{"degree":4,"count":37},{"degree":5,"count":6}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":31,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263397-1502629090/watcher-4263397-1502629090 -o /tmp/evaluation-result-4263397-1502629090/solver-4263397-1502629090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263397-1502629090.xml 

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

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

solver pid=22909, runsolver pid=22906

[startup+0.100094 s]*
/proc/loadavg: 2.13 2.07 2.24 3/206 22915
/proc/meminfo: memFree=29010536/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=9936560 memory=18264 CPUtime=0 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 3387 0 0 0 0 0 0 0 20 0 6 0 110724131 10175037440 4566 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2484140 4566 1919 1 0 2473637 0
[pid=22909/tid=22911] ppid=22906 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) R 22906 22909 8289 0 -1 4202560 2089 0 0 0 0 0 0 0 20 0 6 0 110724141 10175037440 4566 18446744073709551615 4194304 4196468 140727980430784 140705170707024 140705147864634 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110724141 10175037440 4566 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=9936560 memory=140555217622656 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110724141 10175037440 4566 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110724141 10175037440 4566 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110724141 10175037440 4566 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18264 KiB

[startup+0.210263 s]*
/proc/loadavg: 2.13 2.07 2.24 2/214 22923
/proc/meminfo: memFree=29004780/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10484492 memory=22340 CPUtime=0.05 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 4541 0 0 0 4 1 0 0 20 0 14 0 110724131 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2621123 5585 2582 1 0 2610620 0
[pid=22909/tid=22911] ppid=22906 vsize=10484492 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) D 22906 22909 8289 0 -1 4202560 2654 0 0 0 4 0 0 0 20 0 14 0 110724141 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140705170708384 140705166492925 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10484492 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110724141 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10484492 memory=140555217622656 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110724141 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110724141 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110724141 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10484492 memory=140555217622656 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110724143 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 110724143 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704661587616 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 110724143 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704660534512 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110724146 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 110724146 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110724146 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10484492 memory=140555217622656 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 110724146 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110724146 10736119808 5585 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22340 KiB

[startup+0.310277 s]*
/proc/loadavg: 2.13 2.07 2.24 4/215 22924
/proc/meminfo: memFree=28993592/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10551156 memory=33972 CPUtime=0.19 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 7795 0 0 0 17 2 0 0 20 0 15 0 110724131 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2637789 8493 2847 1 0 2627261 0
[pid=22909/tid=22911] ppid=22906 vsize=10551156 memory=-8774313645642428999 CPUtime=0.12 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) R 22906 22909 8289 0 -1 4202560 5494 0 0 0 11 1 0 0 20 0 15 0 110724141 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140705170699600 140705150551390 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10551156 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724141 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10551156 memory=140555217629649 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724141 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724141 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110724141 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110724143 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110724143 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704661587616 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110724143 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704660534512 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110724146 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 488 0 0 0 0 0 0 0 20 0 15 0 110724146 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 110724146 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 387 0 0 0 3 0 0 0 20 0 15 0 110724146 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110724146 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724155 10804383744 8493 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33972 KiB

[startup+0.700773 s]
/proc/loadavg: 2.13 2.07 2.24 4/215 22924
/proc/meminfo: memFree=28974648/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10551232 memory=81956 CPUtime=1.12 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 12204 0 0 0 109 3 0 0 20 0 15 0 110724131 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2637808 20489 3050 1 0 2627261 0
[pid=22909/tid=22911] ppid=22906 vsize=10551232 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) R 22906 22909 8289 0 -1 4202560 6880 0 0 0 48 2 0 0 20 0 15 0 110724141 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140705170709168 140704758272395 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724141 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10551232 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724141 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724141 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110724141 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110724143 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110724143 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704661587616 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110724143 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704660534512 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10551232 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110724146 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) R 22906 22909 8289 0 -1 4202560 1795 0 0 0 23 0 0 0 20 0 15 0 110724146 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704658411096 140705146165808 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10551232 memory=7524859241068090073 CPUtime=0.24 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) R 22906 22909 8289 0 -1 4202560 1306 0 0 0 24 0 0 0 20 0 15 0 110724146 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704657358664 140705152487749 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10551232 memory=6944656592387989600 CPUtime=0.13 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 855 0 0 0 13 0 0 0 20 0 15 0 110724146 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110724146 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724155 10804461568 20489 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 81956 KiB

[startup+1.50077 s]
/proc/loadavg: 2.13 2.07 2.24 6/215 22924
/proc/meminfo: memFree=28821808/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10551232 memory=377688 CPUtime=3.07 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 14812 0 0 0 286 21 0 0 20 0 15 0 110724131 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2637808 94422 3085 1 0 2627261 0
[pid=22909/tid=22911] ppid=22906 vsize=10551232 memory=6933690330692294553 CPUtime=1.13 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) R 22906 22909 8289 0 -1 4202560 7032 0 0 0 109 4 0 0 20 0 15 0 110724141 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140705170706120 140704758607619 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10551232 memory=8100958060281356632 CPUtime=0.16 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 119 0 0 0 13 3 0 0 20 0 15 0 110724141 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10551232 memory=4168 CPUtime=0.14 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 133 0 0 0 11 3 0 0 20 0 15 0 110724141 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 149 0 0 0 13 3 0 0 20 0 15 0 110724141 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10551232 memory=140555086699584 CPUtime=0.15 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 144 0 0 0 12 3 0 0 20 0 15 0 110724141 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110724143 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110724143 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704661587616 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10551232 memory=-7240599211820661557 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110724143 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704660534512 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10551232 memory=-7240599211820661557 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110724146 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10551232 memory=7893295687695687954 CPUtime=0.57 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 2804 0 0 0 57 0 0 0 20 0 15 0 110724146 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10551232 memory=-8774313645642428999 CPUtime=0.51 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 1843 0 0 0 51 0 0 0 20 0 15 0 110724146 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 1143 0 0 0 17 0 0 0 20 0 15 0 110724146 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110724146 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110724155 10804461568 94422 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 377688 KiB


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

/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 4380 0 0 0 362 57 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10617796 memory=2465864 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 4076 0 0 0 361 58 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.22 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 7123 0 0 0 118 4 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10617796 memory=56 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704661587680 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704660534528 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.2 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 6351 0 0 0 119 1 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.33 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 7170 0 0 0 132 1 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0.27 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 3423 0 0 0 27 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10617796 memory=3500 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.39 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 2343 0 0 0 61 78 0 0 20 0 16 0 110724155 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22925] ppid=22906 vsize=10617796 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22925/stat : 22925 (java) S 22906 22909 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110724443 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704653166128 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 2459.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2465864 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.05 2.37 3/215 23412
/proc/meminfo: memFree=28387632/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10617796 memory=2465864 CPUtime=2519.13 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 102401 0 0 0 251595 318 0 0 20 0 16 0 110724131 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2654449 616466 3130 1 0 2643902 0
[pid=22909/tid=22911] ppid=22906 vsize=10617796 memory=53616 CPUtime=2496.81 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) R 22906 22909 8289 0 -1 4202560 58016 0 0 0 249664 17 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705170709792 140704759351991 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10617796 memory=2465864 CPUtime=4.2 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 4416 0 0 0 364 56 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10617796 memory=2465864 CPUtime=4.2 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 3599 0 0 0 363 57 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10617796 memory=2465864 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 4380 0 0 0 362 57 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10617796 memory=2465864 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 4076 0 0 0 361 58 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.22 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 7134 0 0 0 118 4 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704661587680 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704660534528 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.2 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 6355 0 0 0 119 1 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.33 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 7174 0 0 0 132 1 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10617796 memory=4168 CPUtime=0.27 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 3440 0 0 0 27 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.42 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 2402 0 0 0 62 80 0 0 20 0 16 0 110724155 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22925] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22925/stat : 22925 (java) S 22906 22909 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110724443 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704653166128 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 2519.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2465864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.2 s]
/proc/loadavg: 2.00 2.05 2.37 3/215 23412
/proc/meminfo: memFree=28387624/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10617796 memory=2465864 CPUtime=2520.03 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 102402 0 0 0 251685 318 0 0 20 0 16 0 110724131 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2654449 616466 3130 1 0 2643902 0
[pid=22909/tid=22911] ppid=22906 vsize=10617796 memory=1228 CPUtime=2497.71 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) R 22906 22909 8289 0 -1 4202560 58017 0 0 0 249754 17 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705170709792 140704759352022 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10617796 memory=14356 CPUtime=4.2 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 4416 0 0 0 364 56 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10617796 memory=1008 CPUtime=4.2 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 3599 0 0 0 363 57 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10617796 memory=2012 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 4380 0 0 0 362 57 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10617796 memory=2465864 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 4076 0 0 0 361 58 0 0 20 0 16 0 110724141 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10617796 memory=2465864 CPUtime=1.22 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 7134 0 0 0 118 4 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704661587680 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10617796 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110724143 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704660534528 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10617796 memory=2248 CPUtime=1.2 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 6355 0 0 0 119 1 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10617796 memory=4288 CPUtime=1.33 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 7174 0 0 0 132 1 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10617796 memory=2164 CPUtime=0.27 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 3440 0 0 0 27 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10617796 memory=844 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110724146 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10617796 memory=18484 CPUtime=1.43 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 2402 0 0 0 63 80 0 0 20 0 16 0 110724155 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22925] ppid=22906 vsize=10617796 memory=3912 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22925/stat : 22925 (java) S 22906 22909 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110724443 10872623104 616466 18446744073709551615 4194304 4196468 140727980430784 140704653166128 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2465864 KiB

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

[startup+2503.46 s]
# the end of solver process 22909 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.92 s, system=3.20261 s

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

[startup+2503.4 s]
/proc/loadavg: 2.00 2.05 2.37 3/215 23412
/proc/meminfo: memFree=28387624/32770624 swapFree=67108860/67108860
[pid=22909] ppid=22906 vsize=10817488 memory=2466112 CPUtime=2520.05 cores=1,3,5,7
/proc/22909/stat : 22909 (java) S 22906 22909 8289 0 -1 1077944320 102846 0 0 0 251686 319 0 0 20 0 17 0 110724131 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140727980413328 140705166470903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
/proc/22909/statm: 2704372 616528 3132 1 0 2693825 0
[pid=22909/tid=22911] ppid=22906 vsize=10817488 memory=-8774313645642428999 CPUtime=2497.72 cores=1,3,5,7
/proc/22909/task/22911/stat : 22911 (java) S 22906 22909 8289 0 -1 1077944384 58062 0 0 0 249755 17 0 0 20 0 17 0 110724141 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140705170713776 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22912] ppid=22906 vsize=10817488 memory=53616 CPUtime=4.2 cores=1,3,5,7
/proc/22909/task/22912/stat : 22912 (java) S 22906 22909 8289 0 -1 1077944384 4416 0 0 0 364 56 0 0 20 0 17 0 110724141 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140705096890896 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22913] ppid=22906 vsize=10817488 memory=1296 CPUtime=4.2 cores=1,3,5,7
/proc/22909/task/22913/stat : 22913 (java) S 22906 22909 8289 0 -1 1077944384 3599 0 0 0 363 57 0 0 20 0 17 0 110724141 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140705095838352 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22914] ppid=22906 vsize=10817488 memory=2440 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22914/stat : 22914 (java) S 22906 22909 8289 0 -1 1077944384 4380 0 0 0 362 57 0 0 20 0 17 0 110724141 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140705094785296 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22915] ppid=22906 vsize=10817488 memory=1724 CPUtime=4.19 cores=1,3,5,7
/proc/22909/task/22915/stat : 22915 (java) S 22906 22909 8289 0 -1 1077944384 4076 0 0 0 361 58 0 0 20 0 17 0 110724141 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140705093732752 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22916] ppid=22906 vsize=10817488 memory=792 CPUtime=1.22 cores=1,3,5,7
/proc/22909/task/22916/stat : 22916 (java) S 22906 22909 8289 0 -1 1077944384 7134 0 0 0 118 4 0 0 20 0 17 0 110724143 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704662641392 140705166482050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22917] ppid=22906 vsize=10817488 memory=2465864 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22917/stat : 22917 (java) S 22906 22909 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 110724143 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704661587680 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22918] ppid=22906 vsize=10817488 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22918/stat : 22918 (java) S 22906 22909 8289 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 110724143 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704660534528 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22919] ppid=22906 vsize=10817488 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22919/stat : 22919 (java) S 22906 22909 8289 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 110724146 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704659483088 140705166489499 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22920] ppid=22906 vsize=10817488 memory=14356 CPUtime=1.2 cores=1,3,5,7
/proc/22909/task/22920/stat : 22920 (java) S 22906 22909 8289 0 -1 1077944384 6355 0 0 0 119 1 0 0 20 0 17 0 110724146 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704658430192 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22921] ppid=22906 vsize=10817488 memory=1008 CPUtime=1.33 cores=1,3,5,7
/proc/22909/task/22921/stat : 22921 (java) S 22906 22909 8289 0 -1 1077944384 7174 0 0 0 132 1 0 0 20 0 17 0 110724146 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704657377648 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22922] ppid=22906 vsize=10817488 memory=2012 CPUtime=0.27 cores=1,3,5,7
/proc/22909/task/22922/stat : 22922 (java) S 22906 22909 8289 0 -1 1077944384 3574 0 0 0 27 0 0 0 20 0 17 0 110724146 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704656324592 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22923] ppid=22906 vsize=10817488 memory=11136 CPUtime=0 cores=1,3,5,7
/proc/22909/task/22923/stat : 22923 (java) S 22906 22909 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110724146 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704655272288 140705166481109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
[pid=22909/tid=22924] ppid=22906 vsize=10817488 memory=5788 CPUtime=1.43 cores=1,3,5,7
/proc/22909/task/22924/stat : 22924 (java) S 22906 22909 8289 0 -1 1077944384 2402 0 0 0 63 80 0 0 20 0 17 0 110724155 11077107712 616528 18446744073709551615 4194304 4196468 140727980430784 140704654220336 140705166482050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727980437904 140727980438057 140727980438057 140727980441551 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2466112 KiB

Child status: 143
Real time (s): 2503.46
CPU time (s): 2520.12
CPU user time (s): 2516.92
CPU system time (s): 3.20261
CPU usage (%): 100.665
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 2466112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.92
system time used= 3.20261
maximum resident set size= 2466540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56297
involuntary context switches= 1686


# summary of solver processes directly reported to runsolver:
#   pid: 22909
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.92
#   total CPU system time (s): 3.20261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3827 second user time and 23.7455 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 14:44:02
IDJOB=4263397
IDBENCH=133193
IDSOLVER=2651
FILE ID=node133/4263397-1502629090
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-01.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263397-1502629090/watcher-4263397-1502629090 -o /tmp/evaluation-result-4263397-1502629090/solver-4263397-1502629090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263397-1502629090.xml

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

MD5SUM BENCH= 0545f7d39e3e069a4efc40a10a882e5e
RANDOM SEED=1376252685

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29015904 kB
MemAvailable:   29596656 kB
Buffers:          231604 kB
Cached:           644336 kB
SwapCached:            0 kB
Active:          3125492 kB
Inactive:         175100 kB
Active(anon):    2365464 kB
Inactive(anon):   100840 kB
Active(file):     760028 kB
Inactive(file):    74260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             4 kB
AnonPages:       2424344 kB
Mapped:            67960 kB
Shmem:             41660 kB
Slab:             151684 kB
SReclaimable:     124596 kB
SUnreclaim:        27088 kB
KernelStack:        3488 kB
PageTables:         9652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4327340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2283520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-13 15:25:45