Trace number 4402626

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.12.3? (TO) 2520.12 2475.43

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-0_X2.xml
MD5SUMe5c3d43a301dadc2ad5fa4651c286aba
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark163.179
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2520.09/2475.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2475.41		at concrete.MAC.mac(MAC.scala:192)
2520.09/2475.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2475.41		at scala.util.Try$.apply(Try.scala:210)
2520.09/2475.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2475.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2475.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2475.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2475.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2475.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.09/2475.41		at concrete.ProblemState.map(ProblemState.scala:238)
2520.09/2475.41		at concrete.ProblemState.map(ProblemState.scala:212)
2520.09/2475.41		at concrete.MAC.nextSolution(MAC.scala:348)
2520.09/2475.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2475.41		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.09/2475.41		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.09/2475.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.09/2475.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.09/2475.41		at scala.util.Success.map(Try.scala:262)
2520.09/2475.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2475.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2475.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2475.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2475.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2475.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2475.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2475.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2475.41		at scala.App.$anonfun$main$1(App.scala:73)
2520.09/2475.41		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.09/2475.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2475.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2475.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.09/2475.41		at scala.App.main(App.scala:73)
2520.09/2475.41		at scala.App.main$(App.scala:71)
2520.09/2475.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2475.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2475.41	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 (3241 MiB free)
  memory of node 1: 16384 MiB (5258 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402626-1568979610/watcher-4402626-1568979610 -o /tmp/evaluation-result-4402626-1568979610/solver-4402626-1568979610 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402626-1568979610.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
Current StackSize limit: 8192 KiB

solver pid=8579, runsolver pid=8576

[startup+0.100057 s]*
/proc/loadavg: 1.60 1.48 1.48 3/219 8636
/proc/meminfo: memFree=8697796/32770624 swapFree=66998972/67108860
[pid=8579] ppid=8576 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 4345 13113 0 0 1 0 5 3 20 0 6 0 474225811 10212057088 4582 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2493178 4582 1931 1 0 2481616 0
[pid=8579/tid=8632] ppid=8576 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 2140 13113 0 0 1 0 5 3 20 0 6 0 474225820 10212057088 4582 33554432000 4194304 4196468 140732096312064 140601356784208 140601384969373 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 474225821 10212057088 4582 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=9972712 memory=140534449002112 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 474225821 10212057088 4582 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 474225821 10212057088 4582 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 6 0 474225821 10212057088 4582 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210029 s]*
/proc/loadavg: 1.64 1.49 1.49 3/228 8645
/proc/meminfo: memFree=8674348/32770624 swapFree=66998972/67108860
[pid=8579] ppid=8576 vsize=10820196 memory=44952 CPUtime=0.27 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 7233 13113 0 0 17 2 5 3 20 0 15 0 474225811 11079880704 11238 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2705049 11238 3253 1 0 2667149 0
[pid=8579/tid=8632] ppid=8576 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 3722 13113 0 0 10 1 5 3 20 0 15 0 474225820 11079880704 11304 33554432000 4194304 4196468 140732096312064 140601356758480 140601369027934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 11304 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10820196 memory=140534449002112 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 11304 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 11304 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 11304 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10820196 memory=140534449002112 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225822 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 474225823 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600843121568 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225823 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600384938992 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) R 8576 8579 4702 0 -1 4202560 465 13113 0 0 1 0 5 3 20 0 15 0 474225826 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600809564656 140601362597632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 195 13113 0 0 1 0 5 3 20 0 15 0 474225826 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10820196 memory=140534449002112 CPUtime=0.11 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) R 8576 8579 4702 0 -1 1077944384 603 13113 0 0 3 0 5 3 20 0 15 0 474225826 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11079880704 11304 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10820196 memory=140534449002112 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225826 11079880704 11304 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44952 KiB

[startup+0.310473 s]*
/proc/loadavg: 1.64 1.49 1.49 4/228 8645
/proc/meminfo: memFree=8661308/32770624 swapFree=66998972/67108860
[pid=8579] ppid=8576 vsize=10820196 memory=53416 CPUtime=0.4 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 10598 13113 0 0 29 3 5 3 20 0 15 0 474225811 11079880704 13354 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2705049 13354 3305 1 0 2667149 0
[pid=8579/tid=8632] ppid=8576 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 7062 13113 0 0 19 2 5 3 20 0 15 0 474225820 11079880704 13354 33554432000 4194304 4196468 140732096312064 140601356758992 140601368134256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10820196 memory=7086242934154617449 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 13354 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10820196 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 13354 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10820196 memory=7019607622424284104 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 13354 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225821 11079880704 13354 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225822 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 474225823 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600843121568 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225823 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600384938992 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 471 13113 0 0 2 0 5 3 20 0 15 0 474225826 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 196 13113 0 0 2 0 5 3 20 0 15 0 474225826 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 612 13113 0 0 5 0 5 3 20 0 15 0 474225826 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11079880704 13354 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225826 11079880704 13354 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53416 KiB

[startup+0.700818 s]
/proc/loadavg: 1.64 1.49 1.49 3/228 8645
/proc/meminfo: memFree=8647452/32770624 swapFree=66998972/67108860
[pid=8579] ppid=8576 vsize=10822316 memory=76088 CPUtime=0.9 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 13653 13113 0 0 77 5 5 3 20 0 15 0 474225811 11082051584 19022 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2705579 19022 3487 1 0 2667661 0
[pid=8579/tid=8632] ppid=8576 vsize=10822316 memory=2241 CPUtime=0.56 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) D 8576 8579 4702 0 -1 4202560 9144 13113 0 0 45 3 5 3 20 0 15 0 474225820 11082051584 19022 33554432000 4194304 4196468 140732096312064 140601356776976 140601384969373 0 4 0 16800975 18446744072100666501 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10822316 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11082051584 19022 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11082051584 19022 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225821 11082051584 19022 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225821 11082051584 19022 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10822316 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 6 13113 0 0 0 0 5 3 20 0 15 0 474225822 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 474225823 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600843121568 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10822316 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225823 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600384938992 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10822316 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10822316 memory=140534349858704 CPUtime=0.15 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 873 13113 0 0 7 0 5 3 20 0 15 0 474225826 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10822316 memory=24964 CPUtime=0.18 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 689 13113 0 0 10 0 5 3 20 0 15 0 474225826 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10822316 memory=2244 CPUtime=0.21 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 686 13113 0 0 13 0 5 3 20 0 15 0 474225826 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10822316 memory=140534349856112 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11082051584 19022 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225826 11082051584 19022 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76088 KiB

[startup+1.50067 s]
/proc/loadavg: 1.64 1.49 1.49 3/228 8645
/proc/meminfo: memFree=8613364/32770624 swapFree=66998972/67108860
[pid=8579] ppid=8576 vsize=10832632 memory=174716 CPUtime=2.43 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 20527 13113 0 0 224 11 5 3 20 0 15 0 474225811 11092615168 43679 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2708158 43679 3577 1 0 2670221 0
[pid=8579/tid=8632] ppid=8576 vsize=10832632 memory=16 CPUtime=1.25 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 13850 13113 0 0 110 7 5 3 20 0 15 0 474225820 11092615168 43679 33554432000 4194304 4196468 140732096312064 140601356776208 140601384959382 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10832632 memory=17 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 59 13113 0 0 1 0 5 3 20 0 15 0 474225821 11092615168 43679 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 343 13113 0 0 1 0 5 3 20 0 15 0 474225821 11092615168 43679 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 28 13113 0 0 1 0 5 3 20 0 15 0 474225821 11092615168 43679 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10832632 memory=86528 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 63 13113 0 0 1 0 5 3 20 0 15 0 474225821 11092615168 43679 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 141 13113 0 0 1 0 5 3 20 0 15 0 474225822 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10832632 memory=7014751519616620389 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 34 13113 0 0 0 0 5 3 20 0 15 0 474225823 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600843121632 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10832632 memory=7588960583893214041 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225823 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600384939008 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10832632 memory=7451874539259127144 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10832632 memory=5571041044932483173 CPUtime=0.38 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 1199 13113 0 0 30 0 5 3 20 0 15 0 474225826 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10832632 memory=6441101196527757159 CPUtime=0.43 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 1225 13113 0 0 35 0 5 3 20 0 15 0 474225826 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10832632 memory=7014751519616620389 CPUtime=0.49 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 1367 13113 0 0 40 1 5 3 20 0 15 0 474225826 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10832632 memory=7014751519616620389 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11092615168 43679 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10832632 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 474225826 11092615168 43679 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10832632 KiB

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

/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 68330 13113 0 0 229566 50 5 3 20 0 15 0 474225820 11107315712 276958 33554432000 4194304 4196468 140732096312064 140601356782784 140600951656326 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10846988 memory=1107832 CPUtime=12.74 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 19454 13113 0 0 1213 53 5 3 20 0 15 0 474225821 11107315712 276958 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10846988 memory=1107832 CPUtime=12.75 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 22840 13113 0 0 1207 60 5 3 20 0 15 0 474225821 11107315712 276958 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10846988 memory=1107832 CPUtime=12.74 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 16133 13113 0 0 1210 56 5 3 20 0 15 0 474225821 11107315712 276958 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10846988 memory=55 CPUtime=12.71 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 15500 13113 0 0 1205 58 5 3 20 0 15 0 474225821 11107315712 276958 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10846988 memory=1107832 CPUtime=10.8 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 16401 13113 0 0 1016 56 5 3 20 0 15 0 474225822 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10846988 memory=1107832 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 40 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600843121696 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10846988 memory=1107832 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 9 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600384939008 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10846988 memory=1107832 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10846988 memory=1107832 CPUtime=1.96 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 6328 13113 0 0 186 2 5 3 20 0 15 0 474225826 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10846988 memory=1107832 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 9953 13113 0 0 188 1 5 3 20 0 15 0 474225826 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10846988 memory=3580 CPUtime=1.56 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 9683 13113 0 0 144 4 5 3 20 0 15 0 474225826 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10846988 memory=52672 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 276958 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10846988 memory=988 CPUtime=1.49 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1070 13113 0 0 71 70 5 3 20 0 15 0 474225826 11107315712 276958 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 2364.36 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1107832 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.37 1.37 3/227 9142
/proc/meminfo: memFree=7564204/32770624 swapFree=66998988/67108860
[pid=8579] ppid=8576 vsize=10846988 memory=1107944 CPUtime=2425.39 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 189742 13113 0 0 242176 355 5 3 20 0 15 0 474225811 11107315712 276986 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2711747 276986 3621 1 0 2673805 0
[pid=8579/tid=8632] ppid=8576 vsize=10846988 memory=1107944 CPUtime=2355.53 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 69146 13113 0 0 235495 50 5 3 20 0 15 0 474225820 11107315712 276986 33554432000 4194304 4196468 140732096312064 140601356782880 140600950651095 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10846988 memory=1107944 CPUtime=13.09 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 19628 13113 0 0 1246 55 5 3 20 0 15 0 474225821 11107315712 276986 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10846988 memory=1107884 CPUtime=13.11 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 23029 13113 0 0 1242 61 5 3 20 0 15 0 474225821 11107315712 276986 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10846988 memory=1107924 CPUtime=13.1 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 16290 13113 0 0 1245 57 5 3 20 0 15 0 474225821 11107315712 276986 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10846988 memory=1107924 CPUtime=13.06 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 15678 13113 0 0 1238 60 5 3 20 0 15 0 474225821 11107315712 276986 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10846988 memory=1107924 CPUtime=11.1 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 16651 13113 0 0 1044 58 5 3 20 0 15 0 474225822 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10846988 memory=1107924 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 40 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600843121696 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10846988 memory=1107944 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 9 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600384939008 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10846988 memory=1107944 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10846988 memory=2428 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 6332 13113 0 0 187 2 5 3 20 0 15 0 474225826 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10846988 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 9957 13113 0 0 188 1 5 3 20 0 15 0 474225826 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10846988 memory=1107944 CPUtime=1.56 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 9687 13113 0 0 144 4 5 3 20 0 15 0 474225826 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10846988 memory=1107944 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 276986 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10846988 memory=1107944 CPUtime=1.53 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1080 13113 0 0 74 71 5 3 20 0 15 0 474225826 11107315712 276986 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 2425.39 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1107944 KiB

[startup+2442.3 s]
/proc/loadavg: 1.03 1.27 1.33 3/228 9156
/proc/meminfo: memFree=7667660/32770624 swapFree=66998992/67108860
[pid=8579] ppid=8576 vsize=10846988 memory=1110124 CPUtime=2486.42 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 191773 13113 0 0 248272 362 5 3 20 0 15 0 474225811 11107315712 277531 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2711747 277531 3621 1 0 2673805 0
[pid=8579/tid=8632] ppid=8576 vsize=10846988 memory=1110124 CPUtime=2414.84 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 70057 13113 0 0 241425 51 5 3 20 0 15 0 474225820 11107315712 277531 33554432000 4194304 4196468 140732096312064 140601356783072 140600952339149 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10846988 memory=1110064 CPUtime=13.44 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 19892 13113 0 0 1280 56 5 3 20 0 15 0 474225821 11107315712 277531 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10846988 memory=1110092 CPUtime=13.45 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 23117 13113 0 0 1275 62 5 3 20 0 15 0 474225821 11107315712 277531 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10846988 memory=1107884 CPUtime=13.45 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 16582 13113 0 0 1279 58 5 3 20 0 15 0 474225821 11107315712 277531 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10846988 memory=1110076 CPUtime=13.41 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 15761 13113 0 0 1272 61 5 3 20 0 15 0 474225821 11107315712 277531 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10846988 memory=1110092 CPUtime=11.39 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 17018 13113 0 0 1072 59 5 3 20 0 15 0 474225822 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10846988 memory=1110092 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 40 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600843121696 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10846988 memory=1110124 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 9 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600384939008 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10846988 memory=1110124 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10846988 memory=1110032 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 6334 13113 0 0 187 2 5 3 20 0 15 0 474225826 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10846988 memory=1110124 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 9959 13113 0 0 188 1 5 3 20 0 15 0 474225826 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10846988 memory=1110124 CPUtime=1.56 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 9689 13113 0 0 144 4 5 3 20 0 15 0 474225826 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10846988 memory=1110124 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 277531 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10846988 memory=1110124 CPUtime=1.57 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1100 13113 0 0 76 73 5 3 20 0 15 0 474225826 11107315712 277531 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 2486.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1110124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.4 s]
/proc/loadavg: 1.14 1.28 1.33 3/229 9160
/proc/meminfo: memFree=7546580/32770624 swapFree=66998992/67108860
[pid=8579] ppid=8576 vsize=10846988 memory=1110164 CPUtime=2520.09 cores=0,2,4,6
/proc/8579/stat : 8579 (java) S 8576 8579 4702 0 -1 1077944320 192558 13113 0 0 251634 367 5 3 20 0 15 0 474225811 11107315712 277541 33554432000 4194304 4196468 140732096312064 140732096294608 140601384947447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
/proc/8579/statm: 2711747 277541 3621 1 0 2673805 0
[pid=8579/tid=8632] ppid=8576 vsize=10846988 memory=1110164 CPUtime=2447.57 cores=0,2,4,6
/proc/8579/task/8632/stat : 8632 (java) R 8576 8579 4702 0 -1 4202560 70572 13113 0 0 244698 51 5 3 20 0 15 0 474225820 11107315712 277541 33554432000 4194304 4196468 140732096312064 140601356783264 140600951033078 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8633] ppid=8576 vsize=10846988 memory=988 CPUtime=13.63 cores=0,2,4,6
/proc/8579/task/8633/stat : 8633 (java) S 8576 8579 4702 0 -1 1077944384 20028 13113 0 0 1298 57 5 3 20 0 15 0 474225821 11107315712 277541 33554432000 4194304 4196468 140732096312064 140601389189904 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8634] ppid=8576 vsize=10846988 memory=2020 CPUtime=13.64 cores=0,2,4,6
/proc/8579/task/8634/stat : 8634 (java) S 8576 8579 4702 0 -1 1077944384 23172 13113 0 0 1293 63 5 3 20 0 15 0 474225821 11107315712 277541 33554432000 4194304 4196468 140732096312064 140601277463440 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8635] ppid=8576 vsize=10846988 memory=1428 CPUtime=13.64 cores=0,2,4,6
/proc/8579/task/8635/stat : 8635 (java) S 8576 8579 4702 0 -1 1077944384 16602 13113 0 0 1297 59 5 3 20 0 15 0 474225821 11107315712 277541 33554432000 4194304 4196468 140732096312064 140601276410896 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8636] ppid=8576 vsize=10846988 memory=1110164 CPUtime=13.59 cores=0,2,4,6
/proc/8579/task/8636/stat : 8636 (java) S 8576 8579 4702 0 -1 1077944384 15792 13113 0 0 1290 61 5 3 20 0 15 0 474225821 11107315712 277541 33554432000 4194304 4196468 140732096312064 140601275358352 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8637] ppid=8576 vsize=10846988 memory=496 CPUtime=11.54 cores=0,2,4,6
/proc/8579/task/8637/stat : 8637 (java) S 8576 8579 4702 0 -1 1077944384 17036 13113 0 0 1086 60 5 3 20 0 15 0 474225822 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600844175344 140601384958594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8638] ppid=8576 vsize=10846988 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8638/stat : 8638 (java) S 8576 8579 4702 0 -1 1077944384 40 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600843121696 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8639] ppid=8576 vsize=10846988 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8639/stat : 8639 (java) S 8576 8579 4702 0 -1 1077944384 9 13113 0 0 0 0 5 3 20 0 15 0 474225823 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600384939008 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8640] ppid=8576 vsize=10846988 memory=2428 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8640/stat : 8640 (java) S 8576 8579 4702 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600116504784 140601384966043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8641] ppid=8576 vsize=10846988 memory=988 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8641/stat : 8641 (java) S 8576 8579 4702 0 -1 1077944384 6336 13113 0 0 187 2 5 3 20 0 15 0 474225826 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600809564656 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8642] ppid=8576 vsize=10846988 memory=2020 CPUtime=1.97 cores=0,2,4,6
/proc/8579/task/8642/stat : 8642 (java) S 8576 8579 4702 0 -1 1077944384 9961 13113 0 0 188 1 5 3 20 0 15 0 474225826 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600808512112 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8643] ppid=8576 vsize=10846988 memory=1428 CPUtime=1.56 cores=0,2,4,6
/proc/8579/task/8643/stat : 8643 (java) S 8576 8579 4702 0 -1 1077944384 9691 13113 0 0 144 4 5 3 20 0 15 0 474225826 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600807459568 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8644] ppid=8576 vsize=10846988 memory=9396 CPUtime=0.08 cores=0,2,4,6
/proc/8579/task/8644/stat : 8644 (java) S 8576 8579 4702 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 474225826 11107315712 277541 33554432000 4194304 4196468 140732096312064 140599646743648 140601384957653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
[pid=8579/tid=8645] ppid=8576 vsize=10846988 memory=656 CPUtime=1.59 cores=0,2,4,6
/proc/8579/task/8645/stat : 8645 (java) S 8576 8579 4702 0 -1 1077944384 1104 13113 0 0 77 74 5 3 20 0 15 0 474225826 11107315712 277541 33554432000 4194304 4196468 140732096312064 140600806406448 140601384958594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140732096314096 140732096316613 140732096316613 140732096319439 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1110164 KiB

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

[startup+2475.43 s]
# the end of solver process 8579 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.71216 s

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

Child status: 143
Real time (s): 2475.43
CPU time (s): 2520.12
CPU user time (s): 2516.41
CPU system time (s): 3.71216
CPU usage (%): 101.806
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1110164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.71216
maximum resident set size= 1114292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206618
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 309214
involuntary context switches= 7807


# summary of solver processes directly reported to runsolver:
#   pid: 8579
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.71216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3553 second user time and 22.0023 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 13:39:30
IDJOB=4402626
IDBENCH=134571
IDSOLVER=2861
FILE ID=node123/4402626-1568979610
RUNJOBID= node123-1568967599-4735
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-0_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402626-1568979610/watcher-4402626-1568979610 -o /tmp/evaluation-result-4402626-1568979610/solver-4402626-1568979610 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402626-1568979610.xml

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

MD5SUM BENCH= e5c3d43a301dadc2ad5fa4651c286aba
RANDOM SEED=801022688

node123.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.49
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.49
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.49
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.49
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:         8704936 kB
MemAvailable:   30999860 kB
Buffers:          105468 kB
Cached:         22182468 kB
SwapCached:         7144 kB
Active:         11949284 kB
Inactive:       11200468 kB
Active(anon):     851220 kB
Inactive(anon):    57484 kB
Active(file):   11098064 kB
Inactive(file): 11142984 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66998972 kB
Dirty:             34876 kB
Writeback:             0 kB
AnonPages:       1024080 kB
Mapped:            64844 kB
Shmem:             38948 kB
Slab:             511976 kB
SReclaimable:     482336 kB
SUnreclaim:        29640 kB
KernelStack:        4016 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2128556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25660 MiB
End job on node123 at 2019-09-20 14:20:46