Trace number 4401142

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) 2520.09 2473.63

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4n.xml
MD5SUMff46b38b3e2da44b02be81a37c246a0d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark8.21217
Satisfiable
(Un)Satisfiability was proved
Number of variables127
Number of constraints87
Number of domains2
Minimum domain size40
Maximum domain size43
Distribution of domain sizes[{"size":40,"count":126},{"size":43,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":84},{"degree":5,"count":42}]
Minimum constraint arity3
Maximum constraint arity126
Distribution of constraint arities[{"arity":3,"count":84},{"arity":43,"count":1},{"arity":126,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":42},{"type":"lex","count":1},{"type":"sum","count":42},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401142-1568690347/watcher-4401142-1568690347 -o /tmp/evaluation-result-4401142-1568690347/solver-4401142-1568690347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31265 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1863610876 HOME/instance-4401142-1568690347.xml 

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

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


[startup+0.100507 s]*
/proc/loadavg: 1.83 1.52 1.45 3/219 6018
/proc/meminfo: memFree=28715364/32770624 swapFree=66967452/67108860
[pid=5961] ppid=5958 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 4492 13003 0 0 1 0 4 3 20 0 6 0 445301538 10212057088 4270 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2493178 4270 1935 1 0 2481616 0
[pid=5961/tid=6014] ppid=5958 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 2329 13003 0 0 0 0 4 3 20 0 6 0 445301547 10212057088 4270 33554432000 4194304 4196468 140734603225776 140488052191824 140488065478000 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 6 0 445301548 10212057088 4270 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=9972712 memory=140602406901376 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 6 0 445301548 10212057088 4270 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 6 0 445301548 10212057088 4270 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 6 0 445301548 10212057088 4336 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209837 s]*
/proc/loadavg: 1.83 1.52 1.45 4/228 6027
/proc/meminfo: memFree=28696812/32770624 swapFree=66967452/67108860
[pid=5961] ppid=5958 vsize=10820196 memory=42016 CPUtime=0.26 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 7404 13003 0 0 17 2 4 3 20 0 15 0 445301538 11079880704 10504 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2705049 10504 3234 1 0 2667149 0
[pid=5961/tid=6014] ppid=5958 vsize=10820196 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 3914 13003 0 0 10 1 4 3 20 0 15 0 445301547 11079880704 10570 33554432000 4194304 4196468 140734603225776 140488052187344 140488061748794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10820196 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 10570 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10820196 memory=140602409928651 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10820196 memory=140602406901376 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301549 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 13 13003 0 0 0 0 4 3 20 0 15 0 445301550 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487440721056 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301550 11079880704 10570 33554432000 4194304 4196468 140734603225776 140486836740848 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11079880704 10570 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 460 13003 0 0 1 0 4 3 20 0 15 0 445301553 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) R 5958 5961 31233 0 -1 4202560 196 13003 0 0 1 0 4 3 20 0 15 0 445301553 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487537724272 140488061880177 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10820196 memory=140602406901376 CPUtime=0.1 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) S 5958 5961 31233 0 -1 1077944384 613 13003 0 0 3 0 4 3 20 0 15 0 445301553 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487536671216 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11079880704 10570 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10820196 memory=140602406901376 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301553 11079880704 10570 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42016 KiB

[startup+0.310548 s]*
/proc/loadavg: 1.83 1.52 1.45 3/228 6027
/proc/meminfo: memFree=28684120/32770624 swapFree=66967452/67108860
[pid=5961] ppid=5958 vsize=10820196 memory=50296 CPUtime=0.39 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 10876 13003 0 0 29 3 4 3 20 0 15 0 445301538 11079880704 12574 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2705049 12574 3281 1 0 2667149 0
[pid=5961/tid=6014] ppid=5958 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 7363 13003 0 0 19 3 4 3 20 0 15 0 445301547 11079880704 12574 33554432000 4194304 4196468 140734603225776 140488052161168 140488064398693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 12574 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10820196 memory=-2843869603891365022 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10820196 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301548 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301549 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 13 13003 0 0 0 0 4 3 20 0 15 0 445301550 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487440721056 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301550 11079880704 12574 33554432000 4194304 4196468 140734603225776 140486836740848 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11079880704 12574 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 460 13003 0 0 1 0 4 3 20 0 15 0 445301553 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) S 5958 5961 31233 0 -1 1077944384 197 13003 0 0 2 0 4 3 20 0 15 0 445301553 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487537724272 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) R 5958 5961 31233 0 -1 4202560 621 13003 0 0 5 0 4 3 20 0 15 0 445301553 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487536670400 140488080376410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11079880704 12574 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301553 11079880704 12574 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50296 KiB

[startup+0.705096 s]
/proc/loadavg: 1.83 1.52 1.45 4/228 6027
/proc/meminfo: memFree=28669580/32770624 swapFree=66967452/67108860
[pid=5961] ppid=5958 vsize=10824364 memory=83760 CPUtime=1.13 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 15166 13003 0 0 101 5 4 3 20 0 15 0 445301538 11084148736 20940 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2706091 20940 3513 1 0 2668173 0
[pid=5961/tid=6014] ppid=5958 vsize=10824364 memory=2437461051137 CPUtime=0.67 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 10426 13003 0 0 56 4 4 3 20 0 15 0 445301547 11084148736 20940 33554432000 4194304 4196468 140734603225776 140488052182016 140488080377085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10824364 memory=2450345953025 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301548 11084148736 20940 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10824364 memory=2471820789505 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301548 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10824364 memory=2476115756801 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301548 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10824364 memory=8730425 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301548 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10824364 memory=4639649383340284835 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 5 13003 0 0 0 0 4 3 20 0 15 0 445301549 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10824364 memory=6441370542062719057 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 13 13003 0 0 0 0 4 3 20 0 15 0 445301550 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487440721056 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10824364 memory=7013340846366745708 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301550 11084148736 20940 33554432000 4194304 4196468 140734603225776 140486836740848 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10824364 memory=281204528555584 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11084148736 20940 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10824364 memory=140604344369761 CPUtime=0.19 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 955 13003 0 0 12 0 4 3 20 0 15 0 445301553 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10824364 memory=143069655597706 CPUtime=0.21 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) R 5958 5961 31233 0 -1 4202560 648 13003 0 0 14 0 4 3 20 0 15 0 445301553 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487537711472 140488063741551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10824364 memory=140604344370041 CPUtime=0.24 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) R 5958 5961 31233 0 -1 4202560 894 13003 0 0 17 0 4 3 20 0 15 0 445301553 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487536671216 140488080376410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10824364 memory=140604344370043 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11084148736 20940 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10824364 memory=140604344370073 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301553 11084148736 20940 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83760 KiB

[startup+1.50078 s]
/proc/loadavg: 1.83 1.52 1.45 3/228 6028
/proc/meminfo: memFree=28624912/32770624 swapFree=66967452/67108860
[pid=5961] ppid=5958 vsize=10834680 memory=171588 CPUtime=2.45 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 22017 13003 0 0 228 10 4 3 20 0 15 0 445301538 11094712320 42897 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2708670 42897 3574 1 0 2670733 0
[pid=5961/tid=6014] ppid=5958 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 15293 13003 0 0 130 6 4 3 20 0 15 0 445301547 11094712320 42897 33554432000 4194304 4196468 140734603225776 140488052155456 140488065721762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 26 13003 0 0 1 0 4 3 20 0 15 0 445301548 11094712320 42897 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 65 13003 0 0 1 0 4 3 20 0 15 0 445301548 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 384 13003 0 0 1 0 4 3 20 0 15 0 445301548 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 63 13003 0 0 1 0 4 3 20 0 15 0 445301548 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 129 13003 0 0 1 0 4 3 20 0 15 0 445301549 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 13 13003 0 0 0 0 4 3 20 0 15 0 445301550 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487440721120 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 2 13003 0 0 0 0 4 3 20 0 15 0 445301550 11094712320 42897 33554432000 4194304 4196468 140734603225776 140486836740864 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11094712320 42897 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 1230 13003 0 0 24 0 4 3 20 0 15 0 445301553 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10834680 memory=-7966001967407402336 CPUtime=0.31 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) S 5958 5961 31233 0 -1 1077944384 720 13003 0 0 24 0 4 3 20 0 15 0 445301553 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487537724272 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10834680 memory=6944938067432061290 CPUtime=0.49 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) R 5958 5961 31233 0 -1 4202560 1875 13003 0 0 42 0 4 3 20 0 15 0 445301553 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487536665104 140488073460550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10834680 memory=7100839861529441392 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11094712320 42897 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10834680 memory=4627829655977429107 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1 13003 0 0 0 0 4 3 20 0 15 0 445301553 11094712320 42897 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 61917 13003 0 0 229580 49 4 3 20 0 15 0 445301547 11107315712 201225 33554432000 4194304 4196468 140734603225776 140488052190960 140487674991690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10846988 memory=281204528797984 CPUtime=11.89 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 10472 13003 0 0 1125 57 4 3 20 0 15 0 445301548 11107315712 201225 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10846988 memory=804900 CPUtime=11.89 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 11297 13003 0 0 1125 57 4 3 20 0 15 0 445301548 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10846988 memory=804900 CPUtime=11.85 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 14914 13003 0 0 1122 56 4 3 20 0 15 0 445301548 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10846988 memory=804900 CPUtime=11.89 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 7547 13003 0 0 1124 58 4 3 20 0 15 0 445301548 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10846988 memory=804900 CPUtime=10.79 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 13198 13003 0 0 1013 59 4 3 20 0 15 0 445301549 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10846988 memory=804900 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 14 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487440721184 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10846988 memory=804900 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 7 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201225 33554432000 4194304 4196468 140734603225776 140486836740864 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10846988 memory=804900 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201225 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10846988 memory=55 CPUtime=4.47 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 23913 13003 0 0 437 3 4 3 20 0 15 0 445301553 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10846988 memory=780 CPUtime=4.28 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) S 5958 5961 31233 0 -1 1077944384 17653 13003 0 0 418 3 4 3 20 0 15 0 445301553 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487537724272 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10846988 memory=1552 CPUtime=1.9 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) S 5958 5961 31233 0 -1 1077944384 11402 13003 0 0 179 4 4 3 20 0 15 0 445301553 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487536671216 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201225 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10846988 memory=804900 CPUtime=1.47 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1436 13003 0 0 69 71 4 3 20 0 15 0 445301553 11107315712 201225 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 2366.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 804900 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.43 1.43 6/227 6376
/proc/meminfo: memFree=27906952/32770624 swapFree=66967456/67108860
[pid=5961] ppid=5958 vsize=10846988 memory=806948 CPUtime=2427.24 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 177555 13003 0 0 242355 362 4 3 20 0 15 0 445301538 11107315712 201737 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2711747 201737 3632 1 0 2673805 0
[pid=5961/tid=6014] ppid=5958 vsize=10846988 memory=806948 CPUtime=2355.71 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 62699 13003 0 0 235514 50 4 3 20 0 15 0 445301547 11107315712 201737 33554432000 4194304 4196468 140734603225776 140488052189952 140487672948463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.22 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 10547 13003 0 0 1157 58 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.22 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 11674 13003 0 0 1157 58 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10846988 memory=0 CPUtime=12.17 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 14972 13003 0 0 1153 57 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.21 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 7656 13003 0 0 1155 59 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10846988 memory=806948 CPUtime=11.07 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 13343 13003 0 0 1040 60 4 3 20 0 15 0 445301549 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10846988 memory=806948 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 14 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487440721184 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10846988 memory=806948 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 7 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486836740864 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10846988 memory=806948 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10846988 memory=0 CPUtime=4.47 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 23915 13003 0 0 437 3 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10846988 memory=8112282956445269571 CPUtime=4.28 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) S 5958 5961 31233 0 -1 1077944384 17655 13003 0 0 418 3 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487537724272 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10846988 memory=806948 CPUtime=1.9 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) S 5958 5961 31233 0 -1 1077944384 11404 13003 0 0 179 4 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487536671216 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10846988 memory=804900 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10846988 memory=804900 CPUtime=1.5 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1452 13003 0 0 70 73 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 2427.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 806948 KiB

[startup+2442.3 s]
/proc/loadavg: 1.21 1.36 1.40 3/227 6382
/proc/meminfo: memFree=27957060/32770624 swapFree=66967456/67108860
[pid=5961] ppid=5958 vsize=10846988 memory=806948 CPUtime=2488.2 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 179220 13003 0 0 248443 370 4 3 20 0 15 0 445301538 11107315712 201737 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2711747 201737 3632 1 0 2673805 0
[pid=5961/tid=6014] ppid=5958 vsize=10846988 memory=806948 CPUtime=2415.05 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 63429 13003 0 0 241448 50 4 3 20 0 15 0 445301547 11107315712 201737 33554432000 4194304 4196468 140734603225776 140488052190176 140487675036720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.53 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 10958 13003 0 0 1187 59 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.54 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 11740 13003 0 0 1188 59 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.5 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 15022 13003 0 0 1184 59 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10846988 memory=806948 CPUtime=12.54 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 7768 13003 0 0 1187 60 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10846988 memory=806948 CPUtime=11.36 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 13615 13003 0 0 1067 62 4 3 20 0 15 0 445301549 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10846988 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 14 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487440721184 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10846988 memory=806948 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 7 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486836740864 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10846988 memory=806948 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10846988 memory=806948 CPUtime=4.47 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 23917 13003 0 0 437 3 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10846988 memory=806948 CPUtime=4.28 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) S 5958 5961 31233 0 -1 1077944384 17657 13003 0 0 418 3 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487537724272 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10846988 memory=806948 CPUtime=1.9 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) S 5958 5961 31233 0 -1 1077944384 11406 13003 0 0 179 4 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487536671216 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10846988 memory=806948 CPUtime=1.54 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1470 13003 0 0 72 75 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 2488.2 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 806948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.6 s]
/proc/loadavg: 1.28 1.36 1.40 3/228 6386
/proc/meminfo: memFree=28019692/32770624 swapFree=66967456/67108860
[pid=5961] ppid=5958 vsize=10846988 memory=806948 CPUtime=2520.04 cores=1,3,5,7
/proc/5961/stat : 5961 (java) S 5958 5961 31233 0 -1 1077944320 179695 13003 0 0 251623 374 4 3 20 0 15 0 445301538 11107315712 201737 33554432000 4194304 4196468 140734603225776 140734603208320 140488080355063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
/proc/5961/statm: 2711747 201737 3632 1 0 2673805 0
[pid=5961/tid=6014] ppid=5958 vsize=10846988 memory=806948 CPUtime=2445.99 cores=1,3,5,7
/proc/5961/task/6014/stat : 6014 (java) R 5958 5961 31233 0 -1 4202560 63729 13003 0 0 244542 50 4 3 20 0 15 0 445301547 11107315712 201737 33554432000 4194304 4196468 140734603225776 140488052190176 140487673128887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6015] ppid=5958 vsize=10846988 memory=244118 CPUtime=12.72 cores=1,3,5,7
/proc/5961/task/6015/stat : 6015 (java) S 5958 5961 31233 0 -1 1077944384 10972 13003 0 0 1205 60 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140488084597776 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6016] ppid=5958 vsize=10846988 memory=1262 CPUtime=12.72 cores=1,3,5,7
/proc/5961/task/6016/stat : 6016 (java) S 5958 5961 31233 0 -1 1077944384 11808 13003 0 0 1205 60 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487983488144 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6017] ppid=5958 vsize=10846988 memory=1376 CPUtime=12.68 cores=1,3,5,7
/proc/5961/task/6017/stat : 6017 (java) S 5958 5961 31233 0 -1 1077944384 15029 13003 0 0 1201 60 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487982435088 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6018] ppid=5958 vsize=10846988 memory=1060 CPUtime=12.72 cores=1,3,5,7
/proc/5961/task/6018/stat : 6018 (java) S 5958 5961 31233 0 -1 1077944384 7781 13003 0 0 1204 61 4 3 20 0 15 0 445301548 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487981382544 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6019] ppid=5958 vsize=10846988 memory=4068 CPUtime=11.52 cores=1,3,5,7
/proc/5961/task/6019/stat : 6019 (java) S 5958 5961 31233 0 -1 1077944384 13673 13003 0 0 1082 63 4 3 20 0 15 0 445301549 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487539828976 140488080366210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6020] ppid=5958 vsize=10846988 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6020/stat : 6020 (java) S 5958 5961 31233 0 -1 1077944384 14 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487440721184 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6021] ppid=5958 vsize=10846988 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6021/stat : 6021 (java) S 5958 5961 31233 0 -1 1077944384 7 13003 0 0 0 0 4 3 20 0 15 0 445301550 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486836740864 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6022] ppid=5958 vsize=10846988 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6022/stat : 6022 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486596450256 140488080373659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6023] ppid=5958 vsize=10846988 memory=1264 CPUtime=4.47 cores=1,3,5,7
/proc/5961/task/6023/stat : 6023 (java) S 5958 5961 31233 0 -1 1077944384 23917 13003 0 0 437 3 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487538776816 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6024] ppid=5958 vsize=10846988 memory=1144 CPUtime=4.28 cores=1,3,5,7
/proc/5961/task/6024/stat : 6024 (java) S 5958 5961 31233 0 -1 1077944384 17658 13003 0 0 418 3 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487537724272 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6025] ppid=5958 vsize=10846988 memory=0 CPUtime=1.9 cores=1,3,5,7
/proc/5961/task/6025/stat : 6025 (java) S 5958 5961 31233 0 -1 1077944384 11406 13003 0 0 179 4 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487536671216 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6026] ppid=5958 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5961/task/6026/stat : 6026 (java) S 5958 5961 31233 0 -1 1077944384 3 13003 0 0 0 0 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140486562892640 140488080365269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
[pid=5961/tid=6027] ppid=5958 vsize=10846988 memory=2120 CPUtime=1.55 cores=1,3,5,7
/proc/5961/task/6027/stat : 6027 (java) S 5958 5961 31233 0 -1 1077944384 1484 13003 0 0 73 75 4 3 20 0 15 0 445301553 11107315712 201737 33554432000 4194304 4196468 140734603225776 140487535618608 140488080366210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 19656704 140734603229935 140734603232453 140734603232453 140734603235279 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 806948 KiB

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

[startup+2473.63 s]
# the end of solver process 5961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.79258 s

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

Child status: 143
Real time (s): 2473.63
CPU time (s): 2520.09
CPU user time (s): 2516.3
CPU system time (s): 3.79258
CPU usage (%): 101.878
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 881816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.79258
maximum resident set size= 882316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296569
involuntary context switches= 7004


# summary of solver processes directly reported to runsolver:
#   pid: 5961
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.79258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4996 second user time and 23.6412 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 05:18:25
IDJOB=4401142
IDBENCH=136490
IDSOLVER=2857
FILE ID=node125/4401142-1568690347
RUNJOBID= node125-1568673289-31265
PBS_JOBID= 21703785
Free space on /tmp= 59696 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4n.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401142-1568690347/watcher-4401142-1568690347 -o /tmp/evaluation-result-4401142-1568690347/solver-4401142-1568690347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31265 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1863610876 HOME/instance-4401142-1568690347.xml

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

MD5SUM BENCH= ff46b38b3e2da44b02be81a37c246a0d
RANDOM SEED=1863610876

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28723708 kB
MemAvailable:   30274880 kB
Buffers:          202056 kB
Cached:          1647364 kB
SwapCached:        38384 kB
Active:          2417608 kB
Inactive:        1058800 kB
Active(anon):    1607300 kB
Inactive(anon):    68432 kB
Active(file):     810308 kB
Inactive(file):   990368 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967452 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:       1652888 kB
Mapped:            62112 kB
Shmem:             39864 kB
Slab:             162104 kB
SReclaimable:     132660 kB
SUnreclaim:        29444 kB
KernelStack:        4016 kB
PageTables:        10988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2547468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59660 MiB
End job on node125 at 2019-09-17 05:59:38