Trace number 4387176

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.10? (TO) 2520.1 2476.93

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-028.xml
MD5SUMdb9859f55fdeeb063308babcaf6783a7
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 benchmark0.007672
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints56
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":84}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":84}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.72/0.55	c Concrete v3.10.1560635388952 running
2520.04/2476.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2476.91		at concrete.MAC.mac(MAC.scala:189)
2520.04/2476.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2476.91		at scala.util.Try$.apply(Try.scala:212)
2520.04/2476.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2476.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2476.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2476.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2476.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2476.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.04/2476.91		at concrete.ProblemState.map(ProblemState.scala:228)
2520.04/2476.91		at concrete.ProblemState.map(ProblemState.scala:210)
2520.04/2476.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.04/2476.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2476.91		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.04/2476.91		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.04/2476.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2476.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.04/2476.91		at scala.util.Success.map(Try.scala:264)
2520.04/2476.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2476.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2476.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2476.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2476.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2476.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2476.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2476.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2476.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2476.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2476.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2476.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2476.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2476.91		at scala.App.main(App.scala:75)
2520.04/2476.91		at scala.App.main$(App.scala:73)
2520.04/2476.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2476.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2476.91	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5387 MiB free)
  memory of node 1: 16384 MiB (13873 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387176-1568292795/watcher-4387176-1568292795 -o /tmp/evaluation-result-4387176-1568292795/solver-4387176-1568292795 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1333254332 HOME/instance-4387176-1568292795.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9289, runsolver pid=9286

[startup+0.100061 s]*
/proc/loadavg: 1.80 1.68 1.50 2/214 9342
/proc/meminfo: memFree=19718704/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=9972712 memory=16284 CPUtime=0.07 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 4286 13265 0 0 0 0 5 2 20 0 6 0 405536838 10212057088 4005 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2493178 4071 1920 1 0 2481616 0
[pid=9289/tid=9342] ppid=9286 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 2113 13265 0 0 0 0 5 2 20 0 6 0 405536848 10212057088 4071 33554432000 4194304 4196468 140731572363712 139769457558096 139769469801822 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 6 0 405536849 10212057088 4071 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=9972712 memory=14830295642351256 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 6 0 405536849 10212057088 4071 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 6 0 405536849 10212057088 4071 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 6 0 405536849 10212057088 4071 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210077 s]*
/proc/loadavg: 1.80 1.68 1.50 4/227 9355
/proc/meminfo: memFree=19698864/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10818940 memory=36232 CPUtime=0.25 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 6981 13265 0 0 17 1 5 2 20 0 15 0 405536838 11078594560 9058 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2704735 9058 2938 1 0 2667149 0
[pid=9289/tid=9342] ppid=9286 vsize=10818940 memory=729618466009055537 CPUtime=0.17 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 3471 13265 0 0 10 0 5 2 20 0 15 0 405536848 11078594560 9058 33554432000 4194304 4196468 140731572363712 139769457545440 139769485743261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11078594560 9058 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10818940 memory=14830295642351256 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11078594560 9058 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 405536849 11078594560 9058 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11078594560 9058 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 405536850 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 33 13265 0 0 0 0 5 2 20 0 15 0 405536851 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768944125088 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536851 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768369242864 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 180 13265 0 0 1 0 5 2 20 0 15 0 405536853 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 461 13265 0 0 1 0 5 2 20 0 15 0 405536853 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10818940 memory=140578837309056 CPUtime=0.1 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) R 9286 9289 5836 0 -1 4202560 633 13265 0 0 3 0 5 2 20 0 15 0 405536853 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768908462576 139769485733270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10818940 memory=140578837309056 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536854 11078594560 9058 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36232 KiB

[startup+0.310479 s]*
/proc/loadavg: 1.80 1.68 1.50 3/227 9355
/proc/meminfo: memFree=19688168/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10820096 memory=45688 CPUtime=0.39 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 10650 13265 0 0 28 4 5 2 20 0 15 0 405536838 11079778304 11422 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2705024 11422 3199 1 0 2667149 0
[pid=9289/tid=9342] ppid=9286 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 7108 13265 0 0 18 3 5 2 20 0 15 0 405536848 11079778304 11934 33554432000 4194304 4196468 140731572363712 139769457535848 139769485743261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11079778304 11934 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11079778304 11934 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 405536849 11079778304 11934 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11079778304 11934 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10820096 memory=140578837309055 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 405536850 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 33 13265 0 0 0 0 5 2 20 0 15 0 405536851 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768944125088 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536851 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768369242864 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 181 13265 0 0 2 0 5 2 20 0 15 0 405536853 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 461 13265 0 0 2 0 5 2 20 0 15 0 405536853 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10820096 memory=140578837309056 CPUtime=0.12 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) S 9286 9289 5836 0 -1 1077944384 643 13265 0 0 5 0 5 2 20 0 15 0 405536853 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768908462576 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10820096 memory=140578837309056 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536854 11079778304 11934 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 45688 KiB

[startup+0.700878 s]
/proc/loadavg: 1.80 1.68 1.50 5/227 9355
/proc/meminfo: memFree=19673248/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10824340 memory=78236 CPUtime=1.12 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 14834 13265 0 0 100 5 5 2 20 0 15 0 405536838 11084124160 19559 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2706085 19559 3496 1 0 2668173 0
[pid=9289/tid=9342] ppid=9286 vsize=10824340 memory=7810487918915055718 CPUtime=0.65 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 10477 13265 0 0 54 4 5 2 20 0 15 0 405536848 11084124160 19559 33554432000 4194304 4196468 140731572363712 139769457540344 139769470977418 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10824340 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11084124160 19559 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10824340 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11084124160 19559 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 405536849 11084124160 19559 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536849 11084124160 19559 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 5 13265 0 0 0 0 5 2 20 0 15 0 405536850 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 33 13265 0 0 0 0 5 2 20 0 15 0 405536851 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768944125088 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536851 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768369242864 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 445 13265 0 0 12 0 5 2 20 0 15 0 405536853 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 805 13265 0 0 14 0 5 2 20 0 15 0 405536853 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) S 9286 9289 5836 0 -1 1077944384 846 13265 0 0 17 0 5 2 20 0 15 0 405536853 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768908462576 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536854 11084124160 19559 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78236 KiB

[startup+1.5007 s]
/proc/loadavg: 1.80 1.68 1.50 5/227 9355
/proc/meminfo: memFree=19629132/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10834656 memory=166220 CPUtime=2.48 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 22501 13265 0 0 231 10 5 2 20 0 15 0 405536838 11094687744 41555 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2708664 41555 3575 1 0 2670733 0
[pid=9289/tid=9342] ppid=9286 vsize=10834656 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 15358 13265 0 0 129 6 5 2 20 0 15 0 405536848 11094687744 41555 33554432000 4194304 4196468 140731572363712 139769457528224 139769471092315 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10834656 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 84 13265 0 0 0 0 5 2 20 0 15 0 405536849 11094687744 41555 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10834656 memory=7014751519683926118 CPUtime=0.08 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 39 13265 0 0 1 0 5 2 20 0 15 0 405536849 11094687744 41555 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10834656 memory=7302985258946094681 CPUtime=0.08 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 96 13265 0 0 1 0 5 2 20 0 15 0 405536849 11094687744 41555 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10834656 memory=281157418002784 CPUtime=0.08 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 419 13265 0 0 1 0 5 2 20 0 15 0 405536849 11094687744 41555 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10834656 memory=180461640894673 CPUtime=0.08 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 1054 13265 0 0 1 0 5 2 20 0 15 0 405536850 11094687744 41555 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10834656 memory=180461640894674 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 34 13265 0 0 0 0 5 2 20 0 15 0 405536851 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768944125152 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10834656 memory=180461640894675 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536851 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768369242880 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10834656 memory=180461640894676 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10834656 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 634 13265 0 0 26 0 5 2 20 0 15 0 405536853 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10834656 memory=281157417596848 CPUtime=0.34 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 915 13265 0 0 27 0 5 2 20 0 15 0 405536853 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10834656 memory=281157417594992 CPUtime=0.49 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) R 9286 9289 5836 0 -1 4202560 1667 13265 0 0 41 1 5 2 20 0 15 0 405536853 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768908458336 139769478818227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10834656 memory=281157417595056 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10834656 memory=281157418042576 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 405536854 11094687744 41576 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 58232 13265 0 0 235334 53 5 2 20 0 15 0 405536848 11105193984 186374 33554432000 4194304 4196468 140731572363712 139769457557136 139769068283969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10844916 memory=704 CPUtime=12.27 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 10395 13265 0 0 1149 71 5 2 20 0 15 0 405536849 11105193984 186374 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10844916 memory=745496 CPUtime=12.2 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 12710 13265 0 0 1142 71 5 2 20 0 15 0 405536849 11105193984 186374 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10844916 memory=745496 CPUtime=12.21 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 10744 13265 0 0 1147 67 5 2 20 0 15 0 405536849 11105193984 186374 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10844916 memory=745496 CPUtime=12.25 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 30506 13265 0 0 1145 73 5 2 20 0 15 0 405536849 11105193984 186374 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10844916 memory=281157284228777 CPUtime=11.97 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 14945 13265 0 0 1121 69 5 2 20 0 15 0 405536850 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10844916 memory=745496 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 47 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768944125152 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10844916 memory=1189 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 9 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768369242880 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10844916 memory=745496 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10844916 memory=745496 CPUtime=2.53 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 6341 13265 0 0 243 3 5 2 20 0 15 0 405536853 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10844916 memory=745496 CPUtime=2.9 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 11266 13265 0 0 279 4 5 2 20 0 15 0 405536853 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10844916 memory=1084 CPUtime=2.7 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) S 9286 9289 5836 0 -1 1077944384 8876 13265 0 0 258 5 5 2 20 0 15 0 405536853 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768908462576 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10844916 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10844916 memory=1408 CPUtime=1.57 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1089 13265 0 0 71 79 5 2 20 0 15 0 405536854 11105193984 186374 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 2424.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745496 KiB

[startup+2442.3 s]
/proc/loadavg: 2.23 1.77 1.51 3/227 9857
/proc/meminfo: memFree=19771956/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10844916 memory=745608 CPUtime=2484.95 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 170293 13265 0 0 248072 416 5 2 20 0 15 0 405536838 11105193984 186402 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2711229 186402 3614 1 0 2673293 0
[pid=9289/tid=9342] ppid=9286 vsize=10844916 memory=745588 CPUtime=2413.18 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 59071 13265 0 0 241257 54 5 2 20 0 15 0 405536848 11105193984 186402 33554432000 4194304 4196468 140731572363712 139769457556928 139769058804157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10844916 memory=745588 CPUtime=12.6 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 10517 13265 0 0 1179 74 5 2 20 0 15 0 405536849 11105193984 186402 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10844916 memory=745608 CPUtime=12.54 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 12830 13265 0 0 1172 75 5 2 20 0 15 0 405536849 11105193984 186402 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10844916 memory=745608 CPUtime=12.54 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 12174 13265 0 0 1179 68 5 2 20 0 15 0 405536849 11105193984 186402 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10844916 memory=745608 CPUtime=12.57 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 30554 13265 0 0 1175 75 5 2 20 0 15 0 405536849 11105193984 186402 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10844916 memory=745608 CPUtime=12.29 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 15273 13265 0 0 1151 71 5 2 20 0 15 0 405536850 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10844916 memory=1243 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 47 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768944125152 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10844916 memory=745588 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 9 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768369242880 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10844916 memory=745608 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10844916 memory=745588 CPUtime=2.53 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 6343 13265 0 0 243 3 5 2 20 0 15 0 405536853 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10844916 memory=745588 CPUtime=2.9 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 11269 13265 0 0 279 4 5 2 20 0 15 0 405536853 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10844916 memory=745608 CPUtime=2.7 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) S 9286 9289 5836 0 -1 1077944384 8878 13265 0 0 258 5 5 2 20 0 15 0 405536853 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768908462576 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10844916 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10844916 memory=745608 CPUtime=1.61 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1112 13265 0 0 73 81 5 2 20 0 15 0 405536854 11105193984 186402 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 2484.95 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.9 s]
/proc/loadavg: 2.03 1.77 1.52 3/227 9861
/proc/meminfo: memFree=19749004/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10844916 memory=745680 CPUtime=2520.04 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 170606 13265 0 0 251575 422 5 2 20 0 15 0 405536838 11105193984 186420 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2711229 186420 3614 1 0 2673293 0
[pid=9289/tid=9342] ppid=9286 vsize=10844916 memory=745680 CPUtime=2447.33 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 59369 13265 0 0 244672 54 5 2 20 0 15 0 405536848 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769457556464 139769468896921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.79 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 10520 13265 0 0 1197 75 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10844916 memory=3472328296227679313 CPUtime=12.72 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 12832 13265 0 0 1190 75 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.73 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 12177 13265 0 0 1196 70 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.75 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 30557 13265 0 0 1192 76 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.47 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 15275 13265 0 0 1168 72 5 2 20 0 15 0 405536850 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10844916 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 47 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768944125152 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10844916 memory=704 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 9 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768369242880 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10844916 memory=745680 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10844916 memory=745680 CPUtime=2.53 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 6343 13265 0 0 243 3 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10844916 memory=745680 CPUtime=2.9 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 11269 13265 0 0 279 4 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10844916 memory=745680 CPUtime=2.7 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) S 9286 9289 5836 0 -1 1077944384 8878 13265 0 0 258 5 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768908462576 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10844916 memory=745680 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10844916 memory=6371529378258106960 CPUtime=1.64 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1114 13265 0 0 74 83 5 2 20 0 15 0 405536854 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745680 KiB

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

[startup+2476.93 s]
# the end of solver process 9289 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.26626 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2476.9 s]
/proc/loadavg: 2.03 1.77 1.52 3/227 9861
/proc/meminfo: memFree=19749004/32770624 swapFree=66977604/67108860
[pid=9289] ppid=9286 vsize=10844916 memory=745680 CPUtime=2520.04 cores=1,3,5,7
/proc/9289/stat : 9289 (java) S 9286 9289 5836 0 -1 1077944320 170606 13265 0 0 251575 422 5 2 20 0 15 0 405536838 11105193984 186420 33554432000 4194304 4196468 140731572363712 140731572346256 139769485721335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
/proc/9289/statm: 2711229 186420 3614 1 0 2673293 0
[pid=9289/tid=9342] ppid=9286 vsize=10844916 memory=745680 CPUtime=2447.33 cores=1,3,5,7
/proc/9289/task/9342/stat : 9342 (java) R 9286 9289 5836 0 -1 4202560 59369 13265 0 0 244672 54 5 2 20 0 15 0 405536848 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769457556464 139769468896921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9343] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.79 cores=1,3,5,7
/proc/9289/task/9343/stat : 9343 (java) S 9286 9289 5836 0 -1 1077944384 10520 13265 0 0 1197 75 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769489964048 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9344] ppid=9286 vsize=10844916 memory=3472328296227679313 CPUtime=12.72 cores=1,3,5,7
/proc/9289/task/9344/stat : 9344 (java) S 9286 9289 5836 0 -1 1077944384 12832 13265 0 0 1190 75 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769378237584 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9345] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.73 cores=1,3,5,7
/proc/9289/task/9345/stat : 9345 (java) S 9286 9289 5836 0 -1 1077944384 12177 13265 0 0 1196 70 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769377184528 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9346] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.75 cores=1,3,5,7
/proc/9289/task/9346/stat : 9346 (java) S 9286 9289 5836 0 -1 1077944384 30557 13265 0 0 1192 76 5 2 20 0 15 0 405536849 11105193984 186420 33554432000 4194304 4196468 140731572363712 139769057110928 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9347] ppid=9286 vsize=10844916 memory=745680 CPUtime=12.47 cores=1,3,5,7
/proc/9289/task/9347/stat : 9347 (java) S 9286 9289 5836 0 -1 1077944384 15275 13265 0 0 1168 72 5 2 20 0 15 0 405536850 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768945178864 139769485732482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9348] ppid=9286 vsize=10844916 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9348/stat : 9348 (java) S 9286 9289 5836 0 -1 1077944384 47 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768944125152 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9349] ppid=9286 vsize=10844916 memory=704 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9349/stat : 9349 (java) S 9286 9289 5836 0 -1 1077944384 9 13265 0 0 0 0 5 2 20 0 15 0 405536851 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768369242880 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9350] ppid=9286 vsize=10844916 memory=745680 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9350/stat : 9350 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768061843408 139769485739931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9351] ppid=9286 vsize=10844916 memory=745680 CPUtime=2.53 cores=1,3,5,7
/proc/9289/task/9351/stat : 9351 (java) S 9286 9289 5836 0 -1 1077944384 6343 13265 0 0 243 3 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768910568176 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9352] ppid=9286 vsize=10844916 memory=745680 CPUtime=2.9 cores=1,3,5,7
/proc/9289/task/9352/stat : 9352 (java) S 9286 9289 5836 0 -1 1077944384 11269 13265 0 0 279 4 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768909515632 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9353] ppid=9286 vsize=10844916 memory=745680 CPUtime=2.7 cores=1,3,5,7
/proc/9289/task/9353/stat : 9353 (java) S 9286 9289 5836 0 -1 1077944384 8878 13265 0 0 258 5 5 2 20 0 15 0 405536853 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768908462576 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9354] ppid=9286 vsize=10844916 memory=745680 CPUtime=0.07 cores=1,3,5,7
/proc/9289/task/9354/stat : 9354 (java) S 9286 9289 5836 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 405536854 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768028285792 139769485731541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
[pid=9289/tid=9355] ppid=9286 vsize=10844916 memory=6371529378258106960 CPUtime=1.64 cores=1,3,5,7
/proc/9289/task/9355/stat : 9355 (java) S 9286 9289 5836 0 -1 1077944384 1114 13265 0 0 74 83 5 2 20 0 15 0 405536854 11105193984 186420 33554432000 4194304 4196468 140731572363712 139768907409968 139769485732482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30576640 140731572366069 140731572368581 140731572368581 140731572371407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745680 KiB

Child status: 143
Real time (s): 2476.93
CPU time (s): 2520.1
CPU user time (s): 2515.83
CPU system time (s): 4.26626
CPU usage (%): 101.743
Max. virtual memory (cumulated for all children) (KiB): 10847536
Max. memory (cumulated for all children) (KiB): 745680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.26626
maximum resident set size= 749916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 341079
involuntary context switches= 10547


# summary of solver processes directly reported to runsolver:
#   pid: 9289
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.26626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0547 second user time and 23.0383 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 13:42:59
IDJOB=4387176
IDBENCH=126870
IDSOLVER=2823
FILE ID=node104/4387176-1568292795
RUNJOBID= node104-1568282865-6844
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-028.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387176-1568292795/watcher-4387176-1568292795 -o /tmp/evaluation-result-4387176-1568292795/solver-4387176-1568292795 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1333254332 HOME/instance-4387176-1568292795.xml

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

MD5SUM BENCH= db9859f55fdeeb063308babcaf6783a7
RANDOM SEED=1333254332

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        19723108 kB
MemAvailable:   29101696 kB
Buffers:          120444 kB
Cached:          9430376 kB
SwapCached:        31868 kB
Active:          5066352 kB
Inactive:        7244160 kB
Active(anon):    2726980 kB
Inactive(anon):    74116 kB
Active(file):    2339372 kB
Inactive(file):  7170044 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             34988 kB
Writeback:             0 kB
AnonPages:       2842308 kB
Mapped:            55820 kB
Shmem:             32780 kB
Slab:             327536 kB
SReclaimable:     297632 kB
SUnreclaim:        29904 kB
KernelStack:        4000 kB
PageTables:        11320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3831812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2646016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54160 MiB
End job on node104 at 2019-09-12 14:24:16