Trace number 4387339

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.08 2471.73

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-7_X2.xml
MD5SUM10ee2207fbf9262b8884f336b5729a19
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 benchmark159.215
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

0.73/0.55	c Concrete v3.10.1560635388952 running
2520.03/2471.71	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2471.71		at concrete.MAC.mac(MAC.scala:189)
2520.03/2471.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2471.71		at scala.util.Try$.apply(Try.scala:212)
2520.03/2471.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2471.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2471.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2471.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2471.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2471.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2471.71		at concrete.ProblemState.map(ProblemState.scala:228)
2520.03/2471.71		at concrete.ProblemState.map(ProblemState.scala:210)
2520.03/2471.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2471.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2471.71		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2471.71		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2471.71		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2471.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.03/2471.71		at scala.util.Success.map(Try.scala:264)
2520.03/2471.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2471.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2471.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2471.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2471.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2471.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2471.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2471.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2471.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2471.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2471.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2471.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2471.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2471.71		at scala.App.main(App.scala:75)
2520.03/2471.71		at scala.App.main$(App.scala:73)
2520.03/2471.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2471.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2471.71	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 (14659 MiB free)
  memory of node 1: 16384 MiB (7046 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387339-1568299510/watcher-4387339-1568299510 -o /tmp/evaluation-result-4387339-1568299510/solver-4387339-1568299510 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5056 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=868547082 HOME/instance-4387339-1568299510.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=9570, runsolver pid=9567
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.03 1.88 1.79 3/223 9627
/proc/meminfo: memFree=22221300/32770624 swapFree=67008332/67108860
[pid=9570] ppid=9567 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 4397 13310 0 0 1 0 5 3 20 0 6 0 405873709 10212057088 4649 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2493178 4649 1933 1 0 2481616 0
[pid=9570/tid=9623] ppid=9567 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 2203 13310 0 0 1 0 5 3 20 0 6 0 405873718 10212057088 4649 33554432000 4194304 4196468 140735672107136 140539412714064 140539440899229 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 405873719 10212057088 4649 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=9972712 memory=139943087105664 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 405873719 10212057088 4649 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 405873719 10212057088 4649 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 405873719 10212057088 4649 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.211034 s]*
/proc/loadavg: 2.03 1.88 1.79 3/232 9636
/proc/meminfo: memFree=22203868/32770624 swapFree=67008332/67108860
[pid=9570] ppid=9567 vsize=10818940 memory=36004 CPUtime=0.26 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 6934 13310 0 0 17 1 5 3 20 0 15 0 405873709 11078594560 9001 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2704735 9001 2966 1 0 2667149 0
[pid=9570/tid=9623] ppid=9567 vsize=10818940 memory=8514726395714820750 CPUtime=0.2 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 3426 13310 0 0 11 1 5 3 20 0 15 0 405873718 11078594560 9001 33554432000 4194304 4196468 140735672107136 140539412701456 140539424957790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10818940 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873719 11078594560 9001 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10818940 memory=139943087105664 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873719 11078594560 9001 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873719 11078594560 9001 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873719 11078594560 9066 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10818940 memory=139943087105664 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873720 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 405873720 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538898481952 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873721 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538309239920 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 563 13310 0 0 1 0 5 3 20 0 15 0 405873723 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 58 13310 0 0 0 0 5 3 20 0 15 0 405873723 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10818940 memory=139943087105664 CPUtime=0.11 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) S 9567 9570 3137 0 -1 1077944384 646 13310 0 0 3 0 5 3 20 0 15 0 405873723 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538862820208 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11078594560 9066 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10818940 memory=139943087105664 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873724 11078594560 9066 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36004 KiB

[startup+0.310748 s]*
/proc/loadavg: 2.03 1.88 1.79 3/232 9636
/proc/meminfo: memFree=22192948/32770624 swapFree=67008332/67108860
[pid=9570] ppid=9567 vsize=10820096 memory=47868 CPUtime=0.4 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 10699 13310 0 0 29 3 5 3 20 0 15 0 405873709 11079778304 11967 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2705024 11967 3279 1 0 2667149 0
[pid=9570/tid=9623] ppid=9567 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 7148 13310 0 0 19 2 5 3 20 0 15 0 405873718 11079778304 11967 33554432000 4194304 4196468 140735672107136 140539412694928 140539440889238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10820096 memory=7379261683192194666 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873719 11079778304 11967 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10820096 memory=7235129998265905001 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873719 11079778304 11967 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873719 11079778304 11967 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873719 11079778304 11967 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873720 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 405873720 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538898481952 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873721 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538309239920 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 563 13310 0 0 2 0 5 3 20 0 15 0 405873723 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 60 13310 0 0 1 0 5 3 20 0 15 0 405873723 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) R 9567 9570 3137 0 -1 4202560 672 13310 0 0 5 0 5 3 20 0 15 0 405873723 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538862820208 140539419499920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11079778304 11967 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873724 11079778304 11967 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47868 KiB

[startup+0.700672 s]
/proc/loadavg: 2.03 1.88 1.79 3/232 9636
/proc/meminfo: memFree=22177792/32770624 swapFree=67008332/67108860
[pid=9570] ppid=9567 vsize=10824340 memory=78440 CPUtime=1.15 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 14895 13310 0 0 102 5 5 3 20 0 15 0 405873709 11084124160 19610 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2706085 19610 3504 1 0 2668173 0
[pid=9570/tid=9623] ppid=9567 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 10532 13310 0 0 55 4 5 3 20 0 15 0 405873718 11084124160 19610 33554432000 4194304 4196468 140735672107136 140539412704496 140539440899229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873719 11084124160 19610 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10824340 memory=8751464017575295285 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873719 11084124160 19610 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10824340 memory=4638797021879231313 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873719 11084124160 19610 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10824340 memory=7223879631928058176 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873719 11084124160 19610 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10824340 memory=3484 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 405873720 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10824340 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 405873720 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538898481952 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873721 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538309239920 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 833 13310 0 0 14 0 5 3 20 0 15 0 405873723 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 413 13310 0 0 14 0 5 3 20 0 15 0 405873723 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10824340 memory=19265 CPUtime=0.25 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) R 9567 9570 3137 0 -1 4202560 855 13310 0 0 17 0 5 3 20 0 15 0 405873723 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538862820208 140539440889238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11084124160 19610 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10824340 memory=664970774370811551 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873724 11084124160 19610 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78440 KiB

[startup+1.50065 s]
/proc/loadavg: 2.03 1.88 1.79 3/232 9636
/proc/meminfo: memFree=22141632/32770624 swapFree=67008332/67108860
[pid=9570] ppid=9567 vsize=10834656 memory=171412 CPUtime=2.72 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 22303 13310 0 0 255 9 5 3 20 0 15 0 405873709 11094687744 42853 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2708664 42853 3576 1 0 2670733 0
[pid=9570/tid=9623] ppid=9567 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 15586 13310 0 0 130 5 5 3 20 0 15 0 405873718 11094687744 42853 33554432000 4194304 4196468 140735672107136 140539412704352 140539424957790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10834656 memory=2986067541234002793 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 60 13310 0 0 1 0 5 3 20 0 15 0 405873719 11094687744 42853 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10834656 memory=8696070039958167561 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 85 13310 0 0 1 0 5 3 20 0 15 0 405873719 11094687744 42853 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10834656 memory=-2746958450906831519 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 34 13310 0 0 1 0 5 3 20 0 15 0 405873719 11094687744 42853 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10834656 memory=7019467087973332480 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 303 13310 0 0 0 0 5 3 20 0 15 0 405873719 11094687744 42853 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 147 13310 0 0 1 0 5 3 20 0 15 0 405873720 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 405873720 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538898482016 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873721 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538309239920 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10834656 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 1190 13310 0 0 33 0 5 3 20 0 15 0 405873723 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10834656 memory=20 CPUtime=0.45 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 1059 13310 0 0 37 0 5 3 20 0 15 0 405873723 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10834656 memory=21 CPUtime=0.53 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) S 9567 9570 3137 0 -1 1077944384 1588 13310 0 0 45 0 5 3 20 0 15 0 405873723 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538862820208 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10834656 memory=32 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11094687744 42853 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 405873724 11094687744 42853 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10834656 KiB

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

/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 62299 13310 0 0 235488 59 5 3 20 0 15 0 405873718 11105193984 243981 33554432000 4194304 4196468 140735672107136 140539412713088 140539423284304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10844916 memory=975908 CPUtime=12.85 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 11718 13310 0 0 1216 61 5 3 20 0 15 0 405873719 11105193984 243981 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10844916 memory=975908 CPUtime=12.86 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 10123 13310 0 0 1218 60 5 3 20 0 15 0 405873719 11105193984 243981 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10844916 memory=975916 CPUtime=12.91 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 12066 13310 0 0 1219 64 5 3 20 0 15 0 405873719 11105193984 243981 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10844916 memory=975916 CPUtime=12.85 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 14557 13310 0 0 1215 62 5 3 20 0 15 0 405873719 11105193984 243981 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10844916 memory=975916 CPUtime=11.14 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 14204 13310 0 0 1046 60 5 3 20 0 15 0 405873720 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10844916 memory=975924 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 37 13310 0 0 0 0 5 3 20 0 15 0 405873720 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538898482016 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10844916 memory=975924 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873721 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538309239936 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10844916 memory=975924 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10844916 memory=975924 CPUtime=3.53 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 11954 13310 0 0 342 3 5 3 20 0 15 0 405873723 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10844916 memory=1052 CPUtime=3.36 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 13738 13310 0 0 324 4 5 3 20 0 15 0 405873723 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10844916 memory=776 CPUtime=3.17 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) S 9567 9570 3137 0 -1 1077944384 13932 13310 0 0 304 5 5 3 20 0 15 0 405873723 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538862820208 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10844916 memory=973832 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 243981 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10844916 memory=975916 CPUtime=1.52 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 838 13310 0 0 72 72 5 3 20 0 15 0 405873724 11105193984 243981 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 2429.13 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 975924 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.32 1.39 3/232 10389
/proc/meminfo: memFree=28286056/32770624 swapFree=67008376/67108860
[pid=9570] ppid=9567 vsize=10844916 memory=975988 CPUtime=2490.13 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 169115 13310 0 0 248616 389 5 3 20 0 15 0 405873709 11105193984 243997 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2711229 243997 3616 1 0 2673293 0
[pid=9570/tid=9623] ppid=9567 vsize=10844916 memory=975988 CPUtime=2414.89 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 63057 13310 0 0 241421 60 5 3 20 0 15 0 405873718 11105193984 243997 33554432000 4194304 4196468 140735672107136 140539412713088 140539010572720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10844916 memory=975988 CPUtime=13.19 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 11887 13310 0 0 1249 62 5 3 20 0 15 0 405873719 11105193984 243997 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10844916 memory=975956 CPUtime=13.19 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 10137 13310 0 0 1249 62 5 3 20 0 15 0 405873719 11105193984 243997 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10844916 memory=975956 CPUtime=13.24 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 12209 13310 0 0 1252 64 5 3 20 0 15 0 405873719 11105193984 243997 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10844916 memory=975948 CPUtime=13.19 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 14680 13310 0 0 1248 63 5 3 20 0 15 0 405873719 11105193984 243997 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10844916 memory=975948 CPUtime=11.41 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 14405 13310 0 0 1072 61 5 3 20 0 15 0 405873720 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10844916 memory=975948 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 37 13310 0 0 0 0 5 3 20 0 15 0 405873720 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538898482016 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10844916 memory=975948 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873721 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538309239936 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10844916 memory=975956 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10844916 memory=975956 CPUtime=3.53 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 11956 13310 0 0 342 3 5 3 20 0 15 0 405873723 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10844916 memory=975956 CPUtime=3.36 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 13741 13310 0 0 324 4 5 3 20 0 15 0 405873723 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10844916 memory=975956 CPUtime=3.17 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) S 9567 9570 3137 0 -1 1077944384 13934 13310 0 0 304 5 5 3 20 0 15 0 405873723 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538862820208 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10844916 memory=975988 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 243997 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10844916 memory=975956 CPUtime=1.56 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 854 13310 0 0 74 74 5 3 20 0 15 0 405873724 11105193984 243997 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 2490.13 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 975988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.7 s]
/proc/loadavg: 1.35 1.33 1.39 3/232 10393
/proc/meminfo: memFree=28275896/32770624 swapFree=67008376/67108860
[pid=9570] ppid=9567 vsize=10844916 memory=976052 CPUtime=2520.03 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 170070 13310 0 0 251603 392 5 3 20 0 15 0 405873709 11105193984 244013 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2711229 244013 3616 1 0 2673293 0
[pid=9570/tid=9623] ppid=9567 vsize=10844916 memory=976044 CPUtime=2443.95 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 63486 13310 0 0 244327 60 5 3 20 0 15 0 405873718 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539412712608 140539010175014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.36 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 11912 13310 0 0 1265 63 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.36 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 10245 13310 0 0 1265 63 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.42 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 12219 13310 0 0 1269 65 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.35 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 14852 13310 0 0 1264 63 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10844916 memory=976044 CPUtime=11.55 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 14595 13310 0 0 1085 62 5 3 20 0 15 0 405873720 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10844916 memory=976052 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 37 13310 0 0 0 0 5 3 20 0 15 0 405873720 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538898482016 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10844916 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873721 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538309239936 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10844916 memory=3484 CPUtime=3.53 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 11958 13310 0 0 342 3 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10844916 memory=328 CPUtime=3.36 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 13744 13310 0 0 324 4 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10844916 memory=309 CPUtime=3.17 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) S 9567 9570 3137 0 -1 1077944384 13936 13310 0 0 304 5 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538862820208 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10844916 memory=3484 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10844916 memory=15164 CPUtime=1.58 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 868 13310 0 0 75 75 5 3 20 0 15 0 405873724 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 976052 KiB

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

[startup+2471.73 s]
# the end of solver process 9570 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=3.96243 s

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

[startup+2471.7 s]
/proc/loadavg: 1.35 1.33 1.39 3/232 10393
/proc/meminfo: memFree=28275896/32770624 swapFree=67008376/67108860
[pid=9570] ppid=9567 vsize=10844916 memory=976052 CPUtime=2520.03 cores=0,2,4,6
/proc/9570/stat : 9570 (java) S 9567 9570 3137 0 -1 1077944320 170070 13310 0 0 251603 392 5 3 20 0 15 0 405873709 11105193984 244013 33554432000 4194304 4196468 140735672107136 140735672089680 140539440877303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
/proc/9570/statm: 2711229 244013 3616 1 0 2673293 0
[pid=9570/tid=9623] ppid=9567 vsize=10844916 memory=976044 CPUtime=2443.95 cores=0,2,4,6
/proc/9570/task/9623/stat : 9623 (java) R 9567 9570 3137 0 -1 4202560 63486 13310 0 0 244327 60 5 3 20 0 15 0 405873718 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539412712608 140539010175014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9624] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.36 cores=0,2,4,6
/proc/9570/task/9624/stat : 9624 (java) S 9567 9570 3137 0 -1 1077944384 11912 13310 0 0 1265 63 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539445119888 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9625] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.36 cores=0,2,4,6
/proc/9570/task/9625/stat : 9625 (java) S 9567 9570 3137 0 -1 1077944384 10245 13310 0 0 1265 63 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539333393168 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9626] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.42 cores=0,2,4,6
/proc/9570/task/9626/stat : 9626 (java) S 9567 9570 3137 0 -1 1077944384 12219 13310 0 0 1269 65 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539332340880 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9627] ppid=9567 vsize=10844916 memory=976044 CPUtime=13.35 cores=0,2,4,6
/proc/9570/task/9627/stat : 9627 (java) S 9567 9570 3137 0 -1 1077944384 14852 13310 0 0 1264 63 5 3 20 0 15 0 405873719 11105193984 244013 33554432000 4194304 4196468 140735672107136 140539331288080 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9628] ppid=9567 vsize=10844916 memory=976044 CPUtime=11.55 cores=0,2,4,6
/proc/9570/task/9628/stat : 9628 (java) S 9567 9570 3137 0 -1 1077944384 14595 13310 0 0 1085 62 5 3 20 0 15 0 405873720 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538899535984 140539440888450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9629] ppid=9567 vsize=10844916 memory=976052 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9629/stat : 9629 (java) S 9567 9570 3137 0 -1 1077944384 37 13310 0 0 0 0 5 3 20 0 15 0 405873720 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538898482016 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9630] ppid=9567 vsize=10844916 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9630/stat : 9630 (java) S 9567 9570 3137 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 405873721 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538309239936 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9631] ppid=9567 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9631/stat : 9631 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538001840208 140539440895899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9632] ppid=9567 vsize=10844916 memory=3484 CPUtime=3.53 cores=0,2,4,6
/proc/9570/task/9632/stat : 9632 (java) S 9567 9570 3137 0 -1 1077944384 11958 13310 0 0 342 3 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538864925296 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9633] ppid=9567 vsize=10844916 memory=328 CPUtime=3.36 cores=0,2,4,6
/proc/9570/task/9633/stat : 9633 (java) S 9567 9570 3137 0 -1 1077944384 13744 13310 0 0 324 4 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538863872496 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9634] ppid=9567 vsize=10844916 memory=309 CPUtime=3.17 cores=0,2,4,6
/proc/9570/task/9634/stat : 9634 (java) S 9567 9570 3137 0 -1 1077944384 13936 13310 0 0 304 5 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538862820208 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9635] ppid=9567 vsize=10844916 memory=3484 CPUtime=0.08 cores=0,2,4,6
/proc/9570/task/9635/stat : 9635 (java) S 9567 9570 3137 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 405873723 11105193984 244013 33554432000 4194304 4196468 140735672107136 140537968282592 140539440887509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
[pid=9570/tid=9636] ppid=9567 vsize=10844916 memory=15164 CPUtime=1.58 cores=0,2,4,6
/proc/9570/task/9636/stat : 9636 (java) S 9567 9570 3137 0 -1 1077944384 868 13310 0 0 75 75 5 3 20 0 15 0 405873724 11105193984 244013 33554432000 4194304 4196468 140735672107136 140538861767088 140539440888450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140735672109814 140735672112325 140735672112325 140735672115151 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 976052 KiB

Child status: 143
Real time (s): 2471.73
CPU time (s): 2520.08
CPU user time (s): 2516.11
CPU system time (s): 3.96243
CPU usage (%): 101.956
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 976052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 3.96243
maximum resident set size= 980264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316584
involuntary context switches= 9233


# summary of solver processes directly reported to runsolver:
#   pid: 9570
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 3.96243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1514 second user time and 21.6745 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-12 16:44:20
IDJOB=4387339
IDBENCH=134588
IDSOLVER=2823
FILE ID=node132/4387339-1568299510
RUNJOBID= node132-1568285902-5056
PBS_JOBID= 21701076
Free space on /tmp= 57952 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-7_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387339-1568299510/watcher-4387339-1568299510 -o /tmp/evaluation-result-4387339-1568299510/solver-4387339-1568299510 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5056 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=868547082 HOME/instance-4387339-1568299510.xml

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

MD5SUM BENCH= 10ee2207fbf9262b8884f336b5729a19
RANDOM SEED=868547082

node132.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.95
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.95
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.95
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.95
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:        22226520 kB
MemAvailable:   23614508 kB
Buffers:          105668 kB
Cached:          1551440 kB
SwapCached:         8960 kB
Active:          8649948 kB
Inactive:        1294532 kB
Active(anon):    8287184 kB
Inactive(anon):    27660 kB
Active(file):     362764 kB
Inactive(file):  1266872 kB
Unevictable:      109512 kB
Mlocked:          109512 kB
SwapTotal:      67108860 kB
SwapFree:       67008332 kB
Dirty:             35076 kB
Writeback:             0 kB
AnonPages:       8390924 kB
Mapped:            43188 kB
Shmem:             18204 kB
Slab:             177644 kB
SReclaimable:     148376 kB
SUnreclaim:        29268 kB
KernelStack:        4048 kB
PageTables:        22460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8999000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8196096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 57920 MiB
End job on node132 at 2019-09-12 17:25:32