Trace number 4263354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1201 2481.29

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-70.xml
MD5SUM334f60f9be5ea7f5cd20aecf314fa745
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 variables210
Number of constraints141
Number of domains1
Minimum domain size210
Maximum domain size210
Distribution of domain sizes[{"size":210,"count":210}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":140},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity210
Distribution of constraint arities[{"arity":2,"count":140},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints140
Distribution of constraint types[{"type":"intension","count":140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263354-1502623702/watcher-4263354-1502623702 -o /tmp/evaluation-result-4263354-1502623702/solver-4263354-1502623702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263354-1502623702.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=19092, runsolver pid=19089

[startup+0.10009 s]*
/proc/loadavg: 7.10 6.38 4.60 6/198 19093
/proc/meminfo: memFree=23258616/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=8546220 memory=9708 CPUtime=0 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 2266 0 0 0 0 0 0 0 20 0 6 0 16252892 8751329280 2427 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2152118 2427 1169 1 0 2142088 0
[pid=19092/tid=19094] ppid=19089 vsize=9933516 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 987 0 0 0 0 0 0 0 20 0 6 0 16252903 10171920384 2488 18446744073709551615 4194304 4196468 140727572191712 140398647187560 140398629026759 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=9933516 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 16252903 10171920384 2488 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=9933516 memory=140237118527104 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 16252903 10171920384 2488 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 16252903 10172776448 2488 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=9934352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 16252903 10172776448 2553 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8546220 KiB
Current children cumulated memory: 9708 KiB

[startup+0.209792 s]*
/proc/loadavg: 7.10 6.38 4.60 7/212 19107
/proc/meminfo: memFree=23243656/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10551156 memory=26032 CPUtime=0.08 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 5037 0 0 0 8 0 0 0 20 0 15 0 16252892 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2637789 6508 2732 1 0 2627261 0
[pid=19092/tid=19094] ppid=19089 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 2997 0 0 0 6 0 0 0 20 0 15 0 16252903 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398647171472 140398642967709 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10551156 memory=288370613270238848 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10551156 memory=140237118527104 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252905 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16252905 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398206101024 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16252905 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398205048176 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10551156 memory=140237118527104 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10551156 memory=140237118527104 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252912 10804383744 6508 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26032 KiB

[startup+0.319677 s]*
/proc/loadavg: 7.10 6.38 4.60 6/212 19107
/proc/meminfo: memFree=23233032/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10551156 memory=36644 CPUtime=0.24 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 8456 0 0 0 22 2 0 0 20 0 15 0 16252892 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2637789 9161 2837 1 0 2627261 0
[pid=19092/tid=19094] ppid=19089 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 6115 0 0 0 15 2 0 0 20 0 15 0 16252903 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398647179808 140398627026270 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252903 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252905 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16252905 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398206101024 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16252905 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398205048176 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 16252908 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 15 0 16252908 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 411 0 0 0 4 0 0 0 20 0 15 0 16252908 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10551156 memory=140237118527104 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252912 10804383744 9161 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36644 KiB

[startup+0.701718 s]
/proc/loadavg: 7.10 6.38 4.60 8/212 19107
/proc/meminfo: memFree=23197564/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10551232 memory=145392 CPUtime=1.19 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 11581 0 0 0 113 6 0 0 20 0 15 0 16252892 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2637808 36348 3056 1 0 2627261 0
[pid=19092/tid=19094] ppid=19089 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 6778 0 0 0 50 4 0 0 20 0 15 0 16252903 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398647182232 140398269945549 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10551232 memory=140236990575479 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252903 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10551232 memory=280473981249120 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252903 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252903 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252903 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10551232 memory=21 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16252905 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10551232 memory=72 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16252905 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398206101024 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10551232 memory=64 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16252905 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398205048176 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10551232 memory=85 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10551232 memory=10 CPUtime=0.23 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 1292 0 0 0 23 0 0 0 20 0 15 0 16252908 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10551232 memory=2 CPUtime=0.21 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) R 19089 19092 7968 0 -1 4202560 1135 0 0 0 21 0 0 0 20 0 15 0 16252908 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398626841544 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 1007 0 0 0 17 0 0 0 20 0 15 0 16252908 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10551232 memory=280473980980768 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252912 10804461568 36348 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 145392 KiB

[startup+1.50077 s]
/proc/loadavg: 7.10 6.38 4.60 6/212 19107
/proc/meminfo: memFree=23073876/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10551232 memory=196720 CPUtime=2.12 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 11765 0 0 0 202 10 0 0 20 0 15 0 16252892 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2637808 49180 3071 1 0 2627261 0
[pid=19092/tid=19094] ppid=19089 vsize=10551232 memory=86343740820212 CPUtime=1.31 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 6793 0 0 0 127 4 0 0 20 0 15 0 16252903 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398647184784 140398272527172 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10551232 memory=86343740820212 CPUtime=0.01 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 16252903 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10551232 memory=86343740820212 CPUtime=0.01 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 16252903 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10551232 memory=86343740819956 CPUtime=0.01 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 16252903 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10551232 memory=86343740819956 CPUtime=0.02 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 15 0 16252903 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10551232 memory=16724602654207 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 16252905 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10551232 memory=7307186514199539560 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 16252905 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398206101024 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10551232 memory=7373362713164013632 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 16252905 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398205048176 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10551232 memory=5865469479800824941 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10551232 memory=5865465064658194540 CPUtime=0.26 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 1298 0 0 0 26 0 0 0 20 0 15 0 16252908 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10551232 memory=7300728970739542608 CPUtime=0.24 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 1141 0 0 0 24 0 0 0 20 0 15 0 16252908 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10551232 memory=7007712420471858773 CPUtime=0.17 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 1010 0 0 0 17 0 0 0 20 0 15 0 16252908 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10551232 memory=7300728970739542608 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16252908 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10551232 memory=7300728970739542608 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16252912 10804461568 49180 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 10551232 KiB

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

/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 9509 0 0 0 1042 84 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10617796 memory=3548448 CPUtime=11.29 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 11965 0 0 0 1044 85 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10617796 memory=3548448 CPUtime=1.91 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 12735 0 0 0 187 4 0 0 20 0 16 0 16252905 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 16252905 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398206101088 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10617796 memory=164 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 16252905 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398205048192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10617796 memory=3548448 CPUtime=1.15 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 5701 0 0 0 114 1 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10617796 memory=3144 CPUtime=1.29 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 5267 0 0 0 128 1 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10617796 memory=4060 CPUtime=0.38 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 4684 0 0 0 37 1 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10617796 memory=4040 CPUtime=1.35 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1885 0 0 0 64 71 0 0 20 0 16 0 16252912 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19108] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19108/stat : 19108 (java) S 19089 19092 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 16254057 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398197679536 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 2420.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3548448 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.07 2.25 3/213 19562
/proc/meminfo: memFree=25654492/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10617796 memory=3548448 CPUtime=2480.1 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 165886 0 0 0 247576 434 0 0 20 0 16 0 16252892 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2654449 887112 3133 1 0 2643902 0
[pid=19092/tid=19094] ppid=19089 vsize=10617796 memory=3548448 CPUtime=2428.71 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 90611 0 0 0 242851 20 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398647184736 140398274052322 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10617796 memory=3548448 CPUtime=11.3 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 12423 0 0 0 1045 85 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10617796 memory=3548448 CPUtime=11.32 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 9627 0 0 0 1046 86 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10617796 memory=3548448 CPUtime=11.26 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 9509 0 0 0 1042 84 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10617796 memory=3548448 CPUtime=11.29 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 11965 0 0 0 1044 85 0 0 20 0 16 0 16252903 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10617796 memory=3548448 CPUtime=1.91 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 12741 0 0 0 187 4 0 0 20 0 16 0 16252905 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 16252905 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398206101088 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 16252905 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398205048192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10617796 memory=3548448 CPUtime=1.15 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 5704 0 0 0 114 1 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10617796 memory=4124 CPUtime=1.29 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 5269 0 0 0 128 1 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0.38 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 4686 0 0 0 37 1 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10617796 memory=3548448 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16252908 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10617796 memory=3548448 CPUtime=1.38 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1916 0 0 0 65 73 0 0 20 0 16 0 16252912 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19108] ppid=19089 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19108/stat : 19108 (java) S 19089 19092 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 16254057 10872623104 887112 18446744073709551615 4194304 4196468 140727572191712 140398197679536 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 2480.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3548448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481 s]*
/proc/loadavg: 2.13 2.09 2.25 3/213 19565
/proc/meminfo: memFree=25483764/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10617796 memory=3719964 CPUtime=2520.01 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 169423 0 0 0 251544 457 0 0 20 0 16 0 16252892 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2654449 929991 3133 1 0 2643902 0
[pid=19092/tid=19094] ppid=19089 vsize=10617796 memory=-8774313645642428999 CPUtime=2467.02 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) R 19089 19092 7968 0 -1 4202560 91648 0 0 0 246682 20 0 0 20 0 16 0 16252903 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398647184736 140398274051971 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10617796 memory=4126316290023845779 CPUtime=11.69 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 13145 0 0 0 1079 90 0 0 20 0 16 0 16252903 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10617796 memory=0 CPUtime=11.71 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 10283 0 0 0 1079 92 0 0 20 0 16 0 16252903 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10617796 memory=3789 CPUtime=11.66 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 10030 0 0 0 1076 90 0 0 20 0 16 0 16252903 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10617796 memory=248581 CPUtime=11.68 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 12347 0 0 0 1078 90 0 0 20 0 16 0 16252903 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10617796 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 12916 0 0 0 188 4 0 0 20 0 16 0 16252905 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10617796 memory=129 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 16252905 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398206101088 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10617796 memory=38 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 16252905 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398205048192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16252908 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10617796 memory=-8774313645642428999 CPUtime=1.15 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 5708 0 0 0 114 1 0 0 20 0 16 0 16252908 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10617796 memory=72 CPUtime=1.29 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 5273 0 0 0 128 1 0 0 20 0 16 0 16252908 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10617796 memory=64 CPUtime=0.38 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 4693 0 0 0 37 1 0 0 20 0 16 0 16252908 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10617796 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16252908 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10617796 memory=4427205132082312746 CPUtime=1.41 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1945 0 0 0 67 74 0 0 20 0 16 0 16252912 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19108] ppid=19089 vsize=10617796 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19108/stat : 19108 (java) S 19089 19092 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 16254057 10872623104 929991 18446744073709551615 4194304 4196468 140727572191712 140398197679536 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3719964 KiB

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

[startup+2481.29 s]
# the end of solver process 19092 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.53 s, system=4.58714 s

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

[startup+2481.2 s]
/proc/loadavg: 2.13 2.09 2.25 3/213 19565
/proc/meminfo: memFree=25483764/32770624 swapFree=67108860/67108860
[pid=19092] ppid=19089 vsize=10817488 memory=3720092 CPUtime=2520.02 cores=1,3,5,7
/proc/19092/stat : 19092 (java) S 19089 19092 7968 0 -1 1077944320 169733 0 0 0 251545 457 0 0 20 0 17 0 16252892 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140727572174256 140398642945783 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
/proc/19092/statm: 2704372 930023 3135 1 0 2693825 0
[pid=19092/tid=19094] ppid=19089 vsize=10817488 memory=1588 CPUtime=2467.03 cores=1,3,5,7
/proc/19092/task/19094/stat : 19094 (java) S 19089 19092 7968 0 -1 1077944384 91687 0 0 0 246683 20 0 0 20 0 17 0 16252903 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398647188656 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19095] ppid=19089 vsize=10817488 memory=-8774313645642428999 CPUtime=11.69 cores=1,3,5,7
/proc/19092/task/19095/stat : 19095 (java) S 19089 19092 7968 0 -1 1077944384 13145 0 0 0 1079 90 0 0 20 0 17 0 16252903 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398253890192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19096] ppid=19089 vsize=10817488 memory=0 CPUtime=11.71 cores=1,3,5,7
/proc/19092/task/19096/stat : 19096 (java) S 19089 19092 7968 0 -1 1077944384 10283 0 0 0 1079 92 0 0 20 0 17 0 16252903 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398252837392 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19097] ppid=19089 vsize=10817488 memory=1792 CPUtime=11.66 cores=1,3,5,7
/proc/19092/task/19097/stat : 19097 (java) S 19089 19092 7968 0 -1 1077944384 10030 0 0 0 1076 90 0 0 20 0 17 0 16252903 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398251784592 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19098] ppid=19089 vsize=10817488 memory=960 CPUtime=11.68 cores=1,3,5,7
/proc/19092/task/19098/stat : 19098 (java) S 19089 19092 7968 0 -1 1077944384 12347 0 0 0 1078 90 0 0 20 0 17 0 16252903 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398250731792 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19099] ppid=19089 vsize=10817488 memory=2248 CPUtime=1.92 cores=1,3,5,7
/proc/19092/task/19099/stat : 19099 (java) S 19089 19092 7968 0 -1 1077944384 12921 0 0 0 188 4 0 0 20 0 17 0 16252905 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398207155056 140398642956930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19100] ppid=19089 vsize=10817488 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19100/stat : 19100 (java) S 19089 19092 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 16252905 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398206101088 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19101] ppid=19089 vsize=10817488 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19101/stat : 19101 (java) S 19089 19092 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 16252905 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398205048192 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19102] ppid=19089 vsize=10817488 memory=928 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19102/stat : 19102 (java) S 19089 19092 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 16252908 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398203996496 140398642964379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19103] ppid=19089 vsize=10817488 memory=2164 CPUtime=1.15 cores=1,3,5,7
/proc/19092/task/19103/stat : 19103 (java) S 19089 19092 7968 0 -1 1077944384 5708 0 0 0 114 1 0 0 20 0 17 0 16252908 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398202943856 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19104] ppid=19089 vsize=10817488 memory=640 CPUtime=1.29 cores=1,3,5,7
/proc/19092/task/19104/stat : 19104 (java) S 19089 19092 7968 0 -1 1077944384 5273 0 0 0 128 1 0 0 20 0 17 0 16252908 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398201891056 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19105] ppid=19089 vsize=10817488 memory=1792 CPUtime=0.38 cores=1,3,5,7
/proc/19092/task/19105/stat : 19105 (java) S 19089 19092 7968 0 -1 1077944384 4729 0 0 0 37 1 0 0 20 0 17 0 16252908 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398200838256 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19106] ppid=19089 vsize=10817488 memory=960 CPUtime=0 cores=1,3,5,7
/proc/19092/task/19106/stat : 19106 (java) S 19089 19092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 16252908 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398199785696 140398642955989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
[pid=19092/tid=19107] ppid=19089 vsize=10817488 memory=2248 CPUtime=1.41 cores=1,3,5,7
/proc/19092/task/19107/stat : 19107 (java) S 19089 19092 7968 0 -1 1077944384 1945 0 0 0 67 74 0 0 20 0 17 0 16252912 11077107712 930023 18446744073709551615 4194304 4196468 140727572191712 140398198734000 140398642956930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14053376 140727572197777 140727572197930 140727572197930 140727572201423 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3720092 KiB

Child status: 143
Real time (s): 2481.29
CPU time (s): 2520.12
CPU user time (s): 2515.53
CPU system time (s): 4.58714
CPU usage (%): 101.565
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3720092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.53
system time used= 4.58714
maximum resident set size= 3720436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56763
involuntary context switches= 1280


# summary of solver processes directly reported to runsolver:
#   pid: 19092
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.53
#   total CPU system time (s): 4.58714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2265 second user time and 25.2111 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:14:25
IDJOB=4263354
IDBENCH=124278
IDSOLVER=2651
FILE ID=node128/4263354-1502623702
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-70.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263354-1502623702/watcher-4263354-1502623702 -o /tmp/evaluation-result-4263354-1502623702/solver-4263354-1502623702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263354-1502623702.xml

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

MD5SUM BENCH= 334f60f9be5ea7f5cd20aecf314fa745
RANDOM SEED=1336632033

node128.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.94
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.94
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.94
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.94
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:        23258356 kB
MemAvailable:   23825756 kB
Buffers:          134816 kB
Cached:           720532 kB
SwapCached:            0 kB
Active:          8419768 kB
Inactive:         666224 kB
Active(anon):    8230980 kB
Inactive(anon):    16764 kB
Active(file):     188788 kB
Inactive(file):   649460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1580 kB
Writeback:            44 kB
AnonPages:       8230328 kB
Mapped:            44420 kB
Shmem:             17116 kB
Slab:             114592 kB
SReclaimable:      89976 kB
SUnreclaim:        24616 kB
KernelStack:        3440 kB
PageTables:        21244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7890944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 13:55:47