Trace number 4401148

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.14 2458.04

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c1w2b.xml
MD5SUMd888f3c6414640c595bd57a6b8e70245
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of constraints795
Number of domains2
Minimum domain size82
Maximum domain size397
Distribution of domain sizes[{"size":82,"count":1980},{"size":397,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1584},{"degree":5,"count":396}]
Minimum constraint arity5
Maximum constraint arity1980
Distribution of constraint arities[{"arity":5,"count":792},{"arity":397,"count":1},{"arity":1980,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":396},{"type":"lex","count":1},{"type":"sum","count":396},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401148-1568690122/watcher-4401148-1568690122 -o /tmp/evaluation-result-4401148-1568690122/solver-4401148-1568690122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13491 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401148-1568690122.xml 

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

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


[startup+0.100121 s]*
/proc/loadavg: 1.38 1.45 1.45 2/216 18312
/proc/meminfo: memFree=25944220/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=141156 memory=5296 CPUtime=0.08 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 2529 13019 0 0 0 0 5 3 20 0 2 0 445250895 144543744 1324 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 35289 1324 994 1 0 24747 0
[pid=18258/tid=18312] ppid=18255 vsize=141156 memory=4630099147014177165 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) D 18255 18258 13460 0 -1 4202560 319 13019 0 0 0 0 5 3 20 0 2 0 445250904 144543744 1324 33554432000 4194304 4196468 140736646686064 139652215282096 139652243463229 0 0 0 16784584 18446744072100555909 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 141156 KiB
Current children cumulated memory: 5296 KiB

[startup+0.218597 s]*
/proc/loadavg: 1.38 1.45 1.45 4/229 18325
/proc/meminfo: memFree=25920744/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10819712 memory=41380 CPUtime=0.24 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 7128 13019 0 0 15 1 5 3 20 0 15 0 445250895 11079385088 10279 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2704928 10345 3183 1 0 2667149 0
[pid=18258/tid=18312] ppid=18255 vsize=10819712 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 3622 13019 0 0 9 1 5 3 20 0 15 0 445250904 11079385088 10345 33554432000 4194304 4196468 140736646686064 139652215272144 139652223716176 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10819712 memory=4211973955513236874 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250908 11079385088 10345 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10819712 memory=140229308446336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250908 11079385088 10345 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250908 11079385088 10345 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250908 11079385088 10345 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10819712 memory=140229308446336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250909 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 33 13019 0 0 0 0 5 3 20 0 15 0 445250910 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651701302048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250910 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651599819888 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11079385088 10345 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) S 18255 18258 13460 0 -1 1077944384 352 13019 0 0 0 0 5 3 20 0 15 0 445250913 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10819712 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 303 13019 0 0 1 0 5 3 20 0 15 0 445250913 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10819712 memory=140229308446336 CPUtime=0.1 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) S 18255 18258 13460 0 -1 1077944384 596 13019 0 0 2 0 5 3 20 0 15 0 445250913 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11079385088 10345 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10819712 memory=140229308446336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250913 11079385088 10345 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41380 KiB

[startup+0.310665 s]*
/proc/loadavg: 1.38 1.45 1.45 3/229 18325
/proc/meminfo: memFree=25911196/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10820196 memory=52316 CPUtime=0.36 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 10285 13019 0 0 26 2 5 3 20 0 15 0 445250895 11079880704 13079 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2705049 13079 3312 1 0 2667149 0
[pid=18258/tid=18312] ppid=18255 vsize=10821220 memory=280458411775608 CPUtime=0.27 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 6773 13019 0 0 17 2 5 3 20 0 15 0 445250904 11080929280 13079 33554432000 4194304 4196468 140736646686064 139652215244416 139652236119069 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10821220 memory=3977295499660704336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250908 11080929280 13079 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10821220 memory=140229308446336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250908 11080929280 13079 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250908 11079880704 13095 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250908 11079880704 13095 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10821220 memory=140229308446336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250909 11080929280 13095 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 33 13019 0 0 0 0 5 3 20 0 15 0 445250910 11080929280 13095 33554432000 4194304 4196468 140736646686064 139651701302048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10821220 memory=140229308446336 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250910 11080929280 13095 33554432000 4194304 4196468 140736646686064 139651599819888 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11079880704 13095 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) S 18255 18258 13460 0 -1 1077944384 352 13019 0 0 1 0 5 3 20 0 15 0 445250913 11079880704 13095 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10821220 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 313 13019 0 0 1 0 5 3 20 0 15 0 445250913 11080929280 13095 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10821220 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) S 18255 18258 13460 0 -1 1077944384 607 13019 0 0 5 0 5 3 20 0 15 0 445250913 11080929280 13095 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11080929280 13095 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250913 11080929280 13095 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52316 KiB

[startup+0.700747 s]
/proc/loadavg: 1.38 1.45 1.45 3/229 18325
/proc/meminfo: memFree=25902500/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10822316 memory=82856 CPUtime=1.02 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 14944 13019 0 0 89 5 5 3 20 0 15 0 445250895 11082051584 20714 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2705579 20714 3504 1 0 2667661 0
[pid=18258/tid=18312] ppid=18255 vsize=10822316 memory=53 CPUtime=0.64 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 10301 13019 0 0 52 4 5 3 20 0 15 0 445250904 11082051584 20714 33554432000 4194304 4196468 140736646686064 139652215267680 139652227519838 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10822316 memory=92 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250908 11082051584 20714 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10822316 memory=3 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250908 11082051584 20714 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250908 11082051584 20714 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250908 11082051584 20714 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 5 13019 0 0 0 0 5 3 20 0 15 0 445250909 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 33 13019 0 0 0 0 5 3 20 0 15 0 445250910 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651701302048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10822316 memory=8104553123276731697 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250910 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651599819888 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10822316 memory=7738703961521417024 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11082051584 20714 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10822316 memory=5859853075905800022 CPUtime=0.18 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) R 18255 18258 13460 0 -1 4202560 815 13019 0 0 10 0 5 3 20 0 15 0 445250913 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651566238032 139652243460698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10822316 memory=4638778398333556840 CPUtime=0.18 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 760 13019 0 0 10 0 5 3 20 0 15 0 445250913 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10822316 memory=7100839878645619564 CPUtime=0.24 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) R 18255 18258 13460 0 -1 4202560 810 13019 0 0 16 0 5 3 20 0 15 0 445250913 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651564157808 139652243460698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11082051584 20714 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250913 11082051584 20714 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 82856 KiB

[startup+1.50393 s]
/proc/loadavg: 1.38 1.45 1.45 6/229 18325
/proc/meminfo: memFree=25870032/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10834680 memory=188220 CPUtime=2.71 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 25357 13019 0 0 251 12 5 3 20 0 15 0 445250895 11094712320 47055 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2708670 47055 3583 1 0 2670733 0
[pid=18258/tid=18312] ppid=18255 vsize=10834680 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 15955 13019 0 0 125 7 5 3 20 0 15 0 445250904 11094712320 47055 33554432000 4194304 4196468 140736646686064 139652215259632 139652227519838 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10834680 memory=100352 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 61 13019 0 0 1 0 5 3 20 0 15 0 445250908 11094712320 47055 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 27 13019 0 0 1 0 5 3 20 0 15 0 445250908 11094712320 47055 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10834680 memory=280458411719488 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 324 13019 0 0 1 0 5 3 20 0 15 0 445250908 11094712320 47055 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 84 13019 0 0 1 0 5 3 20 0 15 0 445250908 11094712320 47055 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 1419 13019 0 0 1 0 5 3 20 0 15 0 445250909 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 34 13019 0 0 0 0 5 3 20 0 15 0 445250910 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651701302112 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 445250910 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651599819904 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11094712320 47055 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10834680 memory=4580 CPUtime=0.45 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) R 18255 18258 13460 0 -1 1077944384 1563 13019 0 0 37 0 5 3 20 0 15 0 445250913 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10834680 memory=7883941918421903447 CPUtime=0.45 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 1853 13019 0 0 37 0 5 3 20 0 15 0 445250913 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10834680 memory=11524636001 CPUtime=0.52 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) R 18255 18258 13460 0 -1 1077944384 1818 13019 0 0 43 1 5 3 20 0 15 0 445250913 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10834680 memory=140229206097984 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11094712320 47055 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11094712320 47055 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 188220 KiB

[startup+3.11057 s]
/proc/loadavg: 1.43 1.46 1.45 5/229 18325
/proc/meminfo: memFree=25692304/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10840844 memory=288992 CPUtime=7.16 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 40877 13019 0 0 689 19 5 3 20 0 15 0 445250895 11101024256 72248 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2710211 72248 3609 1 0 2672269 0

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

/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 215989 13019 0 0 229847 72 5 3 20 0 15 0 445250904 11109412864 133774 33554432000 4194304 4196468 140736646686064 139652215274912 139651819621917 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10849036 memory=555928 CPUtime=13.78 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 32684 13019 0 0 1292 78 5 3 20 0 15 0 445250908 11109412864 133774 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10849036 memory=555928 CPUtime=13.73 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 28273 13019 0 0 1290 75 5 3 20 0 15 0 445250908 11109412864 133774 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10849036 memory=546180 CPUtime=13.75 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 30427 13019 0 0 1288 79 5 3 20 0 15 0 445250908 11109412864 133774 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10849036 memory=535404 CPUtime=13.69 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 29625 13019 0 0 1285 76 5 3 20 0 15 0 445250908 11109412864 133774 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10849036 memory=529764 CPUtime=6.87 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 13790 13019 0 0 596 83 5 3 20 0 15 0 445250909 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10849036 memory=526484 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 50 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651701302176 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10849036 memory=523404 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651599819904 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10849036 memory=523404 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 133774 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10849036 memory=527512 CPUtime=8.75 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) S 18255 18258 13460 0 -1 1077944384 48369 13019 0 0 862 5 5 3 20 0 15 0 445250913 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10849036 memory=532120 CPUtime=8.73 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 47250 13019 0 0 859 6 5 3 20 0 15 0 445250913 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10849036 memory=533048 CPUtime=2.62 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) S 18255 18258 13460 0 -1 1077944384 29291 13019 0 0 247 7 5 3 20 0 15 0 445250913 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10849036 memory=526484 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 133774 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10849036 memory=3620 CPUtime=1.27 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1426 13019 0 0 60 59 5 3 20 0 15 0 445250913 11109412864 133774 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 2381.84 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 535096 KiB

[startup+2382.3 s]
/proc/loadavg: 0.94 1.33 1.42 3/229 18676
/proc/meminfo: memFree=23988392/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10849036 memory=526100 CPUtime=2442.99 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 492597 13019 0 0 243782 509 5 3 20 0 15 0 445250895 11109412864 131525 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2712259 131525 3634 1 0 2674317 0
[pid=18258/tid=18312] ppid=18255 vsize=10849036 memory=517748 CPUtime=2358.63 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 223850 13019 0 0 235781 74 5 3 20 0 15 0 445250904 11109412864 131525 33554432000 4194304 4196468 140736646686064 139652215274912 139651833654176 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10849036 memory=524412 CPUtime=14.18 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 33767 13019 0 0 1329 81 5 3 20 0 15 0 445250908 11109412864 131525 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10849036 memory=527124 CPUtime=14.13 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 29501 13019 0 0 1328 77 5 3 20 0 15 0 445250908 11109412864 131525 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10849036 memory=526100 CPUtime=14.14 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 31863 13019 0 0 1324 82 5 3 20 0 15 0 445250908 11109412864 131525 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10849036 memory=536220 CPUtime=14.09 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 30900 13019 0 0 1322 79 5 3 20 0 15 0 445250908 11109412864 131525 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10849036 memory=317916586116037276 CPUtime=7.05 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 14073 13019 0 0 612 85 5 3 20 0 15 0 445250909 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10849036 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 50 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651701302176 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10849036 memory=522872 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651599819904 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10849036 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 131525 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10849036 memory=532960 CPUtime=8.75 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) S 18255 18258 13460 0 -1 1077944384 48371 13019 0 0 862 5 5 3 20 0 15 0 445250913 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10849036 memory=244148 CPUtime=8.73 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 47252 13019 0 0 859 6 5 3 20 0 15 0 445250913 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10849036 memory=47752 CPUtime=2.62 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) S 18255 18258 13460 0 -1 1077944384 29293 13019 0 0 247 7 5 3 20 0 15 0 445250913 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10849036 memory=1988 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 131525 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10849036 memory=988 CPUtime=1.3 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1443 13019 0 0 62 60 5 3 20 0 15 0 445250913 11109412864 131525 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 2442.99 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 526100 KiB

[startup+2442.31 s]
/proc/loadavg: 1.27 1.36 1.42 3/227 18681
/proc/meminfo: memFree=24035484/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10849036 memory=535524 CPUtime=2504.1 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 500019 13019 0 0 249884 518 5 3 20 0 15 0 445250895 11109412864 133881 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2712259 133881 3634 1 0 2674317 0
[pid=18258/tid=18312] ppid=18255 vsize=10849036 memory=524872 CPUtime=2417.98 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 228609 13019 0 0 241715 75 5 3 20 0 15 0 445250904 11109412864 133881 33554432000 4194304 4196468 140736646686064 139652215274800 139651829322968 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10849036 memory=528772 CPUtime=14.56 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 34627 13019 0 0 1365 83 5 3 20 0 15 0 445250908 11109412864 133881 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10849036 memory=529284 CPUtime=14.51 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 30090 13019 0 0 1365 78 5 3 20 0 15 0 445250908 11109412864 133881 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10849036 memory=529796 CPUtime=14.52 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 32403 13019 0 0 1361 83 5 3 20 0 15 0 445250908 11109412864 133881 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10849036 memory=534476 CPUtime=14.46 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 31489 13019 0 0 1358 80 5 3 20 0 15 0 445250908 11109412864 133881 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10849036 memory=531336 CPUtime=7.25 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 14146 13019 0 0 631 86 5 3 20 0 15 0 445250909 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10849036 memory=523640 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 50 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651701302176 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10849036 memory=522360 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651599819904 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10849036 memory=524872 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 133881 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10849036 memory=535524 CPUtime=8.75 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) S 18255 18258 13460 0 -1 1077944384 48373 13019 0 0 862 5 5 3 20 0 15 0 445250913 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10849036 memory=533224 CPUtime=8.73 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 47254 13019 0 0 859 6 5 3 20 0 15 0 445250913 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10849036 memory=533224 CPUtime=2.62 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) S 18255 18258 13460 0 -1 1077944384 29295 13019 0 0 247 7 5 3 20 0 15 0 445250913 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10849036 memory=521844 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 133881 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10849036 memory=521844 CPUtime=1.33 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1449 13019 0 0 63 62 5 3 20 0 15 0 445250913 11109412864 133881 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 2504.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 535524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458 s]*
/proc/loadavg: 1.37 1.38 1.43 3/228 18683
/proc/meminfo: memFree=24038648/32770624 swapFree=66941520/67108860
[pid=18258] ppid=18255 vsize=10849036 memory=538600 CPUtime=2520.1 cores=0,2,4,6
/proc/18258/stat : 18258 (java) S 18255 18258 13460 0 -1 1077944320 502282 13019 0 0 251481 521 5 3 20 0 15 0 445250895 11109412864 134650 33554432000 4194304 4196468 140736646686064 140736646668608 139652243439351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
/proc/18258/statm: 2712259 134650 3634 1 0 2674317 0
[pid=18258/tid=18312] ppid=18255 vsize=10849036 memory=198152611181716 CPUtime=2433.51 cores=0,2,4,6
/proc/18258/task/18312/stat : 18312 (java) R 18255 18258 13460 0 -1 4202560 230377 13019 0 0 243268 75 5 3 20 0 15 0 445250904 11109412864 134650 33554432000 4194304 4196468 140736646686064 139652215274320 139651833180137 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18313] ppid=18255 vsize=10849036 memory=149524991445109 CPUtime=14.65 cores=0,2,4,6
/proc/18258/task/18313/stat : 18313 (java) S 18255 18258 13460 0 -1 1077944384 34742 13019 0 0 1374 83 5 3 20 0 15 0 445250908 11109412864 134650 33554432000 4194304 4196468 140736646686064 139652247681936 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18314] ppid=18255 vsize=10849036 memory=-7003737579269690708 CPUtime=14.61 cores=0,2,4,6
/proc/18258/task/18314/stat : 18314 (java) S 18255 18258 13460 0 -1 1077944384 30213 13019 0 0 1375 78 5 3 20 0 15 0 445250908 11109412864 134650 33554432000 4194304 4196468 140736646686064 139652146572048 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18315] ppid=18255 vsize=10849036 memory=1764 CPUtime=14.62 cores=0,2,4,6
/proc/18258/task/18315/stat : 18315 (java) S 18255 18258 13460 0 -1 1077944384 32521 13019 0 0 1371 83 5 3 20 0 15 0 445250908 11109412864 134650 33554432000 4194304 4196468 140736646686064 139652145519760 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18316] ppid=18255 vsize=10849036 memory=111628 CPUtime=14.56 cores=0,2,4,6
/proc/18258/task/18316/stat : 18316 (java) S 18255 18258 13460 0 -1 1077944384 31614 13019 0 0 1367 81 5 3 20 0 15 0 445250908 11109412864 134650 33554432000 4194304 4196468 140736646686064 139652144466960 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18317] ppid=18255 vsize=10849036 memory=800 CPUtime=7.31 cores=0,2,4,6
/proc/18258/task/18317/stat : 18317 (java) S 18255 18258 13460 0 -1 1077944384 14160 13019 0 0 636 87 5 3 20 0 15 0 445250909 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651702356080 139652243450498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18318] ppid=18255 vsize=10849036 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18318/stat : 18318 (java) S 18255 18258 13460 0 -1 1077944384 50 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651701302176 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18319] ppid=18255 vsize=10849036 memory=524748 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18319/stat : 18319 (java) S 18255 18258 13460 0 -1 1077944384 19 13019 0 0 0 0 5 3 20 0 15 0 445250910 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651599819904 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18320] ppid=18255 vsize=10849036 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18320/stat : 18320 (java) S 18255 18258 13460 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 134650 33554432000 4194304 4196468 140736646686064 139650995841104 139652243457947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18321] ppid=18255 vsize=10849036 memory=3620 CPUtime=8.75 cores=0,2,4,6
/proc/18258/task/18321/stat : 18321 (java) S 18255 18258 13460 0 -1 1077944384 48373 13019 0 0 862 5 5 3 20 0 15 0 445250913 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651566262896 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18322] ppid=18255 vsize=10849036 memory=47756 CPUtime=8.73 cores=0,2,4,6
/proc/18258/task/18322/stat : 18322 (java) S 18255 18258 13460 0 -1 1077944384 47254 13019 0 0 859 6 5 3 20 0 15 0 445250913 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651565210096 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18323] ppid=18255 vsize=10849036 memory=1988 CPUtime=2.62 cores=0,2,4,6
/proc/18258/task/18323/stat : 18323 (java) S 18255 18258 13460 0 -1 1077944384 29295 13019 0 0 247 7 5 3 20 0 15 0 445250913 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651564157808 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18324] ppid=18255 vsize=10849036 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/18258/task/18324/stat : 18324 (java) S 18255 18258 13460 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 445250913 11109412864 134650 33554432000 4194304 4196468 140736646686064 139650526079968 139652243449557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
[pid=18258/tid=18325] ppid=18255 vsize=10849036 memory=3296 CPUtime=1.33 cores=0,2,4,6
/proc/18258/task/18325/stat : 18325 (java) S 18255 18258 13460 0 -1 1077944384 1449 13019 0 0 63 62 5 3 20 0 15 0 445250913 11109412864 134650 33554432000 4194304 4196468 140736646686064 139651563104688 139652243450498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20926464 140736646687471 140736646689989 140736646689989 140736646692815 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 538600 KiB

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

[startup+2458.04 s]
# the end of solver process 18258 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.89 s, system=5.25529 s

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

Child status: 143
Real time (s): 2458.04
CPU time (s): 2520.14
CPU user time (s): 2514.89
CPU system time (s): 5.25529
CPU usage (%): 102.527
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1764292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.89
system time used= 5.25529
maximum resident set size= 1767876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516102
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206034
involuntary context switches= 6520


# summary of solver processes directly reported to runsolver:
#   pid: 18258
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2514.89
#   total CPU system time (s): 5.25529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2977 second user time and 22.9319 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 05:14:44
IDJOB=4401148
IDBENCH=136273
IDSOLVER=2857
FILE ID=node149/4401148-1568690122
RUNJOBID= node149-1568673293-13491
PBS_JOBID= 21703773
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c1w2b.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401148-1568690122/watcher-4401148-1568690122 -o /tmp/evaluation-result-4401148-1568690122/solver-4401148-1568690122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13491 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401148-1568690122.xml

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

MD5SUM BENCH= d888f3c6414640c595bd57a6b8e70245
RANDOM SEED=1538733696

node149.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.81
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.81
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.81
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.81
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:        25965444 kB
MemAvailable:   31028452 kB
Buffers:          101252 kB
Cached:          5263764 kB
SwapCached:        61080 kB
Active:          3250868 kB
Inactive:        2990544 kB
Active(anon):     818512 kB
Inactive(anon):   106192 kB
Active(file):    2432356 kB
Inactive(file):  2884352 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941520 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:        927840 kB
Mapped:            62068 kB
Shmem:             39976 kB
Slab:             154520 kB
SReclaimable:     124268 kB
SUnreclaim:        30252 kB
KernelStack:        3728 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2078604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-17 05:55:42