Trace number 4258107

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-05? (TO) 249.078 240.22501

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-nrwsSmall-4-1.xml
MD5SUMf288468cefacfaaaa4cb1a45aff7b0fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.43327501
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints241
Number of domains3
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":200},{"size":20,"count":40},{"size":21,"count":20}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":220},{"degree":3,"count":3},{"degree":5,"count":9},{"degree":7,"count":8},{"degree":21,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":200},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":14},{"arity":11,"count":20},{"arity":20,"count":1}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


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-4258107-1501997143/watcher-4258107-1501997143 -o /tmp/evaluation-result-4258107-1501997143/solver-4258107-1501997143 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9585 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258107-1501997143.xml 

pid=14369
running on 4 cores: 1,3,5,7

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: 2.44 2.25 2.45 2/199 14372
/proc/meminfo: memFree=31409204/32770624 swapFree=0/297236
[pid=14372] ppid=14369 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14372/stat : 14372 (runsolver) D 14369 14372 2450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 1908115 24240128 108 18446744073709551615 4194304 4338465 140737446092368 140737446090008 139649147564759 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7221248 140737446101137 140737446101583 140737446101583 140737446105034 0
/proc/14372/statm: 5918 108 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 2.44 2.25 2.45 2/199 14372
/proc/meminfo: memFree=31409204/32770624 swapFree=0/297236
[pid=14372] ppid=14369 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14372/stat : 14372 (runsolver) D 14369 14372 2450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 1908115 24240128 108 18446744073709551615 4194304 4338465 140737446092368 140737446090008 139649147564759 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7221248 140737446101137 140737446101583 140737446101583 140737446105034 0
/proc/14372/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.208285 s]
/proc/loadavg: 2.44 2.25 2.45 2/199 14372
/proc/meminfo: memFree=31409204/32770624 swapFree=0/297236
[pid=14372] ppid=14369 vsize=10551156 CPUtime=0.06 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 4636 0 0 0 6 0 0 0 20 0 15 0 1908115 10804383744 6151 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2637789 6151 2614 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.300308 s]
/proc/loadavg: 2.44 2.25 2.45 2/199 14372
/proc/meminfo: memFree=31409204/32770624 swapFree=0/297236
[pid=14372] ppid=14369 vsize=10551156 CPUtime=0.21 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 7861 0 0 0 19 2 0 0 20 0 15 0 1908115 10804383744 9107 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2637789 9107 2864 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.709236 s]
/proc/loadavg: 2.44 2.25 2.45 2/199 14372
/proc/meminfo: memFree=31409204/32770624 swapFree=0/297236
[pid=14372] ppid=14369 vsize=10551232 CPUtime=1.41 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 12753 0 0 0 137 4 0 0 20 0 15 0 1908115 10804461568 23136 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2637808 23136 3063 1 0 2627261 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10551232

[startup+1.50129 s]
/proc/loadavg: 2.44 2.25 2.45 6/214 14387
/proc/meminfo: memFree=31200204/32770624 swapFree=0/297260
[pid=14372] ppid=14369 vsize=10551232 CPUtime=3.26 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 13764 0 0 0 309 17 0 0 20 0 15 0 1908115 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2637808 96040 3111 1 0 2627261 0
[pid=14372/tid=14374] ppid=14369 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) S 14369 14372 2450 0 -1 1077944384 7134 0 0 0 118 5 0 0 20 0 15 0 1908126 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662775625200 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10551232 CPUtime=0.09 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) R 14369 14372 2450 0 -1 4202560 165 0 0 0 7 2 0 0 20 0 15 0 1908127 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662741105496 139662756420112 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10551232 CPUtime=0.09 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) R 14369 14372 2450 0 -1 4202560 139 0 0 0 7 2 0 0 20 0 15 0 1908127 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662381832920 139662756414368 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10551232 CPUtime=0.09 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) R 14369 14372 2450 0 -1 4202560 124 0 0 0 7 2 0 0 20 0 15 0 1908127 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662755840462 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10551232 CPUtime=0.09 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) R 14369 14372 2450 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 15 0 1908127 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662756414368 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 1908128 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662268024224 139662771402453 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 1908129 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 1908129 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1908131 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 1786 0 0 0 61 0 0 0 20 0 15 0 1908131 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10551232 CPUtime=0.62 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 1239 0 0 0 62 0 0 0 20 0 15 0 1908131 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 1678 0 0 0 36 0 0 0 20 0 15 0 1908131 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1908131 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 1908135 10804461568 96040 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10551232

[startup+3.10074 s]
/proc/loadavg: 2.44 2.25 2.45 3/212 14387
/proc/meminfo: memFree=30945108/32770624 swapFree=0/297260
[pid=14372] ppid=14369 vsize=10551232 CPUtime=6.05 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 16566 0 0 0 565 40 0 0 20 0 15 0 1908115 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2637808 203732 3114 1 0 2627261 0
[pid=14372/tid=14374] ppid=14369 vsize=10551232 CPUtime=2.56 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) R 14369 14372 2450 0 -1 4202560 7531 0 0 0 248 8 0 0 20 0 15 0 1908126 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662775630296 139662416008150 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 488 0 0 0 26 7 0 0 20 0 15 0 1908127 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 463 0 0 0 29 6 0 0 20 0 15 0 1908127 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 314 0 0 0 29 7 0 0 20 0 15 0 1908127 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 641 0 0 0 27 7 0 0 20 0 15 0 1908127 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 566 0 0 0 0 0 0 0 20 0 15 0 1908128 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662268025712 139662771403394 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 1908129 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 1908129 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1908131 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10551232 CPUtime=0.74 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 1907 0 0 0 74 0 0 0 20 0 15 0 1908131 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10551232 CPUtime=0.9 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 1593 0 0 0 90 0 0 0 20 0 15 0 1908131 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10551232 CPUtime=0.37 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 1703 0 0 0 37 0 0 0 20 0 15 0 1908131 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1908131 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 1908135 10804461568 203732 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 10551232

[startup+6.30127 s]
/proc/loadavg: 2.64 2.29 2.47 6/212 14387
/proc/meminfo: memFree=29719160/32770624 swapFree=0/297272
[pid=14372] ppid=14369 vsize=10551232 CPUtime=13.69 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 23389 0 0 0 1289 80 0 0 20 0 15 0 1908115 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2637808 425538 3129 1 0 2627261 0
[pid=14372/tid=14374] ppid=14369 vsize=10551232 CPUtime=4.03 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) S 14369 14372 2450 0 -1 1077944384 8668 0 0 0 388 15 0 0 20 0 15 0 1908126 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662775625872 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10551232 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 1947 0 0 0 164 15 0 0 20 0 15 0 1908127 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10551232 CPUtime=1.82 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 1120 0 0 0 167 15 0 0 20 0 15 0 1908127 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10551232 CPUtime=1.81 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 2007 0 0 0 166 15 0 0 20 0 15 0 1908127 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10551232 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 1768 0 0 0 163 16 0 0 20 0 15 0 1908127 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) R 14369 14372 2450 0 -1 4202560 1295 0 0 0 27 0 0 0 20 0 15 0 1908128 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662268024144 139662756092851 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 1908129 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 1908129 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1908131 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10551232 CPUtime=0.78 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 1916 0 0 0 78 0 0 0 20 0 15 0 1908131 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10551232 CPUtime=0.95 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 1600 0 0 0 95 0 0 0 20 0 15 0 1908131 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 1708 0 0 0 38 0 0 0 20 0 15 0 1908131 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1908131 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 1908135 10804461568 425538 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 2.59 2.29 2.46 3/212 14388
/proc/meminfo: memFree=29715788/32770624 swapFree=0/297280
[pid=14372] ppid=14369 vsize=10617796 CPUtime=20.83 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 29156 0 0 0 2002 81 0 0 20 0 16 0 1908115 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2654449 426251 3135 1 0 2643902 0
[pid=14372/tid=14374] ppid=14369 vsize=10617796 CPUtime=9.86 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) R 14369 14372 2450 0 -1 4202560 10286 0 0 0 970 16 0 0 20 0 16 0 1908126 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662775628904 139662417295884 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 1947 0 0 0 164 15 0 0 20 0 16 0 1908127 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10617796 CPUtime=1.82 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 1120 0 0 0 167 15 0 0 20 0 16 0 1908127 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10617796 CPUtime=1.81 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 2007 0 0 0 166 15 0 0 20 0 16 0 1908127 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 1768 0 0 0 163 16 0 0 20 0 16 0 1908127 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 1818 0 0 0 85 0 0 0 20 0 16 0 1908128 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662268025712 139662771403394 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 426251 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0

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

[startup+162.301 s]
/proc/loadavg: 2.05 2.17 2.39 3/211 14472
/proc/meminfo: memFree=29742276/32770624 swapFree=0/297440
[pid=14372] ppid=14369 vsize=10617796 CPUtime=171.26 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 50980 0 0 0 17038 88 0 0 20 0 16 0 1908115 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2654449 427653 3144 1 0 2643902 0
[pid=14372/tid=14374] ppid=14369 vsize=10617796 CPUtime=159.44 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) R 14369 14372 2450 0 -1 4202560 20790 0 0 0 15927 17 0 0 20 0 16 0 1908126 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662775628488 139662417474280 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 1947 0 0 0 164 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10617796 CPUtime=1.82 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 1120 0 0 0 167 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10617796 CPUtime=1.81 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 2007 0 0 0 166 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 1768 0 0 0 163 16 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 1915 0 0 0 85 0 0 0 20 0 16 0 1908128 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662268025712 139662771403394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10617796 CPUtime=1.57 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 8984 0 0 0 156 1 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10617796 CPUtime=1.55 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 7559 0 0 0 155 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 3134 0 0 0 45 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 377 0 0 0 5 5 0 0 20 0 16 0 1908135 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14388] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14388/stat : 14388 (java) S 14369 14372 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1908851 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662258550192 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 171.26
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.02 2.14 2.37 3/211 14474
/proc/meminfo: memFree=29741476/32770624 swapFree=0/297508
[pid=14372] ppid=14369 vsize=10617796 CPUtime=231.33 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 55241 0 0 0 23042 91 0 0 20 0 16 0 1908115 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2654449 427653 3144 1 0 2643902 0
[pid=14372/tid=14374] ppid=14369 vsize=10617796 CPUtime=219.45 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) R 14369 14372 2450 0 -1 4202560 23488 0 0 0 21927 18 0 0 20 0 16 0 1908126 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662775628400 139662412654546 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 1947 0 0 0 164 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10617796 CPUtime=1.82 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 1120 0 0 0 167 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10617796 CPUtime=1.81 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 2007 0 0 0 166 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 1768 0 0 0 163 16 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 1960 0 0 0 85 0 0 0 20 0 16 0 1908128 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662268025712 139662771403394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10617796 CPUtime=1.57 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 8988 0 0 0 156 1 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 8362 0 0 0 156 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 3802 0 0 0 45 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 420 0 0 0 7 6 0 0 20 0 16 0 1908135 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14388] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14388/stat : 14388 (java) S 14369 14372 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1908851 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662258550192 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 231.33
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.08 2.15 2.37 3/211 14474
/proc/meminfo: memFree=29741460/32770624 swapFree=0/297524
[pid=14372] ppid=14369 vsize=10617796 CPUtime=249.03 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 56016 0 0 0 24812 91 0 0 20 0 16 0 1908115 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2654449 427653 3144 1 0 2643902 0
[pid=14372/tid=14374] ppid=14369 vsize=10617796 CPUtime=237.14 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) R 14369 14372 2450 0 -1 4202560 24263 0 0 0 23696 18 0 0 20 0 16 0 1908126 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662775628400 139662417753244 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 1947 0 0 0 164 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10617796 CPUtime=1.82 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 1120 0 0 0 167 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10617796 CPUtime=1.81 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 2007 0 0 0 166 15 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10617796 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 1768 0 0 0 163 16 0 0 20 0 16 0 1908127 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 1960 0 0 0 85 0 0 0 20 0 16 0 1908128 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662268025712 139662771403394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1908129 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10617796 CPUtime=1.57 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 8988 0 0 0 156 1 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 8362 0 0 0 156 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 3802 0 0 0 45 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1908131 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 420 0 0 0 8 7 0 0 20 0 16 0 1908135 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14388] ppid=14369 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14388/stat : 14388 (java) S 14369 14372 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1908851 10872623104 427653 18446744073709551615 4194304 4196468 140728824062768 139662258550192 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 249.03
Current children cumulated vsize (KiB) 10617796

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

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

[startup+240.201 s]
/proc/loadavg: 2.08 2.15 2.37 3/211 14474
/proc/meminfo: memFree=29741460/32770624 swapFree=0/297524
[pid=14372] ppid=14369 vsize=10817488 CPUtime=249.05 cores=1,3,5,7
/proc/14372/stat : 14372 (java) S 14369 14372 2450 0 -1 1077944320 56599 0 0 0 24814 91 0 0 20 0 17 0 1908115 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 140728824045312 139662771392247 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
/proc/14372/statm: 2704372 427708 3146 1 0 2693825 0
[pid=14372/tid=14374] ppid=14369 vsize=10817488 CPUtime=237.15 cores=1,3,5,7
/proc/14372/task/14374/stat : 14374 (java) S 14369 14372 2450 0 -1 1077944384 24298 0 0 0 23697 18 0 0 20 0 17 0 1908126 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662775635120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14375] ppid=14369 vsize=10817488 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14375/stat : 14375 (java) S 14369 14372 2450 0 -1 1077944384 1947 0 0 0 164 15 0 0 20 0 17 0 1908127 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662741105296 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14376] ppid=14369 vsize=10817488 CPUtime=1.82 cores=1,3,5,7
/proc/14372/task/14376/stat : 14376 (java) S 14369 14372 2450 0 -1 1077944384 1120 0 0 0 167 15 0 0 20 0 17 0 1908127 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662381832720 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14377] ppid=14369 vsize=10817488 CPUtime=1.81 cores=1,3,5,7
/proc/14372/task/14377/stat : 14377 (java) S 14369 14372 2450 0 -1 1077944384 2007 0 0 0 166 15 0 0 20 0 17 0 1908127 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662380779920 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14378] ppid=14369 vsize=10817488 CPUtime=1.79 cores=1,3,5,7
/proc/14372/task/14378/stat : 14378 (java) S 14369 14372 2450 0 -1 1077944384 1768 0 0 0 163 16 0 0 20 0 17 0 1908127 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662379727120 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14379] ppid=14369 vsize=10817488 CPUtime=0.85 cores=1,3,5,7
/proc/14372/task/14379/stat : 14379 (java) S 14369 14372 2450 0 -1 1077944384 1984 0 0 0 85 0 0 0 20 0 17 0 1908128 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662268025712 139662771403394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14380] ppid=14369 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14380/stat : 14380 (java) S 14369 14372 2450 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 1908129 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662266971680 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14381] ppid=14369 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14381/stat : 14381 (java) S 14369 14372 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 1908129 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662265918832 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14382] ppid=14369 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14382/stat : 14382 (java) S 14369 14372 2450 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 17 0 1908131 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662264867152 139662771410843 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14383] ppid=14369 vsize=10817488 CPUtime=1.57 cores=1,3,5,7
/proc/14372/task/14383/stat : 14383 (java) S 14369 14372 2450 0 -1 1077944384 8988 0 0 0 156 1 0 0 20 0 17 0 1908131 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662263814512 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14384] ppid=14369 vsize=10817488 CPUtime=1.56 cores=1,3,5,7
/proc/14372/task/14384/stat : 14384 (java) S 14369 14372 2450 0 -1 1077944384 8362 0 0 0 156 0 0 0 20 0 17 0 1908131 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662262761712 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14385] ppid=14369 vsize=10817488 CPUtime=0.46 cores=1,3,5,7
/proc/14372/task/14385/stat : 14385 (java) S 14369 14372 2450 0 -1 1077944384 3895 0 0 0 46 0 0 0 20 0 17 0 1908131 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662261708912 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14386] ppid=14369 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/14372/task/14386/stat : 14386 (java) S 14369 14372 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 1908131 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662260656352 139662771402453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
[pid=14372/tid=14387] ppid=14369 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/14372/task/14387/stat : 14387 (java) S 14369 14372 2450 0 -1 1077944384 420 0 0 0 8 7 0 0 20 0 17 0 1908135 11077107712 427708 18446744073709551615 4194304 4196468 140728824062768 139662259604656 139662771403394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9330688 140728824066491 140728824066644 140728824066644 140728824070095 0
Current children cumulated CPU time (s) 249.05
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.225
CPU time (s): 249.078
CPU user time (s): 248.15
CPU system time (s): 0.928385
CPU usage (%): 103.685
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.15
system time used= 0.928385
maximum resident set size= 1711156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56973
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7446
involuntary context switches= 159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28387 second user time and 1.35856 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 07:11:39
IDJOB=4258107
IDBENCH=140506
IDSOLVER=2643
FILE ID=node127/4258107-1501997143
RUNJOBID= node127-1501992487-9585
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-nrwsSmall-4-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258107-1501997143/watcher-4258107-1501997143 -o /tmp/evaluation-result-4258107-1501997143/solver-4258107-1501997143 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9585 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258107-1501997143.xml

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

MD5SUM BENCH= f288468cefacfaaaa4cb1a45aff7b0fc
RANDOM SEED=487796738

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31409740 kB
MemAvailable:   31576372 kB
Buffers:           97920 kB
Cached:           351180 kB
SwapCached:            0 kB
Active:           652852 kB
Inactive:         305768 kB
Active(anon):     509868 kB
Inactive(anon):     8532 kB
Active(file):     142984 kB
Inactive(file):   297236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             4 kB
AnonPages:        509328 kB
Mapped:            41276 kB
Shmem:              8868 kB
Slab:             108868 kB
SReclaimable:      84492 kB
SUnreclaim:        24376 kB
KernelStack:        3504 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-06 07:15:40