Trace number 4396037

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.11 2467.43

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesT/
StripPacking-T5c.xml
MD5SUM3657d2b4866232829f5e159967af0f72
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 variables365
Number of constraints220
Number of domains75
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":213},{"size":200,"count":146}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":73},{"degree":2,"count":146},{"degree":3,"count":146}]
Minimum constraint arity2
Maximum constraint arity292
Distribution of constraint arities[{"arity":2,"count":146},{"arity":3,"count":73},{"arity":292,"count":1}]
Number of extensional constraints73
Number of intensional constraints146
Distribution of constraint types[{"type":"extension","count":73},{"type":"intension","count":146},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396037-1568393581/watcher-4396037-1568393581 -o /tmp/evaluation-result-4396037-1568393581/solver-4396037-1568393581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=128143636 HOME/instance-4396037-1568393581.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB
solver pid=17328, runsolver pid=17325


[startup+0.100206 s]*
/proc/loadavg: 1.47 1.28 1.37 3/223 17384
/proc/meminfo: memFree=29559088/32770624 swapFree=66916516/67108860
[pid=17328] ppid=17325 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 4443 13019 0 0 1 1 5 2 20 0 6 0 415608612 10212057088 4203 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2493178 4203 1935 1 0 2481616 0
[pid=17328/tid=17381] ppid=17325 vsize=9972712 memory=4279135703946462605 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 2250 13019 0 0 0 0 5 2 20 0 6 0 415608622 10212057088 4203 33554432000 4194304 4196468 140733047136192 140000374862416 140000388708181 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 6 0 415608622 10212057088 4203 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=9972712 memory=139846240519808 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 6 0 415608622 10212057088 4203 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 6 0 415608622 10212057088 4203 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 6 0 415608622 10212057088 4203 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210604 s]*
/proc/loadavg: 1.47 1.28 1.37 4/233 17394
/proc/meminfo: memFree=29539212/32770624 swapFree=66916516/67108860
[pid=17328] ppid=17325 vsize=10819664 memory=39448 CPUtime=0.26 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 7180 13019 0 0 17 2 5 2 20 0 15 0 415608612 11079335936 9862 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2704916 9862 3171 1 0 2667149 0
[pid=17328/tid=17381] ppid=17325 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 3682 13019 0 0 10 1 5 2 20 0 15 0 415608622 11079335936 9862 33554432000 4194304 4196468 140733047136192 140000374858672 140000387106142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10819664 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079335936 9862 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10819664 memory=3619123223892936352 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079335936 9862 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079335936 9862 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079335936 9862 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10819664 memory=139846240519808 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 415608624 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 13 13019 0 0 0 0 5 2 20 0 15 0 415608624 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999760606240 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608624 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999223735152 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11079335936 9862 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 612 13019 0 0 1 0 5 2 20 0 15 0 415608627 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 45 13019 0 0 0 0 5 2 20 0 15 0 415608627 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10819664 memory=139846240519808 CPUtime=0.1 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 609 13019 0 0 3 0 5 2 20 0 15 0 415608627 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11079335936 9862 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10819664 memory=139846240519808 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608628 11079335936 9862 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39448 KiB

[startup+0.31101 s]*
/proc/loadavg: 1.47 1.28 1.37 3/233 17394
/proc/meminfo: memFree=29525524/32770624 swapFree=66916516/67108860
[pid=17328] ppid=17325 vsize=10820148 memory=50576 CPUtime=0.39 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 10873 13019 0 0 29 3 5 2 20 0 15 0 415608612 11079831552 12644 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2705037 12644 3303 1 0 2667149 0
[pid=17328/tid=17381] ppid=17325 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 7356 13019 0 0 19 2 5 2 20 0 15 0 415608622 11079831552 12644 33554432000 4194304 4196468 140733047136192 140000374825568 140000387106142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079831552 12644 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079831552 12644 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079831552 12644 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11079831552 12644 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 415608624 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 13 13019 0 0 0 0 5 2 20 0 15 0 415608624 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999760606240 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608624 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999223735152 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11079831552 12644 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 621 13019 0 0 2 0 5 2 20 0 15 0 415608627 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 46 13019 0 0 1 0 5 2 20 0 15 0 415608627 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10820148 memory=139846240519808 CPUtime=0.12 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 618 13019 0 0 5 0 5 2 20 0 15 0 415608627 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11079831552 12644 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10820148 memory=139846240519808 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608628 11079831552 12644 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50576 KiB

[startup+0.700694 s]
/proc/loadavg: 1.47 1.28 1.37 3/233 17394
/proc/meminfo: memFree=29512284/32770624 swapFree=66916516/67108860
[pid=17328] ppid=17325 vsize=10824360 memory=83192 CPUtime=1.12 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 15036 13019 0 0 100 5 5 2 20 0 15 0 415608612 11084144640 20798 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2706090 20798 3504 1 0 2668173 0
[pid=17328/tid=17381] ppid=17325 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 10340 13019 0 0 55 4 5 2 20 0 15 0 415608622 11084144640 20798 33554432000 4194304 4196468 140733047136192 140000374855200 140000403047581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11084144640 20798 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11084144640 20798 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10824360 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 415608622 11084144640 20798 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608622 11084144640 20798 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 5 13019 0 0 0 0 5 2 20 0 15 0 415608624 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 13 13019 0 0 0 0 5 2 20 0 15 0 415608624 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999760606240 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10824360 memory=139846081458960 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608624 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999223735152 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10824360 memory=139848430125658 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11084144640 20798 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10824360 memory=8300 CPUtime=0.22 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 1108 13019 0 0 15 0 5 2 20 0 15 0 415608627 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10824360 memory=6297835844906604903 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 517 13019 0 0 12 0 5 2 20 0 15 0 415608627 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10824360 memory=6081102367496366441 CPUtime=0.24 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 834 13019 0 0 17 0 5 2 20 0 15 0 415608627 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10824360 memory=3628 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11084144640 20798 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10824360 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608628 11084144640 20798 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83192 KiB

[startup+1.50462 s]
/proc/loadavg: 1.47 1.28 1.37 5/233 17396
/proc/meminfo: memFree=29462072/32770624 swapFree=66916516/67108860
[pid=17328] ppid=17325 vsize=10834676 memory=204888 CPUtime=3.06 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 35940 13019 0 0 287 12 5 2 20 0 15 0 415608612 11094708224 51222 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2708669 51222 3585 1 0 2670733 0
[pid=17328/tid=17381] ppid=17325 vsize=10834676 memory=13796 CPUtime=1.42 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 17608 13019 0 0 129 6 5 2 20 0 15 0 415608622 11094708224 51222 33554432000 4194304 4196468 140733047136192 140000374857648 140000387069285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10834676 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 310 13019 0 0 0 0 5 2 20 0 15 0 415608622 11094708224 51222 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10834676 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 81 13019 0 0 1 0 5 2 20 0 15 0 415608622 11094708224 51222 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10834676 memory=2988 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 74 13019 0 0 1 0 5 2 20 0 15 0 415608622 11094708224 51222 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10834676 memory=83192 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 28 13019 0 0 1 0 5 2 20 0 15 0 415608622 11094708224 51222 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 174 13019 0 0 1 0 5 2 20 0 15 0 415608624 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 14 13019 0 0 0 0 5 2 20 0 15 0 415608624 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999760606304 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608624 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999223735168 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10834676 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11094708224 51222 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10834676 memory=6935649255759568960 CPUtime=0.68 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) R 17325 17328 15665 0 -1 4202560 6301 13019 0 0 61 0 5 2 20 0 15 0 415608627 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999861024480 140000388150356 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10834676 memory=279692163193728 CPUtime=0.55 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 7012 13019 0 0 48 0 5 2 20 0 15 0 415608627 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10834676 memory=6944656592452807323 CPUtime=0.49 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 2126 13019 0 0 41 1 5 2 20 0 15 0 415608627 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10834676 memory=4137290303932963203 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11094708224 51222 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10834676 memory=6944656591801719708 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 415608628 11094708224 51222 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10834676 KiB

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

/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 75401 13019 0 0 229598 52 5 2 20 0 15 0 415608622 11109408768 255430 33554432000 4194304 4196468 140733047136192 140000374860320 139999986796891 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10849032 memory=1021720 CPUtime=11.87 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 14597 13019 0 0 1129 51 5 2 20 0 15 0 415608622 11109408768 255430 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10849032 memory=1021720 CPUtime=11.82 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 11229 13019 0 0 1116 59 5 2 20 0 15 0 415608622 11109408768 255430 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10849032 memory=1021720 CPUtime=11.85 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 14150 13019 0 0 1123 55 5 2 20 0 15 0 415608622 11109408768 255430 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10849032 memory=1021720 CPUtime=11.89 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 16331 13019 0 0 1129 53 5 2 20 0 15 0 415608622 11109408768 255430 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10849032 memory=1021720 CPUtime=10.94 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 15300 13019 0 0 1030 57 5 2 20 0 15 0 415608624 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10849032 memory=1021720 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 18 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999760606304 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10849032 memory=1021720 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 10 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999223735168 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10849032 memory=1021720 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255430 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10849032 memory=1021720 CPUtime=7 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 44322 13019 0 0 688 5 5 2 20 0 15 0 415608627 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10849032 memory=1021720 CPUtime=7.3 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 43839 13019 0 0 720 3 5 2 20 0 15 0 415608627 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10849032 memory=1021720 CPUtime=2.56 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 24692 13019 0 0 243 6 5 2 20 0 15 0 415608627 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10849032 memory=1021720 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255430 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10849032 memory=1021720 CPUtime=1.45 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1543 13019 0 0 69 69 5 2 20 0 15 0 415608628 11109408768 255430 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 2372.73 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1021720 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.38 1.39 3/233 17777
/proc/meminfo: memFree=28314300/32770624 swapFree=66916520/67108860
[pid=17328] ppid=17325 vsize=10849032 memory=1020248 CPUtime=2433.66 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 265953 13019 0 0 243002 357 5 2 20 0 15 0 415608612 11109408768 255062 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2712258 255062 3639 1 0 2674317 0
[pid=17328/tid=17381] ppid=17325 vsize=10849032 memory=1020764 CPUtime=2355.89 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 76362 13019 0 0 235529 53 5 2 20 0 15 0 415608622 11109408768 255062 33554432000 4194304 4196468 140733047136192 140000374860240 139999998450407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10849032 memory=1020248 CPUtime=12.18 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 14648 13019 0 0 1158 53 5 2 20 0 15 0 415608622 11109408768 255062 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10849032 memory=1020248 CPUtime=12.14 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 11383 13019 0 0 1146 61 5 2 20 0 15 0 415608622 11109408768 255062 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10849032 memory=1020248 CPUtime=12.17 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 14481 13019 0 0 1153 57 5 2 20 0 15 0 415608622 11109408768 255062 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10849032 memory=1020248 CPUtime=12.2 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 16407 13019 0 0 1158 55 5 2 20 0 15 0 415608622 11109408768 255062 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10849032 memory=100 CPUtime=11.22 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 15535 13019 0 0 1057 58 5 2 20 0 15 0 415608624 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10849032 memory=6944656592455097392 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 18 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999760606304 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10849032 memory=1020248 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 10 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999223735168 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10849032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255062 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10849032 memory=1020248 CPUtime=7 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 44324 13019 0 0 688 5 5 2 20 0 15 0 415608627 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10849032 memory=928 CPUtime=7.32 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 44329 13019 0 0 722 3 5 2 20 0 15 0 415608627 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10849032 memory=1020248 CPUtime=2.56 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 24694 13019 0 0 243 6 5 2 20 0 15 0 415608627 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10849032 memory=3628 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255062 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10849032 memory=38836 CPUtime=1.48 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1550 13019 0 0 70 71 5 2 20 0 15 0 415608628 11109408768 255062 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 2433.66 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1020248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.42 1.40 3/234 17784
/proc/meminfo: memFree=28351532/32770624 swapFree=66916520/67108860
[pid=17328] ppid=17325 vsize=10849032 memory=1020316 CPUtime=2494.56 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 267405 13019 0 0 249084 365 5 2 20 0 15 0 415608612 11109408768 255079 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2712258 255079 3639 1 0 2674317 0
[pid=17328/tid=17381] ppid=17325 vsize=10849032 memory=1020316 CPUtime=2415.24 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 77101 13019 0 0 241463 54 5 2 20 0 15 0 415608622 11109408768 255079 33554432000 4194304 4196468 140733047136192 140000374860656 139999997539063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10849032 memory=1020316 CPUtime=12.49 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 14751 13019 0 0 1188 54 5 2 20 0 15 0 415608622 11109408768 255079 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10849032 memory=1020316 CPUtime=12.45 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 11401 13019 0 0 1175 63 5 2 20 0 15 0 415608622 11109408768 255079 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10849032 memory=1020316 CPUtime=12.48 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 14804 13019 0 0 1183 58 5 2 20 0 15 0 415608622 11109408768 255079 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10849032 memory=1020316 CPUtime=12.52 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 16428 13019 0 0 1189 56 5 2 20 0 15 0 415608622 11109408768 255079 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10849032 memory=1020312 CPUtime=11.49 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 15769 13019 0 0 1083 59 5 2 20 0 15 0 415608624 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10849032 memory=1020316 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 18 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999760606304 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10849032 memory=1020316 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 10 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999223735168 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10849032 memory=1020316 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255079 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10849032 memory=1020316 CPUtime=7 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 44326 13019 0 0 688 5 5 2 20 0 15 0 415608627 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10849032 memory=2044 CPUtime=7.32 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 44331 13019 0 0 722 3 5 2 20 0 15 0 415608627 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10849032 memory=1020316 CPUtime=2.56 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 24696 13019 0 0 243 6 5 2 20 0 15 0 415608627 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10849032 memory=1020316 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255079 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10849032 memory=1020316 CPUtime=1.52 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1558 13019 0 0 72 73 5 2 20 0 15 0 415608628 11109408768 255079 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 2494.56 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1020316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.4 s]
/proc/loadavg: 1.48 1.42 1.40 3/234 17785
/proc/meminfo: memFree=28351620/32770624 swapFree=66916520/67108860
[pid=17328] ppid=17325 vsize=10849032 memory=1020404 CPUtime=2520.05 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17325 17328 15665 0 -1 1077944320 268512 13019 0 0 251630 368 5 2 20 0 15 0 415608612 11109408768 255101 33554432000 4194304 4196468 140733047136192 140733047118736 140000403025655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
/proc/17328/statm: 2712258 255101 3639 1 0 2674317 0
[pid=17328/tid=17381] ppid=17325 vsize=10849032 memory=1020388 CPUtime=2440.04 cores=0,2,4,6
/proc/17328/task/17381/stat : 17381 (java) R 17325 17328 15665 0 -1 4202560 77577 13019 0 0 243943 54 5 2 20 0 15 0 415608622 11109408768 255101 33554432000 4194304 4196468 140733047136192 140000374860320 139999997144522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17382] ppid=17325 vsize=10849032 memory=38836 CPUtime=12.64 cores=0,2,4,6
/proc/17328/task/17382/stat : 17382 (java) S 17325 17328 15665 0 -1 1077944384 14770 13019 0 0 1202 55 5 2 20 0 15 0 415608622 11109408768 255101 33554432000 4194304 4196468 140733047136192 140000407268496 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17383] ppid=17325 vsize=10849032 memory=992 CPUtime=12.59 cores=0,2,4,6
/proc/17328/task/17383/stat : 17383 (java) S 17325 17328 15665 0 -1 1077944384 11686 13019 0 0 1188 64 5 2 20 0 15 0 415608622 11109408768 255101 33554432000 4194304 4196468 140733047136192 140000306158608 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17384] ppid=17325 vsize=10849032 memory=1020404 CPUtime=12.62 cores=0,2,4,6
/proc/17328/task/17384/stat : 17384 (java) S 17325 17328 15665 0 -1 1077944384 14872 13019 0 0 1196 59 5 2 20 0 15 0 415608622 11109408768 255101 33554432000 4194304 4196468 140733047136192 140000305105808 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17385] ppid=17325 vsize=10849032 memory=1020388 CPUtime=12.66 cores=0,2,4,6
/proc/17328/task/17385/stat : 17385 (java) S 17325 17328 15665 0 -1 1077944384 16473 13019 0 0 1202 57 5 2 20 0 15 0 415608622 11109408768 255101 33554432000 4194304 4196468 140733047136192 140000304053008 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17386] ppid=17325 vsize=10849032 memory=1408 CPUtime=11.62 cores=0,2,4,6
/proc/17328/task/17386/stat : 17386 (java) S 17325 17328 15665 0 -1 1077944384 15978 13019 0 0 1095 60 5 2 20 0 15 0 415608624 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999862090096 140000403036802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17387] ppid=17325 vsize=10849032 memory=2996 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17387/stat : 17387 (java) S 17325 17328 15665 0 -1 1077944384 18 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999760606304 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17388] ppid=17325 vsize=10849032 memory=895700 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17388/stat : 17388 (java) S 17325 17328 15665 0 -1 1077944384 10 13019 0 0 0 0 5 2 20 0 15 0 415608624 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999223735168 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17389] ppid=17325 vsize=10849032 memory=1020388 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17389/stat : 17389 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255101 33554432000 4194304 4196468 140733047136192 139998916335440 140000403044251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17390] ppid=17325 vsize=10849032 memory=6791534058613427641 CPUtime=7 cores=0,2,4,6
/proc/17328/task/17390/stat : 17390 (java) S 17325 17328 15665 0 -1 1077944384 44326 13019 0 0 688 5 5 2 20 0 15 0 415608627 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999861037936 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17391] ppid=17325 vsize=10849032 memory=14012 CPUtime=7.32 cores=0,2,4,6
/proc/17328/task/17391/stat : 17391 (java) S 17325 17328 15665 0 -1 1077944384 44331 13019 0 0 722 3 5 2 20 0 15 0 415608627 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999859985136 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17392] ppid=17325 vsize=10849032 memory=3628 CPUtime=2.56 cores=0,2,4,6
/proc/17328/task/17392/stat : 17392 (java) S 17325 17328 15665 0 -1 1077944384 24696 13019 0 0 243 6 5 2 20 0 15 0 415608627 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999858932336 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17393] ppid=17325 vsize=10849032 memory=38836 CPUtime=0.07 cores=0,2,4,6
/proc/17328/task/17393/stat : 17393 (java) S 17325 17328 15665 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 415608627 11109408768 255101 33554432000 4194304 4196468 140733047136192 139998882777824 140000403035861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
[pid=17328/tid=17394] ppid=17325 vsize=10849032 memory=992 CPUtime=1.53 cores=0,2,4,6
/proc/17328/task/17394/stat : 17394 (java) S 17325 17328 15665 0 -1 1077944384 1563 13019 0 0 73 73 5 2 20 0 15 0 415608628 11109408768 255101 33554432000 4194304 4196468 140733047136192 139999857879728 140000403036802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26591232 140733047139056 140733047141573 140733047141573 140733047144399 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1020404 KiB

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

[startup+2467.43 s]
# the end of solver process 17328 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.72398 s

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

Child status: 143
Real time (s): 2467.43
CPU time (s): 2520.11
CPU user time (s): 2516.38
CPU system time (s): 3.72398
CPU usage (%): 102.135
Max. virtual memory (cumulated for all children) (KiB): 10854288
Max. memory (cumulated for all children) (KiB): 1061100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.72398
maximum resident set size= 1061100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299292
involuntary context switches= 11681


# summary of solver processes directly reported to runsolver:
#   pid: 17328
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.72398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4526 second user time and 24.1302 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 18:52:19
IDJOB=4396037
IDBENCH=120483
IDSOLVER=2846
FILE ID=node134/4396037-1568393581
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesT/StripPacking-T5c.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396037-1568393581/watcher-4396037-1568393581 -o /tmp/evaluation-result-4396037-1568393581/solver-4396037-1568393581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=128143636 HOME/instance-4396037-1568393581.xml

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

MD5SUM BENCH= 3657d2b4866232829f5e159967af0f72
RANDOM SEED=128143636

node134.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.76
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.76
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.76
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.76
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:        29565608 kB
MemAvailable:   31113504 kB
Buffers:          175684 kB
Cached:          1639460 kB
SwapCached:        90700 kB
Active:          1200044 kB
Inactive:        1390312 kB
Active(anon):     708480 kB
Inactive(anon):   106556 kB
Active(file):     491564 kB
Inactive(file):  1283756 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916516 kB
Dirty:             35660 kB
Writeback:             0 kB
AnonPages:        809112 kB
Mapped:            57092 kB
Shmem:             30968 kB
Slab:             207432 kB
SReclaimable:     176824 kB
SUnreclaim:        30608 kB
KernelStack:        4080 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1925792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59508 MiB
End job on node134 at 2019-09-13 19:33:27