Trace number 4262359

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.5701 2500.8301

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-050-09.xml
MD5SUM78e001d21a1411ecb51795c063836bf7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark309.78299
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Number of domains1
Minimum domain size2500
Maximum domain size2500
Distribution of domain sizes[{"size":2500,"count":9}]
Minimum variable degree7
Maximum variable degree7
Distribution of variable degrees[{"degree":7,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36}]
Optimization problemNO
Type of objective

Solver Data

3.23/2.19	c Concrete v3.4 running
2520.34/2500.79	java.util.concurrent.TimeoutException
2520.34/2500.79		at concrete.MAC.mac(MAC.scala:74)
2520.34/2500.79		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.34/2500.79		at scala.util.Try$.apply(Try.scala:209)
2520.34/2500.79		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.34/2500.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.34/2500.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.34/2500.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.34/2500.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.34/2500.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.34/2500.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.34/2500.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.34/2500.79		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.34/2500.79		at concrete.MAC.oneRun(MAC.scala:146)
2520.34/2500.79		at concrete.MAC.nextSolution(MAC.scala:166)
2520.34/2500.79		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.34/2500.79		at concrete.ProblemState.map(ProblemState.scala:203)
2520.34/2500.79		at concrete.ProblemState.map(ProblemState.scala:188)
2520.34/2500.79		at concrete.MAC.nextSolution(MAC.scala:195)
2520.34/2500.79		at concrete.Solver.hasNext(Solver.scala:202)
2520.34/2500.79		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.34/2500.79		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.34/2500.79		at concrete.Solver.toStream(Solver.scala:73)
2520.34/2500.79		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.34/2500.79		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.34/2500.79		at concrete.Solver.toIterable(Solver.scala:73)
2520.34/2500.79		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.34/2500.79		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.34/2500.79		at scala.util.Success.map(Try.scala:209)
2520.34/2500.79		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.34/2500.79		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.34/2500.79		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.34/2500.79		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.34/2500.79		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.34/2500.79		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.34/2500.79		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.34/2500.79		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.34/2500.79		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.34/2500.79		at scala.collection.immutable.List.foreach(List.scala:389)
2520.34/2500.79		at scala.App.main(App.scala:76)
2520.34/2500.79		at scala.App.main$(App.scala:74)
2520.34/2500.79		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.34/2500.79		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.52/2500.80	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-4262359-1502424687/watcher-4262359-1502424687 -o /tmp/evaluation-result-4262359-1502424687/solver-4262359-1502424687 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580 bin/concrete HOME/instance-4262359-1502424687.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.37 1.99 1.69 5/199 16539
/proc/meminfo: memFree=28133068/32770624 swapFree=0/462408
[pid=16539] ppid=16536 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16539/stat : 16539 (runsolver) D 16536 16539 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84379869 24240128 106 18446744073709551615 4194304 4338465 140722671793712 140722671791352 140583939662551 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 38973440 140722671796432 140722671796809 140722671796809 140722671800266 0
/proc/16539/statm: 5918 106 53 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 2.37 1.99 1.69 5/199 16539
/proc/meminfo: memFree=28133068/32770624 swapFree=0/462408
[pid=16539] ppid=16536 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16539/stat : 16539 (bash) S 16536 16539 13007 0 -1 4202496 856 6171 0 0 0 0 0 1 20 0 1 0 84379869 9867264 366 18446744073709551615 4194304 5098028 140736162476768 140736162470504 140687584705536 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 18485248 140736162484756 140736162484841 140736162484841 140736162488298 0
/proc/16539/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200199 s]
/proc/loadavg: 2.37 1.99 1.69 5/199 16539
/proc/meminfo: memFree=28133068/32770624 swapFree=0/462408
[pid=16539] ppid=16536 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16539/stat : 16539 (bash) S 16536 16539 13007 0 -1 4202496 897 6479 0 0 0 0 0 1 20 0 1 0 84379869 9867264 377 18446744073709551615 4194304 5098028 140736162476768 140736162470776 140687584705536 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 18485248 140736162484756 140736162484841 140736162484841 140736162488298 0
/proc/16539/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.302549 s]
/proc/loadavg: 2.37 1.99 1.69 5/199 16539
/proc/meminfo: memFree=28133068/32770624 swapFree=0/462408
[pid=16539] ppid=16536 vsize=13973976 CPUtime=0.15 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 6176 12658 0 0 7 1 4 3 20 0 15 0 84379869 14309351424 6844 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3493494 6844 2713 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973976

[startup+0.700278 s]
/proc/loadavg: 2.37 1.99 1.69 5/199 16539
/proc/meminfo: memFree=28133068/32770624 swapFree=0/462408
[pid=16539] ppid=16536 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 14025 12658 0 0 60 4 4 3 20 0 15 0 84379869 14310178816 14951 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3493696 14951 3133 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50148 s]
/proc/loadavg: 2.34 1.99 1.70 4/214 16602
/proc/meminfo: memFree=28031696/32770624 swapFree=0/462776
[pid=16539] ppid=16536 vsize=13985408 CPUtime=1.94 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 29880 12658 0 0 178 9 4 3 20 0 15 0 84379869 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3496352 42656 3369 1 0 3485525 0
[pid=16539/tid=16589] ppid=16536 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 22675 12658 0 0 117 5 4 3 20 0 15 0 84379889 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615895748864 140615891546714 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 190 12658 0 0 1 0 4 3 20 0 15 0 84379890 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 58 12658 0 0 1 0 4 3 20 0 15 0 84379890 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 41 12658 0 0 1 0 4 3 20 0 15 0 84379890 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 64 12658 0 0 1 0 4 3 20 0 15 0 84379890 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 1510 12658 0 0 1 0 4 3 20 0 15 0 84379891 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 54 12658 0 0 0 0 4 3 20 0 15 0 84379892 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 44 12658 0 0 0 0 4 3 20 0 15 0 84379892 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 1103 12658 0 0 16 0 4 3 20 0 15 0 84379895 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) S 16536 16539 13007 0 -1 1077944384 563 12658 0 0 13 1 4 3 20 0 15 0 84379895 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) R 16536 16539 13007 0 -1 4202560 1405 12658 0 0 23 0 4 3 20 0 15 0 84379895 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615870457027 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 11 12658 0 0 0 0 4 3 20 0 15 0 84379898 14321057792 42656 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 2.34 1.99 1.70 4/214 16602
/proc/meminfo: memFree=27959804/32770624 swapFree=0/462776
[pid=16539] ppid=16536 vsize=13999932 CPUtime=5.96 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 45604 12658 0 0 574 15 4 3 20 0 15 0 84379869 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3499983 53509 3442 1 0 3488597 0
[pid=16539/tid=16589] ppid=16536 vsize=13999932 CPUtime=2.89 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 31504 12658 0 0 274 8 4 3 20 0 15 0 84379889 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615895758832 140615871801074 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 190 12658 0 0 1 0 4 3 20 0 15 0 84379890 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 58 12658 0 0 1 0 4 3 20 0 15 0 84379890 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 41 12658 0 0 1 0 4 3 20 0 15 0 84379890 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 64 12658 0 0 1 0 4 3 20 0 15 0 84379890 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 1551 12658 0 0 1 0 4 3 20 0 15 0 84379891 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 54 12658 0 0 0 0 4 3 20 0 15 0 84379892 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 44 12658 0 0 0 0 4 3 20 0 15 0 84379892 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=13999932 CPUtime=1.17 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 4736 12658 0 0 109 1 4 3 20 0 15 0 84379895 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=13999932 CPUtime=0.88 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) S 16536 16539 13007 0 -1 1077944384 1707 12658 0 0 79 2 4 3 20 0 15 0 84379895 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=13999932 CPUtime=1.11 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) S 16536 16539 13007 0 -1 1077944384 3500 12658 0 0 103 1 4 3 20 0 15 0 84379895 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 12 12658 0 0 0 0 4 3 20 0 15 0 84379898 14335930368 53509 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 13999932

[startup+6.30076 s]
/proc/loadavg: 2.39 2.01 1.70 3/214 16602
/proc/meminfo: memFree=27513736/32770624 swapFree=0/462776
[pid=16539] ppid=16536 vsize=14067516 CPUtime=13.08 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 75210 12658 0 0 1279 22 4 3 20 0 15 0 84379869 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3516879 89616 3475 1 0 3505493 0
[pid=16539/tid=16589] ppid=16536 vsize=14067516 CPUtime=6.02 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 46608 12658 0 0 585 10 4 3 20 0 15 0 84379889 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615895759616 140615501250624 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 1244 12658 0 0 3 0 4 3 20 0 15 0 84379890 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 611 12658 0 0 3 0 4 3 20 0 15 0 84379890 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 217 12658 0 0 3 0 4 3 20 0 15 0 84379890 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 140 12658 0 0 2 0 4 3 20 0 15 0 84379890 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 2556 12658 0 0 3 0 4 3 20 0 15 0 84379891 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 57 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 46 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=14067516 CPUtime=2.83 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 11358 12658 0 0 274 2 4 3 20 0 15 0 84379895 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=14067516 CPUtime=2.69 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) S 16536 16539 13007 0 -1 1077944384 5189 12658 0 0 260 2 4 3 20 0 15 0 84379895 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=14067516 CPUtime=1.49 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) S 16536 16539 13007 0 -1 1077944384 4623 12658 0 0 140 2 4 3 20 0 15 0 84379895 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 399 12658 0 0 0 0 4 3 20 0 15 0 84379898 14405136384 89616 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 2.36 2.01 1.70 3/214 16602
/proc/meminfo: memFree=27470916/32770624 swapFree=0/462776
[pid=16539] ppid=16536 vsize=14067516 CPUtime=19.74 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 78762 12658 0 0 1943 24 4 3 20 0 15 0 84379869 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3516879 98935 3475 1 0 3505493 0
[pid=16539/tid=16589] ppid=16536 vsize=14067516 CPUtime=12.41 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 47156 12658 0 0 1223 11 4 3 20 0 15 0 84379889 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615895759280 140615515977514 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 2197 12658 0 0 3 1 4 3 20 0 15 0 84379890 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 681 12658 0 0 3 1 4 3 20 0 15 0 84379890 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 235 12658 0 0 3 1 4 3 20 0 15 0 84379890 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 190 12658 0 0 3 1 4 3 20 0 15 0 84379890 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 2586 12658 0 0 4 0 4 3 20 0 15 0 84379891 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 57 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 46 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 98935 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0

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

/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=14067516 CPUtime=0.91 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 1384 12658 0 0 42 42 4 3 20 0 15 0 84379898 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 2340.79
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 2.07 1.84 1.73 3/213 16773
/proc/meminfo: memFree=26275216/32770624 swapFree=0/462988
[pid=16539] ppid=16536 vsize=14067516 CPUtime=2401.11 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 207874 12658 0 0 239949 155 4 3 20 0 15 0 84379869 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3516879 131043 3478 1 0 3505493 0
[pid=16539/tid=16589] ppid=16536 vsize=14067516 CPUtime=2374.14 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 80848 12658 0 0 237384 23 4 3 20 0 15 0 84379889 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615895759792 140615511215621 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=14067516 CPUtime=3.94 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 13164 12658 0 0 368 19 4 3 20 0 15 0 84379890 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=14067516 CPUtime=3.95 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 14456 12658 0 0 368 20 4 3 20 0 15 0 84379890 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=14067516 CPUtime=3.93 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 10569 12658 0 0 365 21 4 3 20 0 15 0 84379890 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=14067516 CPUtime=3.93 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 19941 12658 0 0 364 22 4 3 20 0 15 0 84379890 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=14067516 CPUtime=3.2 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 12552 12658 0 0 296 17 4 3 20 0 15 0 84379891 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 63 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 46 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 21486 12658 0 0 292 3 4 3 20 0 15 0 84379895 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) S 16536 16539 13007 0 -1 1077944384 16670 12658 0 0 291 4 4 3 20 0 15 0 84379895 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=14067516 CPUtime=1.56 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) S 16536 16539 13007 0 -1 1077944384 14509 12658 0 0 146 3 4 3 20 0 15 0 84379895 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=14067516 CPUtime=0.93 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 1408 12658 0 0 43 43 4 3 20 0 15 0 84379898 14405136384 131043 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 2401.11
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.89 1.83 1.74 3/214 16900
/proc/meminfo: memFree=29016096/32770624 swapFree=0/462960
[pid=16539] ppid=16536 vsize=14067516 CPUtime=2461.42 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 212689 12658 0 0 245978 157 4 3 20 0 15 0 84379869 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3516879 131556 3478 1 0 3505493 0
[pid=16539/tid=16589] ppid=16536 vsize=14067516 CPUtime=2433.92 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 82129 12658 0 0 243362 23 4 3 20 0 15 0 84379889 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615895759536 140615512850752 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=14067516 CPUtime=4.05 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 13423 12658 0 0 379 19 4 3 20 0 15 0 84379890 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=14067516 CPUtime=4.06 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 15015 12658 0 0 379 20 4 3 20 0 15 0 84379890 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=14067516 CPUtime=4.04 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 11594 12658 0 0 376 21 4 3 20 0 15 0 84379890 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=14067516 CPUtime=4.04 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 20027 12658 0 0 375 22 4 3 20 0 15 0 84379890 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=14067516 CPUtime=3.27 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 12887 12658 0 0 303 17 4 3 20 0 15 0 84379891 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 63 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 46 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 21489 12658 0 0 292 3 4 3 20 0 15 0 84379895 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) S 16536 16539 13007 0 -1 1077944384 16672 12658 0 0 291 4 4 3 20 0 15 0 84379895 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) S 16536 16539 13007 0 -1 1077944384 15745 12658 0 0 147 3 4 3 20 0 15 0 84379895 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=14067516 CPUtime=0.96 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 1437 12658 0 0 44 45 4 3 20 0 15 0 84379898 14405136384 131556 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 2461.42
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.6 s]
/proc/loadavg: 1.46 1.71 1.70 3/214 16902
/proc/meminfo: memFree=29170532/32770624 swapFree=0/462980
[pid=16539] ppid=16536 vsize=14067516 CPUtime=2520.03 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 214279 12658 0 0 251836 160 4 3 20 0 15 0 84379869 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3516879 132068 3478 1 0 3505493 0
[pid=16539/tid=16589] ppid=16536 vsize=14067516 CPUtime=2492.02 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) R 16536 16539 13007 0 -1 4202560 82497 12658 0 0 249172 23 4 3 20 0 15 0 84379889 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615895759088 140615506438046 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=14067516 CPUtime=4.16 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 13489 12658 0 0 389 20 4 3 20 0 15 0 84379890 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=14067516 CPUtime=4.16 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 16051 12658 0 0 388 21 4 3 20 0 15 0 84379890 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=14067516 CPUtime=4.15 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 11640 12658 0 0 386 22 4 3 20 0 15 0 84379890 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=14067516 CPUtime=4.15 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 20053 12658 0 0 385 23 4 3 20 0 15 0 84379890 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=14067516 CPUtime=3.34 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 12931 12658 0 0 310 17 4 3 20 0 15 0 84379891 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 63 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 46 12658 0 0 0 0 4 3 20 0 15 0 84379892 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 21489 12658 0 0 292 3 4 3 20 0 15 0 84379895 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) S 16536 16539 13007 0 -1 1077944384 16672 12658 0 0 291 4 4 3 20 0 15 0 84379895 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) S 16536 16539 13007 0 -1 1077944384 15745 12658 0 0 147 3 4 3 20 0 15 0 84379895 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 15 0 84379895 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=14067516 CPUtime=0.98 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 1441 12658 0 0 45 46 4 3 20 0 15 0 84379898 14405136384 132068 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 14067516

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 16539 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2500.8 s]
/proc/loadavg: 1.46 1.71 1.70 3/214 16902
/proc/meminfo: memFree=29170532/32770624 swapFree=0/462980
[pid=16539] ppid=16536 vsize=14200644 CPUtime=2520.52 cores=0,2,4,6
/proc/16539/stat : 16539 (java) S 16536 16539 13007 0 -1 1077944320 227035 12658 0 0 251884 161 4 3 20 0 17 0 84379869 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140727263187872 140615891525367 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
/proc/16539/statm: 3550161 133578 3479 1 0 3538775 0
[pid=16539/tid=16589] ppid=16536 vsize=14200644 CPUtime=2492.04 cores=0,2,4,6
/proc/16539/task/16589/stat : 16589 (java) S 16536 16539 13007 0 -1 1077944384 83775 12658 0 0 249174 23 4 3 20 0 17 0 84379889 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615895768240 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16590] ppid=16536 vsize=14200644 CPUtime=4.25 cores=0,2,4,6
/proc/16539/task/16590/stat : 16590 (java) S 16536 16539 13007 0 -1 1077944384 13557 12658 0 0 398 20 4 3 20 0 17 0 84379890 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615825959696 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16591] ppid=16536 vsize=14200644 CPUtime=4.26 cores=0,2,4,6
/proc/16539/task/16591/stat : 16591 (java) S 16536 16539 13007 0 -1 1077944384 16159 12658 0 0 398 21 4 3 20 0 17 0 84379890 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615824907152 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16592] ppid=16536 vsize=14200644 CPUtime=4.24 cores=0,2,4,6
/proc/16539/task/16592/stat : 16592 (java) S 16536 16539 13007 0 -1 1077944384 11858 12658 0 0 395 22 4 3 20 0 17 0 84379890 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615823854608 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16593] ppid=16536 vsize=14200644 CPUtime=4.24 cores=0,2,4,6
/proc/16539/task/16593/stat : 16593 (java) S 16536 16539 13007 0 -1 1077944384 20100 12658 0 0 394 23 4 3 20 0 17 0 84379890 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615822802064 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16594] ppid=16536 vsize=14200644 CPUtime=3.43 cores=0,2,4,6
/proc/16539/task/16594/stat : 16594 (java) S 16536 16539 13007 0 -1 1077944384 23064 12658 0 0 318 18 4 3 20 0 17 0 84379891 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615369734128 140615891536514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16595] ppid=16536 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16595/stat : 16595 (java) S 16536 16539 13007 0 -1 1077944384 67 12658 0 0 0 0 4 3 20 0 17 0 84379892 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615368680416 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16596] ppid=16536 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16596/stat : 16596 (java) S 16536 16539 13007 0 -1 1077944384 48 12658 0 0 0 0 4 3 20 0 17 0 84379892 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615367627776 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16597] ppid=16536 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16597/stat : 16597 (java) S 16536 16539 13007 0 -1 1077944384 248 12658 0 0 0 0 4 3 20 0 17 0 84379895 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615366576336 140615891543963 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16598] ppid=16536 vsize=14200644 CPUtime=3.03 cores=0,2,4,6
/proc/16539/task/16598/stat : 16598 (java) S 16536 16539 13007 0 -1 1077944384 21577 12658 0 0 293 3 4 3 20 0 17 0 84379895 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615365523952 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16599] ppid=16536 vsize=14200644 CPUtime=3.02 cores=0,2,4,6
/proc/16539/task/16599/stat : 16599 (java) R 16536 16539 13007 0 -1 4202560 16758 12658 0 0 291 4 4 3 20 0 17 0 84379895 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615364471408 140615870924031 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16600] ppid=16536 vsize=14200644 CPUtime=1.57 cores=0,2,4,6
/proc/16539/task/16600/stat : 16600 (java) S 16536 16539 13007 0 -1 1077944384 15854 12658 0 0 147 3 4 3 20 0 17 0 84379895 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615363418864 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16601] ppid=16536 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/16539/task/16601/stat : 16601 (java) S 16536 16539 13007 0 -1 1077944384 3 12658 0 0 0 0 4 3 20 0 17 0 84379895 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615362366560 140615891535573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
[pid=16539/tid=16602] ppid=16536 vsize=14200644 CPUtime=0.98 cores=0,2,4,6
/proc/16539/task/16602/stat : 16602 (java) S 16536 16539 13007 0 -1 1077944384 1441 12658 0 0 45 46 4 3 20 0 17 0 84379898 14541459456 133578 18446744073709551615 4194304 4196468 140727263205328 140615361313072 140615891536514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140727263213520 140727263216305 140727263216305 140727263219663 0
Current children cumulated CPU time (s) 2520.52
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2500.83
CPU time (s): 2520.57
CPU user time (s): 2518.9
CPU system time (s): 1.66818
CPU usage (%): 100.789
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.9
system time used= 1.66817
maximum resident set size= 535076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128644
involuntary context switches= 5324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6682 second user time and 15.2106 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 05:57:32
IDJOB=4262359
IDBENCH=120666
IDSOLVER=2650
FILE ID=node135/4262359-1502424687
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-050-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262359-1502424687/watcher-4262359-1502424687 -o /tmp/evaluation-result-4262359-1502424687/solver-4262359-1502424687 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262359-1502424687.xml

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

MD5SUM BENCH= 78e001d21a1411ecb51795c063836bf7
RANDOM SEED=960298110

node135.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.21
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.21
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.21
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.21
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:        28134176 kB
MemAvailable:   28944340 kB
Buffers:          284084 kB
Cached:           818236 kB
SwapCached:            0 kB
Active:          3699152 kB
Inactive:         495428 kB
Active(anon):    3092708 kB
Inactive(anon):    33140 kB
Active(file):     606444 kB
Inactive(file):   462288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23940 kB
Writeback:             0 kB
AnonPages:       3192596 kB
Mapped:            62312 kB
Shmem:             33464 kB
Slab:             142344 kB
SReclaimable:     114532 kB
SUnreclaim:        27812 kB
KernelStack:        3776 kB
PageTables:        10804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4390788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2965504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 06:39:13