Trace number 4396561

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.12.2? (TO) 2400.12 2362.63

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b1r5.xml
MD5SUMd746abd17fd9f5e52f47be3617d955ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.25539
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size35
Distribution of domain sizes[{"size":6,"count":1},{"size":35,"count":50}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":45},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity50
Distribution of constraint arities[{"arity":6,"count":1},{"arity":10,"count":10},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
2400.07/2362.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2362.61		at concrete.MAC.mac(MAC.scala:192)
2400.07/2362.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2362.61		at scala.util.Try$.apply(Try.scala:212)
2400.07/2362.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2362.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2362.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2362.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2362.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2362.61		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.07/2362.61		at concrete.ProblemState.map(ProblemState.scala:238)
2400.07/2362.61		at concrete.ProblemState.map(ProblemState.scala:212)
2400.07/2362.61		at concrete.MAC.nextSolution(MAC.scala:348)
2400.07/2362.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2362.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2362.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2362.61		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2362.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2362.61		at scala.util.Success.map(Try.scala:264)
2400.07/2362.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2362.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2362.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2362.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2362.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2362.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2362.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2362.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2362.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2362.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2362.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2362.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2362.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2362.61		at scala.App.main(App.scala:75)
2400.07/2362.61		at scala.App.main$(App.scala:73)
2400.07/2362.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2362.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2362.61	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9972 MiB free)
  memory of node 1: 16384 MiB (12278 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396561-1568406076/watcher-4396561-1568406076 -o /tmp/evaluation-result-4396561-1568406076/solver-4396561-1568406076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6335 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1554192054 HOME/instance-4396561-1568406076.xml 

running on 4 cores: 0,2,4,6

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=9614, runsolver pid=9611


[startup+0.100078 s]*
/proc/loadavg: 1.52 1.45 1.47 6/219 9671
/proc/meminfo: memFree=22779412/32770624 swapFree=66999280/67108860
[pid=9614] ppid=9611 vsize=9972712 memory=15180 CPUtime=0.09 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 4526 12995 0 0 1 0 5 3 20 0 6 0 416546017 10212057088 3795 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2493178 3795 1935 1 0 2481616 0
[pid=9614/tid=9667] ppid=9611 vsize=9972712 memory=-8458169962982588359 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 2343 12995 0 0 1 0 5 3 20 0 6 0 416546026 10212057088 3795 33554432000 4194304 4196468 140726724522416 139896648458832 139896660702588 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 6 0 416546026 10212057088 3795 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=9972712 memory=140545244378752 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 6 0 416546026 10212057088 3795 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 6 0 416546026 10212057088 3795 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 6 0 416546026 10212057088 3795 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210059 s]*
/proc/loadavg: 1.52 1.45 1.47 6/228 9680
/proc/meminfo: memFree=22740324/32770624 swapFree=66999280/67108860
[pid=9614] ppid=9611 vsize=10819664 memory=40836 CPUtime=0.26 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 7494 12995 0 0 17 1 5 3 20 0 15 0 416546017 11079335936 10209 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2704916 10209 3186 1 0 2667149 0
[pid=9614/tid=9667] ppid=9611 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 3890 12995 0 0 10 1 5 3 20 0 15 0 416546026 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896648455088 139896660702558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10819664 memory=140545244388495 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10819664 memory=140545244378752 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546028 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 33 12995 0 0 0 0 5 3 20 0 15 0 416546028 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896134911264 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896010303088 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11079335936 10209 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 197 12995 0 0 1 0 5 3 20 0 15 0 416546031 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 475 12995 0 0 1 0 5 3 20 0 15 0 416546031 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10819664 memory=140545244378752 CPUtime=0.11 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 683 12995 0 0 3 0 5 3 20 0 15 0 416546031 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11079335936 10209 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10819664 memory=140545244378752 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546032 11079335936 10209 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40836 KiB

[startup+0.310454 s]*
/proc/loadavg: 1.52 1.45 1.47 5/228 9680
/proc/meminfo: memFree=22726412/32770624 swapFree=66999280/67108860
[pid=9614] ppid=9611 vsize=10820148 memory=51968 CPUtime=0.4 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 11217 12995 0 0 29 3 5 3 20 0 15 0 416546017 11079831552 12992 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2705037 12992 3318 1 0 2667149 0
[pid=9614/tid=9667] ppid=9611 vsize=10820148 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 7548 12995 0 0 19 3 5 3 20 0 15 0 416546026 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896648421984 139896660665701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546026 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546028 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 33 12995 0 0 0 0 5 3 20 0 15 0 416546028 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896134911264 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896010303088 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11079831552 12992 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 216 12995 0 0 1 0 5 3 20 0 15 0 416546031 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 481 12995 0 0 1 0 5 3 20 0 15 0 416546031 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10820148 memory=140545244378752 CPUtime=0.13 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 721 12995 0 0 5 0 5 3 20 0 15 0 416546031 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11079831552 12992 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10820148 memory=140545244378752 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546032 11079831552 12992 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51968 KiB

[startup+0.700622 s]
/proc/loadavg: 1.52 1.45 1.47 4/228 9680
/proc/meminfo: memFree=22710316/32770624 swapFree=66999280/67108860
[pid=9614] ppid=9611 vsize=10824360 memory=86520 CPUtime=1.13 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 15331 12995 0 0 99 6 5 3 20 0 15 0 416546017 11084144640 21630 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2706090 21630 3511 1 0 2668173 0
[pid=9614/tid=9667] ppid=9611 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 10457 12995 0 0 54 5 5 3 20 0 15 0 416546026 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896648449696 139896676643997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10824360 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546026 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546026 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 5 12995 0 0 0 0 5 3 20 0 15 0 416546028 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 33 12995 0 0 0 0 5 3 20 0 15 0 416546028 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896134911264 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10824360 memory=140545087386384 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896010303088 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10824360 memory=140548509794908 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11084144640 21630 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10824360 memory=612 CPUtime=0.2 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 664 12995 0 0 12 0 5 3 20 0 15 0 416546031 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10824360 memory=7302135314614015845 CPUtime=0.23 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 912 12995 0 0 15 0 5 3 20 0 15 0 416546031 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10824360 memory=6081102367496956009 CPUtime=0.25 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 1042 12995 0 0 17 0 5 3 20 0 15 0 416546031 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10824360 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11084144640 21630 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546032 11084144640 21630 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 86520 KiB

[startup+1.50069 s]
/proc/loadavg: 1.52 1.45 1.47 5/228 9680
/proc/meminfo: memFree=22640112/32770624 swapFree=66999280/67108860
[pid=9614] ppid=9611 vsize=10834676 memory=172260 CPUtime=2.43 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 22107 12995 0 0 224 11 5 3 20 0 15 0 416546017 11094708224 43065 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2708669 43065 3573 1 0 2670733 0
[pid=9614/tid=9667] ppid=9611 vsize=10834676 memory=2129104 CPUtime=1.44 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 15394 12995 0 0 129 7 5 3 20 0 15 0 416546026 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896648417824 139896676634006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 62 12995 0 0 1 0 5 3 20 0 15 0 416546026 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10834676 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 392 12995 0 0 0 0 5 3 20 0 15 0 416546026 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10834676 memory=2424 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 20 12995 0 0 1 0 5 3 20 0 15 0 416546026 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10834676 memory=86520 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 65 12995 0 0 0 0 5 3 20 0 15 0 416546026 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 119 12995 0 0 1 0 5 3 20 0 15 0 416546028 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 34 12995 0 0 0 0 5 3 20 0 15 0 416546028 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896134911328 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896010303104 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11094708224 43080 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10834676 memory=4638778398332698720 CPUtime=0.31 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) R 9611 9614 6304 0 -1 1077944384 863 12995 0 0 23 0 5 3 20 0 15 0 416546031 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10834676 memory=281090175048576 CPUtime=0.33 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) R 9611 9614 6304 0 -1 4202560 1028 12995 0 0 25 0 5 3 20 0 15 0 416546031 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896100300784 139896669607113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10834676 memory=-7233780906022716832 CPUtime=0.47 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) R 9611 9614 6304 0 -1 4202560 1921 12995 0 0 39 0 5 3 20 0 15 0 416546031 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896099248496 139896660732112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10834676 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11094708224 43080 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10834676 memory=-7384994778349281184 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546032 11094708224 43080 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 61184 12995 0 0 217969 36 5 3 20 0 15 0 416546026 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896648456768 139896291723806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10846984 memory=693296 CPUtime=9.28 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 13453 12995 0 0 877 43 5 3 20 0 15 0 416546026 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10846984 memory=693296 CPUtime=9.36 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 8181 12995 0 0 885 43 5 3 20 0 15 0 416546026 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10846984 memory=693296 CPUtime=9.36 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 9588 12995 0 0 885 43 5 3 20 0 15 0 416546026 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10846984 memory=693296 CPUtime=9.35 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 12685 12995 0 0 878 49 5 3 20 0 15 0 416546026 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10846984 memory=693296 CPUtime=9.27 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 12797 12995 0 0 875 44 5 3 20 0 15 0 416546028 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10846984 memory=693296 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 52 12995 0 0 0 0 5 3 20 0 15 0 416546028 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896134911328 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10846984 memory=693296 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896010303104 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10846984 memory=693296 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11107311616 173324 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10846984 memory=693296 CPUtime=4.08 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 33203 12995 0 0 395 5 5 3 20 0 15 0 416546031 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10846984 memory=693284 CPUtime=4.34 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 37984 12995 0 0 418 8 5 3 20 0 15 0 416546031 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10846984 memory=693284 CPUtime=1.84 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 18091 12995 0 0 170 6 5 3 20 0 15 0 416546031 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10846984 memory=693200 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11107311616 173324 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10846984 memory=10596 CPUtime=1.37 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1126 12995 0 0 65 64 5 3 20 0 15 0 416546032 11107311616 173324 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 2237.77 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 693296 KiB

[startup+2262.3 s]
/proc/loadavg: 1.48 1.38 1.41 3/227 9908
/proc/meminfo: memFree=21789156/32770624 swapFree=66999284/67108860
[pid=9614] ppid=9611 vsize=10846984 memory=695344 CPUtime=2298.51 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 211916 12995 0 0 229547 296 5 3 20 0 15 0 416546017 11107311616 173836 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2711746 173836 3624 1 0 2673805 0
[pid=9614/tid=9667] ppid=9611 vsize=10846984 memory=3624 CPUtime=2239.52 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 61859 12995 0 0 223908 36 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896648456368 139896293428224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10846984 memory=693296 CPUtime=9.54 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 13680 12995 0 0 902 44 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10846984 memory=120 CPUtime=9.62 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 8270 12995 0 0 910 44 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.63 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 9688 12995 0 0 910 45 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.62 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 12763 12995 0 0 903 51 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.53 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 12964 12995 0 0 900 45 5 3 20 0 15 0 416546028 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10846984 memory=695344 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 52 12995 0 0 0 0 5 3 20 0 15 0 416546028 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896134911328 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10846984 memory=695344 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896010303104 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10846984 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10846984 memory=695344 CPUtime=4.08 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 33205 12995 0 0 395 5 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10846984 memory=695344 CPUtime=4.34 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 37986 12995 0 0 418 8 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10846984 memory=1712 CPUtime=1.84 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 18093 12995 0 0 170 6 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11107311616 173836 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10846984 memory=39812 CPUtime=1.41 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1144 12995 0 0 68 65 5 3 20 0 15 0 416546032 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 2298.51 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 695344 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.37 1.41 3/228 9914
/proc/meminfo: memFree=21788744/32770624 swapFree=66999284/67108860
[pid=9614] ppid=9611 vsize=10846984 memory=695344 CPUtime=2359.26 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 213279 12995 0 0 235616 302 5 3 20 0 15 0 416546017 11107311616 173836 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2711746 173836 3624 1 0 2673805 0
[pid=9614/tid=9667] ppid=9611 vsize=10846984 memory=695344 CPUtime=2298.9 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 62549 12995 0 0 229845 37 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896648456464 139896293330490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.8 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 13775 12995 0 0 927 45 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.89 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 8476 12995 0 0 936 45 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.89 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 9768 12995 0 0 935 46 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10846984 memory=695344 CPUtime=9.89 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 12863 12995 0 0 929 52 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10846984 memory=3624 CPUtime=9.79 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 13141 12995 0 0 925 46 5 3 20 0 15 0 416546028 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10846984 memory=695344 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 52 12995 0 0 0 0 5 3 20 0 15 0 416546028 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896134911328 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10846984 memory=1048 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896010303104 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10846984 memory=695344 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10846984 memory=695344 CPUtime=4.08 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 33208 12995 0 0 395 5 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10846984 memory=695344 CPUtime=4.34 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 37989 12995 0 0 418 8 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10846984 memory=10596 CPUtime=1.84 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 18095 12995 0 0 170 6 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10846984 memory=111636 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11107311616 173836 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10846984 memory=804 CPUtime=1.44 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1151 12995 0 0 69 67 5 3 20 0 15 0 416546032 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 2359.26 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 695344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2362.6 s]
/proc/loadavg: 1.41 1.37 1.41 3/227 9916
/proc/meminfo: memFree=21789700/32770624 swapFree=66999284/67108860
[pid=9614] ppid=9611 vsize=10846984 memory=695344 CPUtime=2400.07 cores=0,2,4,6
/proc/9614/stat : 9614 (java) S 9611 9614 6304 0 -1 1077944320 213632 12995 0 0 239693 306 5 3 20 0 15 0 416546017 11107311616 173836 33554432000 4194304 4196468 140726724522416 140726724504960 139896676622071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
/proc/9614/statm: 2711746 173836 3624 1 0 2673805 0
[pid=9614/tid=9667] ppid=9611 vsize=10846984 memory=695344 CPUtime=2338.78 cores=0,2,4,6
/proc/9614/task/9667/stat : 9667 (java) R 9611 9614 6304 0 -1 4202560 62836 12995 0 0 233833 37 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896648456464 139896293374934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9668] ppid=9611 vsize=10846984 memory=4108 CPUtime=9.99 cores=0,2,4,6
/proc/9614/task/9668/stat : 9668 (java) S 9611 9614 6304 0 -1 1077944384 13782 12995 0 0 945 46 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896680864144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9669] ppid=9611 vsize=10846984 memory=8112282956445269571 CPUtime=10.08 cores=0,2,4,6
/proc/9614/task/9669/stat : 9669 (java) S 9611 9614 6304 0 -1 1077944384 8500 12995 0 0 954 46 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896249747728 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9670] ppid=9611 vsize=10846984 memory=288230583166042425 CPUtime=10.07 cores=0,2,4,6
/proc/9614/task/9670/stat : 9670 (java) S 9611 9614 6304 0 -1 1077944384 9775 12995 0 0 952 47 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896248695440 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9671] ppid=9611 vsize=10846984 memory=15262532197681710 CPUtime=10.06 cores=0,2,4,6
/proc/9614/task/9671/stat : 9671 (java) S 9611 9614 6304 0 -1 1077944384 12879 12995 0 0 946 52 5 3 20 0 15 0 416546026 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896247642640 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9672] ppid=9611 vsize=10846984 memory=111636 CPUtime=9.97 cores=0,2,4,6
/proc/9614/task/9672/stat : 9672 (java) S 9611 9614 6304 0 -1 1077944384 13149 12995 0 0 942 47 5 3 20 0 15 0 416546028 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896135965296 139896676633218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9673] ppid=9611 vsize=10846984 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9673/stat : 9673 (java) S 9611 9614 6304 0 -1 1077944384 52 12995 0 0 0 0 5 3 20 0 15 0 416546028 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896134911328 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9674] ppid=9611 vsize=10846984 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9674/stat : 9674 (java) S 9611 9614 6304 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416546029 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896010303104 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9675] ppid=9611 vsize=10846984 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9675/stat : 9675 (java) S 9611 9614 6304 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139895406324304 139896676640667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9676] ppid=9611 vsize=10846984 memory=3848 CPUtime=4.08 cores=0,2,4,6
/proc/9614/task/9676/stat : 9676 (java) S 9611 9614 6304 0 -1 1077944384 33208 12995 0 0 395 5 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896101353584 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9677] ppid=9611 vsize=10846984 memory=695344 CPUtime=4.34 cores=0,2,4,6
/proc/9614/task/9677/stat : 9677 (java) S 9611 9614 6304 0 -1 1077944384 37989 12995 0 0 418 8 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896100300784 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9678] ppid=9611 vsize=10846984 memory=695344 CPUtime=1.84 cores=0,2,4,6
/proc/9614/task/9678/stat : 9678 (java) S 9611 9614 6304 0 -1 1077944384 18095 12995 0 0 170 6 5 3 20 0 15 0 416546031 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896099248496 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9679] ppid=9611 vsize=10846984 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/9614/task/9679/stat : 9679 (java) S 9611 9614 6304 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416546032 11107311616 173836 33554432000 4194304 4196468 140726724522416 139894936562144 139896676632277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
[pid=9614/tid=9680] ppid=9611 vsize=10846984 memory=2540 CPUtime=1.46 cores=0,2,4,6
/proc/9614/task/9680/stat : 9680 (java) S 9611 9614 6304 0 -1 1077944384 1155 12995 0 0 70 68 5 3 20 0 15 0 416546032 11107311616 173836 33554432000 4194304 4196468 140726724522416 139896098196400 139896676633218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140726724528879 140726724531397 140726724531397 140726724534223 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 695344 KiB

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

[startup+2362.63 s]
# the end of solver process 9614 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.01 s, system=3.11009 s

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

Child status: 143
Real time (s): 2362.63
CPU time (s): 2400.12
CPU user time (s): 2397.01
CPU system time (s): 3.11009
CPU usage (%): 101.587
Max. virtual memory (cumulated for all children) (KiB): 10851760
Max. memory (cumulated for all children) (KiB): 699608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.01
system time used= 3.11008
maximum resident set size= 701152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249276
involuntary context switches= 9002


# summary of solver processes directly reported to runsolver:
#   pid: 9614
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.01
#   total CPU system time (s): 3.11009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.239 second user time and 23.2328 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 22:20:35
IDJOB=4396561
IDBENCH=137473
IDSOLVER=2847
FILE ID=node140/4396561-1568406076
RUNJOBID= node140-1568394621-6335
PBS_JOBID= 21701868
Free space on /tmp= 58104 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b1r5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396561-1568406076/watcher-4396561-1568406076 -o /tmp/evaluation-result-4396561-1568406076/solver-4396561-1568406076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6335 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1554192054 HOME/instance-4396561-1568406076.xml

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

MD5SUM BENCH= d746abd17fd9f5e52f47be3617d955ae
RANDOM SEED=1554192054

node140.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.43
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.43
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.43
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.43
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:        22786560 kB
MemAvailable:   31482148 kB
Buffers:          175560 kB
Cached:          8727444 kB
SwapCached:         2740 kB
Active:          1816548 kB
Inactive:        7472180 kB
Active(anon):     382400 kB
Inactive(anon):    43940 kB
Active(file):    1434148 kB
Inactive(file):  7428240 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66999280 kB
Dirty:             71020 kB
Writeback:             0 kB
AnonPages:        531068 kB
Mapped:            57632 kB
Shmem:             32256 kB
Slab:             291648 kB
SReclaimable:     261660 kB
SUnreclaim:        29988 kB
KernelStack:        4000 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1645508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58068 MiB
End job on node140 at 2019-09-13 22:59:58