Trace number 4263241

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 2508.46

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-5_X2.xml
MD5SUM0d344e361328211ed16699cc315bd3d7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263241-1502631543/watcher-4263241-1502631543 -o /tmp/evaluation-result-4263241-1502631543/solver-4263241-1502631543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263241-1502631543.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
solver pid=6607, runsolver pid=6604
Current StackSize limit: 8192 KiB


[startup+0.100874 s]*
/proc/loadavg: 3.09 4.28 3.77 4/217 6622
/proc/meminfo: memFree=23511576/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10555400 memory=29932 CPUtime=0.13 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 6551 0 0 0 12 1 0 0 20 0 15 0 96242118 10808729600 7483 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2638850 7483 2819 1 0 2627263 0
[pid=6607/tid=6609] ppid=6604 vsize=10555400 memory=-8774005365546193501 CPUtime=0.09 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 4391 0 0 0 9 0 0 0 20 0 15 0 96242119 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192712512144 140192708310173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10555400 memory=5793855006617508281 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242119 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242120 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242121 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96242121 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192199218592 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96242121 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192198166000 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0.02 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) S 6604 6607 1335 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 96242124 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192193956080 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 7483 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29932 KiB

[startup+0.214435 s]*
/proc/loadavg: 3.09 4.28 3.77 5/217 6622
/proc/meminfo: memFree=23502228/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10555400 memory=39860 CPUtime=0.34 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 8096 0 0 0 32 2 0 0 20 0 15 0 96242118 10808729600 9965 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2638850 9965 2962 1 0 2627263 0
[pid=6607/tid=6609] ppid=6604 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 5086 0 0 0 19 1 0 0 20 0 15 0 96242119 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192712523600 140192692368734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10555400 memory=4211973481812405642 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242119 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242120 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242121 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96242121 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192199218592 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96242121 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192198166000 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 608 0 0 0 2 0 0 0 20 0 15 0 96242124 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 176 0 0 0 2 0 0 0 20 0 15 0 96242124 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0.07 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) R 6604 6607 1335 0 -1 4202560 880 0 0 0 7 0 0 0 20 0 15 0 96242124 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192193950616 140192700623936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10555400 memory=139755607615104 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242124 10808729600 9965 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39860 KiB

[startup+0.31061 s]*
/proc/loadavg: 3.09 4.28 3.77 4/217 6622
/proc/meminfo: memFree=23495404/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10555476 memory=46684 CPUtime=0.52 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 8721 0 0 0 50 2 0 0 20 0 15 0 96242118 10808807424 11671 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2638869 11671 3035 1 0 2627263 0
[pid=6607/tid=6609] ppid=6604 vsize=10555476 memory=7377246124687064083 CPUtime=0.3 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 5526 0 0 0 29 1 0 0 20 0 15 0 96242119 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192712523792 140192312863197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10555476 memory=4211973481812405642 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10555476 memory=139755607617276 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10555476 memory=139755484459811 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242119 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10555476 memory=139755484466639 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242120 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10555476 memory=139755607617456 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96242121 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10555476 memory=139755484475823 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96242121 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192199218592 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10555476 memory=279510968942480 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96242121 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192198166000 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10555476 memory=279510968940176 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 624 0 0 0 4 0 0 0 20 0 15 0 96242124 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 244 0 0 0 4 0 0 0 20 0 15 0 96242124 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10555476 memory=139755607615104 CPUtime=0.13 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) R 6604 6607 1335 0 -1 4202560 962 0 0 0 13 0 0 0 20 0 15 0 96242124 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192193956080 140192708309594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10555476 memory=139755607615104 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242124 10808807424 11671 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46684 KiB

[startup+0.706963 s]
/proc/loadavg: 3.09 4.28 3.77 8/217 6622
/proc/meminfo: memFree=23480576/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10555476 memory=129688 CPUtime=1.74 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 11860 0 0 0 169 5 0 0 20 0 15 0 96242118 10808807424 32422 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2638869 32422 3090 1 0 2627263 0
[pid=6607/tid=6609] ppid=6604 vsize=10555476 memory=8536 CPUtime=0.67 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 5995 0 0 0 64 3 0 0 20 0 15 0 96242119 10808807424 32422 33554432000 4194304 4196468 140722429399008 140192712519216 140192689127548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808807424 32422 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96242119 10808807424 32422 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242119 10808807424 32422 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242120 10808807424 32422 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96242121 10808807424 32422 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96242121 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192199218592 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96242121 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192198166000 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10555476 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10555476 memory=1436 CPUtime=0.34 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) R 6604 6607 1335 0 -1 4202560 1734 0 0 0 34 0 0 0 20 0 15 0 96242124 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192196050720 140192700577696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10555476 memory=1200 CPUtime=0.36 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) R 6604 6607 1335 0 -1 4202560 1254 0 0 0 36 0 0 0 20 0 15 0 96242124 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192194994088 140192693179161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10555476 memory=15872 CPUtime=0.33 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) S 6604 6607 1335 0 -1 1077944384 1571 0 0 0 33 0 0 0 20 0 15 0 96242124 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192193956080 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96242124 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10555476 memory=16592 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96242124 10808807424 32488 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 129688 KiB

[startup+1.50072 s]
/proc/loadavg: 3.09 4.28 3.77 5/217 6622
/proc/meminfo: memFree=23327620/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10622040 memory=274792 CPUtime=4.24 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 20132 0 0 0 414 10 0 0 20 0 16 0 96242118 10876968960 68698 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2655510 68698 3122 1 0 2643904 0
[pid=6607/tid=6609] ppid=6604 vsize=10622040 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 6058 0 0 0 135 3 0 0 20 0 16 0 96242119 10876968960 68698 33554432000 4194304 4196468 140722429399008 140192712523440 140192317530928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10622040 memory=664970774370811553 CPUtime=0.03 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 112 0 0 0 3 0 0 0 20 0 16 0 96242119 10876968960 68698 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10622040 memory=667957 CPUtime=0.04 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 47 0 0 0 4 0 0 0 20 0 16 0 96242119 10876968960 68698 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10622040 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 133 0 0 0 5 1 0 0 20 0 16 0 96242119 10876968960 68698 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10622040 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 132 0 0 0 6 1 0 0 20 0 16 0 96242120 10876968960 68698 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10622040 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 68698 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0

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

/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 7614 0 0 0 155 75 0 0 20 0 16 0 96242119 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10622040 memory=0 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 6722 0 0 0 158 72 0 0 20 0 16 0 96242120 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10622040 memory=3244252 CPUtime=0.28 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 15076 0 0 0 25 3 0 0 20 0 16 0 96242121 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10622040 memory=3244252 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192199218656 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10622040 memory=3244252 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192198166016 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10622040 memory=3244252 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96242124 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10622040 memory=3244252 CPUtime=1.44 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 8447 0 0 0 142 2 0 0 20 0 16 0 96242124 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10622040 memory=3244252 CPUtime=1.6 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 8118 0 0 0 159 1 0 0 20 0 16 0 96242124 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10622040 memory=3244252 CPUtime=0.44 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) S 6604 6607 1335 0 -1 1077944384 3639 0 0 0 44 0 0 0 20 0 16 0 96242124 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192193956080 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10622040 memory=3244252 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96242124 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10622040 memory=8112282956445269571 CPUtime=1.35 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 2806 0 0 0 61 74 0 0 20 0 16 0 96242124 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6623] ppid=6604 vsize=10622040 memory=4084 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6623/stat : 6623 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96242229 10876968960 811063 33554432000 4194304 4196468 140722429399008 140192190797104 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 2454.09 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3244252 KiB

[startup+2502.3 s]
/proc/loadavg: 1.95 1.95 2.10 3/217 6798
/proc/meminfo: memFree=27732400/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2514.13 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 129331 0 0 0 251038 375 0 0 20 0 16 0 96242118 10876968960 811232 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2655510 811232 3159 1 0 2643904 0
[pid=6607/tid=6609] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2499.76 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 59367 0 0 0 249956 20 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192712527152 140192317432848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2.24 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 8666 0 0 0 153 71 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2.29 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 7259 0 0 0 156 73 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 7614 0 0 0 155 75 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 6722 0 0 0 158 72 0 0 20 0 16 0 96242120 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10622040 memory=3244928 CPUtime=0.28 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 15106 0 0 0 25 3 0 0 20 0 16 0 96242121 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10622040 memory=3180 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192199218656 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10622040 memory=3244928 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192198166016 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10622040 memory=3244928 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10622040 memory=3244928 CPUtime=1.44 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 8466 0 0 0 142 2 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10622040 memory=3244928 CPUtime=1.6 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 8142 0 0 0 159 1 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10622040 memory=8112282956445269571 CPUtime=0.44 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) S 6604 6607 1335 0 -1 1077944384 3657 0 0 0 44 0 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192193956080 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10622040 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10622040 memory=15872 CPUtime=1.39 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 2921 0 0 0 63 76 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6623] ppid=6604 vsize=10622040 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6623/stat : 6623 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96242229 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192190797104 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 2514.13 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3244928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.2 s]
/proc/loadavg: 1.95 1.95 2.10 3/217 6798
/proc/meminfo: memFree=27732400/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10622040 memory=3244928 CPUtime=2520.03 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 129482 0 0 0 251628 375 0 0 20 0 16 0 96242118 10876968960 811232 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2655510 811232 3159 1 0 2643904 0
[pid=6607/tid=6609] ppid=6604 vsize=10622040 memory=288230621803970871 CPUtime=2505.66 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) R 6604 6607 1335 0 -1 4202560 59516 0 0 0 250546 20 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192712527152 140192317549681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10622040 memory=16105866189342951 CPUtime=2.24 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 8666 0 0 0 153 71 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10622040 memory=1696 CPUtime=2.29 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 7259 0 0 0 156 73 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10622040 memory=920 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 7614 0 0 0 155 75 0 0 20 0 16 0 96242119 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10622040 memory=3832 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 6722 0 0 0 158 72 0 0 20 0 16 0 96242120 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10622040 memory=2340 CPUtime=0.28 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 15106 0 0 0 25 3 0 0 20 0 16 0 96242121 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10622040 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192199218656 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10622040 memory=4084 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96242121 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192198166016 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10622040 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10622040 memory=1572 CPUtime=1.44 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 8466 0 0 0 142 2 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10622040 memory=2200 CPUtime=1.6 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 8142 0 0 0 159 1 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10622040 memory=6504 CPUtime=0.44 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) S 6604 6607 1335 0 -1 1077944384 3657 0 0 0 44 0 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192193956080 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10622040 memory=836 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10622040 memory=1200 CPUtime=1.39 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 2923 0 0 0 63 76 0 0 20 0 16 0 96242124 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6623] ppid=6604 vsize=10622040 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6623/stat : 6623 (java) S 6604 6607 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96242229 10876968960 811232 33554432000 4194304 4196468 140722429399008 140192190797104 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3244928 KiB

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

[startup+2508.46 s]
# the end of solver process 6607 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.34 s, system=3.76785 s

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

[startup+2508.4 s]
/proc/loadavg: 1.95 1.95 2.10 3/217 6798
/proc/meminfo: memFree=27732400/32770624 swapFree=67108860/67108860
[pid=6607] ppid=6604 vsize=10821732 memory=3245248 CPUtime=2520.04 cores=0,2,4,6
/proc/6607/stat : 6607 (java) S 6604 6607 1335 0 -1 1077944320 130403 0 0 0 251629 375 0 0 20 0 17 0 96242118 11081453568 811312 33554432000 4194304 4196468 140722429399008 140722429381552 140192708288247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
/proc/6607/statm: 2705433 811312 3164 1 0 2693827 0
[pid=6607/tid=6609] ppid=6604 vsize=10821732 memory=5788 CPUtime=2505.67 cores=0,2,4,6
/proc/6607/task/6609/stat : 6609 (java) S 6604 6607 1335 0 -1 1077944384 59655 0 0 0 250547 20 0 0 20 0 17 0 96242119 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192712531120 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6610] ppid=6604 vsize=10821732 memory=1228 CPUtime=2.24 cores=0,2,4,6
/proc/6607/task/6610/stat : 6610 (java) S 6604 6607 1335 0 -1 1077944384 8666 0 0 0 153 71 0 0 20 0 17 0 96242119 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192634362128 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6611] ppid=6604 vsize=10821732 memory=796 CPUtime=2.29 cores=0,2,4,6
/proc/6607/task/6611/stat : 6611 (java) S 6604 6607 1335 0 -1 1077944384 7259 0 0 0 156 73 0 0 20 0 17 0 96242119 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192633309584 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6612] ppid=6604 vsize=10821732 memory=10020 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6612/stat : 6612 (java) S 6604 6607 1335 0 -1 1077944384 7614 0 0 0 155 75 0 0 20 0 17 0 96242119 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192312715792 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6613] ppid=6604 vsize=10821732 memory=1948 CPUtime=2.3 cores=0,2,4,6
/proc/6607/task/6613/stat : 6613 (java) S 6604 6607 1335 0 -1 1077944384 6722 0 0 0 158 72 0 0 20 0 17 0 96242120 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192311663248 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6614] ppid=6604 vsize=10821732 memory=8536 CPUtime=0.28 cores=0,2,4,6
/proc/6607/task/6614/stat : 6614 (java) S 6604 6607 1335 0 -1 1077944384 15106 0 0 0 25 3 0 0 20 0 17 0 96242121 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192200272368 140192708299394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6615] ppid=6604 vsize=10821732 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6615/stat : 6615 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96242121 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192199218656 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6616] ppid=6604 vsize=10821732 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6616/stat : 6616 (java) S 6604 6607 1335 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96242121 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192198166016 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6617] ppid=6604 vsize=10821732 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6617/stat : 6617 (java) S 6604 6607 1335 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 17 0 96242124 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192197114576 140192708306843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6618] ppid=6604 vsize=10821732 memory=1436 CPUtime=1.44 cores=0,2,4,6
/proc/6607/task/6618/stat : 6618 (java) S 6604 6607 1335 0 -1 1077944384 8466 0 0 0 142 2 0 0 20 0 17 0 96242124 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192196061168 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6619] ppid=6604 vsize=10821732 memory=1200 CPUtime=1.6 cores=0,2,4,6
/proc/6607/task/6619/stat : 6619 (java) S 6604 6607 1335 0 -1 1077944384 8142 0 0 0 159 1 0 0 20 0 17 0 96242124 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192195008624 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6620] ppid=6604 vsize=10821732 memory=3244928 CPUtime=0.44 cores=0,2,4,6
/proc/6607/task/6620/stat : 6620 (java) S 6604 6607 1335 0 -1 1077944384 3876 0 0 0 44 0 0 0 20 0 17 0 96242124 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192193956080 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6621] ppid=6604 vsize=10821732 memory=16624 CPUtime=0 cores=0,2,4,6
/proc/6607/task/6621/stat : 6621 (java) S 6604 6607 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96242124 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192192903776 140192708298453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
[pid=6607/tid=6622] ppid=6604 vsize=10821732 memory=18292 CPUtime=1.39 cores=0,2,4,6
/proc/6607/task/6622/stat : 6622 (java) S 6604 6607 1335 0 -1 1077944384 2923 0 0 0 63 76 0 0 20 0 17 0 96242124 11081453568 811312 33554432000 4194304 4196468 140722429399008 140192191851312 140192708299394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7151616 140722429400198 140722429400351 140722429400351 140722429403087 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3245248 KiB

Child status: 143
Real time (s): 2508.46
CPU time (s): 2520.11
CPU user time (s): 2516.34
CPU system time (s): 3.76785
CPU usage (%): 100.464
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3274536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.34
system time used= 3.76785
maximum resident set size= 3274536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57293
involuntary context switches= 1923


# summary of solver processes directly reported to runsolver:
#   pid: 6607
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.34
#   total CPU system time (s): 3.76785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.284 second user time and 23.6652 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 15:24:45
IDJOB=4263241
IDBENCH=134572
IDSOLVER=2651
FILE ID=node112/4263241-1502631543
RUNJOBID= node112-1502619513-3998
PBS_JOBID= 20628299
Free space on /tmp= 61784 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-5_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263241-1502631543/watcher-4263241-1502631543 -o /tmp/evaluation-result-4263241-1502631543/solver-4263241-1502631543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263241-1502631543.xml

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

MD5SUM BENCH= 0d344e361328211ed16699cc315bd3d7
RANDOM SEED=57795481

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23529620 kB
MemAvailable:   23725128 kB
Buffers:          121132 kB
Cached:           355276 kB
SwapCached:            0 kB
Active:          8627504 kB
Inactive:         144892 kB
Active(anon):    8247516 kB
Inactive(anon):    76488 kB
Active(file):     379988 kB
Inactive(file):    68404 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1844 kB
Writeback:             0 kB
AnonPages:       8316664 kB
Mapped:            55156 kB
Shmem:             25224 kB
Slab:             151384 kB
SReclaimable:     125904 kB
SUnreclaim:        25480 kB
KernelStack:        3824 kB
PageTables:        21544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8653280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8151040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 16:06:33