Trace number 4387083

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.13 2457.15

General information on the benchmark

NameBibd/Bibd-sc-stab2/
Bibd-sc-21-06-02.xml
MD5SUM6ee46be2b9080c76505f48a0e11d9ca8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12936
Number of constraints6140
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6468}]
Minimum variable degree0
Maximum variable degree23
Distribution of variable degrees[{"degree":0,"count":6468},{"degree":2,"count":5880},{"degree":23,"count":588}]
Minimum constraint arity3
Maximum constraint arity588
Distribution of constraint arities[{"arity":3,"count":5880},{"arity":21,"count":28},{"arity":28,"count":231},{"arity":588,"count":1}]
Number of extensional constraints0
Number of intensional constraints5880
Distribution of constraint types[{"type":"intension","count":5880},{"type":"lex","count":1},{"type":"sum","count":259}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387083-1568289856/watcher-4387083-1568289856 -o /tmp/evaluation-result-4387083-1568289856/solver-4387083-1568289856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=112708759 HOME/instance-4387083-1568289856.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=8224, runsolver pid=8221
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 2.09 1.91 1.67 3/220 8281
/proc/meminfo: memFree=20397488/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=9972712 memory=18956 CPUtime=0.08 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 4468 13002 0 0 1 0 4 3 20 0 6 0 405242936 10212057088 4739 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2493178 4739 1935 1 0 2481616 0
[pid=8224/tid=8277] ppid=8221 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 2276 13002 0 0 1 0 4 3 20 0 6 0 405242945 10212057088 4739 33554432000 4194304 4196468 140727886762064 140031350293072 140031363579248 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 6 0 405242945 10212057088 4739 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=9972712 memory=14838713603294872 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 6 0 405242945 10212057088 4739 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 6 0 405242945 10212057088 4739 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 6 0 405242945 10212057088 4739 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18956 KiB

[startup+0.210152 s]*
/proc/loadavg: 2.09 1.91 1.67 3/229 8290
/proc/meminfo: memFree=20376184/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10818940 memory=42236 CPUtime=0.25 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 6909 13002 0 0 17 1 4 3 20 0 15 0 405242936 11078594560 10559 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2704735 10559 2968 1 0 2667149 0
[pid=8224/tid=8277] ppid=8221 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 3427 13002 0 0 11 1 4 3 20 0 15 0 405242945 11078594560 10559 33554432000 4194304 4196468 140727886762064 140031350289184 140031378468246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11078594560 10559 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10818940 memory=14838713603294872 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11078594560 10559 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242945 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242947 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 13 13002 0 0 0 0 4 3 20 0 15 0 405242947 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030832010272 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242948 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030697792368 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 424 13002 0 0 1 0 4 3 20 0 15 0 405242950 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 175 13002 0 0 1 0 4 3 20 0 15 0 405242950 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10818940 memory=140235064968832 CPUtime=0.1 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) R 8221 8224 5836 0 -1 4202560 657 13002 0 0 3 0 4 3 20 0 15 0 405242950 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030901992048 140031378477658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11078594560 10559 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10818940 memory=140235064968832 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242951 11078594560 10559 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42236 KiB

[startup+0.314536 s]*
/proc/loadavg: 2.09 1.91 1.67 3/229 8290
/proc/meminfo: memFree=20364720/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10820096 memory=54128 CPUtime=0.4 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 10701 13002 0 0 30 3 4 3 20 0 15 0 405242936 11079778304 13532 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2705024 13532 3281 1 0 2667149 0
[pid=8224/tid=8277] ppid=8221 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 7216 13002 0 0 19 2 4 3 20 0 15 0 405242945 11079929856 13532 33554432000 4194304 4196468 140727886762064 140031350270824 140031378478237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11079929856 13532 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11079929856 13532 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242945 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10820244 memory=140235064968831 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242947 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 13 13002 0 0 0 0 4 3 20 0 15 0 405242947 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030832010272 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242948 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030697792368 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 424 13002 0 0 1 0 4 3 20 0 15 0 405242950 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) R 8221 8224 5836 0 -1 4202560 177 13002 0 0 1 0 4 3 20 0 15 0 405242950 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030903044848 140031378468246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10820244 memory=140235064968832 CPUtime=0.12 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 684 13002 0 0 5 0 4 3 20 0 15 0 405242950 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11079929856 13532 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10820244 memory=140235064968832 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242951 11079929856 13532 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54128 KiB

[startup+0.701504 s]
/proc/loadavg: 2.09 1.91 1.67 5/229 8290
/proc/meminfo: memFree=20350012/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10824340 memory=84368 CPUtime=1.13 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 14809 13002 0 0 101 5 4 3 20 0 15 0 405242936 11084124160 21092 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2706085 21092 3508 1 0 2668173 0
[pid=8224/tid=8277] ppid=8221 vsize=10824340 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 10497 13002 0 0 56 3 4 3 20 0 15 0 405242945 11084124160 21092 33554432000 4194304 4196468 140727886762064 140031350273008 140031360019871 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10824340 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11084124160 21092 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10824340 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11084124160 21092 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242945 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242945 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 5 13002 0 0 0 0 4 3 20 0 15 0 405242947 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 13 13002 0 0 0 0 4 3 20 0 15 0 405242947 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030832010272 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242948 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030697792368 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 740 13002 0 0 14 0 4 3 20 0 15 0 405242950 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 478 13002 0 0 12 0 4 3 20 0 15 0 405242950 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 854 13002 0 0 17 0 4 3 20 0 15 0 405242950 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11084124160 21092 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10824340 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242951 11084124160 21092 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84368 KiB

[startup+1.50066 s]
/proc/loadavg: 2.09 1.91 1.67 6/229 8290
/proc/meminfo: memFree=20280704/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10830560 memory=228516 CPUtime=3.61 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 26517 13002 0 0 346 8 4 3 20 0 15 0 405242936 11090493440 57129 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2707640 57129 3581 1 0 2669709 0
[pid=8224/tid=8277] ppid=8221 vsize=10830560 memory=140234910077528 CPUtime=1.44 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 14764 13002 0 0 131 6 4 3 20 0 15 0 405242945 11090493440 57129 33554432000 4194304 4196468 140727886762064 140031350274496 140031378478237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242945 11090493440 57129 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10830560 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242945 11090493440 57129 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10830560 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 55 13002 0 0 0 0 4 3 20 0 15 0 405242945 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10830560 memory=280469820561824 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 268 13002 0 0 0 0 4 3 20 0 15 0 405242945 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10830560 memory=175539608371318 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 97 13002 0 0 0 0 4 3 20 0 15 0 405242947 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 14 13002 0 0 0 0 4 3 20 0 15 0 405242947 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030832010272 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10830560 memory=6011695914583749426 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242948 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030697792368 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10830560 memory=-8412660965132101773 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10830560 memory=-7668917182949848256 CPUtime=0.92 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) R 8221 8224 5836 0 -1 4202560 4084 13002 0 0 85 0 4 3 20 0 15 0 405242950 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030904097648 140031358628305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10830560 memory=8514726395714956677 CPUtime=0.88 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 3140 13002 0 0 81 0 4 3 20 0 15 0 405242950 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10830560 memory=-8995268955501401461 CPUtime=0.51 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 1870 13002 0 0 44 0 4 3 20 0 15 0 405242950 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10830560 memory=4283920778551074714 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11090493440 57129 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1 13002 0 0 0 0 4 3 20 0 15 0 405242951 11090493440 57129 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 10830560 KiB

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

/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 78327 13002 0 0 235787 54 4 3 20 0 15 0 405242945 11107291136 394664 33554432000 4194304 4196468 140727886762064 140031350292288 140030997068899 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10846964 memory=1578652 CPUtime=12.77 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 33668 13002 0 0 1219 51 4 3 20 0 15 0 405242945 11107291136 394664 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10846964 memory=1578612 CPUtime=12.79 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 20748 13002 0 0 1225 47 4 3 20 0 15 0 405242945 11107291136 394664 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10846964 memory=1578648 CPUtime=12.77 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 19283 13002 0 0 1221 49 4 3 20 0 15 0 405242945 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10846964 memory=1578652 CPUtime=12.79 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 20795 13002 0 0 1226 46 4 3 20 0 15 0 405242945 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10846964 memory=1578656 CPUtime=8.22 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 24045 13002 0 0 769 46 4 3 20 0 15 0 405242947 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10846964 memory=1578612 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 15 13002 0 0 0 0 4 3 20 0 15 0 405242947 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030832010336 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10846964 memory=1578656 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 4 13002 0 0 0 0 4 3 20 0 15 0 405242948 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030697792384 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10846964 memory=1578656 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10846964 memory=1578656 CPUtime=10.13 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 16478 13002 0 0 1001 5 4 3 20 0 15 0 405242950 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10846964 memory=2257 CPUtime=9.95 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 14010 13002 0 0 983 5 4 3 20 0 15 0 405242950 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10846964 memory=1578656 CPUtime=5 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 15646 13002 0 0 487 6 4 3 20 0 15 0 405242950 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10846964 memory=165296111359692 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11107291136 394664 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10846964 memory=165407780509388 CPUtime=1.46 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1486 13002 0 0 70 69 4 3 20 0 15 0 405242951 11107291136 394664 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 2443.84 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1578656 KiB

[startup+2442.3 s]
/proc/loadavg: 0.91 1.20 1.33 3/227 8665
/proc/meminfo: memFree=19326392/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10846964 memory=1578708 CPUtime=2504.98 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 249193 13002 0 0 250150 341 4 3 20 0 15 0 405242936 11107291136 394677 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2711741 394677 3635 1 0 2673805 0
[pid=8224/tid=8277] ppid=8221 vsize=10846964 memory=1578708 CPUtime=2417.81 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 79256 13002 0 0 241719 55 4 3 20 0 15 0 405242945 11107291136 394677 33554432000 4194304 4196468 140727886762064 140031350291632 140031358478798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10846964 memory=280469821353072 CPUtime=13.16 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 34237 13002 0 0 1257 52 4 3 20 0 15 0 405242945 11107291136 394677 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.19 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 21030 13002 0 0 1264 48 4 3 20 0 15 0 405242945 11107291136 394677 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.17 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 19371 13002 0 0 1260 50 4 3 20 0 15 0 405242945 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.18 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 20953 13002 0 0 1265 46 4 3 20 0 15 0 405242945 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10846964 memory=1578708 CPUtime=8.42 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 24452 13002 0 0 788 47 4 3 20 0 15 0 405242947 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10846964 memory=1578708 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 15 13002 0 0 0 0 4 3 20 0 15 0 405242947 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030832010336 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10846964 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 4 13002 0 0 0 0 4 3 20 0 15 0 405242948 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030697792384 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10846964 memory=1578708 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10846964 memory=1428 CPUtime=10.13 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 16482 13002 0 0 1001 5 4 3 20 0 15 0 405242950 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10846964 memory=1578708 CPUtime=9.95 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 14014 13002 0 0 983 5 4 3 20 0 15 0 405242950 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10846964 memory=1578708 CPUtime=5 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 15650 13002 0 0 487 6 4 3 20 0 15 0 405242950 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11107291136 394677 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10846964 memory=912 CPUtime=1.49 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1514 13002 0 0 72 70 4 3 20 0 15 0 405242951 11107291136 394677 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 2504.98 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1578708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.11 s]
/proc/loadavg: 1.15 1.24 1.34 3/227 8666
/proc/meminfo: memFree=19326020/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10846964 memory=1578732 CPUtime=2520.07 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 250314 13002 0 0 251659 341 4 3 20 0 15 0 405242936 11107291136 394683 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2711741 394683 3635 1 0 2673805 0
[pid=8224/tid=8277] ppid=8221 vsize=10846964 memory=280469821353072 CPUtime=2432.46 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 79588 13002 0 0 243184 55 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140031350292112 140030994167770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.26 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 34566 13002 0 0 1267 52 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.29 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 21112 13002 0 0 1274 48 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.27 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 19485 13002 0 0 1270 50 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10846964 memory=1578732 CPUtime=13.27 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 20995 13002 0 0 1274 46 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10846964 memory=1578732 CPUtime=8.46 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 24664 13002 0 0 792 47 4 3 20 0 15 0 405242947 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 15 13002 0 0 0 0 4 3 20 0 15 0 405242947 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030832010336 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 4 13002 0 0 0 0 4 3 20 0 15 0 405242948 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030697792384 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10846964 memory=1578732 CPUtime=10.13 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 16484 13002 0 0 1001 5 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10846964 memory=3616 CPUtime=9.95 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 14016 13002 0 0 983 5 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10846964 memory=1578732 CPUtime=5 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 15652 13002 0 0 487 6 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11107291136 394683 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10846964 memory=288230574492221466 CPUtime=1.5 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1518 13002 0 0 73 70 4 3 20 0 15 0 405242951 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1578732 KiB

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

[startup+2457.15 s]
# the end of solver process 8224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.66 s, system=3.46988 s

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

[startup+2457.11 s]
/proc/loadavg: 1.15 1.24 1.34 3/227 8666
/proc/meminfo: memFree=19326020/32770624 swapFree=66977604/67108860
[pid=8224] ppid=8221 vsize=10846964 memory=1578732 CPUtime=2520.07 cores=0,2,4,6
/proc/8224/stat : 8224 (java) S 8221 8224 5836 0 -1 1077944320 250314 13002 0 0 251659 341 4 3 20 0 15 0 405242936 11107291136 394683 33554432000 4194304 4196468 140727886762064 140727886744608 140031378456311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
/proc/8224/statm: 2711741 394683 3635 1 0 2673805 0
[pid=8224/tid=8277] ppid=8221 vsize=10846964 memory=280469821353072 CPUtime=2432.46 cores=0,2,4,6
/proc/8224/task/8277/stat : 8277 (java) R 8221 8224 5836 0 -1 4202560 79588 13002 0 0 243184 55 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140031350292112 140030994167770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8278] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.26 cores=0,2,4,6
/proc/8224/task/8278/stat : 8278 (java) S 8221 8224 5836 0 -1 1077944384 34566 13002 0 0 1267 52 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140031382699152 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8279] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.29 cores=0,2,4,6
/proc/8224/task/8279/stat : 8279 (java) S 8221 8224 5836 0 -1 1077944384 21112 13002 0 0 1274 48 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140031303658512 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8280] ppid=8221 vsize=10846964 memory=1578708 CPUtime=13.27 cores=0,2,4,6
/proc/8224/task/8280/stat : 8280 (java) S 8221 8224 5836 0 -1 1077944384 19485 13002 0 0 1270 50 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030950321040 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8281] ppid=8221 vsize=10846964 memory=1578732 CPUtime=13.27 cores=0,2,4,6
/proc/8224/task/8281/stat : 8281 (java) S 8221 8224 5836 0 -1 1077944384 20995 13002 0 0 1274 46 4 3 20 0 15 0 405242945 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030949268240 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8282] ppid=8221 vsize=10846964 memory=1578732 CPUtime=8.46 cores=0,2,4,6
/proc/8224/task/8282/stat : 8282 (java) S 8221 8224 5836 0 -1 1077944384 24664 13002 0 0 792 47 4 3 20 0 15 0 405242947 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030905149808 140031378467458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8283] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8283/stat : 8283 (java) S 8221 8224 5836 0 -1 1077944384 15 13002 0 0 0 0 4 3 20 0 15 0 405242947 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030832010336 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8284] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8284/stat : 8284 (java) S 8221 8224 5836 0 -1 1077944384 4 13002 0 0 0 0 4 3 20 0 15 0 405242948 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030697792384 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8285] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8285/stat : 8285 (java) S 8221 8224 5836 0 -1 1077944384 2 13002 0 0 0 0 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030093813584 140031378474907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8286] ppid=8221 vsize=10846964 memory=1578732 CPUtime=10.13 cores=0,2,4,6
/proc/8224/task/8286/stat : 8286 (java) S 8221 8224 5836 0 -1 1077944384 16484 13002 0 0 1001 5 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030904097648 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8287] ppid=8221 vsize=10846964 memory=3616 CPUtime=9.95 cores=0,2,4,6
/proc/8224/task/8287/stat : 8287 (java) S 8221 8224 5836 0 -1 1077944384 14016 13002 0 0 983 5 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030903044848 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8288] ppid=8221 vsize=10846964 memory=1578732 CPUtime=5 cores=0,2,4,6
/proc/8224/task/8288/stat : 8288 (java) S 8221 8224 5836 0 -1 1077944384 15652 13002 0 0 487 6 4 3 20 0 15 0 405242950 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030901992048 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8289] ppid=8221 vsize=10846964 memory=1578732 CPUtime=0.07 cores=0,2,4,6
/proc/8224/task/8289/stat : 8289 (java) S 8221 8224 5836 0 -1 1077944384 3 13002 0 0 0 0 4 3 20 0 15 0 405242951 11107291136 394683 33554432000 4194304 4196468 140727886762064 140029624052448 140031378466517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
[pid=8224/tid=8290] ppid=8221 vsize=10846964 memory=288230574492221466 CPUtime=1.5 cores=0,2,4,6
/proc/8224/task/8290/stat : 8290 (java) S 8221 8224 5836 0 -1 1077944384 1518 13002 0 0 73 70 4 3 20 0 15 0 405242951 11107291136 394683 33554432000 4194304 4196468 140727886762064 140030900939440 140031378467458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22999040 140727886768886 140727886771397 140727886771397 140727886774223 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1578732 KiB

Child status: 143
Real time (s): 2457.15
CPU time (s): 2520.13
CPU user time (s): 2516.66
CPU system time (s): 3.46988
CPU usage (%): 102.563
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 1884336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.66
system time used= 3.46988
maximum resident set size= 1886384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 247728
involuntary context switches= 7861


# summary of solver processes directly reported to runsolver:
#   pid: 8224
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.66
#   total CPU system time (s): 3.46988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0825 second user time and 23.5033 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 12:54:00
IDJOB=4387083
IDBENCH=123754
IDSOLVER=2823
FILE ID=node104/4387083-1568289856
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Bibd/Bibd-sc-stab2/Bibd-sc-21-06-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387083-1568289856/watcher-4387083-1568289856 -o /tmp/evaluation-result-4387083-1568289856/solver-4387083-1568289856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=112708759 HOME/instance-4387083-1568289856.xml

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

MD5SUM BENCH= 6ee46be2b9080c76505f48a0e11d9ca8
RANDOM SEED=112708759

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:        20408188 kB
MemAvailable:   29781400 kB
Buffers:          117964 kB
Cached:          9428544 kB
SwapCached:        31868 kB
Active:          4387704 kB
Inactive:        7240860 kB
Active(anon):    2049664 kB
Inactive(anon):    74116 kB
Active(file):    2338040 kB
Inactive(file):  7166744 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35368 kB
Writeback:             0 kB
AnonPages:       2164700 kB
Mapped:            55872 kB
Shmem:             32780 kB
Slab:             326636 kB
SReclaimable:     296888 kB
SUnreclaim:        29748 kB
KernelStack:        4016 kB
PageTables:        10032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3213748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1980416 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 13:34:57