Trace number 4262251

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 2473.8201

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-5_X2.xml
MD5SUM0d344e361328211ed16699cc315bd3d7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 1.65 1.51 3/202 15897
/proc/meminfo: memFree=29857232/32770624 swapFree=0/573044
[pid=15897] ppid=15894 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15897/stat : 15897 (runsolver) D 15894 15897 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 93831912 24240128 107 18446744073709551615 4194304 4338465 140734516675008 140734516672648 140020801131223 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 22859776 140734516682961 140734516683337 140734516683337 140734516686794 0
/proc/15897/statm: 5918 107 54 36 0 2156 0

[startup+0.10008 s]
/proc/loadavg: 1.96 1.65 1.51 3/202 15897
/proc/meminfo: memFree=29857232/32770624 swapFree=0/573044
[pid=15897] ppid=15894 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/15897/stat : 15897 (bash) S 15894 15897 1460 0 -1 4202496 714 3536 0 0 0 0 0 0 20 0 1 0 93831912 9736192 355 18446744073709551615 4194304 5098028 140733157695056 140733157692696 140388232330240 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 12525568 140733157700116 140733157700201 140733157700201 140733157703658 0
/proc/15897/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200276 s]
/proc/loadavg: 1.96 1.65 1.51 3/202 15897
/proc/meminfo: memFree=29857232/32770624 swapFree=0/573044
[pid=15897] ppid=15894 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/15897/stat : 15897 (bash) S 15894 15897 1460 0 -1 4202496 891 6486 0 0 0 0 0 1 20 0 1 0 93831912 9867264 377 18446744073709551615 4194304 5098028 140733157695056 140733157689064 140388232330240 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 12525568 140733157700116 140733157700201 140733157700201 140733157703658 0
/proc/15897/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300299 s]
/proc/loadavg: 1.96 1.65 1.51 3/202 15897
/proc/meminfo: memFree=29857232/32770624 swapFree=0/573044
[pid=15897] ppid=15894 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 5850 12340 0 0 5 1 5 3 20 0 14 0 93831912 14241083392 5549 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3476827 5549 2664 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.704347 s]
/proc/loadavg: 1.96 1.65 1.51 3/202 15897
/proc/meminfo: memFree=29857232/32770624 swapFree=0/573044
[pid=15897] ppid=15894 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 13720 12340 0 0 52 4 5 3 20 0 15 0 93831912 14310178816 14113 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3493696 14113 3079 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.96 1.65 1.51 3/217 15960
/proc/meminfo: memFree=29764388/32770624 swapFree=0/573376
[pid=15897] ppid=15894 vsize=13985408 CPUtime=1.83 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 27331 12340 0 0 167 8 5 3 20 0 15 0 93831912 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3496352 33901 3343 1 0 3485525 0
[pid=15897/tid=15947] ppid=15894 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 22121 12340 0 0 114 6 5 3 20 0 15 0 93831936 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140515154303904 140515150099613 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 1 12340 0 0 0 0 5 3 20 0 15 0 93831936 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 1 12340 0 0 0 0 5 3 20 0 15 0 93831936 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 1 12340 0 0 0 0 5 3 20 0 15 0 93831936 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 2 12340 0 0 0 0 5 3 20 0 15 0 93831936 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 5 12340 0 0 0 0 5 3 20 0 15 0 93831938 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 33 12340 0 0 0 0 5 3 20 0 15 0 93831938 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140514694751392 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 21 12340 0 0 0 0 5 3 20 0 15 0 93831938 14321057792 33901 18446744073709551615 4194304 4196468 140725124408544 140514693698288 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14321057792 33929 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) R 15894 15897 1460 0 -1 4202560 1034 12340 0 0 14 0 5 3 20 0 15 0 93831941 14321057792 33929 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515131263676 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) S 15894 15897 1460 0 -1 1077944384 566 12340 0 0 14 0 5 3 20 0 15 0 93831941 14321057792 33929 18446744073709551615 4194304 4196468 140725124408544 140514690542448 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) R 15894 15897 1460 0 -1 4202560 1384 12340 0 0 22 0 5 3 20 0 15 0 93831941 14321057792 33929 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515128911225 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14321057792 33929 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 8 12340 0 0 0 0 5 3 20 0 15 0 93831946 14321057792 33929 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.96 1.65 1.51 4/217 15960
/proc/meminfo: memFree=29686524/32770624 swapFree=0/573364
[pid=15897] ppid=15894 vsize=13997884 CPUtime=5.52 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 49290 12340 0 0 530 14 5 3 20 0 15 0 93831912 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3499471 55494 3448 1 0 3488085 0
[pid=15897/tid=15947] ppid=15894 vsize=13997884 CPUtime=2.84 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 35439 12340 0 0 268 8 5 3 20 0 15 0 93831936 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140515154308000 140515134158174 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 55 12340 0 0 0 0 5 3 20 0 15 0 93831936 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 1 0 5 3 20 0 15 0 93831936 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 59 12340 0 0 1 0 5 3 20 0 15 0 93831936 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 207 12340 0 0 1 0 5 3 20 0 15 0 93831936 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 1524 12340 0 0 1 0 5 3 20 0 15 0 93831938 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 54 12340 0 0 0 0 5 3 20 0 15 0 93831938 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514694751456 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 15 0 93831938 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) S 15894 15897 1460 0 -1 1077944384 4527 12340 0 0 91 0 5 3 20 0 15 0 93831941 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=13997884 CPUtime=0.76 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) S 15894 15897 1460 0 -1 1077944384 1525 12340 0 0 67 1 5 3 20 0 15 0 93831941 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514690542448 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) S 15894 15897 1460 0 -1 1077944384 3645 12340 0 0 96 1 5 3 20 0 15 0 93831941 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 11 12340 0 0 0 0 5 3 20 0 15 0 93831946 14333833216 55494 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 13997884

[startup+6.30152 s]
/proc/loadavg: 2.05 1.67 1.52 3/217 15961
/proc/meminfo: memFree=29503320/32770624 swapFree=0/573364
[pid=15897] ppid=15894 vsize=14067516 CPUtime=14.11 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 71007 12340 0 0 1380 23 5 3 20 0 15 0 93831912 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3516879 111804 3473 1 0 3505493 0
[pid=15897/tid=15947] ppid=15894 vsize=14067516 CPUtime=5.6 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 41831 12340 0 0 539 13 5 3 20 0 15 0 93831936 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140515154311968 140514771149888 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 327 12340 0 0 4 0 5 3 20 0 15 0 93831936 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 132 12340 0 0 5 0 5 3 20 0 15 0 93831936 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 105 12340 0 0 5 0 5 3 20 0 15 0 93831936 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 1098 12340 0 0 5 0 5 3 20 0 15 0 93831936 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 2593 12340 0 0 4 0 5 3 20 0 15 0 93831938 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 54 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514694751456 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=14067516 CPUtime=3.33 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) S 15894 15897 1460 0 -1 1077944384 10409 12340 0 0 323 2 5 3 20 0 15 0 93831941 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=14067516 CPUtime=3.32 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) R 15894 15897 1460 0 -1 4202560 6158 12340 0 0 322 2 5 3 20 0 15 0 93831941 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514690528472 140515131621921 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=14067516 CPUtime=1.77 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) S 15894 15897 1460 0 -1 1077944384 6074 12340 0 0 167 2 5 3 20 0 15 0 93831941 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 26 12340 0 0 0 0 5 3 20 0 15 0 93831946 14405136384 111804 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 2.04 1.68 1.52 3/217 15961
/proc/meminfo: memFree=28805288/32770624 swapFree=0/573364
[pid=15897] ppid=15894 vsize=14067516 CPUtime=20.69 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 73049 12340 0 0 2027 34 5 3 20 0 15 0 93831912 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3516879 284482 3473 1 0 3505493 0
[pid=15897/tid=15947] ppid=15894 vsize=14067516 CPUtime=11.96 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 43151 12340 0 0 1167 21 5 3 20 0 15 0 93831936 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140515154311984 140514786624094 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 340 12340 0 0 6 1 5 3 20 0 15 0 93831936 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 149 12340 0 0 6 0 5 3 20 0 15 0 93831936 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 116 12340 0 0 6 1 5 3 20 0 15 0 93831936 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 1111 12340 0 0 6 0 5 3 20 0 15 0 93831936 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 2926 12340 0 0 5 0 5 3 20 0 15 0 93831938 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 54 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140514694751456 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 284482 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0

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

/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=14067516 CPUtime=1.61 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 1292 12340 0 0 70 83 5 3 20 0 15 0 93831946 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 2366.22
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.46 1.41 1.43 3/216 16528
/proc/meminfo: memFree=27513568/32770624 swapFree=0/574080
[pid=15897] ppid=15894 vsize=14067516 CPUtime=2427.19 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 260911 12340 0 0 242294 417 5 3 20 0 15 0 93831912 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3516879 430949 3473 1 0 3505493 0
[pid=15897/tid=15947] ppid=15894 vsize=14067516 CPUtime=2354.28 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 106667 12340 0 0 235350 70 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515154312112 140514787770475 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=14067516 CPUtime=12.77 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 22051 12340 0 0 1203 66 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=14067516 CPUtime=12.8 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 26762 12340 0 0 1208 64 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=14067516 CPUtime=12.79 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 23677 12340 0 0 1206 65 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=14067516 CPUtime=12.8 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 21262 12340 0 0 1208 64 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=14067516 CPUtime=12.05 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 22843 12340 0 0 1130 67 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 54 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514694751456 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=14067516 CPUtime=3.38 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) S 15894 15897 1460 0 -1 1077944384 11737 12340 0 0 328 2 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=14067516 CPUtime=3.45 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) S 15894 15897 1460 0 -1 1077944384 8920 12340 0 0 335 2 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514690542448 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=14067516 CPUtime=1.83 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) S 15894 15897 1460 0 -1 1077944384 13416 12340 0 0 172 3 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=14067516 CPUtime=1.66 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 1322 12340 0 0 73 85 5 3 20 0 15 0 93831946 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 2427.19
Current children cumulated vsize (KiB) 14067516

[startup+2442.31 s]
/proc/loadavg: 1.63 1.47 1.45 3/217 16531
/proc/meminfo: memFree=27526672/32770624 swapFree=0/574092
[pid=15897] ppid=15894 vsize=14067516 CPUtime=2488.19 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 263051 12340 0 0 248385 426 5 3 20 0 15 0 93831912 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3516879 430949 3473 1 0 3505493 0
[pid=15897/tid=15947] ppid=15894 vsize=14067516 CPUtime=2413.57 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 107842 12340 0 0 241278 71 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515154311792 140514787258815 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=14067516 CPUtime=13.12 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 22130 12340 0 0 1236 68 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=14067516 CPUtime=13.13 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 26822 12340 0 0 1240 65 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=14067516 CPUtime=13.13 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 23925 12340 0 0 1238 67 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=14067516 CPUtime=13.13 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 21479 12340 0 0 1239 66 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=14067516 CPUtime=12.37 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 23173 12340 0 0 1160 69 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 54 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514694751456 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=14067516 CPUtime=3.38 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) S 15894 15897 1460 0 -1 1077944384 11741 12340 0 0 328 2 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=14067516 CPUtime=3.45 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) S 15894 15897 1460 0 -1 1077944384 8924 12340 0 0 335 2 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514690542448 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=14067516 CPUtime=1.83 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) S 15894 15897 1460 0 -1 1077944384 13420 12340 0 0 172 3 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=14067516 CPUtime=1.7 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 1341 12340 0 0 75 87 5 3 20 0 15 0 93831946 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 2488.19
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.6 s]
/proc/loadavg: 1.37 1.43 1.43 3/217 16533
/proc/meminfo: memFree=27526808/32770624 swapFree=0/574112
[pid=15897] ppid=15894 vsize=14067516 CPUtime=2520 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 264253 12340 0 0 251561 431 5 3 20 0 15 0 93831912 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3516879 430949 3473 1 0 3505493 0
[pid=15897/tid=15947] ppid=15894 vsize=14067516 CPUtime=2444.51 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) R 15894 15897 1460 0 -1 4202560 108491 12340 0 0 244371 72 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515154311904 140514786624597 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=14067516 CPUtime=13.29 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) S 15894 15897 1460 0 -1 1077944384 22191 12340 0 0 1253 68 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=14067516 CPUtime=13.31 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) S 15894 15897 1460 0 -1 1077944384 26868 12340 0 0 1257 66 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140515090971792 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=14067516 CPUtime=13.31 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) S 15894 15897 1460 0 -1 1077944384 24119 12340 0 0 1255 68 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=14067516 CPUtime=13.31 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) S 15894 15897 1460 0 -1 1077944384 21521 12340 0 0 1256 67 5 3 20 0 15 0 93831936 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=14067516 CPUtime=12.53 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 23361 12340 0 0 1175 70 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514695805168 140515150088834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 54 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514694751456 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 15 0 93831938 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=14067516 CPUtime=3.38 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) S 15894 15897 1460 0 -1 1077944384 11743 12340 0 0 328 2 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=14067516 CPUtime=3.45 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) S 15894 15897 1460 0 -1 1077944384 8926 12340 0 0 335 2 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514690542448 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=14067516 CPUtime=1.83 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) S 15894 15897 1460 0 -1 1077944384 13422 12340 0 0 172 3 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 93831941 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 1357 12340 0 0 76 88 5 3 20 0 15 0 93831946 14405136384 430949 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 2520
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 15897 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2473.8 s]
/proc/loadavg: 1.37 1.43 1.43 3/217 16533
/proc/meminfo: memFree=27526808/32770624 swapFree=0/574112
[pid=15897] ppid=15894 vsize=14200644 CPUtime=2520.53 cores=1,3,5,7
/proc/15897/stat : 15897 (java) S 15894 15897 1460 0 -1 1077944320 270884 12340 0 0 251613 432 5 3 20 0 17 0 93831912 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140725124391088 140515150077687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
/proc/15897/statm: 3550161 432753 3473 1 0 3538775 0
[pid=15897/tid=15947] ppid=15894 vsize=14200644 CPUtime=2444.52 cores=1,3,5,7
/proc/15897/task/15947/stat : 15947 (java) S 15894 15897 1460 0 -1 1077944384 108863 12340 0 0 244372 72 5 3 20 0 17 0 93831936 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140515154315392 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15948] ppid=15894 vsize=14200644 CPUtime=13.39 cores=1,3,5,7
/proc/15897/task/15948/stat : 15948 (java) R 15894 15897 1460 0 -1 4202560 22210 12340 0 0 1263 68 5 3 20 0 17 0 93831936 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140515092024336 140515142705895 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15949] ppid=15894 vsize=14200644 CPUtime=13.42 cores=1,3,5,7
/proc/15897/task/15949/stat : 15949 (java) R 15894 15897 1460 0 -1 4202560 26879 12340 0 0 1268 66 5 3 20 0 17 0 93831936 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140515090971912 140515142705895 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15950] ppid=15894 vsize=14200644 CPUtime=13.41 cores=1,3,5,7
/proc/15897/task/15950/stat : 15950 (java) R 15894 15897 1460 0 -1 4202560 24142 12340 0 0 1265 68 5 3 20 0 17 0 93831936 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514748275472 140515142705895 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15951] ppid=15894 vsize=14200644 CPUtime=13.42 cores=1,3,5,7
/proc/15897/task/15951/stat : 15951 (java) R 15894 15897 1460 0 -1 4202560 21559 12340 0 0 1267 67 5 3 20 0 17 0 93831936 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514747222928 140515135074088 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15952] ppid=15894 vsize=14200644 CPUtime=12.61 cores=1,3,5,7
/proc/15897/task/15952/stat : 15952 (java) S 15894 15897 1460 0 -1 1077944384 29290 12340 0 0 1183 70 5 3 20 0 17 0 93831938 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514695803792 140515150087893 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15953] ppid=15894 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15953/stat : 15953 (java) S 15894 15897 1460 0 -1 1077944384 57 12340 0 0 0 0 5 3 20 0 17 0 93831938 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514694751088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15954] ppid=15894 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15954/stat : 15954 (java) S 15894 15897 1460 0 -1 1077944384 44 12340 0 0 0 0 5 3 20 0 17 0 93831938 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514693698304 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15955] ppid=15894 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15955/stat : 15955 (java) S 15894 15897 1460 0 -1 1077944384 114 12340 0 0 0 0 5 3 20 0 17 0 93831941 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514692646864 140515150096283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15956] ppid=15894 vsize=14200644 CPUtime=3.38 cores=1,3,5,7
/proc/15897/task/15956/stat : 15956 (java) S 15894 15897 1460 0 -1 1077944384 11743 12340 0 0 328 2 5 3 20 0 17 0 93831941 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514691594992 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15957] ppid=15894 vsize=14200644 CPUtime=3.45 cores=1,3,5,7
/proc/15897/task/15957/stat : 15957 (java) S 15894 15897 1460 0 -1 1077944384 8926 12340 0 0 335 2 5 3 20 0 17 0 93831941 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514690542448 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15958] ppid=15894 vsize=14200644 CPUtime=1.83 cores=1,3,5,7
/proc/15897/task/15958/stat : 15958 (java) S 15894 15897 1460 0 -1 1077944384 13422 12340 0 0 172 3 5 3 20 0 17 0 93831941 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514689489392 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15959] ppid=15894 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/15897/task/15959/stat : 15959 (java) S 15894 15897 1460 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 17 0 93831941 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514688437088 140515150087893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
[pid=15897/tid=15960] ppid=15894 vsize=14200644 CPUtime=1.72 cores=1,3,5,7
/proc/15897/task/15960/stat : 15960 (java) S 15894 15897 1460 0 -1 1077944384 1357 12340 0 0 76 88 5 3 20 0 17 0 93831946 14541459456 432753 18446744073709551615 4194304 4196468 140725124408544 140514619812400 140515150088834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 6885376 140725124417488 140725124420273 140725124420273 140725124423631 0
Current children cumulated CPU time (s) 2520.53
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2473.82
CPU time (s): 2520.57
CPU user time (s): 2516.2
CPU system time (s): 4.36679
CPU usage (%): 101.89
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 4.36679
maximum resident set size= 1731608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324651
involuntary context switches= 8031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5246 second user time and 16.2276 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 16:40:20
IDJOB=4262251
IDBENCH=134572
IDSOLVER=2650
FILE ID=node134/4262251-1502463256
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-5_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262251-1502463256/watcher-4262251-1502463256 -o /tmp/evaluation-result-4262251-1502463256/solver-4262251-1502463256 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262251-1502463256.xml

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

MD5SUM BENCH= 0d344e361328211ed16699cc315bd3d7
RANDOM SEED=554510436

node134.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.43
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.43
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.43
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.43
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:        29858416 kB
MemAvailable:   30848032 kB
Buffers:          290324 kB
Cached:           992588 kB
SwapCached:            0 kB
Active:          1869700 kB
Inactive:         604260 kB
Active(anon):    1193424 kB
Inactive(anon):    31216 kB
Active(file):     676276 kB
Inactive(file):   573044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24284 kB
Writeback:             4 kB
AnonPages:       1191020 kB
Mapped:            65536 kB
Shmem:             33468 kB
Slab:             139460 kB
SReclaimable:     112260 kB
SUnreclaim:        27200 kB
KernelStack:        3600 kB
PageTables:         8984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2073796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 17:21:34