Trace number 4392188

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.07 2336.74

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c1w2b.xml
MD5SUMd888f3c6414640c595bd57a6b8e70245
Bench CategoryCOP (optimization 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 variables1981
Number of constraints795
Number of domains2
Minimum domain size82
Maximum domain size397
Distribution of domain sizes[{"size":82,"count":1980},{"size":397,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1584},{"degree":5,"count":396}]
Minimum constraint arity5
Maximum constraint arity1980
Distribution of constraint arities[{"arity":5,"count":792},{"arity":397,"count":1},{"arity":1980,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":396},{"type":"lex","count":1},{"type":"sum","count":396},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392188-1568322938/watcher-4392188-1568322938 -o /tmp/evaluation-result-4392188-1568322938/solver-4392188-1568322938 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=930486717 HOME/instance-4392188-1568322938.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28559, runsolver pid=28556

[startup+0.100062 s]*
/proc/loadavg: 1.50 1.40 1.39 3/223 28616
/proc/meminfo: memFree=31039360/32770624 swapFree=67003368/67108860
[pid=28559] ppid=28556 vsize=9972712 memory=15184 CPUtime=0.08 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 4539 13535 0 0 1 0 4 3 20 0 6 0 408533451 10212057088 3796 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2493178 3796 1935 1 0 2481616 0
[pid=28559/tid=28612] ppid=28556 vsize=9972712 memory=4279135703980473996 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 2323 13535 0 0 1 0 4 3 20 0 6 0 408533460 10212057088 4308 33554432000 4194304 4196468 140737013464192 140197169967696 140197182211422 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 6 0 408533461 10212057088 4308 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=9972712 memory=139752335922816 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 6 0 408533461 10212057088 4308 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 6 0 408533461 10212057088 4308 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 6 0 408533461 10212057088 4308 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15184 KiB

[startup+0.210375 s]*
/proc/loadavg: 1.50 1.40 1.39 4/232 28625
/proc/meminfo: memFree=31018888/32770624 swapFree=67003368/67108860
[pid=28559] ppid=28556 vsize=10818940 memory=36508 CPUtime=0.26 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 6998 13535 0 0 17 2 4 3 20 0 15 0 408533451 11078594560 9127 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2704735 9127 2981 1 0 2667149 0
[pid=28559/tid=28612] ppid=28556 vsize=10818940 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 3467 13535 0 0 11 1 4 3 20 0 15 0 408533460 11078594560 9127 33554432000 4194304 4196468 140737013464192 140197169963136 140197198152282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533461 11078594560 9127 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10818940 memory=139752335922816 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533461 11078594560 9127 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533461 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533461 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10818940 memory=139752335922816 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533462 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 33 13535 0 0 0 0 4 3 20 0 15 0 408533463 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196655908256 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533463 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196054033904 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11078594560 9127 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 348 13535 0 0 0 0 4 3 20 0 15 0 408533466 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 281 13535 0 0 1 0 4 3 20 0 15 0 408533466 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10818940 memory=139752335922816 CPUtime=0.1 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) R 28556 28559 20959 0 -1 4202560 644 13535 0 0 3 0 4 3 20 0 15 0 408533466 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196620245232 140197177057836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11078594560 9127 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10818940 memory=139752335922816 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533466 11078594560 9127 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36508 KiB

[startup+0.3108 s]*
/proc/loadavg: 1.50 1.40 1.39 4/232 28625
/proc/meminfo: memFree=31008764/32770624 swapFree=67003368/67108860
[pid=28559] ppid=28556 vsize=10820096 memory=48368 CPUtime=0.39 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 10764 13535 0 0 29 3 4 3 20 0 15 0 408533451 11079778304 12092 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2705024 12092 3294 1 0 2667149 0
[pid=28559/tid=28612] ppid=28556 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 7205 13535 0 0 19 2 4 3 20 0 15 0 408533460 11079778304 12092 33554432000 4194304 4196468 140737013464192 140197169950480 140196800396807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10820096 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533461 11079778304 12092 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10820096 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533461 11079778304 12092 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533461 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533461 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533462 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 33 13535 0 0 0 0 4 3 20 0 15 0 408533463 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196655908256 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533463 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196054033904 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11079778304 12092 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 349 13535 0 0 1 0 4 3 20 0 15 0 408533466 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 282 13535 0 0 2 0 4 3 20 0 15 0 408533466 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10820096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 668 13535 0 0 5 0 4 3 20 0 15 0 408533466 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11079778304 12092 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533466 11079778304 12092 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48368 KiB

[startup+0.700707 s]
/proc/loadavg: 1.50 1.40 1.39 5/232 28625
/proc/meminfo: memFree=30993044/32770624 swapFree=67003368/67108860
[pid=28559] ppid=28556 vsize=10824340 memory=78384 CPUtime=1.14 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 14842 13535 0 0 102 5 4 3 20 0 15 0 408533451 11084124160 19596 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2706085 19596 3498 1 0 2668173 0
[pid=28559/tid=28612] ppid=28556 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 10529 13535 0 0 55 4 4 3 20 0 15 0 408533460 11084124160 19596 33554432000 4194304 4196468 140737013464192 140197169957856 140197176264458 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533461 11084124160 19596 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10824340 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533461 11084124160 19596 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 2 13535 0 0 0 0 4 3 20 0 15 0 408533461 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533461 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10824340 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 5 13535 0 0 0 0 4 3 20 0 15 0 408533462 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10824340 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 33 13535 0 0 0 0 4 3 20 0 15 0 408533463 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196655908256 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10824340 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533463 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196054033904 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10824340 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11084124160 19596 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10824340 memory=13252 CPUtime=0.22 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 703 13535 0 0 15 0 4 3 20 0 15 0 408533466 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10824340 memory=15460 CPUtime=0.19 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 534 13535 0 0 12 0 4 3 20 0 15 0 408533466 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10824340 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 813 13535 0 0 17 0 4 3 20 0 15 0 408533466 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10824340 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11084124160 19596 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10824340 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533466 11084124160 19596 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78384 KiB

[startup+1.5007 s]
/proc/loadavg: 1.50 1.40 1.39 4/232 28625
/proc/meminfo: memFree=30946988/32770624 swapFree=67003368/67108860
[pid=28559] ppid=28556 vsize=10834656 memory=180732 CPUtime=2.88 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 24809 13535 0 0 272 9 4 3 20 0 15 0 408533451 11094687744 45183 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2708664 45183 3582 1 0 2670733 0
[pid=28559/tid=28612] ppid=28556 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 15731 13535 0 0 130 6 4 3 20 0 15 0 408533460 11094687744 45183 33554432000 4194304 4196468 140737013464192 140197169960448 140197198152861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 322 13535 0 0 1 0 4 3 20 0 15 0 408533461 11094687744 45183 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 81 13535 0 0 1 0 4 3 20 0 15 0 408533461 11094687744 45183 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 13 13535 0 0 0 0 4 3 20 0 15 0 408533461 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 53 13535 0 0 1 0 4 3 20 0 15 0 408533461 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10834656 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 1337 13535 0 0 1 0 4 3 20 0 15 0 408533462 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10834656 memory=279504392104192 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 34 13535 0 0 0 0 4 3 20 0 15 0 408533463 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196655908320 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 1 13535 0 0 0 0 4 3 20 0 15 0 408533463 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196054033920 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10834656 memory=8252 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11094687744 45183 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10834656 memory=5912 CPUtime=0.52 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 1615 13535 0 0 45 0 4 3 20 0 15 0 408533466 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10834656 memory=1056 CPUtime=0.51 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 1508 13535 0 0 44 0 4 3 20 0 15 0 408533466 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10834656 memory=1540 CPUtime=0.51 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 1893 13535 0 0 44 0 4 3 20 0 15 0 408533466 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10834656 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11094687744 45183 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10834656 memory=3436 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 4 13535 0 0 0 0 4 3 20 0 15 0 408533466 11094687744 45183 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10834656 KiB

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

/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 152611 13535 0 0 223836 80 4 3 20 0 15 0 408533460 11107291136 138883 33554432000 4194304 4196468 140737013464192 140197169966688 140196809558932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10846964 memory=571036 CPUtime=13.79 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 25275 13535 0 0 1316 56 4 3 20 0 15 0 408533461 11107291136 138883 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10846964 memory=573088 CPUtime=13.79 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 27026 13535 0 0 1317 55 4 3 20 0 15 0 408533461 11107291136 138883 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10846964 memory=560776 CPUtime=13.78 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 23959 13535 0 0 1315 56 4 3 20 0 15 0 408533461 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10846964 memory=557584 CPUtime=13.83 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 25474 13535 0 0 1318 58 4 3 20 0 15 0 408533461 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10846964 memory=556044 CPUtime=7.31 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 18583 13535 0 0 638 86 4 3 20 0 15 0 408533462 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10846964 memory=279504393502704 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 48 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196655908320 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10846964 memory=556044 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 12 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196054033920 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10846964 memory=561292 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 138883 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10846964 memory=562828 CPUtime=8.65 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 44149 13535 0 0 850 8 4 3 20 0 15 0 408533466 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10846964 memory=570012 CPUtime=8.54 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 43163 13535 0 0 841 6 4 3 20 0 15 0 408533466 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10846964 memory=558212 CPUtime=4.3 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 29964 13535 0 0 417 6 4 3 20 0 15 0 408533466 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10846964 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 138883 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10846964 memory=558212 CPUtime=1.39 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1804 13535 0 0 54 78 4 3 20 0 15 0 408533466 11107291136 138883 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 2324.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 555532 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.32 1.32 3/234 28993
/proc/meminfo: memFree=30200560/32770624 swapFree=67003376/67108860
[pid=28559] ppid=28556 vsize=10846964 memory=562876 CPUtime=2385.31 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 403825 13535 0 0 238068 456 4 3 20 0 15 0 408533451 11107291136 140719 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2711741 140719 3630 1 0 2673805 0
[pid=28559/tid=28612] ppid=28556 vsize=10846964 memory=538772 CPUtime=2298.51 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 159908 13535 0 0 229761 83 4 3 20 0 15 0 408533460 11107291136 140719 33554432000 4194304 4196468 140737013464192 140197169965904 140196809459345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10846964 memory=555008 CPUtime=14.22 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 25703 13535 0 0 1357 58 4 3 20 0 15 0 408533461 11107291136 140719 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10846964 memory=542876 CPUtime=14.22 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 27340 13535 0 0 1358 57 4 3 20 0 15 0 408533461 11107291136 140719 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10846964 memory=548004 CPUtime=14.21 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 24724 13535 0 0 1356 58 4 3 20 0 15 0 408533461 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10846964 memory=562876 CPUtime=14.25 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 25920 13535 0 0 1359 59 4 3 20 0 15 0 408533461 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10846964 memory=537984 CPUtime=7.51 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 18851 13535 0 0 655 89 4 3 20 0 15 0 408533462 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10846964 memory=546400 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 48 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196655908320 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10846964 memory=540832 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 12 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196054033920 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10846964 memory=539796 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 140719 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10846964 memory=1564 CPUtime=8.65 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 44151 13535 0 0 850 8 4 3 20 0 15 0 408533466 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10846964 memory=548460 CPUtime=8.54 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 43165 13535 0 0 841 6 4 3 20 0 15 0 408533466 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10846964 memory=1036 CPUtime=4.31 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 29966 13535 0 0 417 7 4 3 20 0 15 0 408533466 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10846964 memory=548460 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 140719 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10846964 memory=111628 CPUtime=1.43 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1820 13535 0 0 55 81 4 3 20 0 15 0 408533466 11107291136 140719 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 2385.31 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 562876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2336.7 s]
/proc/loadavg: 1.33 1.30 1.31 3/233 28994
/proc/meminfo: memFree=30216864/32770624 swapFree=67003376/67108860
[pid=28559] ppid=28556 vsize=10846964 memory=545900 CPUtime=2400 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 404193 13535 0 0 239535 458 4 3 20 0 15 0 408533451 11107291136 136475 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2711741 136475 3630 1 0 2673805 0
[pid=28559/tid=28612] ppid=28556 vsize=10846964 memory=12024 CPUtime=2312.74 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 160097 13535 0 0 231184 83 4 3 20 0 15 0 408533460 11107291136 136475 33554432000 4194304 4196468 140737013464192 140197169966688 140196809559028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10846964 memory=546412 CPUtime=14.32 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 25754 13535 0 0 1367 58 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10846964 memory=547440 CPUtime=14.32 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 27387 13535 0 0 1368 57 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10846964 memory=551032 CPUtime=14.31 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 24780 13535 0 0 1366 58 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10846964 memory=546928 CPUtime=14.34 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 25932 13535 0 0 1368 59 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10846964 memory=548464 CPUtime=7.56 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 18864 13535 0 0 659 90 4 3 20 0 15 0 408533462 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10846964 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 48 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196655908320 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10846964 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 12 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196054033920 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10846964 memory=2052 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10846964 memory=4872558044660077418 CPUtime=8.65 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 44151 13535 0 0 850 8 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10846964 memory=547488 CPUtime=8.54 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 43165 13535 0 0 841 6 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10846964 memory=1540 CPUtime=4.31 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 29966 13535 0 0 417 7 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10846964 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10846964 memory=3436 CPUtime=1.43 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1820 13535 0 0 55 81 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 545900 KiB

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

[startup+2336.74 s]
# the end of solver process 28559 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.44 s, system=4.63246 s

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

[startup+2336.7 s]
/proc/loadavg: 1.33 1.30 1.31 3/233 28994
/proc/meminfo: memFree=30216864/32770624 swapFree=67003376/67108860
[pid=28559] ppid=28556 vsize=10846964 memory=545900 CPUtime=2400 cores=1,3,5,7
/proc/28559/stat : 28559 (java) S 28556 28559 20959 0 -1 1077944320 404193 13535 0 0 239535 458 4 3 20 0 15 0 408533451 11107291136 136475 33554432000 4194304 4196468 140737013464192 140737013446736 140197198130935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
/proc/28559/statm: 2711741 136475 3630 1 0 2673805 0
[pid=28559/tid=28612] ppid=28556 vsize=10846964 memory=12024 CPUtime=2312.74 cores=1,3,5,7
/proc/28559/task/28612/stat : 28612 (java) R 28556 28559 20959 0 -1 4202560 160097 13535 0 0 231184 83 4 3 20 0 15 0 408533460 11107291136 136475 33554432000 4194304 4196468 140737013464192 140197169966688 140196809559028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28613] ppid=28556 vsize=10846964 memory=546412 CPUtime=14.32 cores=1,3,5,7
/proc/28559/task/28613/stat : 28613 (java) S 28556 28559 20959 0 -1 1077944384 25754 13535 0 0 1367 58 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140197202372880 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28614] ppid=28556 vsize=10846964 memory=547440 CPUtime=14.32 cores=1,3,5,7
/proc/28559/task/28614/stat : 28614 (java) S 28556 28559 20959 0 -1 1077944384 27387 13535 0 0 1368 57 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140197129853328 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28615] ppid=28556 vsize=10846964 memory=551032 CPUtime=14.31 cores=1,3,5,7
/proc/28559/task/28615/stat : 28615 (java) S 28556 28559 20959 0 -1 1077944384 24780 13535 0 0 1366 58 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196769802768 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28616] ppid=28556 vsize=10846964 memory=546928 CPUtime=14.34 cores=1,3,5,7
/proc/28559/task/28616/stat : 28616 (java) S 28556 28559 20959 0 -1 1077944384 25932 13535 0 0 1368 59 4 3 20 0 15 0 408533461 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196768750224 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28617] ppid=28556 vsize=10846964 memory=548464 CPUtime=7.56 cores=1,3,5,7
/proc/28559/task/28617/stat : 28617 (java) S 28556 28559 20959 0 -1 1077944384 18864 13535 0 0 659 90 4 3 20 0 15 0 408533462 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196656962032 140197198142082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28618] ppid=28556 vsize=10846964 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28618/stat : 28618 (java) S 28556 28559 20959 0 -1 1077944384 48 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196655908320 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28619] ppid=28556 vsize=10846964 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28619/stat : 28619 (java) S 28556 28559 20959 0 -1 1077944384 12 13535 0 0 0 0 4 3 20 0 15 0 408533463 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196054033920 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28620] ppid=28556 vsize=10846964 memory=2052 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28620/stat : 28620 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140195746634448 140197198149531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28621] ppid=28556 vsize=10846964 memory=4872558044660077418 CPUtime=8.65 cores=1,3,5,7
/proc/28559/task/28621/stat : 28621 (java) S 28556 28559 20959 0 -1 1077944384 44151 13535 0 0 850 8 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196622350320 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28622] ppid=28556 vsize=10846964 memory=547488 CPUtime=8.54 cores=1,3,5,7
/proc/28559/task/28622/stat : 28622 (java) S 28556 28559 20959 0 -1 1077944384 43165 13535 0 0 841 6 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196621297776 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28623] ppid=28556 vsize=10846964 memory=1540 CPUtime=4.31 cores=1,3,5,7
/proc/28559/task/28623/stat : 28623 (java) S 28556 28559 20959 0 -1 1077944384 29966 13535 0 0 417 7 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196620245232 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28624] ppid=28556 vsize=10846964 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/28559/task/28624/stat : 28624 (java) S 28556 28559 20959 0 -1 1077944384 3 13535 0 0 0 0 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140195713075808 140197198141141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
[pid=28559/tid=28625] ppid=28556 vsize=10846964 memory=3436 CPUtime=1.43 cores=1,3,5,7
/proc/28559/task/28625/stat : 28625 (java) S 28556 28559 20959 0 -1 1077944384 1820 13535 0 0 55 81 4 3 20 0 15 0 408533466 11107291136 136475 33554432000 4194304 4196468 140737013464192 140196619193136 140197198142082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140737013471990 140737013474501 140737013474501 140737013477327 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 545900 KiB

Child status: 143
Real time (s): 2336.74
CPU time (s): 2400.07
CPU user time (s): 2395.44
CPU system time (s): 4.63246
CPU usage (%): 102.71
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2536812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.44
system time used= 4.63246
maximum resident set size= 2539896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 211352
involuntary context switches= 6682


# summary of solver processes directly reported to runsolver:
#   pid: 28559
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2395.44
#   total CPU system time (s): 4.63246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8212 second user time and 22.9978 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 23:14:59
IDJOB=4392188
IDBENCH=136273
IDSOLVER=2837
FILE ID=node133/4392188-1568322938
RUNJOBID= node133-1568301421-20991
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c1w2b.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392188-1568322938/watcher-4392188-1568322938 -o /tmp/evaluation-result-4392188-1568322938/solver-4392188-1568322938 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=930486717 HOME/instance-4392188-1568322938.xml

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

MD5SUM BENCH= d888f3c6414640c595bd57a6b8e70245
RANDOM SEED=930486717

node133.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.18
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.18
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.18
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.18
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:        31045016 kB
MemAvailable:   31302320 kB
Buffers:          126180 kB
Cached:           415548 kB
SwapCached:         3548 kB
Active:           921076 kB
Inactive:         225056 kB
Active(anon):     628236 kB
Inactive(anon):    16420 kB
Active(file):     292840 kB
Inactive(file):   208636 kB
Unevictable:      110512 kB
Mlocked:          110512 kB
SwapTotal:      67108860 kB
SwapFree:       67003368 kB
Dirty:             35100 kB
Writeback:             0 kB
AnonPages:        722040 kB
Mapped:            56184 kB
Shmem:             31228 kB
Slab:             172384 kB
SReclaimable:     143324 kB
SUnreclaim:        29060 kB
KernelStack:        4064 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1867272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 23:53:56