Trace number 4387309

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 NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.15 2467.63

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-06-0021.xml
MD5SUM5b025fdb2af725278bd5449402283f43
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark50.8929
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.70/0.55	c Concrete v3.10.1560635388952 running
2520.09/2467.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2467.61		at concrete.MAC.mac(MAC.scala:189)
2520.09/2467.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.09/2467.61		at scala.util.Try$.apply(Try.scala:212)
2520.09/2467.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2467.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2467.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2467.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2467.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2467.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2467.61		at concrete.ProblemState.map(ProblemState.scala:228)
2520.09/2467.61		at concrete.ProblemState.map(ProblemState.scala:210)
2520.09/2467.61		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2467.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2467.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.09/2467.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.09/2467.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2467.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.09/2467.61		at scala.util.Success.map(Try.scala:264)
2520.09/2467.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.09/2467.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2467.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2467.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2467.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2467.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2467.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2467.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2467.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2467.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2467.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2467.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2467.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2467.61		at scala.App.main(App.scala:75)
2520.09/2467.61		at scala.App.main$(App.scala:73)
2520.09/2467.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2467.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2467.61	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387309-1568297960/watcher-4387309-1568297960 -o /tmp/evaluation-result-4387309-1568297960/solver-4387309-1568297960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1676991277 HOME/instance-4387309-1568297960.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=9956, runsolver pid=9953
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.51 1.44 1.49 3/217 10013
/proc/meminfo: memFree=29748296/32770624 swapFree=66934312/67108860
[pid=9956] ppid=9953 vsize=9972712 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 4445 13319 0 0 1 0 5 2 20 0 6 0 406054458 10212057088 4204 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2493178 4204 1935 1 0 2481616 0
[pid=9956/tid=10009] ppid=9953 vsize=9972712 memory=-8617482348318186131 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 2260 13319 0 0 0 0 5 2 20 0 6 0 406054467 10212057088 4204 33554432000 4194304 4196468 140730954459904 140069763228240 140069777073971 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 6 0 406054468 10212057088 4204 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=9972712 memory=140634479900288 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 6 0 406054468 10212057088 4204 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 6 0 406054468 10212057088 4204 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 6 0 406054468 10212057088 4204 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210566 s]*
/proc/loadavg: 1.51 1.44 1.49 3/226 10022
/proc/meminfo: memFree=29728844/32770624 swapFree=66934312/67108860
[pid=9956] ppid=9953 vsize=10818940 memory=38680 CPUtime=0.25 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 7035 13319 0 0 16 2 5 2 20 0 15 0 406054458 11078594560 9670 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2704735 9670 2956 1 0 2667149 0
[pid=9956/tid=10009] ppid=9953 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 3546 13319 0 0 10 1 5 2 20 0 15 0 406054467 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069763208592 140069791413405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10818940 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10818940 memory=140634479909935 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 406054468 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10818940 memory=140634479900288 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 406054469 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 406054470 11078594560 9670 33554432000 4194304 4196468 140730954459904 140068681410080 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054470 11078594560 9670 33554432000 4194304 4196468 140730954459904 140068547192176 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11078594560 9670 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 446 13319 0 0 1 0 5 2 20 0 15 0 406054473 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 182 13319 0 0 0 0 5 2 20 0 15 0 406054473 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10818940 memory=140634479900288 CPUtime=0.1 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 634 13319 0 0 3 0 5 2 20 0 15 0 406054473 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11078594560 9670 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10818940 memory=140634479900288 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054473 11078594560 9670 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38680 KiB

[startup+0.310419 s]*
/proc/loadavg: 1.51 1.44 1.49 3/226 10022
/proc/meminfo: memFree=29718072/32770624 swapFree=66934312/67108860
[pid=9956] ppid=9953 vsize=10820096 memory=47784 CPUtime=0.39 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 10746 13319 0 0 28 4 5 2 20 0 15 0 406054458 11079778304 11946 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2705024 11946 3210 1 0 2667149 0
[pid=9956/tid=10009] ppid=9953 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 7240 13319 0 0 19 2 5 2 20 0 15 0 406054467 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069763219152 140069370576340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 406054468 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 406054469 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 406054470 11079778304 12458 33554432000 4194304 4196468 140730954459904 140068681410080 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054470 11079778304 12458 33554432000 4194304 4196468 140730954459904 140068547192176 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11079778304 12458 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 446 13319 0 0 1 0 5 2 20 0 15 0 406054473 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 184 13319 0 0 1 0 5 2 20 0 15 0 406054473 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10820096 memory=140634479900288 CPUtime=0.12 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 643 13319 0 0 5 0 5 2 20 0 15 0 406054473 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11079778304 12458 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10820096 memory=140634479900288 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054473 11079778304 12458 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47784 KiB

[startup+0.701563 s]
/proc/loadavg: 1.51 1.44 1.49 5/226 10022
/proc/meminfo: memFree=29705124/32770624 swapFree=66934312/67108860
[pid=9956] ppid=9953 vsize=10824340 memory=80348 CPUtime=1.14 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 14844 13319 0 0 102 5 5 2 20 0 15 0 406054458 11084124160 20087 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2706085 20087 3508 1 0 2668173 0
[pid=9956/tid=10009] ppid=9953 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 10492 13319 0 0 56 3 5 2 20 0 15 0 406054467 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069763215088 140069775701336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10824340 memory=140634342174928 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054468 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10824340 memory=140634409140841 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 406054468 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10824340 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 5 13319 0 0 0 0 5 2 20 0 15 0 406054469 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10824340 memory=7014751519667017297 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 406054470 11084124160 20087 33554432000 4194304 4196468 140730954459904 140068681410080 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10824340 memory=7885632885785908327 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054470 11084124160 20087 33554432000 4194304 4196468 140730954459904 140068547192176 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10824340 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11084124160 20087 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10824340 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 818 13319 0 0 15 0 5 2 20 0 15 0 406054473 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10824340 memory=516 CPUtime=0.19 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 444 13319 0 0 12 0 5 2 20 0 15 0 406054473 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10824340 memory=1556 CPUtime=0.24 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 853 13319 0 0 17 0 5 2 20 0 15 0 406054473 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10824340 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11084124160 20087 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10824340 memory=1668 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054473 11084124160 20087 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80348 KiB

[startup+1.50067 s]
/proc/loadavg: 1.51 1.44 1.49 3/226 10022
/proc/meminfo: memFree=29661052/32770624 swapFree=66934312/67108860
[pid=9956] ppid=9953 vsize=10834656 memory=166352 CPUtime=2.47 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 21464 13319 0 0 229 11 5 2 20 0 15 0 406054458 11094687744 41543 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2708664 41588 3576 1 0 2670733 0
[pid=9956/tid=10009] ppid=9953 vsize=10834656 memory=162952 CPUtime=1.43 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 15352 13319 0 0 130 6 5 2 20 0 15 0 406054467 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069763186096 140069370314111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10834656 memory=2436 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 71 13319 0 0 0 0 5 2 20 0 15 0 406054468 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10834656 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 410 13319 0 0 0 0 5 2 20 0 15 0 406054468 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 28 13319 0 0 0 0 5 2 20 0 15 0 406054468 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10834656 memory=-7303279828959712342 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 104 13319 0 0 0 0 5 2 20 0 15 0 406054468 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10834656 memory=3833724587141655611 CPUtime=0.08 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 134 13319 0 0 1 0 5 2 20 0 15 0 406054469 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10834656 memory=-6798310482166503264 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 13 13319 0 0 0 0 5 2 20 0 15 0 406054470 11094687744 41588 33554432000 4194304 4196468 140730954459904 140068681410144 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10834656 memory=-6078294146213043397 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 2 13319 0 0 0 0 5 2 20 0 15 0 406054470 11094687744 41588 33554432000 4194304 4196468 140730954459904 140068547192192 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11094687744 41588 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10834656 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) R 9953 9956 5271 0 -1 4202560 1000 13319 0 0 26 0 5 2 20 0 15 0 406054473 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069249497456 140069784488355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10834656 memory=4580 CPUtime=0.33 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 565 13319 0 0 26 0 5 2 20 0 15 0 406054473 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10834656 memory=6075463926073611600 CPUtime=0.47 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) R 9953 9956 5271 0 -1 4202560 1574 13319 0 0 40 0 5 2 20 0 15 0 406054473 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069247391856 140069784488228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10834656 memory=7523659450237735012 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11094687744 41588 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10834656 memory=7516902878304102252 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1 13319 0 0 0 0 5 2 20 0 15 0 406054473 11094687744 41588 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 54854 13319 0 0 229695 44 5 2 20 0 15 0 406054467 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069763226976 140069380729256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.36 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 7687 13319 0 0 1074 55 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.42 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 10596 13319 0 0 1080 55 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.41 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 8676 13319 0 0 1079 55 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10849024 memory=281268685840848 CPUtime=11.4 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 5130 13319 0 0 1079 54 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10849024 memory=281268685324832 CPUtime=10.68 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 9855 13319 0 0 1004 57 5 2 20 0 15 0 406054469 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 22 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068681410144 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 15 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068547192192 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10849024 memory=679916 CPUtime=6.45 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 16810 13319 0 0 632 6 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10849024 memory=679916 CPUtime=7.02 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 24602 13319 0 0 688 7 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10849024 memory=7148 CPUtime=4.48 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 26520 13319 0 0 433 8 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10849024 memory=3624 CPUtime=1.52 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1046 13319 0 0 76 69 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 2372.69 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 679916 KiB

[startup+2382.3 s]
/proc/loadavg: 1.14 1.28 1.40 3/226 10393
/proc/meminfo: memFree=30092652/32770624 swapFree=66934364/67108860
[pid=9956] ppid=9953 vsize=10849024 memory=679916 CPUtime=2433.59 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 168908 13319 0 0 242999 353 5 2 20 0 15 0 406054458 11109400576 169979 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2712256 169979 3626 1 0 2674317 0
[pid=9956/tid=10009] ppid=9953 vsize=10849024 memory=679916 CPUtime=2356.83 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 55389 13319 0 0 235631 45 5 2 20 0 15 0 406054467 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069763226768 140069381065281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.66 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 7699 13319 0 0 1103 56 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.72 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 10629 13319 0 0 1109 56 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.72 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 8734 13319 0 0 1109 56 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10849024 memory=679916 CPUtime=11.7 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 5171 13319 0 0 1107 56 5 2 20 0 15 0 406054468 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10849024 memory=679916 CPUtime=10.96 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 10036 13319 0 0 1031 58 5 2 20 0 15 0 406054469 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 22 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068681410144 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 15 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068547192192 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10849024 memory=679916 CPUtime=6.46 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 16812 13319 0 0 633 6 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10849024 memory=679916 CPUtime=7.02 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 24604 13319 0 0 688 7 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10849024 memory=679916 CPUtime=4.48 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 26522 13319 0 0 433 8 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10849024 memory=679916 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10849024 memory=1412 CPUtime=1.56 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1063 13319 0 0 78 71 5 2 20 0 15 0 406054473 11109400576 169979 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 2433.59 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 679916 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.33 1.40 3/226 10398
/proc/meminfo: memFree=30090608/32770624 swapFree=66934364/67108860
[pid=9956] ppid=9953 vsize=10849024 memory=681964 CPUtime=2494.42 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 170127 13319 0 0 249074 361 5 2 20 0 15 0 406054458 11109400576 170491 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2712256 170491 3626 1 0 2674317 0
[pid=9956/tid=10009] ppid=9953 vsize=10849024 memory=681964 CPUtime=2416.22 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 56001 13319 0 0 241570 45 5 2 20 0 15 0 406054467 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069763226768 140069380809748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10849024 memory=681964 CPUtime=11.94 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 7917 13319 0 0 1130 57 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10849024 memory=681964 CPUtime=12.02 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 10700 13319 0 0 1137 58 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10849024 memory=681964 CPUtime=12.01 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 8781 13319 0 0 1136 58 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10849024 memory=681964 CPUtime=11.98 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 5220 13319 0 0 1133 58 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10849024 memory=681964 CPUtime=11.21 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 10237 13319 0 0 1055 59 5 2 20 0 15 0 406054469 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10849024 memory=681964 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 22 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068681410144 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10849024 memory=681964 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 15 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068547192192 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10849024 memory=681964 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10849024 memory=681964 CPUtime=6.46 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 16814 13319 0 0 633 6 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10849024 memory=1060 CPUtime=7.02 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 24606 13319 0 0 688 7 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10849024 memory=681964 CPUtime=4.48 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 26524 13319 0 0 433 8 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10849024 memory=681964 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10849024 memory=681964 CPUtime=1.6 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1078 13319 0 0 80 73 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 2494.42 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 681964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.6 s]
/proc/loadavg: 1.55 1.36 1.41 3/226 10402
/proc/meminfo: memFree=30089820/32770624 swapFree=66934364/67108860
[pid=9956] ppid=9953 vsize=10849024 memory=681964 CPUtime=2520.09 cores=0,2,4,6
/proc/9956/stat : 9956 (java) S 9953 9956 5271 0 -1 1077944320 170706 13319 0 0 251637 365 5 2 20 0 15 0 406054458 11109400576 170491 33554432000 4194304 4196468 140730954459904 140730954442448 140069791391479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
/proc/9956/statm: 2712256 170491 3626 1 0 2674317 0
[pid=9956/tid=10009] ppid=9953 vsize=10849024 memory=984 CPUtime=2441.27 cores=0,2,4,6
/proc/9956/task/10009/stat : 10009 (java) R 9953 9956 5271 0 -1 4202560 56311 13319 0 0 244074 46 5 2 20 0 15 0 406054467 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069763220768 140069380484106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10010] ppid=9953 vsize=10849024 memory=2016 CPUtime=12.07 cores=0,2,4,6
/proc/9956/task/10010/stat : 10010 (java) S 9953 9956 5271 0 -1 1077944384 8099 13319 0 0 1142 58 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069795633808 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10011] ppid=9953 vsize=10849024 memory=1412 CPUtime=12.14 cores=0,2,4,6
/proc/9956/task/10011/stat : 10011 (java) S 9953 9956 5271 0 -1 1077944384 10713 13319 0 0 1148 59 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069694523920 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10012] ppid=9953 vsize=10849024 memory=1548 CPUtime=12.14 cores=0,2,4,6
/proc/9956/task/10012/stat : 10012 (java) S 9953 9956 5271 0 -1 1077944384 8794 13319 0 0 1149 58 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069693471120 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10013] ppid=9953 vsize=10849024 memory=7148 CPUtime=12.09 cores=0,2,4,6
/proc/9956/task/10013/stat : 10013 (java) S 9953 9956 5271 0 -1 1077944384 5261 13319 0 0 1144 58 5 2 20 0 15 0 406054468 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069692418320 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10014] ppid=9953 vsize=10849024 memory=3432 CPUtime=11.33 cores=0,2,4,6
/proc/9956/task/10014/stat : 10014 (java) S 9953 9956 5271 0 -1 1077944384 10255 13319 0 0 1066 60 5 2 20 0 15 0 406054469 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069250550640 140069791402626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10015] ppid=9953 vsize=10849024 memory=616 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10015/stat : 10015 (java) S 9953 9956 5271 0 -1 1077944384 22 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068681410144 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10016] ppid=9953 vsize=10849024 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10016/stat : 10016 (java) S 9953 9956 5271 0 -1 1077944384 15 13319 0 0 0 0 5 2 20 0 15 0 406054470 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068547192192 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10017] ppid=9953 vsize=10849024 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10017/stat : 10017 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068306901328 140069791410075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10018] ppid=9953 vsize=10849024 memory=1136 CPUtime=6.46 cores=0,2,4,6
/proc/9956/task/10018/stat : 10018 (java) S 9953 9956 5271 0 -1 1077944384 16814 13319 0 0 633 6 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069249497456 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10019] ppid=9953 vsize=10849024 memory=1072 CPUtime=7.02 cores=0,2,4,6
/proc/9956/task/10019/stat : 10019 (java) S 9953 9956 5271 0 -1 1077944384 24606 13319 0 0 688 7 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069248444656 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10020] ppid=9953 vsize=10849024 memory=5924 CPUtime=4.48 cores=0,2,4,6
/proc/9956/task/10020/stat : 10020 (java) S 9953 9956 5271 0 -1 1077944384 26524 13319 0 0 433 8 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069247391856 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10021] ppid=9953 vsize=10849024 memory=784 CPUtime=0.07 cores=0,2,4,6
/proc/9956/task/10021/stat : 10021 (java) S 9953 9956 5271 0 -1 1077944384 3 13319 0 0 0 0 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140068273342688 140069791401685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
[pid=9956/tid=10022] ppid=9953 vsize=10849024 memory=1060 CPUtime=1.62 cores=0,2,4,6
/proc/9956/task/10022/stat : 10022 (java) S 9953 9956 5271 0 -1 1077944384 1080 13319 0 0 81 74 5 2 20 0 15 0 406054473 11109400576 170491 33554432000 4194304 4196468 140730954459904 140069246340272 140069791402626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22011904 140730954463989 140730954466501 140730954466501 140730954469327 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 681964 KiB

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

[startup+2467.63 s]
# the end of solver process 9956 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.46 s, system=3.68763 s

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

Child status: 143
Real time (s): 2467.63
CPU time (s): 2520.15
CPU user time (s): 2516.46
CPU system time (s): 3.68763
CPU usage (%): 102.128
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 719560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.46
system time used= 3.68763
maximum resident set size= 720080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307602
involuntary context switches= 12193


# summary of solver processes directly reported to runsolver:
#   pid: 9956
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.46
#   total CPU system time (s): 3.68763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8583 second user time and 23.9512 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 15:17:46
IDJOB=4387309
IDBENCH=133559
IDSOLVER=2823
FILE ID=node105/4387309-1568297960
RUNJOBID= node105-1568282271-6097
PBS_JOBID= 21701089
Free space on /tmp= 50948 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-06-0021.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387309-1568297960/watcher-4387309-1568297960 -o /tmp/evaluation-result-4387309-1568297960/solver-4387309-1568297960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1676991277 HOME/instance-4387309-1568297960.xml

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

MD5SUM BENCH= 5b025fdb2af725278bd5449402283f43
RANDOM SEED=1676991277

node105.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.00
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.00
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.00
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.00
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:        29755684 kB
MemAvailable:   29936984 kB
Buffers:           97280 kB
Cached:           371116 kB
SwapCached:        69128 kB
Active:          2187956 kB
Inactive:         267492 kB
Active(anon):    1930372 kB
Inactive(anon):    88540 kB
Active(file):     257584 kB
Inactive(file):   178952 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934312 kB
Dirty:             34892 kB
Writeback:             0 kB
AnonPages:       2055628 kB
Mapped:            46792 kB
Shmem:             22472 kB
Slab:             149436 kB
SReclaimable:     121196 kB
SUnreclaim:        28240 kB
KernelStack:        3984 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3057456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1931264 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= 50912 MiB
End job on node105 at 2019-09-12 15:58:54