Trace number 4258117

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.834 240.22501

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbop-10-20-1.xml
MD5SUMd4812570331b0d4fd95926de7f20690d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark59.030499
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":5,"count":20},{"degree":21,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":200},{"arity":5,"count":20},{"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

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

pid=15207
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.19 2.15 2.26 7/194 15210
/proc/meminfo: memFree=26005356/32770624 swapFree=0/298728
[pid=15210] ppid=15207 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15210/stat : 15210 (runsolver) D 15207 15210 2450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 1998302 24240128 107 18446744073709551615 4194304 4338465 140730554859344 140730554856984 140213261030103 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 22872064 140730554863761 140730554864207 140730554864207 140730554867658 0
/proc/15210/statm: 5918 107 53 36 0 2156 0

[startup+0.100063 s]
/proc/loadavg: 2.19 2.15 2.26 7/194 15210
/proc/meminfo: memFree=26005356/32770624 swapFree=0/298728
[pid=15210] ppid=15207 vsize=10019572 CPUtime=0.01 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 3839 0 0 0 1 0 0 0 20 0 8 0 1998302 10260041728 4516 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2521277 4516 2048 1 0 2510774 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10019572

[startup+0.20032 s]
/proc/loadavg: 2.19 2.15 2.26 7/194 15210
/proc/meminfo: memFree=26005356/32770624 swapFree=0/298728
[pid=15210] ppid=15207 vsize=10551156 CPUtime=0.06 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 4954 0 0 0 5 1 0 0 20 0 15 0 1998302 10804383744 6004 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2637789 6004 2610 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.301581 s]
/proc/loadavg: 2.19 2.15 2.26 7/194 15210
/proc/meminfo: memFree=26005356/32770624 swapFree=0/298728
[pid=15210] ppid=15207 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 8256 0 0 0 19 3 0 0 20 0 15 0 1998302 10804383744 9040 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2637789 9040 2868 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701229 s]
/proc/loadavg: 2.19 2.15 2.26 7/194 15210
/proc/meminfo: memFree=26005356/32770624 swapFree=0/298728
[pid=15210] ppid=15207 vsize=10551232 CPUtime=1.39 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 13030 0 0 0 135 4 0 0 20 0 15 0 1998302 10804461568 21832 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2637808 21832 3063 1 0 2627261 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10551232

[startup+1.50059 s]
/proc/loadavg: 2.42 2.20 2.28 8/209 15225
/proc/meminfo: memFree=25814680/32770624 swapFree=0/298508
[pid=15210] ppid=15207 vsize=10551232 CPUtime=3.3 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 14765 0 0 0 318 12 0 0 20 0 15 0 1998302 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2637808 81147 3113 1 0 2627261 0
[pid=15210/tid=15212] ppid=15207 vsize=10551232 CPUtime=1.27 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) R 15207 15210 2450 0 -1 4202560 7577 0 0 0 122 5 0 0 20 0 15 0 1998309 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511527138624 140511508596489 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 101 0 0 0 5 1 0 0 20 0 15 0 1998310 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 90 0 0 0 4 1 0 0 20 0 15 0 1998310 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 92 0 0 0 4 1 0 0 20 0 15 0 1998310 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 104 0 0 0 4 1 0 0 20 0 15 0 1998310 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 1998311 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 1998312 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 1998312 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1998314 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10551232 CPUtime=0.71 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 1965 0 0 0 71 0 0 0 20 0 15 0 1998315 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10551232 CPUtime=0.7 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 1607 0 0 0 70 0 0 0 20 0 15 0 1998315 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 1788 0 0 0 34 0 0 0 20 0 15 0 1998315 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1998315 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 1998322 10804461568 81147 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 10551232

[startup+3.10064 s]
/proc/loadavg: 2.42 2.20 2.28 3/209 15225
/proc/meminfo: memFree=25533248/32770624 swapFree=0/298508
[pid=15210] ppid=15207 vsize=10551232 CPUtime=6.2 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 17242 0 0 0 585 35 0 0 20 0 15 0 1998302 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2637808 205479 3115 1 0 2627261 0
[pid=15210/tid=15212] ppid=15207 vsize=10551232 CPUtime=2.56 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) R 15207 15210 2450 0 -1 4202560 7987 0 0 0 248 8 0 0 20 0 15 0 1998309 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511527143896 140511150651624 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10551232 CPUtime=0.37 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 446 0 0 0 31 6 0 0 20 0 15 0 1998310 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 309 0 0 0 29 6 0 0 20 0 15 0 1998310 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 469 0 0 0 26 5 0 0 20 0 15 0 1998310 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 304 0 0 0 25 5 0 0 20 0 15 0 1998310 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 567 0 0 0 0 0 0 0 20 0 15 0 1998311 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 1998312 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 1998312 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1998314 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10551232 CPUtime=0.85 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 2113 0 0 0 85 0 0 0 20 0 15 0 1998315 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10551232 CPUtime=1.01 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 1873 0 0 0 101 0 0 0 20 0 15 0 1998315 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 1816 0 0 0 36 0 0 0 20 0 15 0 1998315 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1998315 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 1998322 10804461568 205479 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 10551232

[startup+6.30162 s]
/proc/loadavg: 2.42 2.20 2.28 7/210 15226
/proc/meminfo: memFree=24307240/32770624 swapFree=0/298508
[pid=15210] ppid=15207 vsize=10551232 CPUtime=13.31 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 27138 0 0 0 1249 82 0 0 20 0 15 0 1998302 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2637808 429888 3128 1 0 2627261 0
[pid=15210/tid=15212] ppid=15207 vsize=10551232 CPUtime=4.43 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) S 15207 15210 2450 0 -1 1077944384 8553 0 0 0 429 14 0 0 20 0 15 0 1998309 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511527142304 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10551232 CPUtime=1.66 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) R 15207 15210 2450 0 -1 4202560 2173 0 0 0 150 16 0 0 20 0 15 0 1998310 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511469255768 140511507902333 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10551232 CPUtime=1.64 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) R 15207 15210 2450 0 -1 4202560 2504 0 0 0 147 17 0 0 20 0 15 0 1998310 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511507606251 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10551232 CPUtime=1.61 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) R 15207 15210 2450 0 -1 4202560 2912 0 0 0 147 14 0 0 20 0 15 0 1998310 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511507895405 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10551232 CPUtime=1.6 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) R 15207 15210 2450 0 -1 4202560 2610 0 0 0 145 15 0 0 20 0 15 0 1998310 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511131000024 140511507901760 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 1191 0 0 0 1 0 0 0 20 0 15 0 1998311 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511087096512 140511522916053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 1998312 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 1998312 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1998314 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10551232 CPUtime=0.87 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 2117 0 0 0 87 0 0 0 20 0 15 0 1998315 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10551232 CPUtime=1.02 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 1877 0 0 0 102 0 0 0 20 0 15 0 1998315 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10551232 CPUtime=0.37 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 1820 0 0 0 37 0 0 0 20 0 15 0 1998315 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 1998315 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 1998322 10804461568 429888 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.57 2.24 2.29 3/211 15227
/proc/meminfo: memFree=24299348/32770624 swapFree=0/298516
[pid=15210] ppid=15207 vsize=10617796 CPUtime=21.78 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 35187 0 0 0 2095 83 0 0 20 0 16 0 1998302 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2654449 430577 3135 1 0 2643902 0
[pid=15210/tid=15212] ppid=15207 vsize=10617796 CPUtime=9.53 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) R 15207 15210 2450 0 -1 4202560 12378 0 0 0 938 15 0 0 20 0 16 0 1998309 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511527144472 140511152027983 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10617796 CPUtime=2.07 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 2218 0 0 0 191 16 0 0 20 0 16 0 1998310 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10617796 CPUtime=2.06 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 2540 0 0 0 189 17 0 0 20 0 16 0 1998310 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 2957 0 0 0 188 14 0 0 20 0 16 0 1998310 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10617796 CPUtime=2 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 2646 0 0 0 185 15 0 0 20 0 16 0 1998310 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10617796 CPUtime=0.9 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 2082 0 0 0 90 0 0 0 20 0 16 0 1998311 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998314 10872623104 430577 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0

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

[startup+162.301 s]
/proc/loadavg: 2.04 2.14 2.24 3/210 15311
/proc/meminfo: memFree=27852104/32770624 swapFree=0/298704
[pid=15210] ppid=15207 vsize=10617796 CPUtime=172.03 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 61953 0 0 0 17115 88 0 0 20 0 16 0 1998302 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2654449 431025 3145 1 0 2643902 0
[pid=15210/tid=15212] ppid=15207 vsize=10617796 CPUtime=159.12 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) R 15207 15210 2450 0 -1 4202560 31347 0 0 0 15896 16 0 0 20 0 16 0 1998309 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511527142424 140511151922556 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10617796 CPUtime=2.07 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 2218 0 0 0 191 16 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10617796 CPUtime=2.06 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 2540 0 0 0 189 17 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 2957 0 0 0 188 14 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10617796 CPUtime=2 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 2646 0 0 0 185 15 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10617796 CPUtime=0.9 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 2192 0 0 0 90 0 0 0 20 0 16 0 1998311 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998314 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10617796 CPUtime=1.54 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 6003 0 0 0 153 1 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10617796 CPUtime=1.67 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 7000 0 0 0 166 1 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10617796 CPUtime=0.44 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 3464 0 0 0 44 0 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 208 0 0 0 5 5 0 0 20 0 16 0 1998322 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15227] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15227/stat : 15227 (java) S 15207 15210 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1999098 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511077622448 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 172.03
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.02 2.11 2.23 3/214 15328
/proc/meminfo: memFree=26324996/32770624 swapFree=0/298796
[pid=15210] ppid=15207 vsize=10617796 CPUtime=232.08 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 67459 0 0 0 23117 91 0 0 20 0 16 0 1998302 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2654449 431025 3145 1 0 2643902 0
[pid=15210/tid=15212] ppid=15207 vsize=10617796 CPUtime=219.12 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) R 15207 15210 2450 0 -1 4202560 36669 0 0 0 21896 16 0 0 20 0 16 0 1998309 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511527144472 140511151922170 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10617796 CPUtime=2.07 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 2218 0 0 0 191 16 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10617796 CPUtime=2.06 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 2540 0 0 0 189 17 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 2957 0 0 0 188 14 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10617796 CPUtime=2 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 2646 0 0 0 185 15 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10617796 CPUtime=0.9 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 2196 0 0 0 90 0 0 0 20 0 16 0 1998311 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998314 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10617796 CPUtime=1.54 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 6006 0 0 0 153 1 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10617796 CPUtime=1.67 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 7003 0 0 0 166 1 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 3601 0 0 0 45 0 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 245 0 0 0 6 7 0 0 20 0 16 0 1998322 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15227] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15227/stat : 15227 (java) S 15207 15210 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1999098 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511077622448 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 232.08
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.01 2.11 2.22 3/214 15328
/proc/meminfo: memFree=26324872/32770624 swapFree=0/298800
[pid=15210] ppid=15207 vsize=10617796 CPUtime=249.78 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 68737 0 0 0 24886 92 0 0 20 0 16 0 1998302 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2654449 431025 3145 1 0 2643902 0
[pid=15210/tid=15212] ppid=15207 vsize=10617796 CPUtime=236.82 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) R 15207 15210 2450 0 -1 4202560 37947 0 0 0 23665 17 0 0 20 0 16 0 1998309 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511527144472 140511151922556 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10617796 CPUtime=2.07 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 2218 0 0 0 191 16 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10617796 CPUtime=2.06 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 2540 0 0 0 189 17 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 2957 0 0 0 188 14 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10617796 CPUtime=2 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 2646 0 0 0 185 15 0 0 20 0 16 0 1998310 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10617796 CPUtime=0.9 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 2196 0 0 0 90 0 0 0 20 0 16 0 1998311 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 1998312 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998314 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10617796 CPUtime=1.54 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 6006 0 0 0 153 1 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10617796 CPUtime=1.67 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 7003 0 0 0 166 1 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 3601 0 0 0 45 0 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1998315 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 245 0 0 0 7 8 0 0 20 0 16 0 1998322 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15227] ppid=15207 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15227/stat : 15227 (java) S 15207 15210 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1999098 10872623104 431025 18446744073709551615 4194304 4196468 140720642532912 140511077622448 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 249.78
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 15210 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.01 2.11 2.22 3/214 15328
/proc/meminfo: memFree=26324872/32770624 swapFree=0/298800
[pid=15210] ppid=15207 vsize=10817488 CPUtime=249.8 cores=1,3,5,7
/proc/15210/stat : 15210 (java) S 15207 15210 2450 0 -1 1077944320 69439 0 0 0 24888 92 0 0 20 0 17 0 1998302 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140720642515456 140511522905847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
/proc/15210/statm: 2704372 431078 3147 1 0 2693825 0
[pid=15210/tid=15212] ppid=15207 vsize=10817488 CPUtime=236.83 cores=1,3,5,7
/proc/15210/task/15212/stat : 15212 (java) S 15207 15210 2450 0 -1 1077944384 37999 0 0 0 23666 17 0 0 20 0 17 0 1998309 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511527148720 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15213] ppid=15207 vsize=10817488 CPUtime=2.07 cores=1,3,5,7
/proc/15210/task/15213/stat : 15213 (java) S 15207 15210 2450 0 -1 1077944384 2218 0 0 0 191 16 0 0 20 0 17 0 1998310 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511469255568 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15214] ppid=15207 vsize=10817488 CPUtime=2.06 cores=1,3,5,7
/proc/15210/task/15214/stat : 15214 (java) S 15207 15210 2450 0 -1 1077944384 2540 0 0 0 189 17 0 0 20 0 17 0 1998310 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511468202768 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15215] ppid=15207 vsize=10817488 CPUtime=2.02 cores=1,3,5,7
/proc/15210/task/15215/stat : 15215 (java) S 15207 15210 2450 0 -1 1077944384 2957 0 0 0 188 14 0 0 20 0 17 0 1998310 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511467150480 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15216] ppid=15207 vsize=10817488 CPUtime=2 cores=1,3,5,7
/proc/15210/task/15216/stat : 15216 (java) S 15207 15210 2450 0 -1 1077944384 2646 0 0 0 185 15 0 0 20 0 17 0 1998310 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511130999824 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15217] ppid=15207 vsize=10817488 CPUtime=0.9 cores=1,3,5,7
/proc/15210/task/15217/stat : 15217 (java) S 15207 15210 2450 0 -1 1077944384 2226 0 0 0 90 0 0 0 20 0 17 0 1998311 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511087097968 140511522916994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15218] ppid=15207 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15218/stat : 15218 (java) S 15207 15210 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 1998312 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511086043936 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15219] ppid=15207 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15219/stat : 15219 (java) S 15207 15210 2450 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 1998312 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511084991600 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15220] ppid=15207 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15220/stat : 15220 (java) S 15207 15210 2450 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 1998314 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511083939920 140511522924443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15221] ppid=15207 vsize=10817488 CPUtime=1.54 cores=1,3,5,7
/proc/15210/task/15221/stat : 15221 (java) S 15207 15210 2450 0 -1 1077944384 6006 0 0 0 153 1 0 0 20 0 17 0 1998315 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511082887792 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15222] ppid=15207 vsize=10817488 CPUtime=1.67 cores=1,3,5,7
/proc/15210/task/15222/stat : 15222 (java) S 15207 15210 2450 0 -1 1077944384 7003 0 0 0 166 1 0 0 20 0 17 0 1998315 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511081834992 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15223] ppid=15207 vsize=10817488 CPUtime=0.45 cores=1,3,5,7
/proc/15210/task/15223/stat : 15223 (java) S 15207 15210 2450 0 -1 1077944384 3670 0 0 0 45 0 0 0 20 0 17 0 1998315 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511080782704 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15224] ppid=15207 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15210/task/15224/stat : 15224 (java) S 15207 15210 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 1998315 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511079730144 140511522916053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
[pid=15210/tid=15225] ppid=15207 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/15210/task/15225/stat : 15225 (java) S 15207 15210 2450 0 -1 1077944384 245 0 0 0 7 8 0 0 20 0 17 0 1998322 11077107712 431078 18446744073709551615 4194304 4196468 140720642532912 140511078676912 140511522916994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14684160 140720642539963 140720642540116 140720642540116 140720642543567 0
Current children cumulated CPU time (s) 249.8
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.225
CPU time (s): 249.834
CPU user time (s): 248.897
CPU system time (s): 0.937387
CPU usage (%): 104
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.897
system time used= 0.937387
maximum resident set size= 1724720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69875
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= 7497
involuntary context switches= 178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09932 second user time and 1.54149 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 07:26:41
IDJOB=4258117
IDBENCH=140530
IDSOLVER=2643
FILE ID=node127/4258117-1501998045
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-wbop-10-20-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258117-1501998045/watcher-4258117-1501998045 -o /tmp/evaluation-result-4258117-1501998045/solver-4258117-1501998045 -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-4258117-1501998045.xml

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

MD5SUM BENCH= d4812570331b0d4fd95926de7f20690d
RANDOM SEED=487635963

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:        26005356 kB
MemAvailable:   26173920 kB
Buffers:           99000 kB
Cached:           351704 kB
SwapCached:            0 kB
Active:          6043076 kB
Inactive:         307260 kB
Active(anon):    5899692 kB
Inactive(anon):     8532 kB
Active(file):     143384 kB
Inactive(file):   298728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       5845852 kB
Mapped:            40172 kB
Shmem:              8868 kB
Slab:             109336 kB
SReclaimable:      84576 kB
SUnreclaim:        24760 kB
KernelStack:        3392 kB
PageTables:        16200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6443480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5535744 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:30:42