Trace number 4387403

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2520.14 2484.15

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
MD5SUM2e923e7e276bbb1d78c8186edf745710
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints71
Number of domains2
Minimum domain size63
Maximum domain size69
Distribution of domain sizes[{"size":63,"count":476},{"size":69,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":408},{"degree":4,"count":68}]
Minimum constraint arity7
Maximum constraint arity476
Distribution of constraint arities[{"arity":7,"count":68},{"arity":69,"count":1},{"arity":476,"count":2}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387403-1568303001/watcher-4387403-1568303001 -o /tmp/evaluation-result-4387403-1568303001/solver-4387403-1568303001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1167746454 HOME/instance-4387403-1568303001.xml 

running on 4 cores: 1,3,5,7

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

solver pid=5044, runsolver pid=5041

[startup+0.100143 s]*
/proc/loadavg: 1.20 1.25 1.34 4/218 5101
/proc/meminfo: memFree=20153540/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 4470 13130 0 0 1 1 5 2 20 0 6 0 406566929 10212057088 4204 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2493178 4204 1935 1 0 2481616 0
[pid=5044/tid=5097] ppid=5041 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 2270 13130 0 0 0 0 5 2 20 0 6 0 406566938 10212057088 4716 33554432000 4194304 4196468 140736515009136 140234835350096 140234863535261 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 406566938 10212057088 4716 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=9972712 memory=140202658576000 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 406566938 10212057088 4716 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 406566938 10212057088 4716 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 6 0 406566938 10212057088 4716 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209983 s]*
/proc/loadavg: 1.20 1.25 1.34 3/227 5110
/proc/meminfo: memFree=20131792/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10818940 memory=42412 CPUtime=0.25 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 6884 13130 0 0 16 2 5 2 20 0 15 0 406566929 11078594560 10603 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2704735 10603 2987 1 0 2667149 0
[pid=5044/tid=5097] ppid=5041 vsize=10818940 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 3408 13130 0 0 10 1 5 2 20 0 15 0 406566938 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234835346192 140234844907066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10818940 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10818940 memory=3690618228690466464 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566938 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10818940 memory=140202658576000 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566940 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 406566940 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234306086432 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566940 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234171868528 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11078594560 10603 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 349 13130 0 0 1 0 5 2 20 0 15 0 406566943 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 267 13130 0 0 1 0 5 2 20 0 15 0 406566943 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10818940 memory=140202658576000 CPUtime=0.1 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) R 5041 5044 31346 0 -1 4202560 640 13130 0 0 3 0 5 2 20 0 15 0 406566943 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234387003504 140234847593822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11078594560 10603 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10818940 memory=140202658576000 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566944 11078594560 10603 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42412 KiB

[startup+0.311245 s]*
/proc/loadavg: 1.20 1.25 1.34 3/227 5110
/proc/meminfo: memFree=20121800/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10820096 memory=52256 CPUtime=0.39 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 10674 13130 0 0 28 4 5 2 20 0 15 0 406566929 11079778304 13064 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2705024 13064 3301 1 0 2667149 0
[pid=5044/tid=5097] ppid=5041 vsize=10820096 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 7156 13130 0 0 18 3 5 2 20 0 15 0 406566938 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234835325776 140234863535261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10820096 memory=-8960883171876192193 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10820096 memory=8693815914432465728 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10820096 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566938 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566940 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 406566940 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234306086432 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566940 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234171868528 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11079778304 13576 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 351 13130 0 0 2 0 5 2 20 0 15 0 406566943 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 267 13130 0 0 1 0 5 2 20 0 15 0 406566943 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10820096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 663 13130 0 0 5 0 5 2 20 0 15 0 406566943 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11079778304 13576 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566944 11079778304 13576 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52256 KiB

[startup+0.700759 s]
/proc/loadavg: 1.20 1.25 1.34 5/227 5110
/proc/meminfo: memFree=20109112/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10824340 memory=84784 CPUtime=1.13 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 14844 13130 0 0 101 5 5 2 20 0 15 0 406566929 11084124160 21142 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2706085 21196 3507 1 0 2668173 0
[pid=5044/tid=5097] ppid=5041 vsize=10824340 memory=2437125506817 CPUtime=0.66 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 10485 13130 0 0 55 4 5 2 20 0 15 0 406566938 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234835337760 140234847593822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10824340 memory=2450010408705 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10824340 memory=2471485245185 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10824340 memory=2475780212481 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566938 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10824340 memory=8730425 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566938 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10824340 memory=4639649383340284835 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 5 13130 0 0 0 0 5 2 20 0 15 0 406566940 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10824340 memory=5861826720752095312 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 406566940 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234306086432 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10824340 memory=7013340846366745708 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566940 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234171868528 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10824340 memory=280404993549888 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11084124160 21196 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10824340 memory=140204912411233 CPUtime=0.19 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 612 13130 0 0 12 0 5 2 20 0 15 0 406566943 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10824340 memory=142670223639178 CPUtime=0.22 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 639 13130 0 0 15 0 5 2 20 0 15 0 406566943 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10824340 memory=140204912411513 CPUtime=0.24 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 870 13130 0 0 17 0 5 2 20 0 15 0 406566943 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10824340 memory=140204912411515 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11084124160 21196 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10824340 memory=140204912411545 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 406566944 11084124160 21196 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84784 KiB

[startup+1.50435 s]
/proc/loadavg: 1.20 1.25 1.34 5/227 5110
/proc/meminfo: memFree=20027716/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10832608 memory=234900 CPUtime=2.88 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 23286 13130 0 0 268 13 5 2 20 0 15 0 406566929 11092590592 58725 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2708152 58725 3578 1 0 2670221 0
[pid=5044/tid=5097] ppid=5041 vsize=10832608 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 15104 13130 0 0 127 8 5 2 20 0 15 0 406566938 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234835342768 140234847593822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 69 13130 0 0 1 0 5 2 20 0 15 0 406566938 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 49 13130 0 0 1 0 5 2 20 0 15 0 406566938 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 313 13130 0 0 1 0 5 2 20 0 15 0 406566938 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 52 13130 0 0 1 0 5 2 20 0 15 0 406566938 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 1268 13130 0 0 1 0 5 2 20 0 15 0 406566940 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 406566940 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234306086496 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566940 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234171868544 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11092590592 58725 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10832608 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 1357 13130 0 0 46 0 5 2 20 0 15 0 406566943 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10832608 memory=-7966001967407402336 CPUtime=0.55 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 1213 13130 0 0 48 0 5 2 20 0 15 0 406566943 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10832608 memory=6944938067432061290 CPUtime=0.43 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 1627 13130 0 0 36 0 5 2 20 0 15 0 406566943 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10832608 memory=7100839870102598768 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11092590592 58725 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10832608 memory=4627829655977429107 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566944 11092590592 58725 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10832608 KiB

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

/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 57937 13130 0 0 236655 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234835348288 140234474116990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.89 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 7686 13130 0 0 644 38 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10846964 memory=8112282956445269571 CPUtime=6.9 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 8399 13130 0 0 643 40 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10846964 memory=288230574492221466 CPUtime=6.89 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 11323 13130 0 0 642 40 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.92 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 6282 13130 0 0 647 38 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.09 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 12005 13130 0 0 565 37 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 15 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234306086496 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 8 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234171868544 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10846964 memory=748004 CPUtime=5.98 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 34710 13130 0 0 584 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.34 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 31818 13130 0 0 620 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10846964 memory=748004 CPUtime=3.72 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 24877 13130 0 0 357 8 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10846964 memory=748004 CPUtime=1.29 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1055 13130 0 0 53 69 5 2 20 0 15 0 406566944 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 2417.5 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 748004 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.42 1.39 3/227 5483
/proc/meminfo: memFree=19173100/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10846964 memory=748004 CPUtime=2477.94 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 199335 13130 0 0 247508 279 5 2 20 0 15 0 406566929 11107291136 187001 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2711741 187001 3626 1 0 2673805 0
[pid=5044/tid=5097] ppid=5041 vsize=10846964 memory=748004 CPUtime=2426.69 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 58363 13130 0 0 242623 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234835348304 140234474114389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.04 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 7762 13130 0 0 658 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.04 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 8597 13130 0 0 657 40 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.04 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 11331 13130 0 0 656 41 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.06 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 6350 13130 0 0 661 38 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.23 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 12210 13130 0 0 578 38 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 15 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234306086496 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 8 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234171868544 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10846964 memory=2004 CPUtime=5.98 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 34712 13130 0 0 584 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.34 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 31820 13130 0 0 620 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10846964 memory=3620 CPUtime=3.72 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 24879 13130 0 0 357 8 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10846964 memory=748004 CPUtime=1.32 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1072 13130 0 0 55 70 5 2 20 0 15 0 406566944 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 2477.94 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 748004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.11 s]
/proc/loadavg: 1.26 1.39 1.38 3/228 5487
/proc/meminfo: memFree=19173500/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10846964 memory=748004 CPUtime=2520.08 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 199524 13130 0 0 251719 282 5 2 20 0 15 0 406566929 11107291136 187001 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2711741 187001 3626 1 0 2673805 0
[pid=5044/tid=5097] ppid=5041 vsize=10846964 memory=748004 CPUtime=2468.26 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 58530 13130 0 0 246780 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234835349216 140234474118648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.16 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 7765 13130 0 0 669 40 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.16 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 8600 13130 0 0 668 41 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.15 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 11335 13130 0 0 667 41 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.18 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 6353 13130 0 0 672 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.33 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 12216 13130 0 0 587 39 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 15 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234306086496 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 8 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234171868544 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10846964 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10846964 memory=748004 CPUtime=5.98 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 34712 13130 0 0 584 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.34 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 31820 13130 0 0 620 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10846964 memory=748004 CPUtime=3.72 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 24879 13130 0 0 357 8 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10846964 memory=748004 CPUtime=1.34 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1075 13130 0 0 56 71 5 2 20 0 15 0 406566944 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 748004 KiB

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

[startup+2484.15 s]
# the end of solver process 5044 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.28 s, system=2.8659 s

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

[startup+2484.11 s]
/proc/loadavg: 1.26 1.39 1.38 3/228 5487
/proc/meminfo: memFree=19173500/32770624 swapFree=66939716/67108860
[pid=5044] ppid=5041 vsize=10846964 memory=748004 CPUtime=2520.08 cores=1,3,5,7
/proc/5044/stat : 5044 (java) S 5041 5044 31346 0 -1 1077944320 199524 13130 0 0 251719 282 5 2 20 0 15 0 406566929 11107291136 187001 33554432000 4194304 4196468 140736515009136 140736514991680 140234863513335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
/proc/5044/statm: 2711741 187001 3626 1 0 2673805 0
[pid=5044/tid=5097] ppid=5041 vsize=10846964 memory=748004 CPUtime=2468.26 cores=1,3,5,7
/proc/5044/task/5097/stat : 5097 (java) R 5041 5044 31346 0 -1 4202560 58530 13130 0 0 246780 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234835349216 140234474118648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5098] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.16 cores=1,3,5,7
/proc/5044/task/5098/stat : 5098 (java) S 5041 5044 31346 0 -1 1077944384 7765 13130 0 0 669 40 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234867755664 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5099] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.16 cores=1,3,5,7
/proc/5044/task/5099/stat : 5099 (java) S 5041 5044 31346 0 -1 1077944384 8600 13130 0 0 668 41 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234782575120 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5100] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.15 cores=1,3,5,7
/proc/5044/task/5100/stat : 5100 (java) S 5041 5044 31346 0 -1 1077944384 11335 13130 0 0 667 41 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234781522320 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5101] ppid=5041 vsize=10846964 memory=748004 CPUtime=7.18 cores=1,3,5,7
/proc/5044/task/5101/stat : 5101 (java) S 5041 5044 31346 0 -1 1077944384 6353 13130 0 0 672 39 5 2 20 0 15 0 406566938 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234780469520 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5102] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.33 cores=1,3,5,7
/proc/5044/task/5102/stat : 5102 (java) S 5041 5044 31346 0 -1 1077944384 12216 13130 0 0 587 39 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234390162288 140234863524482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5103] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5103/stat : 5103 (java) S 5041 5044 31346 0 -1 1077944384 15 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234306086496 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5104] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5104/stat : 5104 (java) S 5041 5044 31346 0 -1 1077944384 8 13130 0 0 0 0 5 2 20 0 15 0 406566940 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234171868544 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5105] ppid=5041 vsize=10846964 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5105/stat : 5105 (java) S 5041 5044 31346 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233567889744 140234863531931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5106] ppid=5041 vsize=10846964 memory=748004 CPUtime=5.98 cores=1,3,5,7
/proc/5044/task/5106/stat : 5106 (java) S 5041 5044 31346 0 -1 1077944384 34712 13130 0 0 584 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234389109104 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5107] ppid=5041 vsize=10846964 memory=748004 CPUtime=6.34 cores=1,3,5,7
/proc/5044/task/5107/stat : 5107 (java) S 5041 5044 31346 0 -1 1077944384 31820 13130 0 0 620 7 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234388056304 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5108] ppid=5041 vsize=10846964 memory=748004 CPUtime=3.72 cores=1,3,5,7
/proc/5044/task/5108/stat : 5108 (java) S 5041 5044 31346 0 -1 1077944384 24879 13130 0 0 357 8 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234387003504 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5109] ppid=5041 vsize=10846964 memory=748004 CPUtime=0.07 cores=1,3,5,7
/proc/5044/task/5109/stat : 5109 (java) S 5041 5044 31346 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 406566943 11107291136 187001 33554432000 4194304 4196468 140736515009136 140233098127584 140234863523541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
[pid=5044/tid=5110] ppid=5041 vsize=10846964 memory=748004 CPUtime=1.34 cores=1,3,5,7
/proc/5044/task/5110/stat : 5110 (java) S 5041 5044 31346 0 -1 1077944384 1075 13130 0 0 56 71 5 2 20 0 15 0 406566944 11107291136 187001 33554432000 4194304 4196468 140736515009136 140234385951920 140234863524482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12898304 140736515017461 140736515019973 140736515019973 140736515022799 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 748004 KiB

Child status: 143
Real time (s): 2484.15
CPU time (s): 2520.14
CPU user time (s): 2517.28
CPU system time (s): 2.8659
CPU usage (%): 101.449
Max. virtual memory (cumulated for all children) (KiB): 10849612
Max. memory (cumulated for all children) (KiB): 1066756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.28
system time used= 2.8659
maximum resident set size= 1068804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213578
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198804
involuntary context switches= 5423


# summary of solver processes directly reported to runsolver:
#   pid: 5044
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.28
#   total CPU system time (s): 2.8659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5448 second user time and 21.0987 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 17:42:38
IDJOB=4387403
IDBENCH=137043
IDSOLVER=2823
FILE ID=node125/4387403-1568303001
RUNJOBID= node125-1568286041-32307
PBS_JOBID= 21701079
Free space on /tmp= 57344 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387403-1568303001/watcher-4387403-1568303001 -o /tmp/evaluation-result-4387403-1568303001/solver-4387403-1568303001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1167746454 HOME/instance-4387403-1568303001.xml

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

MD5SUM BENCH= 2e923e7e276bbb1d78c8186edf745710
RANDOM SEED=1167746454

node125.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.29
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.29
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.29
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.29
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:        20161148 kB
MemAvailable:   31190208 kB
Buffers:          173840 kB
Cached:         11042728 kB
SwapCached:        66668 kB
Active:          1614732 kB
Inactive:       10273144 kB
Active(anon):     608488 kB
Inactive(anon):   103312 kB
Active(file):    1006244 kB
Inactive(file): 10169832 kB
Unevictable:      108816 kB
Mlocked:          108816 kB
SwapTotal:      67108860 kB
SwapFree:       66939716 kB
Dirty:             35476 kB
Writeback:             0 kB
AnonPages:        729192 kB
Mapped:            55592 kB
Shmem:             32136 kB
Slab:             310116 kB
SReclaimable:     281444 kB
SUnreclaim:        28672 kB
KernelStack:        3984 kB
PageTables:        11552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1633164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 57308 MiB
End job on node125 at 2019-09-12 18:24:03