Trace number 4295656

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.8-SuperNG 2018-06-13? (TO) 2520.11 2484.33

General information on the benchmark

NameFrb/
frb-45-21-1_c18.xml
MD5SUMb87938282b595c2beb3624311f73a470
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1151.63
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Number of domains1
Minimum domain size21
Maximum domain size21
Distribution of domain sizes[{"size":21,"count":45}]
Minimum variable degree13
Maximum variable degree29
Distribution of variable degrees[{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":4},{"degree":19,"count":3},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":25,"count":3},{"degree":26,"count":3},{"degree":27,"count":1},{"degree":28,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":476}]
Number of extensional constraints476
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":476}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.76	c Concrete v3.8.1528841891564 running
2520.06/2484.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2484.31		at concrete.MAC.mac(MAC.scala:188)
2520.06/2484.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2484.31		at scala.util.Try$.apply(Try.scala:209)
2520.06/2484.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2484.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2484.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2484.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2484.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2484.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2484.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2484.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2484.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2484.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2484.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2484.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2484.31		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2484.31		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2484.31		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2484.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2484.31		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.06/2484.31		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.06/2484.31		at concrete.Solver.toStream(Solver.scala:68)
2520.06/2484.31		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.06/2484.31		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.06/2484.31		at concrete.Solver.toIterable(Solver.scala:68)
2520.06/2484.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.06/2484.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2484.31		at scala.util.Success.map(Try.scala:209)
2520.06/2484.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2484.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2484.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2484.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2484.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2484.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2484.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2484.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2484.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2484.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2484.31		at scala.App.main(App.scala:76)
2520.06/2484.31		at scala.App.main$(App.scala:74)
2520.06/2484.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2484.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2484.31	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 (6683 MiB free)
  memory of node 1: 16384 MiB (9357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295656-1532585133/watcher-4295656-1532585133 -o /tmp/evaluation-result-4295656-1532585133/solver-4295656-1532585133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=959319633 -superng HOME/instance-4295656-1532585133.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
Current StackSize limit: 8192 KiB

solver pid=473, runsolver pid=470

[startup+0.100193 s]*
/proc/loadavg: 1.08 1.29 1.27 2/187 532
/proc/meminfo: memFree=17586004/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=9972712 memory=14436 CPUtime=0.09 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 3754 13158 0 0 1 0 5 3 20 0 6 0 76076533 10212057088 3609 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2493178 3609 1551 1 0 2481616 0
[pid=473/tid=532] ppid=470 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 2121 13158 0 0 0 0 5 3 20 0 6 0 76076542 10212057088 4137 33554432000 4194304 4196468 140726520638560 139991431074384 139991444920115 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=9972712 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 76076543 10212057088 4137 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=9972712 memory=3618280947278018208 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 76076543 10212057088 4137 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 6 0 76076543 10212057088 4137 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 76076543 10212057088 4137 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14436 KiB

[startup+0.210267 s]*
/proc/loadavg: 1.08 1.29 1.27 3/197 557
/proc/meminfo: memFree=17566400/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10818904 memory=39164 CPUtime=0.25 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 7070 13158 0 0 16 1 5 3 20 0 15 0 76076533 11078557696 9791 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2704726 9791 2928 1 0 2667149 0
[pid=473/tid=532] ppid=470 vsize=10818904 memory=7311146985107750967 CPUtime=0.19 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 3870 13158 0 0 10 1 5 3 20 0 15 0 76076542 11078557696 9989 33554432000 4194304 4196468 140726520638560 139991431016688 139991439513372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10818904 memory=288230604707987479 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11078557696 9989 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10818904 memory=288370175962379904 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11078557696 9989 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076543 11078557696 9989 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 76076543 11078557696 9989 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10818904 memory=139799810668160 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 76076544 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 76076545 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990902236320 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990298256112 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11078557696 9989 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 523 13158 0 0 1 0 5 3 20 0 15 0 76076548 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 56 13158 0 0 0 0 5 3 20 0 15 0 76076548 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10818904 memory=139799810668160 CPUtime=0.11 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 548 13158 0 0 3 0 5 3 20 0 15 0 76076548 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11078557696 9989 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10818904 memory=139799810668160 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076548 11078557696 9989 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39164 KiB

[startup+0.309938 s]*
/proc/loadavg: 1.08 1.29 1.27 3/215 580
/proc/meminfo: memFree=17538004/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10819352 memory=50956 CPUtime=0.38 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 9840 13158 0 0 28 2 5 3 20 0 15 0 76076533 11079016448 12739 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2704838 12739 3047 1 0 2667149 0
[pid=473/tid=532] ppid=470 vsize=10819352 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 6818 13158 0 0 19 2 5 3 20 0 15 0 76076542 11079016448 13067 33554432000 4194304 4196468 140726520638560 139991431049632 139991439513330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10819352 memory=304556166258884631 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 13067 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10819352 memory=4122122250806752928 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 13067 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10819352 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 13067 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10819352 memory=734984147716550703 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 13067 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10819352 memory=139799810668170 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 76076544 11079016448 13067 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 76076545 11079016448 13067 33554432000 4194304 4196468 140726520638560 139990902236320 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10819352 memory=-3252517613198930781 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11079016448 13067 33554432000 4194304 4196468 140726520638560 139990298256112 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10819352 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11079016448 13067 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 524 13158 0 0 2 0 5 3 20 0 15 0 76076548 11079016448 13133 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10819352 memory=7166468868810962039 CPUtime=0.09 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 56 13158 0 0 1 0 5 3 20 0 15 0 76076548 11079016448 13133 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10819352 memory=139799810668160 CPUtime=0.13 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 557 13158 0 0 5 0 5 3 20 0 15 0 76076548 11079016448 13133 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11079016448 13133 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10819352 memory=139799810668160 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076548 11079016448 13133 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50956 KiB

[startup+0.700708 s]
/proc/loadavg: 1.08 1.29 1.27 3/198 586
/proc/meminfo: memFree=17537068/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10819352 memory=86116 CPUtime=0.99 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 16711 13158 0 0 87 4 5 3 20 0 15 0 76076533 11079016448 21529 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2704838 21529 3245 1 0 2667149 0
[pid=473/tid=532] ppid=470 vsize=10819352 memory=22592 CPUtime=0.66 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 12322 13158 0 0 55 3 5 3 20 0 15 0 76076542 11079016448 21529 33554432000 4194304 4196468 140726520638560 139991431060624 139991439513410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10819352 memory=2400 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 21529 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10819352 memory=63008 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 21529 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10819352 memory=1628 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 21529 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10819352 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 76076543 11079016448 21529 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10819352 memory=6689 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 5 13158 0 0 0 0 5 3 20 0 15 0 76076544 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 76076545 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990902236320 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990298256112 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10819352 memory=6660 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11079016448 21529 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10819352 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 861 13158 0 0 8 0 5 3 20 0 15 0 76076548 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10819352 memory=13889 CPUtime=0.17 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 648 13158 0 0 9 0 5 3 20 0 15 0 76076548 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 656 13158 0 0 13 0 5 3 20 0 15 0 76076548 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11079016448 21529 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076548 11079016448 21529 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86116 KiB

[startup+1.50075 s]
/proc/loadavg: 1.08 1.29 1.27 7/216 699
/proc/meminfo: memFree=17463984/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10832204 memory=194480 CPUtime=2.86 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 23428 13158 0 0 270 8 5 3 20 0 15 0 76076533 11092176896 48620 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2708051 48620 3447 1 0 2669709 0
[pid=473/tid=532] ppid=470 vsize=10832204 memory=316096627318456629 CPUtime=1.46 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 16616 13158 0 0 132 6 5 3 20 0 15 0 76076542 11092176896 48620 33554432000 4194304 4196468 140726520638560 139991431016448 139991459259549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10832204 memory=2400 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11092176896 48620 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10832204 memory=63008 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076543 11092176896 48620 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10832204 memory=1628 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076543 11092176896 48620 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 76076543 11092176896 48620 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 76076544 11092176896 48620 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 76076545 11092176896 48620 33554432000 4194304 4196468 140726520638560 139990902236320 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11092176896 48620 33554432000 4194304 4196468 140726520638560 139990298256112 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11092176896 48620 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10832204 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 1637 13158 0 0 43 0 5 3 20 0 15 0 76076548 11092176896 48632 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10832204 memory=31 CPUtime=0.58 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 1445 13158 0 0 50 0 5 3 20 0 15 0 76076548 11092176896 48632 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10832204 memory=33 CPUtime=0.5 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 1498 13158 0 0 42 0 5 3 20 0 15 0 76076548 11092176896 48632 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10832204 memory=38 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11092176896 48632 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076548 11092176896 48632 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10832204 KiB

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

/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 84833 13158 0 0 236274 44 5 3 20 0 15 0 76076542 11176083456 224423 33554432000 4194304 4196468 140726520638560 139991431071616 139991068845649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10914144 memory=897692 CPUtime=8.32 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 8738 13158 0 0 780 44 5 3 20 0 15 0 76076543 11176083456 224423 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10914144 memory=897692 CPUtime=8.34 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 9415 13158 0 0 783 43 5 3 20 0 15 0 76076543 11176083456 224423 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10914144 memory=897692 CPUtime=8.34 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 6899 13158 0 0 786 40 5 3 20 0 15 0 76076543 11176083456 224423 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10914144 memory=897692 CPUtime=8.35 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 11028 13158 0 0 780 47 5 3 20 0 15 0 76076543 11176083456 224423 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10914144 memory=897692 CPUtime=7.86 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 12535 13158 0 0 741 37 5 3 20 0 15 0 76076544 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10914144 memory=897692 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990902236384 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10914144 memory=897692 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990298256128 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10914144 memory=897692 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224423 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10914144 memory=897692 CPUtime=5.21 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 26796 13158 0 0 509 4 5 3 20 0 15 0 76076548 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10914144 memory=897692 CPUtime=4.52 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 16738 13158 0 0 441 3 5 3 20 0 15 0 76076548 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10914144 memory=3708 CPUtime=2.03 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 20721 13158 0 0 191 4 5 3 20 0 15 0 76076548 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10914144 memory=22628 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224423 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10914144 memory=6947385649911455296 CPUtime=1.48 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1121 13158 0 0 73 67 5 3 20 0 15 0 76076548 11176083456 224423 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 2417.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 897692 KiB

[startup+2442.3 s]
/proc/loadavg: 0.99 1.17 1.30 3/215 773
/proc/meminfo: memFree=15862256/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10914144 memory=899820 CPUtime=2477.66 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 202260 13158 0 0 247473 285 5 3 20 0 15 0 76076533 11176083456 224955 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2728536 224955 3520 1 0 2690189 0
[pid=473/tid=532] ppid=470 vsize=10914144 memory=899820 CPUtime=2422.8 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 85437 13158 0 0 242227 45 5 3 20 0 15 0 76076542 11176083456 224955 33554432000 4194304 4196468 140726520638560 139991431072304 139991069294425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10914144 memory=899820 CPUtime=8.52 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 8760 13158 0 0 799 45 5 3 20 0 15 0 76076543 11176083456 224955 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10914144 memory=897772 CPUtime=8.54 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 9461 13158 0 0 802 44 5 3 20 0 15 0 76076543 11176083456 224955 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10914144 memory=897772 CPUtime=8.55 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 7193 13158 0 0 806 41 5 3 20 0 15 0 76076543 11176083456 224955 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10914144 memory=897772 CPUtime=8.54 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 11065 13158 0 0 799 47 5 3 20 0 15 0 76076543 11176083456 224955 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10914144 memory=899820 CPUtime=8.06 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 12732 13158 0 0 759 39 5 3 20 0 15 0 76076544 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10914144 memory=3216 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990902236384 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10914144 memory=1120 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990298256128 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10914144 memory=897772 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224955 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10914144 memory=899820 CPUtime=5.21 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 26798 13158 0 0 509 4 5 3 20 0 15 0 76076548 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10914144 memory=899820 CPUtime=4.52 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 16740 13158 0 0 441 3 5 3 20 0 15 0 76076548 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10914144 memory=899820 CPUtime=2.03 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 20723 13158 0 0 191 4 5 3 20 0 15 0 76076548 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10914144 memory=899820 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224955 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10914144 memory=899820 CPUtime=1.51 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1139 13158 0 0 74 69 5 3 20 0 15 0 76076548 11176083456 224955 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 2477.66 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 899820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.3 s]
/proc/loadavg: 1.11 1.19 1.31 3/215 774
/proc/meminfo: memFree=15862136/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10914144 memory=899916 CPUtime=2520.06 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 203302 13158 0 0 251710 288 5 3 20 0 15 0 76076533 11176083456 224979 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2728536 224979 3520 1 0 2690189 0
[pid=473/tid=532] ppid=470 vsize=10914144 memory=4072 CPUtime=2464.46 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 85873 13158 0 0 246393 45 5 3 20 0 15 0 76076542 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991431071824 139991070376770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10914144 memory=899916 CPUtime=8.67 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 9012 13158 0 0 814 45 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10914144 memory=899916 CPUtime=8.68 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 9562 13158 0 0 816 44 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10914144 memory=859 CPUtime=8.69 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 7203 13158 0 0 820 41 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10914144 memory=899916 CPUtime=8.69 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 11091 13158 0 0 813 48 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10914144 memory=899916 CPUtime=8.19 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 12937 13158 0 0 772 39 5 3 20 0 15 0 76076544 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10914144 memory=3208 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990902236384 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10914144 memory=899916 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990298256128 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10914144 memory=279599420257280 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10914144 memory=2088 CPUtime=5.21 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 26800 13158 0 0 509 4 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10914144 memory=899916 CPUtime=4.52 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 16742 13158 0 0 441 3 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10914144 memory=899916 CPUtime=2.03 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 20725 13158 0 0 191 4 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10914144 memory=899916 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10914144 memory=7740398463591993963 CPUtime=1.53 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1145 13158 0 0 75 70 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 899916 KiB

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

[startup+2484.33 s]
# the end of solver process 473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.18 s, system=2.93042 s

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

[startup+2484.3 s]
/proc/loadavg: 1.11 1.19 1.31 3/215 774
/proc/meminfo: memFree=15862136/32770624 swapFree=67108796/67108860
[pid=473] ppid=470 vsize=10914144 memory=899916 CPUtime=2520.06 cores=0,2,4,6
/proc/473/stat : 473 (java) S 470 473 32560 0 -1 1077944320 203302 13158 0 0 251710 288 5 3 20 0 15 0 76076533 11176083456 224979 33554432000 4194304 4196468 140726520638560 140726520621104 139991459237623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
/proc/473/statm: 2728536 224979 3520 1 0 2690189 0
[pid=473/tid=532] ppid=470 vsize=10914144 memory=4072 CPUtime=2464.46 cores=0,2,4,6
/proc/473/task/532/stat : 532 (java) R 470 473 32560 0 -1 4202560 85873 13158 0 0 246393 45 5 3 20 0 15 0 76076542 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991431071824 139991070376770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=535] ppid=470 vsize=10914144 memory=899916 CPUtime=8.67 cores=0,2,4,6
/proc/473/task/535/stat : 535 (java) S 470 473 32560 0 -1 1077944384 9012 13158 0 0 814 45 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991463480336 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=536] ppid=470 vsize=10914144 memory=899916 CPUtime=8.68 cores=0,2,4,6
/proc/473/task/536/stat : 536 (java) S 470 473 32560 0 -1 1077944384 9562 13158 0 0 816 44 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991378300048 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=537] ppid=470 vsize=10914144 memory=859 CPUtime=8.69 cores=0,2,4,6
/proc/473/task/537/stat : 537 (java) S 470 473 32560 0 -1 1077944384 7203 13158 0 0 820 41 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991377246992 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=538] ppid=470 vsize=10914144 memory=899916 CPUtime=8.69 cores=0,2,4,6
/proc/473/task/538/stat : 538 (java) S 470 473 32560 0 -1 1077944384 11091 13158 0 0 813 48 5 3 20 0 15 0 76076543 11176083456 224979 33554432000 4194304 4196468 140726520638560 139991376194448 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=539] ppid=470 vsize=10914144 memory=899916 CPUtime=8.19 cores=0,2,4,6
/proc/473/task/539/stat : 539 (java) S 470 473 32560 0 -1 1077944384 12937 13158 0 0 772 39 5 3 20 0 15 0 76076544 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990985906416 139991459248770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=540] ppid=470 vsize=10914144 memory=3208 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/540/stat : 540 (java) S 470 473 32560 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990902236384 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=541] ppid=470 vsize=10914144 memory=899916 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/541/stat : 541 (java) S 470 473 32560 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 76076545 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990298256128 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=542] ppid=470 vsize=10914144 memory=279599420257280 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/542/stat : 542 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139989990856656 139991459256219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=543] ppid=470 vsize=10914144 memory=2088 CPUtime=5.21 cores=0,2,4,6
/proc/473/task/543/stat : 543 (java) S 470 473 32560 0 -1 1077944384 26800 13158 0 0 509 4 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990984854256 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=544] ppid=470 vsize=10914144 memory=899916 CPUtime=4.52 cores=0,2,4,6
/proc/473/task/544/stat : 544 (java) S 470 473 32560 0 -1 1077944384 16742 13158 0 0 441 3 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990983801712 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=545] ppid=470 vsize=10914144 memory=899916 CPUtime=2.03 cores=0,2,4,6
/proc/473/task/545/stat : 545 (java) S 470 473 32560 0 -1 1077944384 20725 13158 0 0 191 4 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990982748656 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=546] ppid=470 vsize=10914144 memory=899916 CPUtime=0.08 cores=0,2,4,6
/proc/473/task/546/stat : 546 (java) S 470 473 32560 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139989957299040 139991459247829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
[pid=473/tid=547] ppid=470 vsize=10914144 memory=7740398463591993963 CPUtime=1.53 cores=0,2,4,6
/proc/473/task/547/stat : 547 (java) S 470 473 32560 0 -1 1077944384 1145 13158 0 0 75 70 5 3 20 0 15 0 76076548 11176083456 224979 33554432000 4194304 4196468 140726520638560 139990981696048 139991459248770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140726520641708 140726520644956 140726520644956 140726520647631 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 899916 KiB

Child status: 143
Real time (s): 2484.33
CPU time (s): 2520.11
CPU user time (s): 2517.18
CPU system time (s): 2.93042
CPU usage (%): 101.44
Max. virtual memory (cumulated for all children) (KiB): 10916976
Max. memory (cumulated for all children) (KiB): 899916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.18
system time used= 2.93042
maximum resident set size= 904128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230185
involuntary context switches= 7426


# summary of solver processes directly reported to runsolver:
#   pid: 473
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.18
#   total CPU system time (s): 2.93042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5613 second user time and 23.9612 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 08:05:34
IDJOB=4295656
IDBENCH=141587
IDSOLVER=2751
FILE ID=node138/4295656-1532585133
RUNJOBID= node138-1532582651-32591
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Frb/frb-45-21-1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295656-1532585133/watcher-4295656-1532585133 -o /tmp/evaluation-result-4295656-1532585133/solver-4295656-1532585133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=959319633 -superng HOME/instance-4295656-1532585133.xml

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

MD5SUM BENCH= b87938282b595c2beb3624311f73a470
RANDOM SEED=959319633

node138.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.71
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.71
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.71
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.71
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:        16426356 kB
MemAvailable:   30758964 kB
Buffers:          183084 kB
Cached:         14294944 kB
SwapCached:           44 kB
Active:          3563320 kB
Inactive:       12138936 kB
Active(anon):    1175132 kB
Inactive(anon):    77320 kB
Active(file):    2388188 kB
Inactive(file): 12061616 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26656 kB
Writeback:             0 kB
AnonPages:       1231140 kB
Mapped:            48420 kB
Shmem:             25164 kB
Slab:             339268 kB
SReclaimable:     311264 kB
SUnreclaim:        28004 kB
KernelStack:        3536 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2061144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1128448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 08:46:58