Trace number 4396036

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.12.2? (TO) 2520.13 2468.63

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-194.xml
MD5SUMef9e4147ed9b2de2d40743a9ffe67bf9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size593
Maximum domain size593
Distribution of domain sizes[{"size":593,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.80/0.56	c Concrete v3.12.2.1568380929293 running
2520.09/2468.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2468.61		at concrete.MAC.mac(MAC.scala:192)
2520.09/2468.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2468.61		at scala.util.Try$.apply(Try.scala:212)
2520.09/2468.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2468.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2468.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2468.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2468.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2468.61		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.09/2468.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.09/2468.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.09/2468.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.09/2468.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2468.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.09/2468.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.09/2468.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2468.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.09/2468.61		at scala.util.Success.map(Try.scala:264)
2520.09/2468.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2468.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2468.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2468.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2468.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2468.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2468.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2468.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2468.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2468.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2468.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2468.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2468.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2468.61		at scala.App.main(App.scala:75)
2520.09/2468.61		at scala.App.main$(App.scala:73)
2520.09/2468.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2468.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2468.61	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 (15242 MiB free)
  memory of node 1: 16384 MiB (14967 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396036-1568400752/watcher-4396036-1568400752 -o /tmp/evaluation-result-4396036-1568400752/solver-4396036-1568400752 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=745453701 HOME/instance-4396036-1568400752.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=32381, runsolver pid=32378

[startup+0.100179 s]*
/proc/loadavg: 4.49 3.80 2.72 3/219 32438
/proc/meminfo: memFree=30929072/32770624 swapFree=66936588/67108860
[pid=32381] ppid=32378 vsize=9972712 memory=18592 CPUtime=0.1 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 4392 13032 0 0 1 1 5 3 20 0 6 0 416333624 10212057088 4648 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2493178 4648 1933 1 0 2481616 0
[pid=32381/tid=32434] ppid=32378 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 2183 13032 0 0 0 0 5 3 20 0 6 0 416333633 10212057088 4648 33554432000 4194304 4196468 140723639845984 140060298043984 140060326229149 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 6 0 416333634 10212057088 4648 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=9972712 memory=140290933069440 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 6 0 416333634 10212057088 4648 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 6 0 416333634 10212057088 4648 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 6 0 416333634 10212057088 4648 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.21032 s]*
/proc/loadavg: 4.49 3.80 2.72 7/228 32447
/proc/meminfo: memFree=30911796/32770624 swapFree=66936588/67108860
[pid=32381] ppid=32378 vsize=10819664 memory=36772 CPUtime=0.27 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 7060 13032 0 0 17 2 5 3 20 0 15 0 416333624 11079335936 9193 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2704916 9193 3158 1 0 2667149 0
[pid=32381/tid=32434] ppid=32378 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 3524 13032 0 0 10 1 5 3 20 0 15 0 416333633 11079335936 9193 33554432000 4194304 4196468 140723639845984 140060298038440 140060310287710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079335936 9193 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10819664 memory=140290935990541 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079335936 9193 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079335936 9193 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079335936 9193 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10819664 memory=140290933069440 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416333635 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 33 13032 0 0 0 0 5 3 20 0 15 0 416333636 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059328370336 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059219059952 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11079335936 9193 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 465 13032 0 0 1 0 5 3 20 0 15 0 416333638 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 193 13032 0 0 1 0 5 3 20 0 15 0 416333638 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10819664 memory=140290933069440 CPUtime=0.11 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 625 13032 0 0 3 0 5 3 20 0 15 0 416333638 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11079335936 9193 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10819664 memory=140290933069440 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333639 11079335936 9193 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36772 KiB

[startup+0.312269 s]*
/proc/loadavg: 4.49 3.80 2.72 4/228 32447
/proc/meminfo: memFree=30898516/32770624 swapFree=66936588/67108860
[pid=32381] ppid=32378 vsize=10820148 memory=48176 CPUtime=0.41 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 10773 13032 0 0 30 3 5 3 20 0 15 0 416333624 11079831552 12044 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2705037 12044 3322 1 0 2667149 0
[pid=32381/tid=32434] ppid=32378 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 7206 13032 0 0 19 2 5 3 20 0 15 0 416333633 11079831552 12044 33554432000 4194304 4196468 140723639845984 140060298007136 140060310287710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079831552 12044 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079831552 12044 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079831552 12044 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416333634 11079831552 12044 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416333635 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 33 13032 0 0 0 0 5 3 20 0 15 0 416333636 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059328370336 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059219059952 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11079831552 12044 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 466 13032 0 0 2 0 5 3 20 0 15 0 416333638 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 202 13032 0 0 2 0 5 3 20 0 15 0 416333638 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10820148 memory=140290933069440 CPUtime=0.13 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 647 13032 0 0 5 0 5 3 20 0 15 0 416333638 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11079831552 12044 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10820148 memory=140290933069440 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333639 11079831552 12044 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48176 KiB

[startup+0.706083 s]
/proc/loadavg: 4.49 3.80 2.72 3/228 32447
/proc/meminfo: memFree=30884708/32770624 swapFree=66936588/67108860
[pid=32381] ppid=32378 vsize=10824360 memory=81560 CPUtime=1.13 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 15106 13032 0 0 100 5 5 3 20 0 15 0 416333624 11084144640 20390 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2706090 20390 3512 1 0 2668173 0
[pid=32381/tid=32434] ppid=32378 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 10332 13032 0 0 56 4 5 3 20 0 15 0 416333633 11084144640 20390 33554432000 4194304 4196468 140723639845984 140060298015680 140060304651683 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11084144640 20390 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11084144640 20390 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10824360 memory=280581623786688 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333634 11084144640 20390 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10824360 memory=2435246458369 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416333634 11084144640 20390 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10824360 memory=218130267 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 416333635 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10824360 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 33 13032 0 0 0 0 5 3 20 0 15 0 416333636 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059328370336 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059219059952 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11084144640 20390 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) R 32378 32381 28159 0 -1 4202560 979 13032 0 0 16 0 5 3 20 0 15 0 416333638 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059294812400 140060306843099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10824360 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 671 13032 0 0 9 0 5 3 20 0 15 0 416333638 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 868 13032 0 0 17 0 5 3 20 0 15 0 416333638 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11084144640 20390 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333639 11084144640 20390 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81560 KiB

[startup+1.50609 s]
/proc/loadavg: 4.49 3.80 2.72 3/228 32447
/proc/meminfo: memFree=30841292/32770624 swapFree=66936588/67108860
[pid=32381] ppid=32378 vsize=10834676 memory=171456 CPUtime=2.45 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 24028 13032 0 0 227 10 5 3 20 0 15 0 416333624 11094708224 42864 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2708669 42864 3575 1 0 2670733 0
[pid=32381/tid=32434] ppid=32378 vsize=10834676 memory=4134606225630022328 CPUtime=1.44 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 15792 13032 0 0 130 6 5 3 20 0 15 0 416333633 11094708224 42864 33554432000 4194304 4196468 140723639845984 140060298014008 140059907009672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10834676 memory=1400504754925836930 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 374 13032 0 0 1 0 5 3 20 0 15 0 416333634 11094708224 42864 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10834676 memory=-5153075247926373247 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 26 13032 0 0 0 0 5 3 20 0 15 0 416333634 11094708224 42864 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10834676 memory=-7737843633824377240 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 92 13032 0 0 1 0 5 3 20 0 15 0 416333634 11094708224 42864 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10834676 memory=121620 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 63 13032 0 0 1 0 5 3 20 0 15 0 416333634 11094708224 42864 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 1565 13032 0 0 1 0 5 3 20 0 15 0 416333635 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 34 13032 0 0 0 0 5 3 20 0 15 0 416333636 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059328370400 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10834676 memory=280581623578720 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059219059968 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10834676 memory=280581623993760 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11094708224 42864 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10834676 memory=140290811799072 CPUtime=0.35 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 1369 13032 0 0 27 0 5 3 20 0 15 0 416333638 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10834676 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 852 13032 0 0 22 0 5 3 20 0 15 0 416333638 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10834676 memory=1060 CPUtime=0.48 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 1648 13032 0 0 40 0 5 3 20 0 15 0 416333638 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10834676 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11094708224 42864 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10834676 memory=10744 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333639 11094708224 42864 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 77158 13032 0 0 229464 53 5 3 20 0 15 0 416333633 11107311616 288017 33554432000 4194304 4196468 140723639845984 140060298042496 140059908052366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10846984 memory=1152000 CPUtime=12.13 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 14723 13032 0 0 1145 60 5 3 20 0 15 0 416333634 11107311616 288017 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10846984 memory=1152000 CPUtime=12.1 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 14688 13032 0 0 1145 57 5 3 20 0 15 0 416333634 11107311616 288017 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10846984 memory=1152000 CPUtime=12.12 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 15521 13032 0 0 1145 59 5 3 20 0 15 0 416333634 11107311616 288017 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10846984 memory=1152068 CPUtime=12.12 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 12110 13032 0 0 1146 58 5 3 20 0 15 0 416333634 11107311616 288017 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10846984 memory=1152068 CPUtime=11.3 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 17675 13032 0 0 1068 54 5 3 20 0 15 0 416333635 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10846984 memory=1152068 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 43 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059328370464 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10846984 memory=1152068 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059219059968 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10846984 memory=1152068 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11107311616 288017 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10846984 memory=1184 CPUtime=6.84 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 38560 13032 0 0 672 4 5 3 20 0 15 0 416333638 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10846984 memory=1152000 CPUtime=6.53 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 36764 13032 0 0 641 4 5 3 20 0 15 0 416333638 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10846984 memory=6791534058613427641 CPUtime=2.13 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 33331 13032 0 0 200 5 5 3 20 0 15 0 416333638 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10846984 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11107311616 288017 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10846984 memory=1152068 CPUtime=1.56 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1806 13032 0 0 77 71 5 3 20 0 15 0 416333639 11107311616 288017 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 2371.47 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1152068 KiB

[startup+2382.3 s]
/proc/loadavg: 1.29 1.43 1.49 3/229 361
/proc/meminfo: memFree=29251768/32770624 swapFree=66936604/67108860
[pid=32381] ppid=32378 vsize=10846984 memory=1156212 CPUtime=2432.44 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 266272 13032 0 0 242870 366 5 3 20 0 15 0 416333624 11107311616 289053 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2711746 289053 3633 1 0 2673805 0
[pid=32381/tid=32434] ppid=32378 vsize=10846984 memory=1154164 CPUtime=2354.53 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 78147 13032 0 0 235390 55 5 3 20 0 15 0 416333633 11107311616 289053 33554432000 4194304 4196468 140723639845984 140060298042080 140059923615174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10846984 memory=1156212 CPUtime=12.48 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 14769 13032 0 0 1178 62 5 3 20 0 15 0 416333634 11107311616 289053 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10846984 memory=1156212 CPUtime=12.44 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 14721 13032 0 0 1178 58 5 3 20 0 15 0 416333634 11107311616 289053 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10846984 memory=1156212 CPUtime=12.45 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 15829 13032 0 0 1177 60 5 3 20 0 15 0 416333634 11107311616 289053 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10846984 memory=3624 CPUtime=12.46 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 12176 13032 0 0 1179 59 5 3 20 0 15 0 416333634 11107311616 289053 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10846984 memory=1156212 CPUtime=11.59 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 17889 13032 0 0 1096 55 5 3 20 0 15 0 416333635 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10846984 memory=1154140 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 43 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059328370464 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10846984 memory=1154140 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059219059968 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10846984 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11107311616 289053 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10846984 memory=24684 CPUtime=6.85 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 38563 13032 0 0 673 4 5 3 20 0 15 0 416333638 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10846984 memory=1408 CPUtime=6.53 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 36766 13032 0 0 641 4 5 3 20 0 15 0 416333638 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10846984 memory=3276 CPUtime=2.13 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 33333 13032 0 0 200 5 5 3 20 0 15 0 416333638 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10846984 memory=1072 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11107311616 289053 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10846984 memory=5932 CPUtime=1.59 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1824 13032 0 0 79 72 5 3 20 0 15 0 416333639 11107311616 289053 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 2432.44 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1156212 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.42 1.49 3/229 365
/proc/meminfo: memFree=29259076/32770624 swapFree=66936604/67108860
[pid=32381] ppid=32378 vsize=10846984 memory=1156252 CPUtime=2493.41 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 267732 13032 0 0 248960 373 5 3 20 0 15 0 416333624 11107311616 289063 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2711746 289063 3633 1 0 2673805 0
[pid=32381/tid=32434] ppid=32378 vsize=10846984 memory=1156252 CPUtime=2413.81 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 78909 13032 0 0 241318 55 5 3 20 0 15 0 416333633 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060298042480 140059922115168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10846984 memory=1156212 CPUtime=12.82 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 14913 13032 0 0 1210 64 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10846984 memory=1156232 CPUtime=12.77 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 14760 13032 0 0 1210 59 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10846984 memory=1156252 CPUtime=12.8 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 15899 13032 0 0 1210 62 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10846984 memory=0 CPUtime=12.79 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 12379 13032 0 0 1211 60 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10846984 memory=1156252 CPUtime=11.89 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 18119 13032 0 0 1125 56 5 3 20 0 15 0 416333635 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10846984 memory=1156252 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 43 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059328370464 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10846984 memory=1156252 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059219059968 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10846984 memory=1156252 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10846984 memory=1156252 CPUtime=6.85 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 38565 13032 0 0 673 4 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10846984 memory=1156212 CPUtime=6.53 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 36768 13032 0 0 641 4 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10846984 memory=3624 CPUtime=2.13 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 33335 13032 0 0 200 5 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10846984 memory=1156252 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11107311616 289063 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10846984 memory=984 CPUtime=1.63 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1830 13032 0 0 81 74 5 3 20 0 15 0 416333639 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 2493.41 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1156252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.6 s]
/proc/loadavg: 1.38 1.41 1.48 3/229 367
/proc/meminfo: memFree=29263052/32770624 swapFree=66936604/67108860
[pid=32381] ppid=32378 vsize=10846984 memory=1156252 CPUtime=2520.09 cores=0,2,4,6
/proc/32381/stat : 32381 (java) S 32378 32381 28159 0 -1 1077944320 268082 13032 0 0 251624 377 5 3 20 0 15 0 416333624 11107311616 289063 33554432000 4194304 4196468 140723639845984 140723639828528 140060326207223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
/proc/32381/statm: 2711746 289063 3633 1 0 2673805 0
[pid=32381/tid=32434] ppid=32378 vsize=10846984 memory=616 CPUtime=2439.78 cores=0,2,4,6
/proc/32381/task/32434/stat : 32434 (java) R 32378 32381 28159 0 -1 4202560 79210 13032 0 0 243915 55 5 3 20 0 15 0 416333633 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060298042208 140059923791351 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32435] ppid=32378 vsize=10846984 memory=2832 CPUtime=12.96 cores=0,2,4,6
/proc/32381/task/32435/stat : 32435 (java) S 32378 32381 28159 0 -1 1077944384 14914 13032 0 0 1223 65 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060330449424 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32436] ppid=32378 vsize=10846984 memory=1624 CPUtime=12.92 cores=0,2,4,6
/proc/32381/task/32436/stat : 32436 (java) S 32378 32381 28159 0 -1 1077944384 14763 13032 0 0 1224 60 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060229339792 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32437] ppid=32378 vsize=10846984 memory=1136 CPUtime=12.93 cores=0,2,4,6
/proc/32381/task/32437/stat : 32437 (java) S 32378 32381 28159 0 -1 1077944384 15904 13032 0 0 1223 62 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060228286736 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32438] ppid=32378 vsize=10846984 memory=1072 CPUtime=12.94 cores=0,2,4,6
/proc/32381/task/32438/stat : 32438 (java) S 32378 32381 28159 0 -1 1077944384 12405 13032 0 0 1225 61 5 3 20 0 15 0 416333634 11107311616 289063 33554432000 4194304 4196468 140723639845984 140060227234192 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32439] ppid=32378 vsize=10846984 memory=5932 CPUtime=12.02 cores=0,2,4,6
/proc/32381/task/32439/stat : 32439 (java) S 32378 32381 28159 0 -1 1077944384 18131 13032 0 0 1137 57 5 3 20 0 15 0 416333635 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059329424112 140060326218370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32440] ppid=32378 vsize=10846984 memory=784 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32440/stat : 32440 (java) S 32378 32381 28159 0 -1 1077944384 43 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059328370464 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32441] ppid=32378 vsize=10846984 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32441/stat : 32441 (java) S 32378 32381 28159 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416333636 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059219059968 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32442] ppid=32378 vsize=10846984 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32442/stat : 32442 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140058911660496 140060326225819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32443] ppid=32378 vsize=10846984 memory=10784 CPUtime=6.85 cores=0,2,4,6
/proc/32381/task/32443/stat : 32443 (java) S 32378 32381 28159 0 -1 1077944384 38565 13032 0 0 673 4 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059294812400 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32444] ppid=32378 vsize=10846984 memory=14056 CPUtime=6.53 cores=0,2,4,6
/proc/32381/task/32444/stat : 32444 (java) S 32378 32381 28159 0 -1 1077944384 36768 13032 0 0 641 4 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059293759856 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32445] ppid=32378 vsize=10846984 memory=2116 CPUtime=2.13 cores=0,2,4,6
/proc/32381/task/32445/stat : 32445 (java) S 32378 32381 28159 0 -1 1077944384 33335 13032 0 0 200 5 5 3 20 0 15 0 416333638 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059292706800 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32446] ppid=32378 vsize=10846984 memory=516 CPUtime=0.08 cores=0,2,4,6
/proc/32381/task/32446/stat : 32446 (java) S 32378 32381 28159 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416333639 11107311616 289063 33554432000 4194304 4196468 140723639845984 140058878101856 140060326217429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
[pid=32381/tid=32447] ppid=32378 vsize=10846984 memory=3624 CPUtime=1.64 cores=0,2,4,6
/proc/32381/task/32447/stat : 32447 (java) S 32378 32381 28159 0 -1 1077944384 1832 13032 0 0 81 75 5 3 20 0 15 0 416333639 11107311616 289063 33554432000 4194304 4196468 140723639845984 140059291655216 140060326218370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30527488 140723639847664 140723639850181 140723639850181 140723639853007 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1156252 KiB

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

[startup+2468.63 s]
# the end of solver process 32381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.82328 s

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

Child status: 143
Real time (s): 2468.63
CPU time (s): 2520.13
CPU user time (s): 2516.31
CPU system time (s): 3.82328
CPU usage (%): 102.086
Max. virtual memory (cumulated for all children) (KiB): 10851776
Max. memory (cumulated for all children) (KiB): 1156252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.82328
maximum resident set size= 1160468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314313
involuntary context switches= 12636


# summary of solver processes directly reported to runsolver:
#   pid: 32381
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.82328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4321 second user time and 23.6507 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 19:50:57
IDJOB=4396036
IDBENCH=127769
IDSOLVER=2846
FILE ID=node105/4396036-1568400752
RUNJOBID= node105-1568388801-30330
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-194.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396036-1568400752/watcher-4396036-1568400752 -o /tmp/evaluation-result-4396036-1568400752/solver-4396036-1568400752 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=745453701 HOME/instance-4396036-1568400752.xml

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

MD5SUM BENCH= ef9e4147ed9b2de2d40743a9ffe67bf9
RANDOM SEED=745453701

node105.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.00
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.00
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.00
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.00
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:        30934768 kB
MemAvailable:   31308076 kB
Buffers:          164676 kB
Cached:           502460 kB
SwapCached:        68244 kB
Active:           916496 kB
Inactive:         377624 kB
Active(anon):     565788 kB
Inactive(anon):    93828 kB
Active(file):     350708 kB
Inactive(file):   283796 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936588 kB
Dirty:             35556 kB
Writeback:             0 kB
AnonPages:        678008 kB
Mapped:            50408 kB
Shmem:             24240 kB
Slab:             137580 kB
SReclaimable:     109276 kB
SUnreclaim:        28304 kB
KernelStack:        4000 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1803116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60792 MiB
End job on node105 at 2019-09-13 20:32:06