Trace number 4263787

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.1699 2431.0601

General information on the benchmark

NameCrossword/Crossword-m1c-lex-herald/
Crossword-m1c-lex-h1501.xml
MD5SUMeaee0bb41b12beaeb46f1fdaac1cdc8b
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.29669201
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints78
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":189}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":189}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":16},{"arity":4,"count":24},{"arity":5,"count":16},{"arity":6,"count":12},{"arity":7,"count":6},{"arity":10,"count":4}]
Number of extensional constraints78
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":78}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263787-1502638106/watcher-4263787-1502638106 -o /tmp/evaluation-result-4263787-1502638106/solver-4263787-1502638106 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263787-1502638106.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=5115, runsolver pid=5112


[startup+0.10011 s]*
/proc/loadavg: 4.71 3.65 2.86 5/198 5117
/proc/meminfo: memFree=23152032/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=9936560 memory=16220 CPUtime=0 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 3341 0 0 0 0 0 0 0 20 0 6 0 66003896 10175037440 4055 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2484140 4055 1910 1 0 2473637 0
[pid=5115/tid=5117] ppid=5112 vsize=9936560 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 2078 0 0 0 0 0 0 0 20 0 6 0 66003906 10175037440 4055 18446744073709551615 4194304 4196468 140726946374320 139620884079184 139620863923550 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66003907 10175037440 4055 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=9936560 memory=139793406117504 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66003907 10175037440 4055 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66003907 10175037440 4055 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66003907 10175037440 4055 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16220 KiB

[startup+0.210099 s]*
/proc/loadavg: 4.71 3.65 2.86 7/211 5130
/proc/meminfo: memFree=23140492/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10551156 memory=26736 CPUtime=0.09 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 5185 0 0 0 8 1 0 0 20 0 15 0 66003896 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2637789 6684 2735 1 0 2627261 0
[pid=5115/tid=5117] ppid=5112 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 3162 0 0 0 6 0 0 0 20 0 15 0 66003906 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620884082480 139620859665689 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10551156 memory=139793406665889 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10551156 memory=139793406117504 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66003908 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66003908 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620375417760 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66003909 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620374365168 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) S 5112 5115 17093 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10551156 memory=139793406117504 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) S 5112 5115 17093 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10551156 memory=139793406117504 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003916 10804383744 6684 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26736 KiB

[startup+0.310452 s]*
/proc/loadavg: 4.71 3.65 2.86 7/211 5130
/proc/meminfo: memFree=23130692/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10551156 memory=36468 CPUtime=0.24 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 8411 0 0 0 21 3 0 0 20 0 15 0 66003896 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2637789 9117 2860 1 0 2627261 0
[pid=5115/tid=5117] ppid=5112 vsize=10551156 memory=-7677926825137650786 CPUtime=0.17 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 6065 0 0 0 15 2 0 0 20 0 15 0 66003906 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620884077424 139620863923550 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66003907 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66003908 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66003908 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620375417760 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66003909 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620374365168 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) S 5112 5115 17093 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 15 0 66003911 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) R 5112 5115 17093 0 -1 4202560 396 0 0 0 4 0 0 0 20 0 15 0 66003911 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879864410 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10551156 memory=139793406117504 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003916 10804383744 9117 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36468 KiB

[startup+0.700722 s]
/proc/loadavg: 4.71 3.65 2.86 8/211 5130
/proc/meminfo: memFree=23113036/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10551232 memory=110964 CPUtime=1.37 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 12800 0 0 0 132 5 0 0 20 0 15 0 66003896 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2637808 27741 3056 1 0 2627261 0
[pid=5115/tid=5117] ppid=5112 vsize=10551232 memory=6297835844906604903 CPUtime=0.54 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 7422 0 0 0 51 3 0 0 20 0 15 0 66003906 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620884077408 139620879854998 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10551232 memory=7308028628335813952 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10551232 memory=7596259004554634560 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10551232 memory=7302135314614015848 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003907 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10551232 memory=2243 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66003907 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10551232 memory=298 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66003908 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10551232 memory=847 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66003908 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620375417760 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66003909 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620374365168 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10551232 memory=106 CPUtime=0.27 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) R 5112 5115 17093 0 -1 4202560 1585 0 0 0 27 0 0 0 20 0 15 0 66003911 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620372247792 139620863329077 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10551232 memory=3904 CPUtime=0.28 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) R 5112 5115 17093 0 -1 4202560 1229 0 0 0 28 0 0 0 20 0 15 0 66003911 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620859499473 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10551232 memory=-7677926825137650786 CPUtime=0.24 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) R 5112 5115 17093 0 -1 1077944384 1193 0 0 0 24 0 0 0 20 0 15 0 66003911 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879854210 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003916 10804461568 27741 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 110964 KiB

[startup+1.50085 s]
/proc/loadavg: 4.71 3.65 2.86 8/211 5130
/proc/meminfo: memFree=22957712/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10551232 memory=266756 CPUtime=3.8 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 18162 0 0 0 369 11 0 0 20 0 15 0 66003896 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2637808 66689 3109 1 0 2627261 0
[pid=5115/tid=5117] ppid=5112 vsize=10551232 memory=279586533527424 CPUtime=1.25 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 7504 0 0 0 121 4 0 0 20 0 15 0 66003906 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620884071008 139620861764538 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10551232 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 177 0 0 0 7 1 0 0 20 0 15 0 66003907 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10551232 memory=5857 CPUtime=0.04 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 22 0 0 0 4 0 0 0 20 0 15 0 66003907 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 161 0 0 0 5 0 0 0 20 0 15 0 66003907 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10551232 memory=279586533622048 CPUtime=0.08 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 99 0 0 0 7 1 0 0 20 0 15 0 66003907 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66003908 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10551232 memory=15825486446070293 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66003908 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620375417824 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66003909 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620374365184 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10551232 memory=16448 CPUtime=0.98 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) S 5112 5115 17093 0 -1 1077944384 4095 0 0 0 98 0 0 0 20 0 15 0 66003911 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10551232 memory=2752 CPUtime=0.93 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 3002 0 0 0 92 1 0 0 20 0 15 0 66003911 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10551232 memory=2788 CPUtime=0.31 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) S 5112 5115 17093 0 -1 1077944384 1657 0 0 0 31 0 0 0 20 0 15 0 66003911 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10551232 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66003911 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10551232 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66003916 10804461568 66689 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 10551232 KiB

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

/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 23458 0 0 0 875 4 0 0 20 0 16 0 66003908 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10617796 memory=6600296 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 66003908 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620375417824 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10617796 memory=37336 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 66003909 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620374365184 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10617796 memory=6600296 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66003911 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10617796 memory=1708 CPUtime=1.66 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) S 5112 5115 17093 0 -1 1077944384 7961 0 0 0 164 2 0 0 20 0 16 0 66003911 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10617796 memory=1228 CPUtime=2.03 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 9689 0 0 0 201 2 0 0 20 0 16 0 66003911 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10617796 memory=12200 CPUtime=0.45 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) S 5112 5115 17093 0 -1 1077944384 5329 0 0 0 44 1 0 0 20 0 16 0 66003911 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10617796 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66003911 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10617796 memory=4048 CPUtime=1.48 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 3220 0 0 0 75 73 0 0 20 0 16 0 66003916 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5132] ppid=5112 vsize=10617796 memory=6600296 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5132/stat : 5132 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008111 10872623104 1650074 18446744073709551615 4194304 4196468 140726946374320 139620366996272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 2402.55 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6600296 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.05 2.21 3/212 5589
/proc/meminfo: memFree=20489760/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10617796 memory=6921440 CPUtime=2471.55 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 257932 0 0 0 246568 587 0 0 20 0 16 0 66003896 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2654449 1730360 3144 1 0 2643902 0
[pid=5115/tid=5117] ppid=5112 vsize=10617796 memory=6600296 CPUtime=2344.58 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 103778 0 0 0 234431 27 0 0 20 0 16 0 66003906 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620884082112 139620483121729 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10617796 memory=6921440 CPUtime=28.25 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 28303 0 0 0 2697 128 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10617796 memory=6921440 CPUtime=28.15 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 25862 0 0 0 2691 124 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10617796 memory=6600296 CPUtime=27.96 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 26925 0 0 0 2673 123 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10617796 memory=6921440 CPUtime=28.03 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 17972 0 0 0 2687 116 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10617796 memory=6921440 CPUtime=8.85 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 27397 0 0 0 880 5 0 0 20 0 16 0 66003908 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10617796 memory=6921440 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 66003908 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620375417824 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 66003909 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620374365184 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10617796 memory=6921440 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10617796 memory=6921440 CPUtime=1.66 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) S 5112 5115 17093 0 -1 1077944384 7964 0 0 0 164 2 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10617796 memory=6921440 CPUtime=2.03 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 9693 0 0 0 201 2 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10617796 memory=6921440 CPUtime=0.45 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) S 5112 5115 17093 0 -1 1077944384 5337 0 0 0 44 1 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10617796 memory=6921440 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10617796 memory=4028 CPUtime=1.51 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 3261 0 0 0 77 74 0 0 20 0 16 0 66003916 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5132] ppid=5112 vsize=10617796 memory=6921440 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5132/stat : 5132 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008111 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620366996272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 2471.55 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6921440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2430.8 s]
/proc/loadavg: 2.01 2.04 2.20 3/212 5591
/proc/meminfo: memFree=20489512/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10617796 memory=6921440 CPUtime=2520.07 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 260216 0 0 0 251418 589 0 0 20 0 16 0 66003896 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2654449 1730360 3144 1 0 2643902 0
[pid=5115/tid=5117] ppid=5112 vsize=10617796 memory=960 CPUtime=2393.06 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) R 5112 5115 17093 0 -1 4202560 105933 0 0 0 239279 27 0 0 20 0 16 0 66003906 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620884082112 139620478431296 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10617796 memory=6921440 CPUtime=28.25 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 28303 0 0 0 2697 128 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10617796 memory=7680170660397595203 CPUtime=28.15 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 25862 0 0 0 2691 124 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10617796 memory=15876 CPUtime=27.96 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 26925 0 0 0 2673 123 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10617796 memory=4048 CPUtime=28.03 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 17972 0 0 0 2687 116 0 0 20 0 16 0 66003907 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10617796 memory=21008 CPUtime=8.85 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 27415 0 0 0 880 5 0 0 20 0 16 0 66003908 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10617796 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 66003908 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620375417824 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10617796 memory=640 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 66003909 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620374365184 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10617796 memory=960 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10617796 memory=2752 CPUtime=1.66 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) S 5112 5115 17093 0 -1 1077944384 7971 0 0 0 164 2 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10617796 memory=3040 CPUtime=2.03 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 9700 0 0 0 201 2 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10617796 memory=1156 CPUtime=0.45 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) S 5112 5115 17093 0 -1 1077944384 5358 0 0 0 44 1 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10617796 memory=3276 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66003911 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10617796 memory=6921440 CPUtime=1.54 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 3337 0 0 0 78 76 0 0 20 0 16 0 66003916 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5132] ppid=5112 vsize=10617796 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5132/stat : 5132 (java) S 5112 5115 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008111 10872623104 1730360 18446744073709551615 4194304 4196468 140726946374320 139620366996272 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6921440 KiB

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

[startup+2431.06 s]
# the end of solver process 5115 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.24 s, system=5.926 s

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

[startup+2431 s]*
/proc/loadavg: 2.01 2.04 2.20 2/213 5594
/proc/meminfo: memFree=20489480/32770624 swapFree=67108860/67108860
[pid=5115] ppid=5112 vsize=10817488 memory=6921804 CPUtime=2520.1 cores=0,2,4,6
/proc/5115/stat : 5115 (java) S 5112 5115 17093 0 -1 1077944320 261347 0 0 0 251421 589 0 0 20 0 17 0 66003896 11077107712 1730451 18446744073709551615 4194304 4196468 140726946374320 140726946356864 139620879843063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
/proc/5115/statm: 2704372 1730451 3146 1 0 2693825 0
[pid=5115/tid=5117] ppid=5112 vsize=10817488 memory=-7677926825137650786 CPUtime=2393.08 cores=0,2,4,6
/proc/5115/task/5117/stat : 5117 (java) S 5112 5115 17093 0 -1 1077944384 106021 0 0 0 239281 27 0 0 20 0 17 0 66003906 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620884085936 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5118] ppid=5112 vsize=10817488 memory=4872558044660077418 CPUtime=28.25 cores=0,2,4,6
/proc/5115/task/5118/stat : 5118 (java) S 5112 5115 17093 0 -1 1077944384 28303 0 0 0 2697 128 0 0 20 0 17 0 66003907 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620810263312 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5119] ppid=5112 vsize=10817488 memory=5788 CPUtime=28.15 cores=0,2,4,6
/proc/5115/task/5119/stat : 5119 (java) S 5112 5115 17093 0 -1 1077944384 25862 0 0 0 2691 124 0 0 20 0 17 0 66003907 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620809210768 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5120] ppid=5112 vsize=10817488 memory=4612 CPUtime=27.96 cores=0,2,4,6
/proc/5115/task/5120/stat : 5120 (java) S 5112 5115 17093 0 -1 1077944384 26925 0 0 0 2673 123 0 0 20 0 17 0 66003907 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620808158224 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5121] ppid=5112 vsize=10817488 memory=1708 CPUtime=28.03 cores=0,2,4,6
/proc/5115/task/5121/stat : 5121 (java) S 5112 5115 17093 0 -1 1077944384 17972 0 0 0 2687 116 0 0 20 0 17 0 66003907 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620807105680 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5122] ppid=5112 vsize=10817488 memory=1444 CPUtime=8.85 cores=0,2,4,6
/proc/5115/task/5122/stat : 5122 (java) S 5112 5115 17093 0 -1 1077944384 27448 0 0 0 880 5 0 0 20 0 17 0 66003908 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620376471536 139620879854210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5123] ppid=5112 vsize=10817488 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5123/stat : 5123 (java) S 5112 5115 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 66003908 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620375417824 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5124] ppid=5112 vsize=10817488 memory=166 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5124/stat : 5124 (java) S 5112 5115 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 66003909 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620374365184 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5125] ppid=5112 vsize=10817488 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5125/stat : 5125 (java) S 5112 5115 17093 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 17 0 66003911 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620373313744 139620879861659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5126] ppid=5112 vsize=10817488 memory=45 CPUtime=1.66 cores=0,2,4,6
/proc/5115/task/5126/stat : 5126 (java) R 5112 5115 17093 0 -1 1077944384 7971 0 0 0 164 2 0 0 20 0 17 0 66003911 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620372261360 139620879854210 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5127] ppid=5112 vsize=10817488 memory=104 CPUtime=2.03 cores=0,2,4,6
/proc/5115/task/5127/stat : 5127 (java) S 5112 5115 17093 0 -1 1077944384 9700 0 0 0 201 2 0 0 20 0 17 0 66003911 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620371208816 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5128] ppid=5112 vsize=10817488 memory=7680170660397595203 CPUtime=0.45 cores=0,2,4,6
/proc/5115/task/5128/stat : 5128 (java) R 5112 5115 17093 0 -1 4202560 5998 0 0 0 44 1 0 0 20 0 17 0 66003911 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620370156272 139620865518207 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5129] ppid=5112 vsize=10817488 memory=23 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5129/stat : 5129 (java) S 5112 5115 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66003911 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620369103968 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5130] ppid=5112 vsize=10817488 memory=428 CPUtime=1.54 cores=0,2,4,6
/proc/5115/task/5130/stat : 5130 (java) S 5112 5115 17093 0 -1 1077944384 3337 0 0 0 78 76 0 0 20 0 17 0 66003916 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620368050480 139620879854210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5592] ppid=5112 vsize=10817488 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5592/stat : 5592 (java) S 5112 5115 17093 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 66246977 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620365943024 139620879853269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
[pid=5115/tid=5593] ppid=5112 vsize=10817488 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/5115/task/5593/stat : 5593 (java) R 5112 5115 17093 0 -1 4202560 269 0 0 0 0 0 0 0 20 0 17 0 66246977 11077107712 1730454 18446744073709551615 4194304 4196468 140726946374320 139620364889264 139620861401866 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26271744 140726946382224 140726946382377 140726946382377 140726946385871 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6921804 KiB

Child status: 143
Real time (s): 2431.06
CPU time (s): 2520.17
CPU user time (s): 2514.24
CPU system time (s): 5.926
CPU usage (%): 103.665
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6921804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.24
system time used= 5.926
maximum resident set size= 6922088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56540
involuntary context switches= 4796


# summary of solver processes directly reported to runsolver:
#   pid: 5115
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2514.24
#   total CPU system time (s): 5.926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1208 second user time and 24.1332 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 17:14:17
IDJOB=4263787
IDBENCH=139786
IDSOLVER=2651
FILE ID=node127/4263787-1502638106
RUNJOBID= node127-1502624030-2988
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-lex-herald/Crossword-m1c-lex-h1501.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263787-1502638106/watcher-4263787-1502638106 -o /tmp/evaluation-result-4263787-1502638106/solver-4263787-1502638106 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263787-1502638106.xml

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

MD5SUM BENCH= eaee0bb41b12beaeb46f1fdaac1cdc8b
RANDOM SEED=915948939

node127.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.92
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.92
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.92
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.92
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:        23155368 kB
MemAvailable:   23584024 kB
Buffers:          196916 kB
Cached:           527988 kB
SwapCached:            0 kB
Active:          8967980 kB
Inactive:         206180 kB
Active(anon):    8398800 kB
Inactive(anon):    83888 kB
Active(file):     569180 kB
Inactive(file):   122292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:       8449340 kB
Mapped:            58716 kB
Shmem:             33444 kB
Slab:             131192 kB
SReclaimable:     106040 kB
SUnreclaim:        25152 kB
KernelStack:        3456 kB
PageTables:        21388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8633924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7829504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 17:54:48