Trace number 4387314

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.12 2466.03

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-06-m100.xml
MD5SUM48fd215a6575ff2faea72cbf693f6cf6
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 benchmark11498
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.72/0.55	c Concrete v3.10.1560635388952 running
2520.07/2466.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2466.01		at concrete.MAC.mac(MAC.scala:189)
2520.07/2466.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2466.02		at scala.util.Try$.apply(Try.scala:212)
2520.07/2466.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2466.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2466.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2466.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2466.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2466.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2466.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.07/2466.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.07/2466.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2466.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2466.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2466.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2466.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2466.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.07/2466.02		at scala.util.Success.map(Try.scala:264)
2520.07/2466.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2466.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2466.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2466.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2466.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2466.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2466.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2466.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2466.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2466.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2466.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2466.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2466.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2466.02		at scala.App.main(App.scala:75)
2520.07/2466.02		at scala.App.main$(App.scala:73)
2520.07/2466.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2466.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2466.02	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387314-1568298378/watcher-4387314-1568298378 -o /tmp/evaluation-result-4387314-1568298378/solver-4387314-1568298378 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2093675822 HOME/instance-4387314-1568298378.xml 

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

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


[startup+0.100139 s]*
/proc/loadavg: 1.41 1.40 1.48 3/218 7978
/proc/meminfo: memFree=19804304/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=9972712 memory=15180 CPUtime=0.09 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 4538 13284 0 0 1 1 5 2 20 0 6 0 405779705 10212057088 3795 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2493178 3795 1935 1 0 2481616 0
[pid=7921/tid=7974] ppid=7918 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 2345 13284 0 0 0 0 5 2 20 0 6 0 405779714 10212057088 3795 33554432000 4194304 4196468 140724348100224 139848532390480 139848560575645 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 6 0 405779715 10212057088 3795 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=9972712 memory=140405319644800 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 6 0 405779715 10212057088 3795 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 6 0 405779715 10212057088 3795 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 2 13284 0 0 0 0 5 2 20 0 6 0 405779715 10212057088 3795 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.20997 s]*
/proc/loadavg: 1.41 1.40 1.48 5/227 7987
/proc/meminfo: memFree=19785688/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10818940 memory=35060 CPUtime=0.25 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 7118 13284 0 0 16 2 5 2 20 0 15 0 405779705 11078594560 8765 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2704735 8765 2991 1 0 2667149 0
[pid=7921/tid=7974] ppid=7918 vsize=10818940 memory=7822038051842263955 CPUtime=0.18 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 3551 13284 0 0 10 1 5 2 20 0 15 0 405779714 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848532386208 139848560565654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10818940 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10818940 memory=140405319644800 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 2 13284 0 0 0 0 5 2 20 0 15 0 405779715 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10818940 memory=140405319644800 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 2 13284 0 0 0 0 5 2 20 0 15 0 405779716 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 33 13284 0 0 0 0 5 2 20 0 15 0 405779717 11078594560 8765 33554432000 4194304 4196468 140724348100224 139848018908320 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779717 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847356375792 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 357 13284 0 0 0 0 5 2 20 0 15 0 405779720 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 274 13284 0 0 1 0 5 2 20 0 15 0 405779720 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10818940 memory=140405319644800 CPUtime=0.1 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) R 7918 7921 2339 0 -1 4202560 683 13284 0 0 3 0 5 2 20 0 15 0 405779720 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847983245808 139848553650555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10818940 memory=140405319644800 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779720 11078594560 8765 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 35060 KiB

[startup+0.310486 s]*
/proc/loadavg: 1.41 1.40 1.48 4/227 7987
/proc/meminfo: memFree=19775784/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10820096 memory=46244 CPUtime=0.39 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 10859 13284 0 0 28 4 5 2 20 0 15 0 405779705 11079778304 11561 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2705024 11561 3245 1 0 2667149 0
[pid=7921/tid=7974] ppid=7918 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 7233 13284 0 0 19 2 5 2 20 0 15 0 405779714 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848532381392 139848163270863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10820096 memory=7012217222724871780 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10820096 memory=5788339726952981056 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10820096 memory=7019607493105176519 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10820096 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 2 13284 0 0 0 0 5 2 20 0 15 0 405779715 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 2 13284 0 0 0 0 5 2 20 0 15 0 405779716 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 33 13284 0 0 0 0 5 2 20 0 15 0 405779717 11079778304 11561 33554432000 4194304 4196468 140724348100224 139848018908320 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779717 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847356375792 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 364 13284 0 0 1 0 5 2 20 0 15 0 405779720 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 279 13284 0 0 1 0 5 2 20 0 15 0 405779720 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10820096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) S 7918 7921 2339 0 -1 1077944384 724 13284 0 0 5 0 5 2 20 0 15 0 405779720 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847983245808 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779720 11079778304 11561 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 46244 KiB

[startup+0.702515 s]
/proc/loadavg: 1.41 1.40 1.48 5/227 7987
/proc/meminfo: memFree=19760896/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10824340 memory=77560 CPUtime=1.14 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 15174 13284 0 0 101 6 5 2 20 0 15 0 405779705 11084124160 19390 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2706085 19390 3500 1 0 2668173 0
[pid=7921/tid=7974] ppid=7918 vsize=10824340 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 10610 13284 0 0 55 4 5 2 20 0 15 0 405779714 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848532368560 139848414879157 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779715 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 2 13284 0 0 0 0 5 2 20 0 15 0 405779715 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 5 13284 0 0 0 0 5 2 20 0 15 0 405779716 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 33 13284 0 0 0 0 5 2 20 0 15 0 405779717 11084124160 19390 33554432000 4194304 4196468 140724348100224 139848018908320 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779717 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847356375792 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10824340 memory=140405165295504 CPUtime=0.19 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 646 13284 0 0 12 0 5 2 20 0 15 0 405779720 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10824340 memory=24964 CPUtime=0.22 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 650 13284 0 0 15 0 5 2 20 0 15 0 405779720 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10824340 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) S 7918 7921 2339 0 -1 1077944384 1006 13284 0 0 17 0 5 2 20 0 15 0 405779720 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847983245808 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10824340 memory=140405165292912 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779720 11084124160 19390 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 77560 KiB

[startup+1.50069 s]
/proc/loadavg: 1.41 1.40 1.48 5/227 7987
/proc/meminfo: memFree=19715684/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10834656 memory=163356 CPUtime=2.43 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 22519 13284 0 0 225 11 5 2 20 0 15 0 405779705 11094687744 40839 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2708664 40839 3580 1 0 2670733 0
[pid=7921/tid=7974] ppid=7918 vsize=10834656 memory=20 CPUtime=1.43 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 15675 13284 0 0 130 6 5 2 20 0 15 0 405779714 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848532348336 139848560565654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10834656 memory=25 CPUtime=0.08 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 374 13284 0 0 1 0 5 2 20 0 15 0 405779715 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 66 13284 0 0 0 0 5 2 20 0 15 0 405779715 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 29 13284 0 0 0 0 5 2 20 0 15 0 405779715 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10834656 memory=91676 CPUtime=0.08 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 86 13284 0 0 1 0 5 2 20 0 15 0 405779715 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 787 13284 0 0 1 0 5 2 20 0 15 0 405779716 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10834656 memory=7014751519734256483 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 33 13284 0 0 0 0 5 2 20 0 15 0 405779717 11094687744 40839 33554432000 4194304 4196468 140724348100224 139848018908384 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10834656 memory=7302987458020271449 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779717 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847356375792 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10834656 memory=7380680036079198567 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10834656 memory=7011348500760777048 CPUtime=0.31 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 793 13284 0 0 24 0 5 2 20 0 15 0 405779720 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10834656 memory=7090743226504864870 CPUtime=0.31 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) R 7918 7921 2339 0 -1 1077944384 742 13284 0 0 24 0 5 2 20 0 15 0 405779720 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10834656 memory=7014751519734256483 CPUtime=0.47 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) R 7918 7921 2339 0 -1 4202560 1715 13284 0 0 40 0 5 2 20 0 15 0 405779720 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847983245808 139848544634206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10834656 memory=7014751519734256483 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10834656 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 1 13284 0 0 0 0 5 2 20 0 15 0 405779720 11094687744 40839 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834656 KiB

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

/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 59633 13284 0 0 229501 50 5 2 20 0 15 0 405779714 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848532389152 139848174777913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10849024 memory=689592 CPUtime=12.12 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 10590 13284 0 0 1142 63 5 2 20 0 15 0 405779715 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10849024 memory=689592 CPUtime=12.13 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 13410 13284 0 0 1140 66 5 2 20 0 15 0 405779715 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10849024 memory=689592 CPUtime=12.09 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 6970 13284 0 0 1141 61 5 2 20 0 15 0 405779715 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10849024 memory=689592 CPUtime=12.14 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 6226 13284 0 0 1141 66 5 2 20 0 15 0 405779715 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10849024 memory=689592 CPUtime=11.15 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 12168 13284 0 0 1049 59 5 2 20 0 15 0 405779716 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10849024 memory=689592 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 38 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172398 33554432000 4194304 4196468 140724348100224 139848018908384 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10849024 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847356375808 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10849024 memory=689592 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10849024 memory=689592 CPUtime=6.44 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 21912 13284 0 0 631 6 5 2 20 0 15 0 405779720 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10849024 memory=689592 CPUtime=7.1 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 30994 13284 0 0 698 5 5 2 20 0 15 0 405779720 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10849024 memory=689592 CPUtime=4.44 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) S 7918 7921 2339 0 -1 1077944384 28611 13284 0 0 428 9 5 2 20 0 15 0 405779720 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847983245808 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10849024 memory=689592 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10849024 memory=689592 CPUtime=1.38 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 829 13284 0 0 62 69 5 2 20 0 15 0 405779720 11109400576 172398 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 2374.05 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 689592 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.34 1.36 3/229 8488
/proc/meminfo: memFree=19524680/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10849024 memory=691640 CPUtime=2434.97 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 194682 13284 0 0 243098 392 5 2 20 0 15 0 405779705 11109400576 172910 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2712256 172910 3623 1 0 2674317 0
[pid=7921/tid=7974] ppid=7918 vsize=10849024 memory=691640 CPUtime=2354.91 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 60220 13284 0 0 235433 51 5 2 20 0 15 0 405779714 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848532388672 139848164847021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.45 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 10677 13284 0 0 1174 64 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10849024 memory=689592 CPUtime=12.44 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 13539 13284 0 0 1170 67 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.4 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 7005 13284 0 0 1171 62 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.47 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 6255 13284 0 0 1172 68 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10849024 memory=0 CPUtime=11.42 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 12358 13284 0 0 1075 60 5 2 20 0 15 0 405779716 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 38 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848018908384 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847356375808 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10849024 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10849024 memory=691640 CPUtime=6.44 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 21915 13284 0 0 631 6 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10849024 memory=691640 CPUtime=7.11 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 30996 13284 0 0 698 6 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10849024 memory=691640 CPUtime=4.44 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) S 7918 7921 2339 0 -1 1077944384 28613 13284 0 0 428 9 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847983245808 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10849024 memory=691640 CPUtime=1.41 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 846 13284 0 0 64 70 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 2434.97 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 691640 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.34 1.36 3/227 8492
/proc/meminfo: memFree=19572920/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10849024 memory=691640 CPUtime=2495.96 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 196126 13284 0 0 249189 400 5 2 20 0 15 0 405779705 11109400576 172910 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2712256 172910 3623 1 0 2674317 0
[pid=7921/tid=7974] ppid=7918 vsize=10849024 memory=1720 CPUtime=2414.22 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 60859 13284 0 0 241364 51 5 2 20 0 15 0 405779714 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848532389328 139848168814059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.79 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 10721 13284 0 0 1206 66 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.79 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 13649 13284 0 0 1203 69 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.74 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 7319 13284 0 0 1203 64 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10849024 memory=691640 CPUtime=12.8 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 6361 13284 0 0 1204 69 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10849024 memory=691640 CPUtime=11.72 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 12566 13284 0 0 1104 61 5 2 20 0 15 0 405779716 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 38 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848018908384 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847356375808 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10849024 memory=691640 CPUtime=6.44 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 21917 13284 0 0 631 6 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10849024 memory=691640 CPUtime=7.11 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 30998 13284 0 0 698 6 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10849024 memory=691640 CPUtime=4.44 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) S 7918 7921 2339 0 -1 1077944384 28615 13284 0 0 428 9 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847983245808 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10849024 memory=691640 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10849024 memory=1720 CPUtime=1.44 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 863 13284 0 0 65 72 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 2495.96 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 691640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.42 1.36 1.37 3/228 8494
/proc/meminfo: memFree=19586748/32770624 swapFree=66952812/67108860
[pid=7921] ppid=7918 vsize=10849024 memory=691640 CPUtime=2520.07 cores=1,3,5,7
/proc/7921/stat : 7921 (java) S 7918 7921 2339 0 -1 1077944320 196364 13284 0 0 251596 404 5 2 20 0 15 0 405779705 11109400576 172910 33554432000 4194304 4196468 140724348100224 140724348082768 139848560553719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
/proc/7921/statm: 2712256 172910 3623 1 0 2674317 0
[pid=7921/tid=7974] ppid=7918 vsize=10849024 memory=8317482817917895235 CPUtime=2437.65 cores=1,3,5,7
/proc/7921/task/7974/stat : 7974 (java) R 7918 7921 2339 0 -1 4202560 61057 13284 0 0 243706 52 5 2 20 0 15 0 405779714 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848532378016 139848176353575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7975] ppid=7918 vsize=10849024 memory=4126316290023845779 CPUtime=12.93 cores=1,3,5,7
/proc/7921/task/7975/stat : 7975 (java) S 7918 7921 2339 0 -1 1077944384 10730 13284 0 0 1220 66 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848564796432 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7976] ppid=7918 vsize=10849024 memory=8112282956445269571 CPUtime=12.92 cores=1,3,5,7
/proc/7921/task/7976/stat : 7976 (java) S 7918 7921 2339 0 -1 1077944384 13657 13284 0 0 1215 70 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848498838672 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7977] ppid=7918 vsize=10849024 memory=1764 CPUtime=12.87 cores=1,3,5,7
/proc/7921/task/7977/stat : 7977 (java) S 7918 7921 2339 0 -1 1077944384 7327 13284 0 0 1216 64 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848132692752 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7978] ppid=7918 vsize=10849024 memory=8112282956445269571 CPUtime=12.95 cores=1,3,5,7
/proc/7921/task/7978/stat : 7978 (java) S 7918 7921 2339 0 -1 1077944384 6371 13284 0 0 1218 70 5 2 20 0 15 0 405779715 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848131640208 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7979] ppid=7918 vsize=10849024 memory=12024 CPUtime=11.84 cores=1,3,5,7
/proc/7921/task/7979/stat : 7979 (java) S 7918 7921 2339 0 -1 1077944384 12569 13284 0 0 1115 62 5 2 20 0 15 0 405779716 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848019962096 139848560564866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7980] ppid=7918 vsize=10849024 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7980/stat : 7980 (java) S 7918 7921 2339 0 -1 1077944384 38 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172910 33554432000 4194304 4196468 140724348100224 139848018908384 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7981] ppid=7918 vsize=10849024 memory=2492 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7981/stat : 7981 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779717 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847356375808 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7982] ppid=7918 vsize=10849024 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7982/stat : 7982 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847116085200 139848560572315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7983] ppid=7918 vsize=10849024 memory=1808 CPUtime=6.44 cores=1,3,5,7
/proc/7921/task/7983/stat : 7983 (java) S 7918 7921 2339 0 -1 1077944384 21917 13284 0 0 631 6 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847985351408 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7984] ppid=7918 vsize=10849024 memory=924 CPUtime=7.11 cores=1,3,5,7
/proc/7921/task/7984/stat : 7984 (java) S 7918 7921 2339 0 -1 1077944384 30998 13284 0 0 698 6 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847984298864 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7985] ppid=7918 vsize=10849024 memory=3848 CPUtime=4.44 cores=1,3,5,7
/proc/7921/task/7985/stat : 7985 (java) S 7918 7921 2339 0 -1 1077944384 28615 13284 0 0 428 9 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847983245808 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7986] ppid=7918 vsize=10849024 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/7921/task/7986/stat : 7986 (java) S 7918 7921 2339 0 -1 1077944384 3 13284 0 0 0 0 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847082527584 139848560563925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
[pid=7921/tid=7987] ppid=7918 vsize=10849024 memory=804 CPUtime=1.46 cores=1,3,5,7
/proc/7921/task/7987/stat : 7987 (java) S 7918 7921 2339 0 -1 1077944384 865 13284 0 0 66 73 5 2 20 0 15 0 405779720 11109400576 172910 33554432000 4194304 4196468 140724348100224 139847982193200 139848560564866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37527552 140724348107509 140724348110021 140724348110021 140724348112847 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 691640 KiB

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

[startup+2466.03 s]
# the end of solver process 7921 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.08236 s

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

Child status: 143
Real time (s): 2466.03
CPU time (s): 2520.12
CPU user time (s): 2516.04
CPU system time (s): 4.08236
CPU usage (%): 102.193
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 762772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.08236
maximum resident set size= 763800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319187
involuntary context switches= 7318


# summary of solver processes directly reported to runsolver:
#   pid: 7921
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.08236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9528 second user time and 23.9943 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 16:25:35
IDJOB=4387314
IDBENCH=133663
IDSOLVER=2823
FILE ID=node117/4387314-1568298378
RUNJOBID= node117-1568286179-3291
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-06-m100.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387314-1568298378/watcher-4387314-1568298378 -o /tmp/evaluation-result-4387314-1568298378/solver-4387314-1568298378 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2093675822 HOME/instance-4387314-1568298378.xml

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

MD5SUM BENCH= 48fd215a6575ff2faea72cbf693f6cf6
RANDOM SEED=2093675822

node117.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.75
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.75
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.75
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.75
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:        19809128 kB
MemAvailable:   29942548 kB
Buffers:          178304 kB
Cached:         10119932 kB
SwapCached:        52484 kB
Active:          3372876 kB
Inactive:        8847196 kB
Active(anon):    1877296 kB
Inactive(anon):    85456 kB
Active(file):    1495580 kB
Inactive(file):  8761740 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             34740 kB
Writeback:             0 kB
AnonPages:       1993360 kB
Mapped:            56668 kB
Shmem:             32816 kB
Slab:             333144 kB
SReclaimable:     304560 kB
SUnreclaim:        28584 kB
KernelStack:        3984 kB
PageTables:        10756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2919188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1839104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56588 MiB
End job on node117 at 2019-09-12 17:06:42