Trace number 4263219

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.1101 2497.8701

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-080.xml
MD5SUMf0cd38ecba005234ebb464e977fa1d5a
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.16046099
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints81
Number of domains2
Minimum domain size79
Maximum domain size80
Distribution of domain sizes[{"size":79,"count":79},{"size":80,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":81},{"degree":3,"count":78}]
Minimum constraint arity3
Maximum constraint arity80
Distribution of constraint arities[{"arity":3,"count":79},{"arity":79,"count":1},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints79
Distribution of constraint types[{"type":"intension","count":79},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263219-1502623002/watcher-4263219-1502623002 -o /tmp/evaluation-result-4263219-1502623002/solver-4263219-1502623002 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263219-1502623002.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=2257, runsolver pid=2254

[startup+0.104325 s]*
/proc/loadavg: 2.09 2.07 2.13 3/217 2272
/proc/meminfo: memFree=25754492/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10555400 memory=30552 CPUtime=0.13 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 6699 0 0 0 11 2 0 0 20 0 15 0 95388314 10808729600 7638 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2638850 7638 2824 1 0 2627263 0
[pid=2257/tid=2259] ppid=2254 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 4550 0 0 0 8 1 0 0 20 0 15 0 95388315 10808729600 7638 33554432000 4194304 4196468 140722879677040 140384929090112 140384908911973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 7638 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 7638 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 7638 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 7638 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388317 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95388317 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383958799520 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95388318 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383957746416 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) S 2254 2257 31794 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383955643120 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0.02 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) R 2254 2257 31794 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 95388320 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383953537520 140384924889690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 7638 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30552 KiB

[startup+0.210639 s]*
/proc/loadavg: 2.09 2.07 2.13 3/217 2272
/proc/meminfo: memFree=25746056/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10555400 memory=39376 CPUtime=0.3 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 7938 0 0 0 27 3 0 0 20 0 15 0 95388314 10808729600 9844 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2638850 9844 2909 1 0 2627263 0
[pid=2257/tid=2259] ppid=2254 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 5205 0 0 0 18 2 0 0 20 0 15 0 95388315 10808729600 9844 33554432000 4194304 4196468 140722879677040 140384929100992 140384908911973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 9844 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10555400 memory=140183490328574 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 9844 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 9844 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388315 10808729600 9844 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388317 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95388317 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383958799520 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95388318 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383957746416 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) S 2254 2257 31794 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 95388320 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383955643120 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 15 0 95388320 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0.06 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) S 2254 2257 31794 0 -1 1077944384 745 0 0 0 6 0 0 0 20 0 15 0 95388320 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10555400 memory=140183490147968 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388320 10808729600 9844 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39376 KiB

[startup+0.310501 s]*
/proc/loadavg: 2.09 2.07 2.13 4/217 2272
/proc/meminfo: memFree=25739232/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10555476 memory=46716 CPUtime=0.51 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 8747 0 0 0 48 3 0 0 20 0 15 0 95388314 10808807424 11679 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2638869 11679 3035 1 0 2627263 0
[pid=2257/tid=2259] ppid=2254 vsize=10555476 memory=7721456982648238643 CPUtime=0.3 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 5582 0 0 0 28 2 0 0 20 0 15 0 95388315 10808807424 11702 33554432000 4194304 4196468 140722879677040 140384929106672 140384908911973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 11702 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10555476 memory=140183490199072 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 11702 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 11702 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 11702 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10555476 memory=140183490205984 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388317 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10555476 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95388317 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383958799520 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10555476 memory=140183370571937 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95388318 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383957746416 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) R 2254 2257 31794 0 -1 4202560 353 0 0 0 3 0 0 0 20 0 15 0 95388320 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383955643120 140384902859899 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10555476 memory=140183370583503 CPUtime=0.04 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) R 2254 2257 31794 0 -1 4202560 572 0 0 0 4 0 0 0 20 0 15 0 95388320 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383954580688 140384909994437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10555476 memory=140183490150145 CPUtime=0.13 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) R 2254 2257 31794 0 -1 1077944384 886 0 0 0 13 0 0 0 20 0 15 0 95388320 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10555476 memory=140183370607183 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10555476 memory=280366860752832 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388320 10808807424 11702 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46716 KiB

[startup+0.700834 s]
/proc/loadavg: 2.09 2.07 2.13 5/217 2272
/proc/meminfo: memFree=25693564/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10555476 memory=125036 CPUtime=1.54 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 12925 0 0 0 150 4 0 0 20 0 15 0 95388314 10808807424 31259 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2638869 31259 3075 1 0 2627263 0
[pid=2257/tid=2259] ppid=2254 vsize=10555476 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 5633 0 0 0 65 3 0 0 20 0 15 0 95388315 10808807424 31259 33554432000 4194304 4196468 140722879677040 140384929104632 140384515054739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 31259 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 31259 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 31259 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10555476 memory=8458433173657302837 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388315 10808807424 31259 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95388317 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95388317 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383958799520 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95388318 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383957746416 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10555476 memory=2244 CPUtime=0.29 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) R 2254 2257 31794 0 -1 4202560 1505 0 0 0 29 0 0 0 20 0 15 0 95388320 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383955643120 140384908379576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10555476 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 3460 0 0 0 39 0 0 0 20 0 15 0 95388320 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10555476 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) S 2254 2257 31794 0 -1 1077944384 962 0 0 0 15 0 0 0 20 0 15 0 95388320 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95388320 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95388320 10808807424 31259 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 125036 KiB

[startup+1.50081 s]
/proc/loadavg: 2.09 2.07 2.13 5/217 2272
/proc/meminfo: memFree=25548164/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10622040 memory=238808 CPUtime=3.65 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 14032 0 0 0 352 13 0 0 20 0 16 0 95388314 10876968960 59702 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2655510 59702 3113 1 0 2643904 0
[pid=2257/tid=2259] ppid=2254 vsize=10622040 memory=280366741454656 CPUtime=1.41 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 5926 0 0 0 137 4 0 0 20 0 16 0 95388315 10876968960 59702 33554432000 4194304 4196468 140722879677040 140384929104704 140384516283824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10622040 memory=140183370601712 CPUtime=0.05 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 32 0 0 0 4 1 0 0 20 0 16 0 95388315 10876968960 59702 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10622040 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 16 0 95388315 10876968960 59702 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10622040 memory=280366741467872 CPUtime=0.05 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 34 0 0 0 4 1 0 0 20 0 16 0 95388315 10876968960 59702 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10622040 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 35 0 0 0 4 1 0 0 20 0 16 0 95388315 10876968960 59702 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10622040 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95388317 10876968960 59702 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0

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

/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 28235 0 0 0 478 82 0 0 20 0 16 0 95388315 10876968960 695520 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10622040 memory=2782080 CPUtime=5.58 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 29767 0 0 0 476 82 0 0 20 0 16 0 95388315 10876968960 695520 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10622040 memory=2782080 CPUtime=0.38 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 32292 0 0 0 33 5 0 0 20 0 16 0 95388317 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10622040 memory=2782080 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95388317 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383958799584 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10622040 memory=2782080 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95388318 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383957746432 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10622040 memory=2782080 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95388320 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10622040 memory=2864072 CPUtime=1.46 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) S 2254 2257 31794 0 -1 1077944384 6715 0 0 0 145 1 0 0 20 0 16 0 95388320 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383955643120 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10622040 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 8133 0 0 0 144 1 0 0 20 0 16 0 95388320 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10622040 memory=1156 CPUtime=0.34 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) S 2254 2257 31794 0 -1 1077944384 2736 0 0 0 33 1 0 0 20 0 16 0 95388320 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10622040 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95388320 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10622040 memory=2782080 CPUtime=1.3 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 2626 0 0 0 59 71 0 0 20 0 16 0 95388320 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2273] ppid=2254 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2273/stat : 2273 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95388429 10876968960 695520 33554432000 4194304 4196468 140722879677040 140383950378032 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 2403.65 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2782080 KiB

[startup+2442.3 s]
/proc/loadavg: 1.96 2.02 2.24 3/217 2662
/proc/meminfo: memFree=26005476/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10622040 memory=2751280 CPUtime=2464.41 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 263951 0 0 0 246017 424 0 0 20 0 16 0 95388314 10876968960 687820 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2655510 687820 3154 1 0 2643904 0
[pid=2257/tid=2259] ppid=2254 vsize=10622040 memory=4044 CPUtime=2435.96 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 64569 0 0 0 243571 25 0 0 20 0 16 0 95388315 10876968960 687820 33554432000 4194304 4196468 140722879677040 140384929107216 140384516405045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10622040 memory=2751280 CPUtime=5.85 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 35842 0 0 0 504 81 0 0 20 0 16 0 95388315 10876968960 687820 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10622040 memory=2751280 CPUtime=5.87 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 37446 0 0 0 504 83 0 0 20 0 16 0 95388315 10876968960 687820 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10622040 memory=2782080 CPUtime=5.84 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 35321 0 0 0 502 82 0 0 20 0 16 0 95388315 10876968960 687820 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10622040 memory=2782080 CPUtime=5.83 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 35807 0 0 0 500 83 0 0 20 0 16 0 95388315 10876968960 687820 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10622040 memory=2751280 CPUtime=0.39 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 33293 0 0 0 34 5 0 0 20 0 16 0 95388317 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10622040 memory=2751280 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95388317 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383958799584 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10622040 memory=2751280 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95388318 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383957746432 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10622040 memory=2751280 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95388320 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10622040 memory=2751280 CPUtime=1.46 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) S 2254 2257 31794 0 -1 1077944384 6718 0 0 0 145 1 0 0 20 0 16 0 95388320 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383955643120 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10622040 memory=2751280 CPUtime=1.45 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 8138 0 0 0 144 1 0 0 20 0 16 0 95388320 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10622040 memory=2751280 CPUtime=0.34 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) S 2254 2257 31794 0 -1 1077944384 2742 0 0 0 33 1 0 0 20 0 16 0 95388320 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10622040 memory=2751280 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95388320 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10622040 memory=2751280 CPUtime=1.33 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 2666 0 0 0 60 73 0 0 20 0 16 0 95388320 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2273] ppid=2254 vsize=10622040 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2273/stat : 2273 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95388429 10876968960 687820 33554432000 4194304 4196468 140722879677040 140383950378032 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 2464.41 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2751280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.6 s]
/proc/loadavg: 2.02 2.02 2.23 3/217 2663
/proc/meminfo: memFree=26087400/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10622040 memory=2682032 CPUtime=2520 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 265685 0 0 0 251574 426 0 0 20 0 16 0 95388314 10876968960 670508 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2655510 670508 3154 1 0 2643904 0
[pid=2257/tid=2259] ppid=2254 vsize=10622040 memory=4612 CPUtime=2491.17 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) R 2254 2257 31794 0 -1 4202560 65602 0 0 0 249091 26 0 0 20 0 16 0 95388315 10876968960 670508 33554432000 4194304 4196468 140722879677040 140384929107216 140384516405045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10622040 memory=8112282956445269571 CPUtime=5.94 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 35913 0 0 0 513 81 0 0 20 0 16 0 95388315 10876968960 670508 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10622040 memory=0 CPUtime=5.96 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 37504 0 0 0 513 83 0 0 20 0 16 0 95388315 10876968960 670508 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10622040 memory=2682032 CPUtime=5.93 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 35373 0 0 0 510 83 0 0 20 0 16 0 95388315 10876968960 670508 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10622040 memory=2682032 CPUtime=5.93 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 36163 0 0 0 510 83 0 0 20 0 16 0 95388315 10876968960 670508 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10622040 memory=5296 CPUtime=0.39 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 33403 0 0 0 34 5 0 0 20 0 16 0 95388317 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10622040 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95388317 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383958799584 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10622040 memory=2682032 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95388318 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383957746432 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95388320 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10622040 memory=1196 CPUtime=1.46 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) S 2254 2257 31794 0 -1 1077944384 6722 0 0 0 145 1 0 0 20 0 16 0 95388320 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383955643120 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10622040 memory=4612 CPUtime=1.45 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 8142 0 0 0 144 1 0 0 20 0 16 0 95388320 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10622040 memory=15872 CPUtime=0.34 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) S 2254 2257 31794 0 -1 1077944384 2748 0 0 0 33 1 0 0 20 0 16 0 95388320 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10622040 memory=636 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95388320 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10622040 memory=956 CPUtime=1.36 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 2706 0 0 0 62 74 0 0 20 0 16 0 95388320 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2273] ppid=2254 vsize=10622040 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2273/stat : 2273 (java) S 2254 2257 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95388429 10876968960 670508 33554432000 4194304 4196468 140722879677040 140383950378032 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2682032 KiB

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

[startup+2497.87 s]
# the end of solver process 2257 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.82 s, system=4.2895 s

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

[startup+2497.8 s]
/proc/loadavg: 2.02 2.02 2.23 3/217 2663
/proc/meminfo: memFree=26087400/32770624 swapFree=67108860/67108860
[pid=2257] ppid=2254 vsize=10821732 memory=2682248 CPUtime=2520.02 cores=1,3,5,7
/proc/2257/stat : 2257 (java) S 2254 2257 31794 0 -1 1077944320 266052 0 0 0 251575 427 0 0 20 0 17 0 95388314 11081453568 670562 33554432000 4194304 4196468 140722879677040 140722879659584 140384924868343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
/proc/2257/statm: 2705433 670562 3157 1 0 2693827 0
[pid=2257/tid=2259] ppid=2254 vsize=10821732 memory=8112282956445269571 CPUtime=2491.18 cores=1,3,5,7
/proc/2257/task/2259/stat : 2259 (java) S 2254 2257 31794 0 -1 1077944384 65644 0 0 0 249092 26 0 0 20 0 17 0 95388315 11081453568 670562 33554432000 4194304 4196468 140722879677040 140384929111216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2260] ppid=2254 vsize=10821732 memory=916 CPUtime=5.94 cores=1,3,5,7
/proc/2257/task/2260/stat : 2260 (java) S 2254 2257 31794 0 -1 1077944384 35913 0 0 0 513 81 0 0 20 0 17 0 95388315 11081453568 670562 33554432000 4194304 4196468 140722879677040 140384850942992 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2261] ppid=2254 vsize=10821732 memory=3832 CPUtime=5.96 cores=1,3,5,7
/proc/2257/task/2261/stat : 2261 (java) S 2254 2257 31794 0 -1 1077944384 37504 0 0 0 513 83 0 0 20 0 17 0 95388315 11081453568 670562 33554432000 4194304 4196468 140722879677040 140384849890448 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2262] ppid=2254 vsize=10821732 memory=0 CPUtime=5.93 cores=1,3,5,7
/proc/2257/task/2262/stat : 2262 (java) S 2254 2257 31794 0 -1 1077944384 35373 0 0 0 510 83 0 0 20 0 17 0 95388315 11081453568 670562 33554432000 4194304 4196468 140722879677040 140384848837392 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2263] ppid=2254 vsize=10821732 memory=0 CPUtime=5.93 cores=1,3,5,7
/proc/2257/task/2263/stat : 2263 (java) S 2254 2257 31794 0 -1 1077944384 36163 0 0 0 510 83 0 0 20 0 17 0 95388315 11081453568 670562 33554432000 4194304 4196468 140722879677040 140384847784848 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2264] ppid=2254 vsize=10821732 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/2257/task/2264/stat : 2264 (java) S 2254 2257 31794 0 -1 1077944384 33403 0 0 0 34 5 0 0 20 0 17 0 95388317 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383959853296 140384924879490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2265] ppid=2254 vsize=10821732 memory=301741373374332954 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2265/stat : 2265 (java) S 2254 2257 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 95388317 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383958799584 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2266] ppid=2254 vsize=10821732 memory=288230604624101685 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2266/stat : 2266 (java) S 2254 2257 31794 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 95388318 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383957746432 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2267] ppid=2254 vsize=10821732 memory=14135545647335258 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2267/stat : 2267 (java) S 2254 2257 31794 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 95388320 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383956694992 140384924886939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2268] ppid=2254 vsize=10821732 memory=1160 CPUtime=1.46 cores=1,3,5,7
/proc/2257/task/2268/stat : 2268 (java) S 2254 2257 31794 0 -1 1077944384 6722 0 0 0 145 1 0 0 20 0 17 0 95388320 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383955643120 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2269] ppid=2254 vsize=10821732 memory=3168 CPUtime=1.45 cores=1,3,5,7
/proc/2257/task/2269/stat : 2269 (java) S 2254 2257 31794 0 -1 1077944384 8142 0 0 0 144 1 0 0 20 0 17 0 95388320 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383954590576 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2270] ppid=2254 vsize=10821732 memory=2682032 CPUtime=0.34 cores=1,3,5,7
/proc/2257/task/2270/stat : 2270 (java) S 2254 2257 31794 0 -1 1077944384 2795 0 0 0 33 1 0 0 20 0 17 0 95388320 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383953537520 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2271] ppid=2254 vsize=10821732 memory=2682032 CPUtime=0 cores=1,3,5,7
/proc/2257/task/2271/stat : 2271 (java) S 2254 2257 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95388320 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383952485216 140384924878549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
[pid=2257/tid=2272] ppid=2254 vsize=10821732 memory=321 CPUtime=1.36 cores=1,3,5,7
/proc/2257/task/2272/stat : 2272 (java) S 2254 2257 31794 0 -1 1077944384 2706 0 0 0 62 74 0 0 20 0 17 0 95388320 11081453568 670562 33554432000 4194304 4196468 140722879677040 140383951432240 140384924879490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6725632 140722879685766 140722879685919 140722879685919 140722879688655 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2682248 KiB

Child status: 143
Real time (s): 2497.87
CPU time (s): 2520.11
CPU user time (s): 2515.82
CPU system time (s): 4.2895
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3590288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.82
system time used= 4.2895
maximum resident set size= 3590340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57908
involuntary context switches= 1156


# summary of solver processes directly reported to runsolver:
#   pid: 2257
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.82
#   total CPU system time (s): 4.2895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9933 second user time and 19.9334 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 13:02:24
IDJOB=4263219
IDBENCH=124104
IDSOLVER=2651
FILE ID=node107/4263219-1502623002
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-080.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263219-1502623002/watcher-4263219-1502623002 -o /tmp/evaluation-result-4263219-1502623002/solver-4263219-1502623002 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263219-1502623002.xml

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

MD5SUM BENCH= f0cd38ecba005234ebb464e977fa1d5a
RANDOM SEED=695036293

node107.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.84
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.84
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.84
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.84
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:        25774080 kB
MemAvailable:   28455948 kB
Buffers:          146896 kB
Cached:          2826924 kB
SwapCached:            0 kB
Active:          3991304 kB
Inactive:        2570544 kB
Active(anon):    3590588 kB
Inactive(anon):    24972 kB
Active(file):     400716 kB
Inactive(file):  2545572 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       3593284 kB
Mapped:            55072 kB
Shmem:             25228 kB
Slab:             128284 kB
SReclaimable:     102828 kB
SUnreclaim:        25456 kB
KernelStack:        3568 kB
PageTables:        12220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4876152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3444736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 13:44:02