Trace number 4396229

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.1 2480.05

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark101.167
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396229-1568401476/watcher-4396229-1568401476 -o /tmp/evaluation-result-4396229-1568401476/solver-4396229-1568401476 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22173 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1205319357 HOME/instance-4396229-1568401476.xml 

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

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

solver pid=22203, runsolver pid=22196

[startup+0.100057 s]*
/proc/loadavg: 0.67 0.73 0.98 4/210 22316
/proc/meminfo: memFree=27067452/32770624 swapFree=67020672/67108860
[pid=22203] ppid=22196 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 4462 13341 0 0 1 1 5 3 20 0 6 0 416420208 10212057088 4204 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2493178 4204 1935 1 0 2481616 0
[pid=22203/tid=22308] ppid=22196 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 2257 13341 0 0 0 0 5 3 20 0 6 0 416420218 10212057088 4204 33554432000 4194304 4196468 140720330588192 140007079465552 140007107650717 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 6 0 416420218 10212057088 4204 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=9972712 memory=140538772686464 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 6 0 416420218 10212057088 4204 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 6 0 416420218 10212057088 4204 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 6 0 416420218 10212057088 4204 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209794 s]*
/proc/loadavg: 0.67 0.73 0.98 5/228 22334
/proc/meminfo: memFree=27029724/32770624 swapFree=67020672/67108860
[pid=22203] ppid=22196 vsize=10819664 memory=41536 CPUtime=0.26 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 7200 13341 0 0 16 2 5 3 20 0 15 0 416420208 11079335936 10384 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2704916 10384 3170 1 0 2667149 0
[pid=22203/tid=22308] ppid=22196 vsize=10819664 memory=-5504934085814682416 CPUtime=0.19 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 3693 13341 0 0 10 1 5 3 20 0 15 0 416420218 11079335936 10384 33554432000 4194304 4196468 140720330588192 140007079452672 140007092794344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079335936 10384 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10819664 memory=140538772686464 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079335936 10384 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079335936 10384 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10819664 memory=140538772686464 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420220 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 13 13341 0 0 0 0 5 3 20 0 15 0 416420220 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006001730464 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420221 11079335936 10384 33554432000 4194304 4196468 140720330588192 140005867512816 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11079335936 10384 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 619 13341 0 0 1 0 5 3 20 0 15 0 416420223 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 45 13341 0 0 0 0 5 3 20 0 15 0 416420223 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10819664 memory=140538772686464 CPUtime=0.11 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 606 13341 0 0 3 0 5 3 20 0 15 0 416420223 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11079335936 10384 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10819664 memory=140538772686464 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420224 11079335936 10384 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41536 KiB

[startup+0.310201 s]*
/proc/loadavg: 0.67 0.73 0.98 4/228 22334
/proc/meminfo: memFree=27004132/32770624 swapFree=67020672/67108860
[pid=22203] ppid=22196 vsize=10820148 memory=50424 CPUtime=0.4 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 10844 13341 0 0 28 4 5 3 20 0 15 0 416420208 11079831552 12606 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2705037 12606 3302 1 0 2667149 0
[pid=22203/tid=22308] ppid=22196 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 7320 13341 0 0 18 3 5 3 20 0 15 0 416420218 11079831552 12606 33554432000 4194304 4196468 140720330588192 140007079451184 140007091709278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10820148 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079831552 12606 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10820148 memory=7649399397233537586 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079831552 12606 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10820148 memory=4294969504 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079831552 12606 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420218 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420220 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 13 13341 0 0 0 0 5 3 20 0 15 0 416420220 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006001730464 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420221 11079831552 12606 33554432000 4194304 4196468 140720330588192 140005867512816 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11079831552 12606 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 628 13341 0 0 2 0 5 3 20 0 15 0 416420223 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 46 13341 0 0 1 0 5 3 20 0 15 0 416420223 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 614 13341 0 0 5 0 5 3 20 0 15 0 416420223 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11079831552 12606 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420224 11079831552 12606 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50424 KiB

[startup+0.706172 s]
/proc/loadavg: 0.67 0.73 0.98 5/228 22334
/proc/meminfo: memFree=26973976/32770624 swapFree=67020672/67108860
[pid=22203] ppid=22196 vsize=10824360 memory=84252 CPUtime=1.16 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 15246 13341 0 0 101 7 5 3 20 0 15 0 416420208 11084144640 21063 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2706090 21063 3501 1 0 2668173 0
[pid=22203/tid=22308] ppid=22196 vsize=10824360 memory=50 CPUtime=0.67 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 10394 13341 0 0 54 5 5 3 20 0 15 0 416420218 11084144640 21063 33554432000 4194304 4196468 140720330588192 140007079455952 140007107640726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420218 11084144640 21063 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10824360 memory=4120 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420218 11084144640 21063 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420218 11084144640 21063 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 2 13341 0 0 0 0 5 3 20 0 15 0 416420218 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 6 13341 0 0 0 0 5 3 20 0 15 0 416420220 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 13 13341 0 0 0 0 5 3 20 0 15 0 416420220 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006001730464 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420221 11084144640 21063 33554432000 4194304 4196468 140720330588192 140005867512816 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10824360 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11084144640 21063 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10824360 memory=13252 CPUtime=0.24 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 1161 13341 0 0 16 0 5 3 20 0 15 0 416420223 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10824360 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) R 22196 22203 22142 0 -1 4202560 590 13341 0 0 12 0 5 3 20 0 15 0 416420223 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006564555672 140007092735820 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) R 22196 22203 22142 0 -1 4202560 860 13341 0 0 16 0 5 3 20 0 15 0 416420223 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006563502832 140007086164426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10824360 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11084144640 21063 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10824360 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420224 11084144640 21063 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84252 KiB

[startup+1.50069 s]
/proc/loadavg: 0.78 0.75 0.99 9/228 22334
/proc/meminfo: memFree=26832272/32770624 swapFree=67020672/67108860
[pid=22203] ppid=22196 vsize=10832628 memory=247164 CPUtime=2.85 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 23377 13341 0 0 264 13 5 3 20 0 15 0 416420208 11092611072 61791 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2708157 61791 3585 1 0 2670221 0
[pid=22203/tid=22308] ppid=22196 vsize=10832628 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 14921 13341 0 0 127 8 5 3 20 0 15 0 416420218 11092611072 61791 33554432000 4194304 4196468 140720330588192 140007079453248 140007089192351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 56 13341 0 0 1 0 5 3 20 0 15 0 416420218 11092611072 61791 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 85 13341 0 0 1 0 5 3 20 0 15 0 416420218 11092611072 61791 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10832628 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 20 13341 0 0 1 0 5 3 20 0 15 0 416420218 11092611072 61791 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10832628 memory=281077289658624 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 287 13341 0 0 1 0 5 3 20 0 15 0 416420218 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10832628 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 1159 13341 0 0 1 0 5 3 20 0 15 0 416420220 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10832628 memory=1908 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 14 13341 0 0 0 0 5 3 20 0 15 0 416420220 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006001730528 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10832628 memory=1360 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 1 13341 0 0 0 0 5 3 20 0 15 0 416420221 11092611072 61791 33554432000 4194304 4196468 140720330588192 140005867512832 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10832628 memory=7420 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11092611072 61791 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10832628 memory=860 CPUtime=0.55 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 1788 13341 0 0 47 0 5 3 20 0 15 0 416420223 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10832628 memory=776 CPUtime=0.53 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 1178 13341 0 0 45 0 5 3 20 0 15 0 416420223 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10832628 memory=1612 CPUtime=0.44 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 1653 13341 0 0 36 0 5 3 20 0 15 0 416420223 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10832628 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11092611072 61791 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10832628 memory=3824 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420224 11092611072 61791 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10832628 KiB

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

/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 138844 13341 0 0 230629 70 5 3 20 0 15 0 416420218 11109408768 636255 33554432000 4194304 4196468 140720330588192 140007079413216 140006705504105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10849032 memory=2544980 CPUtime=8.56 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 48633 13341 0 0 805 43 5 3 20 0 15 0 416420218 11109408768 636255 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10849032 memory=2545012 CPUtime=8.58 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 43874 13341 0 0 811 39 5 3 20 0 15 0 416420218 11109408768 636255 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10849032 memory=2545012 CPUtime=8.62 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 51004 13341 0 0 816 38 5 3 20 0 15 0 416420218 11109408768 636255 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10849032 memory=2545012 CPUtime=8.55 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 48691 13341 0 0 805 42 5 3 20 0 15 0 416420218 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10849032 memory=2545012 CPUtime=5.28 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 34284 13341 0 0 489 31 5 3 20 0 15 0 416420220 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10849032 memory=2545020 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 20 13341 0 0 0 0 5 3 20 0 15 0 416420220 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006001730592 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10849032 memory=2544972 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 10 13341 0 0 0 0 5 3 20 0 15 0 416420221 11109408768 636255 33554432000 4194304 4196468 140720330588192 140005867512832 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10849032 memory=2545012 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636255 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10849032 memory=4120 CPUtime=5.52 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 40654 13341 0 0 539 5 5 3 20 0 15 0 416420223 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10849032 memory=2545012 CPUtime=5.51 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 46685 13341 0 0 537 6 5 3 20 0 15 0 416420223 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10849032 memory=2545012 CPUtime=2.01 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 25737 13341 0 0 188 5 5 3 20 0 15 0 416420223 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10849032 memory=2545020 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636255 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10849032 memory=1908 CPUtime=1.36 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 2959 13341 0 0 65 63 5 3 20 0 15 0 416420224 11109408768 636255 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 2360.45 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2545020 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.50 1.47 4/228 22552
/proc/meminfo: memFree=22243264/32770624 swapFree=67020720/67108860
[pid=22203] ppid=22196 vsize=10849032 memory=2547196 CPUtime=2421.19 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 495624 13341 0 0 241796 315 5 3 20 0 15 0 416420208 11109408768 636799 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2712258 636799 3625 1 0 2674317 0
[pid=22203/tid=22308] ppid=22196 vsize=10849032 memory=56 CPUtime=2366.61 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 141526 13341 0 0 236583 70 5 3 20 0 15 0 416420218 11109408768 636799 33554432000 4194304 4196468 140720330588192 140007079464368 140006705437999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10849032 memory=2547196 CPUtime=8.81 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 49049 13341 0 0 829 44 5 3 20 0 15 0 416420218 11109408768 636799 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10849032 memory=2547184 CPUtime=8.83 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 46943 13341 0 0 835 40 5 3 20 0 15 0 416420218 11109408768 636799 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10849032 memory=2547184 CPUtime=8.87 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 51996 13341 0 0 840 39 5 3 20 0 15 0 416420218 11109408768 636799 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10849032 memory=2547184 CPUtime=8.79 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 49771 13341 0 0 828 43 5 3 20 0 15 0 416420218 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10849032 memory=2547196 CPUtime=5.43 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 35301 13341 0 0 504 31 5 3 20 0 15 0 416420220 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10849032 memory=2547196 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 20 13341 0 0 0 0 5 3 20 0 15 0 416420220 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006001730592 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10849032 memory=2547196 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 10 13341 0 0 0 0 5 3 20 0 15 0 416420221 11109408768 636799 33554432000 4194304 4196468 140720330588192 140005867512832 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10849032 memory=2547196 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636799 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10849032 memory=2547196 CPUtime=5.54 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 43348 13341 0 0 541 5 5 3 20 0 15 0 416420223 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10849032 memory=2547184 CPUtime=5.51 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 46692 13341 0 0 537 6 5 3 20 0 15 0 416420223 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10849032 memory=2547184 CPUtime=2.01 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 25743 13341 0 0 188 5 5 3 20 0 15 0 416420223 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10849032 memory=2547184 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636799 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10849032 memory=2547184 CPUtime=1.39 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 3013 13341 0 0 66 65 5 3 20 0 15 0 416420224 11109408768 636799 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 2421.19 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2547196 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.46 1.46 4/228 22556
/proc/meminfo: memFree=22240116/32770624 swapFree=67020720/67108860
[pid=22203] ppid=22196 vsize=10849032 memory=2547284 CPUtime=2481.9 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 502743 13341 0 0 247862 320 5 3 20 0 15 0 416420208 11109408768 636821 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2712258 636821 3625 1 0 2674317 0
[pid=22203/tid=22308] ppid=22196 vsize=10849032 memory=2547272 CPUtime=2426.21 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 143392 13341 0 0 242542 71 5 3 20 0 15 0 416420218 11109408768 636821 33554432000 4194304 4196468 140720330588192 140007079434928 140006700694582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10849032 memory=2547272 CPUtime=9.05 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 50495 13341 0 0 852 45 5 3 20 0 15 0 416420218 11109408768 636821 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10849032 memory=2547284 CPUtime=9.06 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 47880 13341 0 0 858 40 5 3 20 0 15 0 416420218 11109408768 636821 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10849032 memory=2547284 CPUtime=9.09 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 52121 13341 0 0 862 39 5 3 20 0 15 0 416420218 11109408768 636821 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10849032 memory=2547284 CPUtime=9.04 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 51716 13341 0 0 852 44 5 3 20 0 15 0 416420218 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10849032 memory=2547284 CPUtime=5.57 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 36057 13341 0 0 517 32 5 3 20 0 15 0 416420220 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10849032 memory=2547284 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 20 13341 0 0 0 0 5 3 20 0 15 0 416420220 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006001730592 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10849032 memory=2547252 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 10 13341 0 0 0 0 5 3 20 0 15 0 416420221 11109408768 636821 33554432000 4194304 4196468 140720330588192 140005867512832 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10849032 memory=2547284 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636821 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10849032 memory=2547284 CPUtime=5.54 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 43352 13341 0 0 541 5 5 3 20 0 15 0 416420223 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10849032 memory=2547284 CPUtime=5.51 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 46698 13341 0 0 537 6 5 3 20 0 15 0 416420223 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10849032 memory=2547284 CPUtime=2.01 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 25747 13341 0 0 188 5 5 3 20 0 15 0 416420223 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10849032 memory=2547284 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636821 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10849032 memory=288230574492221466 CPUtime=1.43 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 3043 13341 0 0 68 67 5 3 20 0 15 0 416420224 11109408768 636821 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 2481.9 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2547284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480 s]*
/proc/loadavg: 1.27 1.44 1.45 4/227 22560
/proc/meminfo: memFree=22240420/32770624 swapFree=67020720/67108860
[pid=22203] ppid=22196 vsize=10849032 memory=2547368 CPUtime=2520.04 cores=0,2,4,6
/proc/22203/stat : 22203 (java) S 22196 22203 22142 0 -1 1077944320 510608 13341 0 0 251672 324 5 3 20 0 15 0 416420208 11109408768 636842 33554432000 4194304 4196468 140720330588192 140720330570736 140007107628791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
/proc/22203/statm: 2712258 636842 3625 1 0 2674317 0
[pid=22203/tid=22308] ppid=22196 vsize=10849032 memory=6791534058613427641 CPUtime=2463.64 cores=0,2,4,6
/proc/22203/task/22308/stat : 22308 (java) R 22196 22203 22142 0 -1 4202560 145051 13341 0 0 246285 71 5 3 20 0 15 0 416420218 11109408768 636842 33554432000 4194304 4196468 140720330588192 140007079463328 140006703345760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22313] ppid=22196 vsize=10849032 memory=4872558044660077418 CPUtime=9.19 cores=0,2,4,6
/proc/22203/task/22313/stat : 22313 (java) S 22196 22203 22142 0 -1 1077944384 53414 13341 0 0 866 45 5 3 20 0 15 0 416420218 11109408768 636842 33554432000 4194304 4196468 140720330588192 140007111871248 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22314] ppid=22196 vsize=10849032 memory=1612 CPUtime=9.21 cores=0,2,4,6
/proc/22203/task/22314/stat : 22314 (java) S 22196 22203 22142 0 -1 1077944384 48228 13341 0 0 873 40 5 3 20 0 15 0 416420218 11109408768 636842 33554432000 4194304 4196468 140720330588192 140007010761616 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22315] ppid=22196 vsize=10849032 memory=1224 CPUtime=9.25 cores=0,2,4,6
/proc/22203/task/22315/stat : 22315 (java) S 22196 22203 22142 0 -1 1077944384 52992 13341 0 0 877 40 5 3 20 0 15 0 416420218 11109408768 636842 33554432000 4194304 4196468 140720330588192 140007009709072 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22316] ppid=22196 vsize=10849032 memory=3824 CPUtime=9.18 cores=0,2,4,6
/proc/22203/task/22316/stat : 22316 (java) S 22196 22203 22142 0 -1 1077944384 51942 13341 0 0 865 45 5 3 20 0 15 0 416420218 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006678981776 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22318] ppid=22196 vsize=10849032 memory=1384 CPUtime=5.66 cores=0,2,4,6
/proc/22203/task/22318/stat : 22318 (java) S 22196 22203 22142 0 -1 1077944384 36711 13341 0 0 526 32 5 3 20 0 15 0 416420220 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006566660080 140007107639938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22321] ppid=22196 vsize=10849032 memory=909 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22321/stat : 22321 (java) S 22196 22203 22142 0 -1 1077944384 20 13341 0 0 0 0 5 3 20 0 15 0 416420220 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006001730592 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22322] ppid=22196 vsize=10849032 memory=558 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22322/stat : 22322 (java) S 22196 22203 22142 0 -1 1077944384 10 13341 0 0 0 0 5 3 20 0 15 0 416420221 11109408768 636842 33554432000 4194304 4196468 140720330588192 140005867512832 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22328] ppid=22196 vsize=10849032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22328/stat : 22328 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636842 33554432000 4194304 4196468 140720330588192 140005627222224 140007107647387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22329] ppid=22196 vsize=10849032 memory=0 CPUtime=5.54 cores=0,2,4,6
/proc/22203/task/22329/stat : 22329 (java) S 22196 22203 22142 0 -1 1077944384 43357 13341 0 0 541 5 5 3 20 0 15 0 416420223 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006565607920 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22330] ppid=22196 vsize=10849032 memory=0 CPUtime=5.51 cores=0,2,4,6
/proc/22203/task/22330/stat : 22330 (java) S 22196 22203 22142 0 -1 1077944384 47829 13341 0 0 537 6 5 3 20 0 15 0 416420223 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006564555376 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22331] ppid=22196 vsize=10849032 memory=546 CPUtime=2.01 cores=0,2,4,6
/proc/22203/task/22331/stat : 22331 (java) S 22196 22203 22142 0 -1 1077944384 25753 13341 0 0 188 5 5 3 20 0 15 0 416420223 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006563502832 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22333] ppid=22196 vsize=10849032 memory=543 CPUtime=0.08 cores=0,2,4,6
/proc/22203/task/22333/stat : 22333 (java) S 22196 22203 22142 0 -1 1077944384 3 13341 0 0 0 0 5 3 20 0 15 0 416420223 11109408768 636842 33554432000 4194304 4196468 140720330588192 140005593664608 140007107638997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
[pid=22203/tid=22334] ppid=22196 vsize=10849032 memory=193 CPUtime=1.45 cores=0,2,4,6
/proc/22203/task/22334/stat : 22334 (java) S 22196 22203 22142 0 -1 1077944384 3089 13341 0 0 68 69 5 3 20 0 15 0 416420224 11109408768 636842 33554432000 4194304 4196468 140720330588192 140006562449712 140007107639938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15007744 140720330595055 140720330597573 140720330597573 140720330600399 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2547368 KiB

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

[startup+2480.05 s]
# the end of solver process 22203 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.8 s, system=3.30095 s

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

Child status: 143
Real time (s): 2480.05
CPU time (s): 2520.1
CPU user time (s): 2516.8
CPU system time (s): 3.30095
CPU usage (%): 101.615
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2862592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.8
system time used= 3.30095
maximum resident set size= 2862592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176827
involuntary context switches= 5744


# summary of solver processes directly reported to runsolver:
#   pid: 22203
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.8
#   total CPU system time (s): 3.30095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8286 second user time and 23.2471 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 21:03:56
IDJOB=4396229
IDBENCH=127971
IDSOLVER=2846
FILE ID=node150/4396229-1568401476
RUNJOBID= node150-1568401436-22173
PBS_JOBID= 21701880
Free space on /tmp= 59356 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396229-1568401476/watcher-4396229-1568401476 -o /tmp/evaluation-result-4396229-1568401476/solver-4396229-1568401476 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22173 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1205319357 HOME/instance-4396229-1568401476.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=1205319357

node150.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.79
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.79
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.79
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.79
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:        27083348 kB
MemAvailable:   31832936 kB
Buffers:          188076 kB
Cached:          4772904 kB
SwapCached:        13292 kB
Active:          1151728 kB
Inactive:        3854624 kB
Active(anon):      10304 kB
Inactive(anon):    60352 kB
Active(file):    1141424 kB
Inactive(file):  3794272 kB
Unevictable:      109680 kB
Mlocked:          109680 kB
SwapTotal:      67108860 kB
SwapFree:       67020672 kB
Dirty:             72100 kB
Writeback:             0 kB
AnonPages:        142860 kB
Mapped:            38000 kB
Shmem:             16012 kB
Slab:             272328 kB
SReclaimable:     242352 kB
SUnreclaim:        29976 kB
KernelStack:        3296 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 21:45:17