Trace number 4400900

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.2? (TO) 2520.13 2466.63

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-39.xml
MD5SUMd98706ba09ce10101abc58d3245f3903
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1521
Number of constraints28937
Number of domains1
Minimum domain size39
Maximum domain size39
Distribution of domain sizes[{"size":39,"count":1521}]
Minimum variable degree38
Maximum variable degree39
Distribution of variable degrees[{"degree":38,"count":1445},{"degree":39,"count":76}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":28937}]
Number of extensional constraints0
Number of intensional constraints28937
Distribution of constraint types[{"type":"intension","count":28937}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.12.2.1568631193530 running
2520.07/2466.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2466.61		at concrete.MAC.mac(MAC.scala:192)
2520.07/2466.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2466.61		at scala.util.Try$.apply(Try.scala:212)
2520.07/2466.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2466.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2466.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2466.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2466.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2466.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2466.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2466.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2466.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2466.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2466.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2466.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2466.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2466.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2466.61		at scala.util.Success.map(Try.scala:264)
2520.07/2466.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2466.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2466.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2466.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2466.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2466.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2466.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2466.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2466.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2466.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2466.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2466.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2466.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2466.61		at scala.App.main(App.scala:75)
2520.07/2466.61		at scala.App.main$(App.scala:73)
2520.07/2466.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2466.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2466.61	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400900-1568680764/watcher-4400900-1568680764 -o /tmp/evaluation-result-4400900-1568680764/solver-4400900-1568680764 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4400900-1568680764.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
Current StackSize limit: 8192 KiB
solver pid=14998, runsolver pid=14995


[startup+0.100143 s]*
/proc/loadavg: 1.33 1.34 1.38 3/218 15055
/proc/meminfo: memFree=28343200/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=9988792 memory=17344 CPUtime=0.08 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 4615 13008 0 0 1 0 5 2 20 0 6 0 444238011 10228523008 4336 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2497198 4336 1958 1 0 2485636 0
[pid=14998/tid=15051] ppid=14995 vsize=10055356 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 2414 13008 0 0 1 0 5 2 20 0 7 0 444238020 10296684544 4402 33554432000 4194304 4196468 140722876154624 140437968239376 140437980476766 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 7 0 444238021 10296684544 4402 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10055356 memory=140514355239758 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 7 0 444238021 10296684544 4402 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 7 0 444238021 10296684544 4402 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 7 0 444238021 10296684544 4402 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 7 0 444238022 10296684544 4402 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17344 KiB

[startup+0.209911 s]*
/proc/loadavg: 1.33 1.34 1.38 3/227 15064
/proc/meminfo: memFree=28322168/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10821220 memory=42508 CPUtime=0.27 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 8438 13008 0 0 18 2 5 2 20 0 15 0 444238011 11080929280 10627 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2705049 10627 3307 1 0 2667149 0
[pid=14998/tid=15051] ppid=14995 vsize=10821220 memory=753035770744996145 CPUtime=0.19 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 5072 13008 0 0 11 1 5 2 20 0 15 0 444238020 11080929280 10758 33554432000 4194304 4196468 140722876154624 140437968208640 140437989075997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238021 11080929280 10758 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10821220 memory=140514355239758 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238021 11080929280 10758 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238021 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238021 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238022 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 13 13008 0 0 0 0 5 2 20 0 15 0 444238023 11080929280 10824 33554432000 4194304 4196468 140722876154624 140436907746592 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238023 11080929280 10824 33554432000 4194304 4196468 140722876154624 140436773529200 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11080929280 10824 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 481 13008 0 0 1 0 5 2 20 0 15 0 444238025 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 11963 0 -1 1077944384 167 13008 0 0 0 0 5 2 20 0 15 0 444238025 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437064792048 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10821220 memory=140514351965824 CPUtime=0.1 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 622 13008 0 0 3 0 5 2 20 0 15 0 444238025 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11080929280 10824 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10821220 memory=140514351965824 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238026 11080929280 10824 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 42508 KiB

[startup+0.310502 s]*
/proc/loadavg: 1.33 1.34 1.38 3/227 15064
/proc/meminfo: memFree=28313076/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10820220 memory=50464 CPUtime=0.4 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 10867 13008 0 0 30 3 5 2 20 0 15 0 444238011 11079905280 12616 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2705055 12616 3317 1 0 2667149 0
[pid=14998/tid=15051] ppid=14995 vsize=10820268 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 7361 13008 0 0 20 2 5 2 20 0 15 0 444238020 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437968221808 140437996418205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238021 11079954432 12681 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238021 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238021 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238021 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238022 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10820268 memory=140514351965823 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 13 13008 0 0 0 0 5 2 20 0 15 0 444238023 11079954432 12681 33554432000 4194304 4196468 140722876154624 140436907746592 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238023 11079954432 12681 33554432000 4194304 4196468 140722876154624 140436773529200 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11079954432 12681 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 482 13008 0 0 2 0 5 2 20 0 15 0 444238025 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 11963 0 -1 1077944384 167 13008 0 0 1 0 5 2 20 0 15 0 444238025 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437064792048 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10820268 memory=140514351965824 CPUtime=0.12 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 630 13008 0 0 5 0 5 2 20 0 15 0 444238025 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11079954432 12681 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10820268 memory=140514351965824 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238026 11079954432 12681 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820220 KiB
Current children cumulated memory: 50464 KiB

[startup+0.701588 s]
/proc/loadavg: 1.33 1.34 1.38 3/227 15064
/proc/meminfo: memFree=28297928/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10825388 memory=83704 CPUtime=1.12 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 15151 13008 0 0 99 6 5 2 20 0 15 0 444238011 11085197312 20926 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2706347 20926 3505 1 0 2668429 0
[pid=14998/tid=15051] ppid=14995 vsize=10825388 memory=1556 CPUtime=0.67 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 10470 13008 0 0 56 4 5 2 20 0 15 0 444238020 11085197312 20926 33554432000 4194304 4196468 140722876154624 140437968214208 140437989075872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10824364 memory=740 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238021 11084148736 20946 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10824364 memory=7014751519700964689 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238021 11084148736 20946 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10824364 memory=6083077128950803811 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238021 11084148736 20946 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10825388 memory=7444843076533644388 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238021 11085197312 20946 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10825388 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 5 13008 0 0 0 0 5 2 20 0 15 0 444238022 11085197312 20946 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 13 13008 0 0 0 0 5 2 20 0 15 0 444238023 11085197312 20946 33554432000 4194304 4196468 140722876154624 140436907746592 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238023 11085197312 20946 33554432000 4194304 4196468 140722876154624 140436773529200 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11084148736 20946 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 918 13008 0 0 13 0 5 2 20 0 15 0 444238025 11084148736 20946 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 11963 0 -1 4202560 675 13008 0 0 12 0 5 2 20 0 15 0 444238025 11084148736 20946 33554432000 4194304 4196468 140722876154624 140437064773648 140437979783632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10825388 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 882 13008 0 0 17 0 5 2 20 0 15 0 444238025 11085197312 20946 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11085197312 20946 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10825388 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238026 11085197312 20946 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 83704 KiB

[startup+1.5007 s]
/proc/loadavg: 1.33 1.34 1.38 6/227 15064
/proc/meminfo: memFree=28252888/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10826488 memory=216332 CPUtime=3.64 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 21817 13008 0 0 346 11 5 2 20 0 15 0 444238011 11086323712 54083 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2706622 54083 3578 1 0 2668685 0
[pid=14998/tid=15051] ppid=14995 vsize=10826488 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 11627 13008 0 0 132 5 5 2 20 0 15 0 444238020 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437968231568 140437977958617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10826488 memory=7811602849407265367 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 72 13008 0 0 0 0 5 2 20 0 15 0 444238021 11086323712 54083 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10826488 memory=281028434745824 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 340 13008 0 0 0 0 5 2 20 0 15 0 444238021 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10826488 memory=204917184689506 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 60 13008 0 0 0 0 5 2 20 0 15 0 444238021 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238021 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10826488 memory=7589561534875734770 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 98 13008 0 0 0 0 5 2 20 0 15 0 444238022 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10826488 memory=-8458152057954561420 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 14 13008 0 0 0 0 5 2 20 0 15 0 444238023 11086323712 54083 33554432000 4194304 4196468 140722876154624 140436907746592 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10826488 memory=281028434393056 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 1 13008 0 0 0 0 5 2 20 0 15 0 444238023 11086323712 54083 33554432000 4194304 4196468 140722876154624 140436773529200 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10826488 memory=140514661419413 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11086323712 54083 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10826488 memory=281028434342328 CPUtime=0.92 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) R 14995 14998 11963 0 -1 4202560 2985 13008 0 0 84 1 5 2 20 0 15 0 444238025 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437065827104 140437976239873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10826488 memory=281028434356720 CPUtime=0.9 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) R 14995 14998 11963 0 -1 4202560 2453 13008 0 0 83 0 5 2 20 0 15 0 444238025 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437064783376 140437974812860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10826488 memory=281028434356720 CPUtime=0.49 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 1945 13008 0 0 42 0 5 2 20 0 15 0 444238025 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11086323712 54083 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11086323712 54083 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0

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

/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 84050 13008 0 0 230716 54 5 2 20 0 15 0 444238020 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437968231680 140437606231597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10846988 memory=702496 CPUtime=9.55 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 20602 13008 0 0 898 50 5 2 20 0 15 0 444238021 11107315712 175630 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10846988 memory=702496 CPUtime=9.5 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 17481 13008 0 0 896 47 5 2 20 0 15 0 444238021 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10846988 memory=702496 CPUtime=9.53 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 19885 13008 0 0 896 50 5 2 20 0 15 0 444238021 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10846988 memory=702496 CPUtime=9.51 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 15118 13008 0 0 892 52 5 2 20 0 15 0 444238021 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10846988 memory=702496 CPUtime=4.26 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 18680 13008 0 0 391 28 5 2 20 0 15 0 444238022 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10846988 memory=702520 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 18 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 175630 33554432000 4194304 4196468 140722876154624 140436907746656 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10846988 memory=702496 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 175630 33554432000 4194304 4196468 140722876154624 140436773529216 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10846988 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11107315712 175630 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10846988 memory=702496 CPUtime=10.28 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 19303 13008 0 0 1017 4 5 2 20 0 15 0 444238025 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10846988 memory=3588 CPUtime=9.35 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 11963 0 -1 1077944384 20656 13008 0 0 925 3 5 2 20 0 15 0 444238025 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437064792048 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10846988 memory=702496 CPUtime=2.69 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 13302 13008 0 0 257 5 5 2 20 0 15 0 444238025 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10846988 memory=702496 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11107315712 175630 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10846988 memory=702496 CPUtime=1.07 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1041 13008 0 0 46 54 5 2 20 0 15 0 444238026 11107315712 175630 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 2372.99 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 702520 KiB

[startup+2382.3 s]
/proc/loadavg: 1.10 1.30 1.34 3/228 15430
/proc/meminfo: memFree=28949028/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10846988 memory=704628 CPUtime=2434.13 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 233567 13008 0 0 243076 330 5 2 20 0 15 0 444238011 11107315712 176157 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2711747 176157 3640 1 0 2673805 0
[pid=14998/tid=15051] ppid=14995 vsize=10846988 memory=704628 CPUtime=2367.17 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 84531 13008 0 0 236656 54 5 2 20 0 15 0 444238020 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437968232240 140437613570915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10846988 memory=704628 CPUtime=9.94 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 20832 13008 0 0 936 51 5 2 20 0 15 0 444238021 11107315712 176157 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10846988 memory=704628 CPUtime=9.88 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 17542 13008 0 0 933 48 5 2 20 0 15 0 444238021 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10846988 memory=704628 CPUtime=9.9 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 20105 13008 0 0 932 51 5 2 20 0 15 0 444238021 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10846988 memory=3588 CPUtime=9.89 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 15252 13008 0 0 929 53 5 2 20 0 15 0 444238021 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10846988 memory=704628 CPUtime=4.43 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 18745 13008 0 0 407 29 5 2 20 0 15 0 444238022 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10846988 memory=704628 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 18 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 176157 33554432000 4194304 4196468 140722876154624 140436907746656 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10846988 memory=704628 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 176157 33554432000 4194304 4196468 140722876154624 140436773529216 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10846988 memory=704628 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11107315712 176157 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10846988 memory=704628 CPUtime=10.28 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 19305 13008 0 0 1017 4 5 2 20 0 15 0 444238025 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10846988 memory=704628 CPUtime=9.35 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 11963 0 -1 1077944384 20658 13008 0 0 925 3 5 2 20 0 15 0 444238025 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437064792048 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10846988 memory=704628 CPUtime=2.69 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 13304 13008 0 0 257 5 5 2 20 0 15 0 444238025 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10846988 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11107315712 176157 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10846988 memory=47436 CPUtime=1.11 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1057 13008 0 0 48 56 5 2 20 0 15 0 444238026 11107315712 176157 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 2434.13 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 704628 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.32 1.34 3/228 15434
/proc/meminfo: memFree=28946892/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10846988 memory=704656 CPUtime=2495.29 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 235161 13008 0 0 249187 335 5 2 20 0 15 0 444238011 11107315712 176164 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2711747 176164 3640 1 0 2673805 0
[pid=14998/tid=15051] ppid=14995 vsize=10846988 memory=704656 CPUtime=2426.56 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 85038 13008 0 0 242594 55 5 2 20 0 15 0 444238020 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437968231920 140437611777221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10846988 memory=704656 CPUtime=10.34 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 21022 13008 0 0 975 52 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10846988 memory=704628 CPUtime=10.27 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 17708 13008 0 0 971 49 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10846988 memory=704656 CPUtime=10.29 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 20492 13008 0 0 971 51 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10846988 memory=704656 CPUtime=10.28 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 15377 13008 0 0 968 53 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10846988 memory=704656 CPUtime=4.61 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 18938 13008 0 0 424 30 5 2 20 0 15 0 444238022 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10846988 memory=704656 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 18 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436907746656 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10846988 memory=704656 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436773529216 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10846988 memory=704656 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10846988 memory=3588 CPUtime=10.28 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 19308 13008 0 0 1017 4 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10846988 memory=704656 CPUtime=9.35 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 11963 0 -1 1077944384 20660 13008 0 0 925 3 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437064792048 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10846988 memory=704656 CPUtime=2.69 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 13306 13008 0 0 257 5 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10846988 memory=704656 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10846988 memory=704656 CPUtime=1.14 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1076 13008 0 0 49 58 5 2 20 0 15 0 444238026 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 2495.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 704656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.6 s]
/proc/loadavg: 1.30 1.32 1.34 3/228 15437
/proc/meminfo: memFree=28946776/32770624 swapFree=67004304/67108860
[pid=14998] ppid=14995 vsize=10846988 memory=704656 CPUtime=2520.07 cores=1,3,5,7
/proc/14998/stat : 14998 (java) S 14995 14998 11963 0 -1 1077944320 235529 13008 0 0 251663 337 5 2 20 0 15 0 444238011 11107315712 176164 33554432000 4194304 4196468 140722876154624 140722876137168 140437996396279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
/proc/14998/statm: 2711747 176164 3640 1 0 2673805 0
[pid=14998/tid=15051] ppid=14995 vsize=10846988 memory=7883952831918269781 CPUtime=2450.62 cores=1,3,5,7
/proc/14998/task/15051/stat : 15051 (java) R 14995 14998 11963 0 -1 4202560 85224 13008 0 0 245000 55 5 2 20 0 15 0 444238020 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437968231920 140437609444724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15052] ppid=14995 vsize=10846988 memory=7597685182856913236 CPUtime=10.5 cores=1,3,5,7
/proc/14998/task/15052/stat : 15052 (java) S 14995 14998 11963 0 -1 1077944384 21036 13008 0 0 991 52 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140438000638352 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15053] ppid=14995 vsize=10846988 memory=4639059877604708710 CPUtime=10.42 cores=1,3,5,7
/proc/14998/task/15053/stat : 15053 (java) S 14995 14998 11963 0 -1 1077944384 17767 13008 0 0 986 49 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437915457808 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15054] ppid=14995 vsize=10846988 memory=5795117241467496816 CPUtime=10.45 cores=1,3,5,7
/proc/14998/task/15054/stat : 15054 (java) S 14995 14998 11963 0 -1 1077944384 20511 13008 0 0 986 52 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437569067664 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15055] ppid=14995 vsize=10846988 memory=7007712420471858773 CPUtime=10.45 cores=1,3,5,7
/proc/14998/task/15055/stat : 15055 (java) S 14995 14998 11963 0 -1 1077944384 15460 13008 0 0 984 54 5 2 20 0 15 0 444238021 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437568014864 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15056] ppid=14995 vsize=10846988 memory=7308053998489199981 CPUtime=4.68 cores=1,3,5,7
/proc/14998/task/15056/stat : 15056 (java) S 14995 14998 11963 0 -1 1077944384 18943 13008 0 0 431 30 5 2 20 0 15 0 444238022 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437066898032 140437996407426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15057] ppid=14995 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15057/stat : 15057 (java) S 14995 14998 11963 0 -1 1077944384 18 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436907746656 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15058] ppid=14995 vsize=10846988 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15058/stat : 15058 (java) S 14995 14998 11963 0 -1 1077944384 2 13008 0 0 0 0 5 2 20 0 15 0 444238023 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436773529216 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15059] ppid=14995 vsize=10846988 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15059/stat : 15059 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436533238352 140437996414875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15060] ppid=14995 vsize=10846988 memory=1560 CPUtime=10.28 cores=1,3,5,7
/proc/14998/task/15060/stat : 15060 (java) S 14995 14998 11963 0 -1 1077944384 19308 13008 0 0 1017 4 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437065844848 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15061] ppid=14995 vsize=10846988 memory=924 CPUtime=9.35 cores=1,3,5,7
/proc/14998/task/15061/stat : 15061 (java) S 14995 14998 11963 0 -1 1077944384 20660 13008 0 0 925 3 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437064792048 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15062] ppid=14995 vsize=10846988 memory=1692 CPUtime=2.69 cores=1,3,5,7
/proc/14998/task/15062/stat : 15062 (java) S 14995 14998 11963 0 -1 1077944384 13306 13008 0 0 257 5 5 2 20 0 15 0 444238025 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437063739760 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15063] ppid=14995 vsize=10846988 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/14998/task/15063/stat : 15063 (java) S 14995 14998 11963 0 -1 1077944384 3 13008 0 0 0 0 5 2 20 0 15 0 444238026 11107315712 176164 33554432000 4194304 4196468 140722876154624 140436499679712 140437996406485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
[pid=14998/tid=15064] ppid=14995 vsize=10846988 memory=6791534058613427641 CPUtime=1.15 cores=1,3,5,7
/proc/14998/task/15064/stat : 15064 (java) S 14995 14998 11963 0 -1 1077944384 1078 13008 0 0 50 58 5 2 20 0 15 0 444238026 11107315712 176164 33554432000 4194304 4196468 140722876154624 140437062687664 140437996407426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33583104 140722876160751 140722876163269 140722876163269 140722876166095 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 704656 KiB

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

[startup+2466.63 s]
# the end of solver process 14998 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.72 s, system=3.41692 s

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

Child status: 143
Real time (s): 2466.63
CPU time (s): 2520.13
CPU user time (s): 2516.72
CPU system time (s): 3.41692
CPU usage (%): 102.169
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2900356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.41692
maximum resident set size= 2900356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147596
involuntary context switches= 3530


# summary of solver processes directly reported to runsolver:
#   pid: 14998
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.72
#   total CPU system time (s): 3.41692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.418 second user time and 23.6622 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 02:38:47
IDJOB=4400900
IDBENCH=126967
IDSOLVER=2857
FILE ID=node148/4400900-1568680764
RUNJOBID= node148-1568673294-11995
PBS_JOBID= 21703774
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-39.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400900-1568680764/watcher-4400900-1568680764 -o /tmp/evaluation-result-4400900-1568680764/solver-4400900-1568680764 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4400900-1568680764.xml

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

MD5SUM BENCH= d98706ba09ce10101abc58d3245f3903
RANDOM SEED=1790479423

node148.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.13
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.13
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.13
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.13
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:        28351780 kB
MemAvailable:   29271228 kB
Buffers:          147172 kB
Cached:          1075500 kB
SwapCached:         3740 kB
Active:          3155392 kB
Inactive:         698720 kB
Active(anon):    2628512 kB
Inactive(anon):    52652 kB
Active(file):     526880 kB
Inactive(file):   646068 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004304 kB
Dirty:             36520 kB
Writeback:             0 kB
AnonPages:       2737648 kB
Mapped:            61712 kB
Shmem:             40616 kB
Slab:             153760 kB
SReclaimable:     124668 kB
SUnreclaim:        29092 kB
KernelStack:        3712 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3821180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2584576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61236 MiB
End job on node148 at 2019-09-17 03:19:54