Trace number 4396568

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.22 2356.35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396568-1568405838/watcher-4396568-1568405838 -o /tmp/evaluation-result-4396568-1568405838/solver-4396568-1568405838 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6199 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1674200624 HOME/instance-4396568-1568405838.xml 

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

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


[startup+0.100063 s]*
/proc/loadavg: 1.24 1.32 1.37 3/218 9949
/proc/meminfo: memFree=26005664/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=9972712 memory=18332 CPUtime=0.1 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 4327 13001 0 0 1 1 6 2 20 0 6 0 416497661 10212057088 4583 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2493178 4583 1931 1 0 2481616 0
[pid=9892/tid=9945] ppid=9889 vsize=9972712 memory=-8817891684683923397 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 2121 13001 0 0 0 0 6 2 20 0 6 0 416497670 10212057088 4583 33554432000 4194304 4196468 140725863511360 139869457867344 139869467424317 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 6 0 416497671 10212057088 4583 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=9972712 memory=139775735293568 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 6 0 416497671 10212057088 4583 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 6 0 416497671 10212057088 4583 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 6 0 416497671 10212057088 4583 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209986 s]*
/proc/loadavg: 1.24 1.32 1.37 4/227 9958
/proc/meminfo: memFree=25986120/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=10819664 memory=38208 CPUtime=0.26 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 6894 13001 0 0 17 1 6 2 20 0 15 0 416497661 11079335936 9552 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2704916 9552 3171 1 0 2667149 0
[pid=9892/tid=9945] ppid=9889 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 3373 13001 0 0 10 1 6 2 20 0 15 0 416497670 11079335936 9552 33554432000 4194304 4196468 140725863511360 139869457855072 139869470111070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10819664 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079335936 9552 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10819664 memory=139775735303449 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079335936 9552 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079335936 9552 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079335936 9552 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10819664 memory=139775735293568 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416497672 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868943357472 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497673 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868361450864 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 354 13001 0 0 1 0 6 2 20 0 15 0 416497675 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 291 13001 0 0 1 0 6 2 20 0 15 0 416497675 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10819664 memory=139775735293568 CPUtime=0.11 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 621 13001 0 0 3 0 6 2 20 0 15 0 416497675 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10819664 memory=139775735293568 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497676 11079335936 9552 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38208 KiB

[startup+0.310542 s]*
/proc/loadavg: 1.24 1.32 1.37 3/227 9958
/proc/meminfo: memFree=25973272/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=10820148 memory=49276 CPUtime=0.4 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 10581 13001 0 0 29 3 6 2 20 0 15 0 416497661 11079831552 12319 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2705037 12319 3303 1 0 2667149 0
[pid=9892/tid=9945] ppid=9889 vsize=10820148 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 7037 13001 0 0 19 3 6 2 20 0 15 0 416497670 11079831552 12319 33554432000 4194304 4196468 140725863511360 139869457830496 139869470111070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079831552 12319 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079831552 12319 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079831552 12319 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416497671 11079831552 12319 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416497672 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868943357472 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497673 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868361450864 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 355 13001 0 0 1 0 6 2 20 0 15 0 416497675 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 302 13001 0 0 2 0 6 2 20 0 15 0 416497675 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10820148 memory=139775735293568 CPUtime=0.13 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 631 13001 0 0 5 0 6 2 20 0 15 0 416497675 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10820148 memory=139775735293568 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497676 11079831552 12319 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49276 KiB

[startup+0.705371 s]
/proc/loadavg: 1.24 1.32 1.37 3/227 9958
/proc/meminfo: memFree=25958736/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=10824360 memory=81944 CPUtime=1.13 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 14728 13001 0 0 100 5 6 2 20 0 15 0 416497661 11084144640 20486 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2706090 20486 3510 1 0 2668173 0
[pid=9892/tid=9945] ppid=9889 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 9897 13001 0 0 56 4 6 2 20 0 15 0 416497670 11084144640 20486 33554432000 4194304 4196468 140725863511360 139869457857744 139869486042518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11084144640 20486 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11084144640 20486 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10824360 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497671 11084144640 20486 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416497671 11084144640 20486 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 5 13001 0 0 0 0 6 2 20 0 15 0 416497672 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10824360 memory=139775617151696 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868943357472 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10824360 memory=139779710648909 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497673 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868361450864 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10824360 memory=1096 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10824360 memory=7089886620845893184 CPUtime=0.17 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 878 13001 0 0 9 0 6 2 20 0 15 0 416497675 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10824360 memory=7739276948478389095 CPUtime=0.25 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) R 9889 9892 3758 0 -1 4202560 862 13001 0 0 17 0 6 2 20 0 15 0 416497675 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868908747288 139869465283199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10824360 memory=6148935659200796009 CPUtime=0.25 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) R 9889 9892 3758 0 -1 4202560 831 13001 0 0 17 0 6 2 20 0 15 0 416497675 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868907694192 139869486042518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10824360 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497676 11084144640 20486 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81944 KiB

[startup+1.50068 s]
/proc/loadavg: 1.24 1.32 1.37 4/227 9958
/proc/meminfo: memFree=25915992/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=10834676 memory=182644 CPUtime=2.79 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 23584 13001 0 0 261 10 6 2 20 0 15 0 416497661 11094708224 45661 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2708669 45661 3589 1 0 2670733 0
[pid=9892/tid=9945] ppid=9889 vsize=10834676 memory=9174 CPUtime=1.43 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 15051 13001 0 0 129 6 6 2 20 0 15 0 416497670 11094708224 45661 33554432000 4194304 4196468 140725863511360 139869457863264 139869463254736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 318 13001 0 0 1 0 6 2 20 0 15 0 416497671 11094708224 45661 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 38 13001 0 0 1 0 6 2 20 0 15 0 416497671 11094708224 45661 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10834676 memory=1890 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 67 13001 0 0 1 0 6 2 20 0 15 0 416497671 11094708224 45661 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10834676 memory=81944 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 65 13001 0 0 1 0 6 2 20 0 15 0 416497671 11094708224 45661 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 165 13001 0 0 1 0 6 2 20 0 15 0 416497672 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10834676 memory=279551234245104 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868943357536 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10834676 memory=279551234295904 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416497673 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868361450880 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10834676 memory=6935649255759568960 CPUtime=0.42 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 2154 13001 0 0 34 0 6 2 20 0 15 0 416497675 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10834676 memory=279551234579328 CPUtime=0.52 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 1663 13001 0 0 44 0 6 2 20 0 15 0 416497675 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10834676 memory=6944656425123290226 CPUtime=0.52 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 1812 13001 0 0 44 0 6 2 20 0 15 0 416497675 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10834676 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10834676 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416497676 11094708224 45661 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10834676 KiB

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

/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 76181 13001 0 0 224495 42 6 2 20 0 15 0 416497670 11109408768 97879 33554432000 4194304 4196468 140725863511360 139869457865008 139869070473400 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10849032 memory=391516 CPUtime=8.63 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 15280 13001 0 0 816 39 6 2 20 0 15 0 416497671 11109408768 97879 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10849032 memory=391516 CPUtime=8.64 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 12091 13001 0 0 818 38 6 2 20 0 15 0 416497671 11109408768 97879 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10849032 memory=1408 CPUtime=8.68 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 17530 13001 0 0 822 38 6 2 20 0 15 0 416497671 11109408768 97879 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10849032 memory=391516 CPUtime=8.63 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 13780 13001 0 0 820 35 6 2 20 0 15 0 416497671 11109408768 97879 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10849032 memory=391516 CPUtime=5.98 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 13034 13001 0 0 542 48 6 2 20 0 15 0 416497672 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10849032 memory=391516 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 65 13001 0 0 0 0 6 2 20 0 15 0 416497673 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868943357536 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10849032 memory=391516 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868361450880 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10849032 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10849032 memory=391516 CPUtime=7.49 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 52831 13001 0 0 734 7 6 2 20 0 15 0 416497675 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10849032 memory=7232886972902039648 CPUtime=7.9 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 47063 13001 0 0 776 6 6 2 20 0 15 0 416497675 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10849032 memory=3276 CPUtime=2.8 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 53920 13001 0 0 265 7 6 2 20 0 15 0 416497675 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10849032 memory=391516 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10849032 memory=391516 CPUtime=1.34 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1274 13001 0 0 67 59 6 2 20 0 15 0 416497676 11109408768 97879 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 2304.91 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 391516 KiB

[startup+2322.3 s]
/proc/loadavg: 1.40 1.56 1.53 3/227 10563
/proc/meminfo: memFree=24097420/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=10849032 memory=398412 CPUtime=2365.68 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 311168 13001 0 0 236271 289 6 2 20 0 15 0 416497661 11109408768 99603 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2712258 99603 3631 1 0 2674317 0
[pid=9892/tid=9945] ppid=9889 vsize=10849032 memory=435660 CPUtime=2304.95 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 80082 13001 0 0 230444 43 6 2 20 0 15 0 416497670 11109408768 99603 33554432000 4194304 4196468 140725863511360 139869457865456 139869058576128 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10849032 memory=400464 CPUtime=8.89 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 15511 13001 0 0 842 39 6 2 20 0 15 0 416497671 11109408768 99603 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10849032 memory=3512 CPUtime=8.9 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 12508 13001 0 0 844 38 6 2 20 0 15 0 416497671 11109408768 99603 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10849032 memory=399440 CPUtime=8.95 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 18275 13001 0 0 847 40 6 2 20 0 15 0 416497671 11109408768 99603 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10849032 memory=399440 CPUtime=8.89 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 14086 13001 0 0 845 36 6 2 20 0 15 0 416497671 11109408768 99603 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10849032 memory=399440 CPUtime=6.13 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 13281 13001 0 0 556 49 6 2 20 0 15 0 416497672 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10849032 memory=400464 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 65 13001 0 0 0 0 6 2 20 0 15 0 416497673 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868943357536 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10849032 memory=415648 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868361450880 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10849032 memory=415648 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10849032 memory=3512 CPUtime=7.49 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 52834 13001 0 0 734 7 6 2 20 0 15 0 416497675 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10849032 memory=40244 CPUtime=7.9 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 47065 13001 0 0 776 6 6 2 20 0 15 0 416497675 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10849032 memory=399440 CPUtime=2.8 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 53922 13001 0 0 265 7 6 2 20 0 15 0 416497675 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10849032 memory=6100 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10849032 memory=399440 CPUtime=1.38 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1291 13001 0 0 69 61 6 2 20 0 15 0 416497676 11109408768 99603 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 2365.68 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 398412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.2 s]
/proc/loadavg: 1.52 1.57 1.54 3/227 10566
/proc/meminfo: memFree=24182032/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=10849032 memory=400232 CPUtime=2400.05 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 313871 13001 0 0 239705 292 6 2 20 0 15 0 416497661 11109408768 100058 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2712258 100058 3631 1 0 2674317 0
[pid=9892/tid=9945] ppid=9889 vsize=10849032 memory=2242 CPUtime=2338.57 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 81524 13001 0 0 233805 44 6 2 20 0 15 0 416497670 11109408768 100058 33554432000 4194304 4196468 140725863511360 139869457865760 139869070471452 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=10849032 memory=708 CPUtime=9.06 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 15652 13001 0 0 858 40 6 2 20 0 15 0 416497671 11109408768 100058 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=10849032 memory=2 CPUtime=9.06 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 12822 13001 0 0 859 39 6 2 20 0 15 0 416497671 11109408768 100058 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=10849032 memory=1139 CPUtime=9.1 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 18420 13001 0 0 862 40 6 2 20 0 15 0 416497671 11109408768 100058 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=10849032 memory=279551235032816 CPUtime=9.05 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 14291 13001 0 0 860 37 6 2 20 0 15 0 416497671 11109408768 100058 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=10849032 memory=2520 CPUtime=6.23 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 13314 13001 0 0 566 49 6 2 20 0 15 0 416497672 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=10849032 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 65 13001 0 0 0 0 6 2 20 0 15 0 416497673 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868943357536 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=10849032 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 15 0 416497673 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868361450880 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=10849032 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497675 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=10849032 memory=796 CPUtime=7.49 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 52834 13001 0 0 734 7 6 2 20 0 15 0 416497675 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=10849032 memory=1804 CPUtime=7.91 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 47486 13001 0 0 777 6 6 2 20 0 15 0 416497675 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=10849032 memory=916 CPUtime=2.8 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 53922 13001 0 0 265 7 6 2 20 0 15 0 416497675 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=10849032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416497676 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=10849032 memory=3512 CPUtime=1.39 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1293 13001 0 0 70 61 6 2 20 0 15 0 416497676 11109408768 100058 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 400232 KiB

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

[startup+2356.35 s]
# the end of solver process 9892 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.26 s, system=2.96061 s

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

[startup+2356.31 s]
/proc/loadavg: 1.52 1.57 1.54 3/227 10566
/proc/meminfo: memFree=24182032/32770624 swapFree=66957012/67108860
[pid=9892] ppid=9889 vsize=11045648 memory=404328 CPUtime=2400.16 cores=0,2,4,6
/proc/9892/stat : 9892 (java) S 9889 9892 3758 0 -1 1077944320 313965 13001 0 0 239716 292 6 2 20 0 17 0 416497661 11310743552 101082 33554432000 4194304 4196468 140725863511360 140725863493904 139869486030583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
/proc/9892/statm: 2761412 101082 3631 1 0 2723471 0
[pid=9892/tid=9945] ppid=9889 vsize=11045648 memory=400036 CPUtime=2338.67 cores=0,2,4,6
/proc/9892/task/9945/stat : 9945 (java) R 9889 9892 3758 0 -1 4202560 81525 13001 0 0 233815 44 6 2 20 0 17 0 416497670 11310743552 101082 33554432000 4194304 4196468 140725863511360 139869457865552 139869070474156 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9946] ppid=9889 vsize=11045648 memory=399756 CPUtime=9.06 cores=0,2,4,6
/proc/9892/task/9946/stat : 9946 (java) S 9889 9892 3758 0 -1 1077944384 15652 13001 0 0 858 40 6 2 20 0 17 0 416497671 11310743552 101082 33554432000 4194304 4196468 140725863511360 139869490272912 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9947] ppid=9889 vsize=11045648 memory=408816 CPUtime=9.06 cores=0,2,4,6
/proc/9892/task/9947/stat : 9947 (java) S 9889 9892 3758 0 -1 1077944384 12822 13001 0 0 859 39 6 2 20 0 17 0 416497671 11310743552 101082 33554432000 4194304 4196468 140725863511360 139869378546192 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9948] ppid=9889 vsize=11045648 memory=399756 CPUtime=9.1 cores=0,2,4,6
/proc/9892/task/9948/stat : 9948 (java) S 9889 9892 3758 0 -1 1077944384 18423 13001 0 0 862 40 6 2 20 0 17 0 416497671 11310743552 101082 33554432000 4194304 4196468 140725863511360 139869377493392 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9949] ppid=9889 vsize=11045648 memory=400232 CPUtime=9.06 cores=0,2,4,6
/proc/9892/task/9949/stat : 9949 (java) S 9889 9892 3758 0 -1 1077944384 14294 13001 0 0 861 37 6 2 20 0 17 0 416497671 11310743552 101082 33554432000 4194304 4196468 140725863511360 139869376440592 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9950] ppid=9889 vsize=11045648 memory=400232 CPUtime=6.23 cores=0,2,4,6
/proc/9892/task/9950/stat : 9950 (java) S 9889 9892 3758 0 -1 1077944384 13314 13001 0 0 566 49 6 2 20 0 17 0 416497672 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868944411504 139869486041730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9951] ppid=9889 vsize=11045648 memory=21564 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9951/stat : 9951 (java) S 9889 9892 3758 0 -1 1077944384 65 13001 0 0 0 0 6 2 20 0 17 0 416497673 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868943357536 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9952] ppid=9889 vsize=11045648 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9952/stat : 9952 (java) S 9889 9892 3758 0 -1 1077944384 33 13001 0 0 0 0 6 2 20 0 17 0 416497673 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868361450880 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9953] ppid=9889 vsize=11045648 memory=279551234978048 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9953/stat : 9953 (java) S 9889 9892 3758 0 -1 1077944384 57 13001 0 0 0 0 6 2 20 0 17 0 416497675 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868054051152 139869486049179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9954] ppid=9889 vsize=11045648 memory=388048 CPUtime=7.49 cores=0,2,4,6
/proc/9892/task/9954/stat : 9954 (java) S 9889 9892 3758 0 -1 1077944384 52834 13001 0 0 734 7 6 2 20 0 17 0 416497675 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868909799792 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9955] ppid=9889 vsize=11045648 memory=388048 CPUtime=7.91 cores=0,2,4,6
/proc/9892/task/9955/stat : 9955 (java) S 9889 9892 3758 0 -1 1077944384 47486 13001 0 0 777 6 6 2 20 0 17 0 416497675 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868908746992 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9956] ppid=9889 vsize=11045648 memory=386736 CPUtime=2.8 cores=0,2,4,6
/proc/9892/task/9956/stat : 9956 (java) S 9889 9892 3758 0 -1 1077944384 53922 13001 0 0 265 7 6 2 20 0 17 0 416497675 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868907694192 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9957] ppid=9889 vsize=11045648 memory=7380112679524128362 CPUtime=0.08 cores=0,2,4,6
/proc/9892/task/9957/stat : 9957 (java) S 9889 9892 3758 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 17 0 416497676 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868020492512 139869486040789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
[pid=9892/tid=9958] ppid=9889 vsize=11045648 memory=400232 CPUtime=1.39 cores=0,2,4,6
/proc/9892/task/9958/stat : 9958 (java) S 9889 9892 3758 0 -1 1077944384 1293 13001 0 0 70 61 6 2 20 0 17 0 416497676 11310743552 101082 33554432000 4194304 4196468 140725863511360 139868906642608 139869486041730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 19935232 140725863516911 140725863519429 140725863519429 140725863522255 0
Current children cumulated CPU time: 2400.16 s
Current children cumulated vsize: 11045648 KiB
Current children cumulated memory: 404328 KiB

Child status: 143
Real time (s): 2356.35
CPU time (s): 2400.22
CPU user time (s): 2397.26
CPU system time (s): 2.96061
CPU usage (%): 101.862
Max. virtual memory (cumulated for all children) (KiB): 11045648
Max. memory (cumulated for all children) (KiB): 1377484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.26
system time used= 2.96061
maximum resident set size= 1379020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185282
involuntary context switches= 6032


# summary of solver processes directly reported to runsolver:
#   pid: 9892
#   total CPU time (s): 2400.22
#   total CPU user time (s): 2397.26
#   total CPU system time (s): 2.96061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6715 second user time and 21.5177 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 22:16:35
IDJOB=4396568
IDBENCH=136273
IDSOLVER=2847
FILE ID=node147/4396568-1568405838
RUNJOBID= node147-1568394074-6199
PBS_JOBID= 21701856
Free space on /tmp= 58844 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-4396568-1568405838/watcher-4396568-1568405838 -o /tmp/evaluation-result-4396568-1568405838/solver-4396568-1568405838 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6199 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1674200624 HOME/instance-4396568-1568405838.xml

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

MD5SUM BENCH= d888f3c6414640c595bd57a6b8e70245
RANDOM SEED=1674200624

node147.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.52
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.52
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.52
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.52
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:        26011344 kB
MemAvailable:   31007912 kB
Buffers:          177888 kB
Cached:          5045976 kB
SwapCached:        48500 kB
Active:          2878068 kB
Inactive:        3203700 kB
Active(anon):     809728 kB
Inactive(anon):    89344 kB
Active(file):    2068340 kB
Inactive(file):  3114356 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             35280 kB
Writeback:             0 kB
AnonPages:        996912 kB
Mapped:            58176 kB
Shmem:             32768 kB
Slab:             271516 kB
SReclaimable:     242332 kB
SUnreclaim:        29184 kB
KernelStack:        4000 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2048604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    808960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58808 MiB
End job on node147 at 2019-09-13 22:55:51