Trace number 4258313

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT6 14.646 10.7192

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-03.xml
MD5SUM7be818acedb52ac703edcbfe3be7901c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.032717001
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains4
Minimum domain size2
Maximum domain size51
Distribution of domain sizes[{"size":2,"count":25},{"size":3,"count":25},{"size":10,"count":1},{"size":51,"count":5}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":22},{"degree":3,"count":8},{"degree":4,"count":12},{"degree":6,"count":1},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":17},{"arity":3,"count":12},{"arity":5,"count":4},{"arity":6,"count":1},{"arity":7,"count":4},{"arity":10,"count":9}]
Number of extensional constraints21
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":21},{"type":"intension","count":16},{"type":"sum","count":6},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

4.75/1.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.75/1.92	c This is free software under the dual EPL/GNU LGPL licenses.
4.75/1.92	c See www.sat4j.org for details.
4.75/1.92	c That software uses the Rhino library from the Mozilla project.
4.75/1.92	c version CUSTOM.v20170705
4.75/1.92	c java.runtime.name	Java(TM) SE Runtime Environment
4.75/1.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.75/1.92	c java.vm.version	25.131-b11
4.75/1.92	c java.vm.vendor	Oracle Corporation
4.75/1.92	c sun.arch.data.model	64
4.75/1.92	c java.version		1.8.0_131
4.75/1.92	c os.name		Linux
4.75/1.92	c os.version		3.10.0-514.16.1.el7.x86_64
4.75/1.92	c os.arch		amd64
4.75/1.92	c Free memory 		499604488
4.75/1.92	c Max memory 		7247757312
4.75/1.92	c Total memory 		504889344
4.75/1.92	c Number of processors 	4
4.75/1.92	c c --- Begin Solver configuration ---
4.75/1.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.75/1.92	c Learn all clauses as in MiniSAT
4.75/1.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.75/1.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.75/1.92	c No reason simplification
4.75/1.92	c Glucose 2.1 dynamic restart strategy
4.75/1.92	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
4.75/1.92	c timeout=2147483s
4.75/1.92	c DB Simplification allowed=false
4.75/1.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.75/1.92	c --- End Solver configuration ---
4.75/1.92	c constraints type 
4.75/1.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
4.75/1.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 158977
4.75/1.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 237269
4.75/1.92	c org.sat4j.specs.Constr$1 => 2090
4.75/1.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 26142
4.75/1.92	c 424590 constraints processed.
10.10/6.47	o 4
11.31/7.58	o 5
14.44/10.47	o 6
14.62/10.70	c starts		: 11
14.62/10.70	c conflicts		: 2187
14.62/10.70	c decisions		: 1140362
14.62/10.70	c propagations		: 21919978
14.62/10.70	c inspects		: 26243374
14.62/10.70	c shortcuts		: 0
14.62/10.70	c learnt literals	: 69
14.62/10.70	c learnt binary clauses	: 107
14.62/10.70	c learnt ternary clauses	: 38
14.62/10.70	c learnt constraints	: 2118
14.62/10.70	c ignored constraints	: 0
14.62/10.70	c root simplifications	: 0
14.62/10.70	c removed literals (reason simplification)	: 0
14.62/10.70	c reason swapping (by a shorter reason)	: 0
14.62/10.70	c Calls to reduceDB	: 0
14.62/10.70	c Number of update (reduction) of LBD	: 1329
14.62/10.70	c Imported unit clauses	: 0
14.62/10.70	c number of reductions to clauses (during analyze)	: 0
14.62/10.70	c number of learned constraints concerned by reduction	: 0
14.62/10.70	c number of learning phase by resolution	: 0
14.62/10.70	c number of learning phase by cutting planes	: 0
14.62/10.70	c number of rounding to 1 operations	: 0
14.62/10.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
14.62/10.70	c number of reductions of the coefficients by power 2 	: 0
14.62/10.70	c number of right shift for reduction by power 2 	: 0
14.62/10.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
14.62/10.70	c speed (assignments/second)	: 2510591.913870118
14.62/10.70	c non guided choices	180477
14.62/10.70	c learnt constraints type 
14.62/10.70	s OPTIMUM FOUND
14.62/10.70	v <instantiation type="optimum" cost="6">
14.62/10.70	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] ws[0] ws[1] ws[2] ws[3] ws[4] z </list>
14.62/10.70	v 	<values> 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 0 1 0 1 2 4 5 6 6 </values>
14.62/10.70	v </instantiation>
14.62/10.70	

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258313-1501643450/watcher-4258313-1501643450 -o /tmp/evaluation-result-4258313-1501643450/solver-4258313-1501643450 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258313-1501643450.xml 

pid=17001
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.18 3.26 3.33 2/198 17004
/proc/meminfo: memFree=24845692/32770624 swapFree=0/247880
[pid=17004] ppid=17001 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17004/stat : 17004 (runsolver) D 17001 17004 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 63998537 24240128 106 18446744073709551615 4194304 4338465 140724113135920 140724113133560 140339320255191 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 31551488 140724113141894 140724113142341 140724113142341 140724113145802 0
/proc/17004/statm: 5918 106 53 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 4.18 3.26 3.33 2/198 17004
/proc/meminfo: memFree=24845692/32770624 swapFree=0/247880
[pid=17004] ppid=17001 vsize=9934352 CPUtime=0 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 2471 0 0 0 0 0 0 0 20 0 6 0 63998537 10172776448 2675 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2483588 2675 1211 1 0 2473566 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9934352

[startup+0.202346 s]
/proc/loadavg: 4.18 3.26 3.33 2/198 17004
/proc/meminfo: memFree=24845692/32770624 swapFree=0/247880
[pid=17004] ppid=17001 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 4878 0 0 0 6 1 0 0 20 0 15 0 63998537 10804383744 5862 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2637789 5862 2602 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300313 s]
/proc/loadavg: 4.18 3.26 3.33 2/198 17004
/proc/meminfo: memFree=24845692/32770624 swapFree=0/247880
[pid=17004] ppid=17001 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 8199 0 0 0 19 3 0 0 20 0 15 0 63998537 10804383744 8941 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2637789 8941 2854 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.70051 s]
/proc/loadavg: 4.18 3.26 3.33 2/198 17004
/proc/meminfo: memFree=24845692/32770624 swapFree=0/247880
[pid=17004] ppid=17001 vsize=10551232 CPUtime=1.36 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 16753 0 0 0 131 5 0 0 20 0 15 0 63998537 10804461568 29154 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2637808 29154 3050 1 0 2627269 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10551232

[startup+1.50059 s]
/proc/loadavg: 4.18 3.26 3.33 5/213 17019
/proc/meminfo: memFree=24634716/32770624 swapFree=0/247896
[pid=17004] ppid=17001 vsize=10551232 CPUtime=3.82 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 23319 0 0 0 370 12 0 0 20 0 15 0 63998537 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2637808 68106 3088 1 0 2627269 0
[pid=17004/tid=17006] ppid=17001 vsize=10551232 CPUtime=1.28 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) R 17001 17004 18930 0 -1 4202560 7544 0 0 0 123 5 0 0 20 0 15 0 63998546 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627788013352 140627383021547 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 94 0 0 0 3 1 0 0 20 0 15 0 63998547 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 110 0 0 0 3 1 0 0 20 0 15 0 63998547 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 15 0 63998547 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10551232 CPUtime=0.06 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 158 0 0 0 5 1 0 0 20 0 15 0 63998547 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 63998548 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63998549 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63998549 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63998551 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10551232 CPUtime=1.02 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) R 17001 17004 18930 0 -1 4202560 4655 0 0 0 102 0 0 0 20 0 15 0 63998551 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627763615776 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) R 17001 17004 18930 0 -1 4202560 7014 0 0 0 100 1 0 0 20 0 15 0 63998551 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627274540480 140627766190737 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2270 0 0 0 27 0 0 0 20 0 15 0 63998551 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63998551 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63998556 10804461568 68106 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 10551232

[startup+3.10066 s]
/proc/loadavg: 4.18 3.26 3.33 4/214 17020
/proc/meminfo: memFree=24417144/32770624 swapFree=0/247896
[pid=17004] ppid=17001 vsize=10617796 CPUtime=6.52 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 24017 0 0 0 632 20 0 0 20 0 16 0 63998537 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2654449 110565 3101 1 0 2643910 0
[pid=17004/tid=17006] ppid=17001 vsize=10617796 CPUtime=2.8 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) R 17001 17004 18930 0 -1 4202560 7685 0 0 0 273 7 0 0 20 0 16 0 63998546 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627788022320 140627383903854 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 63 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 201 0 0 0 10 2 0 0 20 0 16 0 63998547 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 63998548 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10617796 CPUtime=1.41 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 4738 0 0 0 141 0 0 0 20 0 16 0 63998551 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10617796 CPUtime=1.44 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 7106 0 0 0 143 1 0 0 20 0 16 0 63998551 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10617796 CPUtime=0.34 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2370 0 0 0 34 0 0 0 20 0 16 0 63998551 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63998556 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17020] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17020/stat : 17020 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998734 10872623104 110565 18446744073709551615 4194304 4196468 140729676565072 140627270329776 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 10617796

[startup+6.30068 s]
/proc/loadavg: 4.00 3.24 3.32 3/214 17020
/proc/meminfo: memFree=24365772/32770624 swapFree=0/247908
[pid=17004] ppid=17001 vsize=10617796 CPUtime=9.97 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 26223 0 0 0 976 21 0 0 20 0 16 0 63998537 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2654449 110731 3108 1 0 2643910 0
[pid=17004/tid=17006] ppid=17001 vsize=10617796 CPUtime=6 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) R 17001 17004 18930 0 -1 4202560 8021 0 0 0 593 7 0 0 20 0 16 0 63998546 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627788022304 140627384196598 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 63 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 201 0 0 0 10 2 0 0 20 0 16 0 63998547 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 63998548 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10617796 CPUtime=1.51 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 5404 0 0 0 151 0 0 0 20 0 16 0 63998551 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10617796 CPUtime=1.56 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 7163 0 0 0 155 1 0 0 20 0 16 0 63998551 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10617796 CPUtime=0.36 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2416 0 0 0 36 0 0 0 20 0 16 0 63998551 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1063 0 0 0 0 0 0 0 20 0 16 0 63998556 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17020] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17020/stat : 17020 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998734 10872623104 110731 18446744073709551615 4194304 4196468 140729676565072 140627270329776 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 10617796

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17004 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40088 s]
/proc/loadavg: 4.00 3.24 3.32 3/214 17020
/proc/meminfo: memFree=24365772/32770624 swapFree=0/247908
[pid=17004] ppid=17001 vsize=10617796 CPUtime=10.1 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 26960 0 0 0 989 21 0 0 20 0 16 0 63998537 10872623104 110740 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2654449 110740 3108 1 0 2643910 0
[pid=17004/tid=17006] ppid=17001 vsize=10617796 CPUtime=6.1 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) R 17001 17004 18930 0 -1 4202560 8047 0 0 0 603 7 0 0 20 0 16 0 63998546 10872623104 110740 18446744073709551615 4194304 4196468 140729676565072 140627788022192 140627384409770 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 10872623104 110740 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110740 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6

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

/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10617796 CPUtime=1.6 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 6278 0 0 0 160 0 0 0 20 0 16 0 63998551 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10617796 CPUtime=1.67 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 8045 0 0 0 166 1 0 0 20 0 16 0 63998551 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10617796 CPUtime=0.38 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2768 0 0 0 38 0 0 0 20 0 16 0 63998551 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1063 0 0 0 0 0 0 0 20 0 16 0 63998556 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17020] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17020/stat : 17020 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998734 10872623104 110851 18446744073709551615 4194304 4196468 140729676565072 140627270329776 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 10617796

[startup+9.60065 s]
/proc/loadavg: 3.92 3.23 3.32 3/214 17020
/proc/meminfo: memFree=24126524/32770624 swapFree=0/247916
[pid=17004] ppid=17001 vsize=10617796 CPUtime=13.64 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 29806 0 0 0 1343 21 0 0 20 0 16 0 63998537 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2654449 110860 3110 1 0 2643910 0
[pid=17004/tid=17006] ppid=17001 vsize=10617796 CPUtime=9.3 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) R 17001 17004 18930 0 -1 4202560 8771 0 0 0 923 7 0 0 20 0 16 0 63998546 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627788022480 140627384293059 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 63 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 201 0 0 0 10 2 0 0 20 0 16 0 63998547 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 16 0 63998548 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 6399 0 0 0 165 1 0 0 20 0 16 0 63998551 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10617796 CPUtime=1.77 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 8282 0 0 0 176 1 0 0 20 0 16 0 63998551 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10617796 CPUtime=0.38 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2824 0 0 0 38 0 0 0 20 0 16 0 63998551 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1063 0 0 0 0 0 0 0 20 0 16 0 63998556 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17020] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17020/stat : 17020 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998734 10872623104 110860 18446744073709551615 4194304 4196468 140729676565072 140627270329776 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 10617796

[startup+10.4006 s]
/proc/loadavg: 3.92 3.23 3.32 3/214 17020
/proc/meminfo: memFree=24009912/32770624 swapFree=0/247916
[pid=17004] ppid=17001 vsize=10617796 CPUtime=14.44 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 29810 0 0 0 1423 21 0 0 20 0 16 0 63998537 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2654449 109298 3110 1 0 2643910 0
[pid=17004/tid=17006] ppid=17001 vsize=10617796 CPUtime=10.1 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) R 17001 17004 18930 0 -1 4202560 8774 0 0 0 1003 7 0 0 20 0 16 0 63998546 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627788022368 140627384196550 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 63 0 0 0 9 2 0 0 20 0 16 0 63998547 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 201 0 0 0 10 2 0 0 20 0 16 0 63998547 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 16 0 63998548 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998549 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 6399 0 0 0 165 1 0 0 20 0 16 0 63998551 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10617796 CPUtime=1.77 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 8282 0 0 0 176 1 0 0 20 0 16 0 63998551 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10617796 CPUtime=0.38 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2824 0 0 0 38 0 0 0 20 0 16 0 63998551 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1064 0 0 0 0 0 0 0 20 0 16 0 63998556 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17020] ppid=17001 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17020/stat : 17020 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998734 10872623104 109298 18446744073709551615 4194304 4196468 140729676565072 140627270329776 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 10617796

[startup+10.6006 s]
/proc/loadavg: 3.92 3.23 3.32 3/214 17020
/proc/meminfo: memFree=24009912/32770624 swapFree=0/247916
[pid=17004] ppid=17001 vsize=10750924 CPUtime=14.62 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 30130 0 0 0 1441 21 0 0 20 0 16 0 63998537 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2687731 109321 3112 1 0 2677192 0
[pid=17004/tid=17006] ppid=17001 vsize=10750924 CPUtime=10.2 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) S 17001 17004 18930 0 -1 1077944384 8842 0 0 0 1013 7 0 0 20 0 16 0 63998546 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627788026912 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10750924 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10750924 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10750924 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 63 0 0 0 9 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10750924 CPUtime=0.12 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 201 0 0 0 10 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 16 0 63998548 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63998549 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998549 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10750924 CPUtime=1.7 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 6445 0 0 0 169 1 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10750924 CPUtime=1.8 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 8308 0 0 0 179 1 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10750924 CPUtime=0.39 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2894 0 0 0 39 0 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1064 0 0 0 0 0 0 0 20 0 16 0 63998556 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 10750924

[startup+10.7005 s]
/proc/loadavg: 3.92 3.23 3.32 3/214 17020
/proc/meminfo: memFree=24009912/32770624 swapFree=0/247916
[pid=17004] ppid=17001 vsize=10750924 CPUtime=14.62 cores=0,2,4,6
/proc/17004/stat : 17004 (java) S 17001 17004 18930 0 -1 1077944320 30143 0 0 0 1441 21 0 0 20 0 16 0 63998537 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140729676547616 140627783786231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
/proc/17004/statm: 2687731 109321 3112 1 0 2677192 0
[pid=17004/tid=17006] ppid=17001 vsize=10750924 CPUtime=10.2 cores=0,2,4,6
/proc/17004/task/17006/stat : 17006 (java) S 17001 17004 18930 0 -1 1077944384 8842 0 0 0 1013 7 0 0 20 0 16 0 63998546 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627788026912 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17007] ppid=17001 vsize=10750924 CPUtime=0.1 cores=0,2,4,6
/proc/17004/task/17007/stat : 17007 (java) S 17001 17004 18930 0 -1 1077944384 127 0 0 0 8 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627714206352 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17008] ppid=17001 vsize=10750924 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17008/stat : 17008 (java) S 17001 17004 18930 0 -1 1077944384 139 0 0 0 9 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627713153552 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17009] ppid=17001 vsize=10750924 CPUtime=0.11 cores=0,2,4,6
/proc/17004/task/17009/stat : 17009 (java) S 17001 17004 18930 0 -1 1077944384 63 0 0 0 9 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627712100752 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17010] ppid=17001 vsize=10750924 CPUtime=0.12 cores=0,2,4,6
/proc/17004/task/17010/stat : 17010 (java) S 17001 17004 18930 0 -1 1077944384 201 0 0 0 10 2 0 0 20 0 16 0 63998547 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627711047952 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17011] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17011/stat : 17011 (java) S 17001 17004 18930 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 16 0 63998548 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627279805296 140627783797378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17012] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17012/stat : 17012 (java) S 17001 17004 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63998549 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627278751264 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17013] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17013/stat : 17013 (java) S 17001 17004 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63998549 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627277698416 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17014] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17014/stat : 17014 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627276646736 140627783804827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17015] ppid=17001 vsize=10750924 CPUtime=1.7 cores=0,2,4,6
/proc/17004/task/17015/stat : 17015 (java) S 17001 17004 18930 0 -1 1077944384 6445 0 0 0 169 1 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627275594096 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17016] ppid=17001 vsize=10750924 CPUtime=1.8 cores=0,2,4,6
/proc/17004/task/17016/stat : 17016 (java) S 17001 17004 18930 0 -1 1077944384 8308 0 0 0 179 1 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627274541296 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17017] ppid=17001 vsize=10750924 CPUtime=0.39 cores=0,2,4,6
/proc/17004/task/17017/stat : 17017 (java) S 17001 17004 18930 0 -1 1077944384 2894 0 0 0 39 0 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627273488496 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17018] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17018/stat : 17018 (java) S 17001 17004 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63998551 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627272435936 140627783796437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
[pid=17004/tid=17019] ppid=17001 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/17004/task/17019/stat : 17019 (java) S 17001 17004 18930 0 -1 1077944384 1064 0 0 0 0 0 0 0 20 0 16 0 63998556 11008946176 109321 18446744073709551615 4194304 4196468 140729676565072 140627271384240 140627783797378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9310208 140729676571057 140729676571210 140729676571210 140729676574671 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 10.7192
CPU time (s): 14.646
CPU user time (s): 14.419
CPU system time (s): 0.227023
CPU usage (%): 136.634
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.419
system time used= 0.227023
maximum resident set size= 443440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2248
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043591 second user time and 0.076284 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 04:56:33
IDJOB=4258313
IDBENCH=115924
IDSOLVER=2643
FILE ID=node132/4258313-1501643450
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258313-1501643450/watcher-4258313-1501643450 -o /tmp/evaluation-result-4258313-1501643450/solver-4258313-1501643450 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258313-1501643450.xml

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

MD5SUM BENCH= 7be818acedb52ac703edcbfe3be7901c
RANDOM SEED=792844520

node132.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.74
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.74
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.74
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.74
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:        24846436 kB
MemAvailable:   25029420 kB
Buffers:          141868 kB
Cached:           337504 kB
SwapCached:            0 kB
Active:          7227800 kB
Inactive:         272324 kB
Active(anon):    7021480 kB
Inactive(anon):    24444 kB
Active(file):     206320 kB
Inactive(file):   247880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:       7017972 kB
Mapped:            50596 kB
Shmem:             25276 kB
Slab:             115220 kB
SReclaimable:      89236 kB
SUnreclaim:        25984 kB
KernelStack:        3760 kB
PageTables:        18424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7375712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6764544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 04:56:44