Trace number 4294090

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.8 2018-06-13? (TO) 2520.13 2441.04

General information on the benchmark

NameBibd/
Bibd-sc-34-085-30-12-10_c18.xml
MD5SUM16a7a800d3f63e1acf189b42778a783a
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 variables101150
Number of constraints48366
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50575}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":50575},{"degree":2,"count":47685},{"degree":36,"count":2890}]
Minimum constraint arity3
Maximum constraint arity2890
Distribution of constraint arities[{"arity":3,"count":47685},{"arity":34,"count":85},{"arity":85,"count":595},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints47685
Distribution of constraint types[{"type":"intension","count":47685},{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

0.96/1.06	c Concrete v3.8.1528841891564 running
2520.07/2441.02	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2441.02		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2441.02		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2441.02		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
2520.07/2441.02		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.07/2441.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2441.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2441.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2441.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2441.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2441.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2441.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2441.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2441.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.07/2441.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2441.02		at scala.Option.map(Option.scala:146)
2520.07/2441.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2441.02		at concrete.MAC.mac(MAC.scala:203)
2520.07/2441.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2441.02		at scala.util.Try$.apply(Try.scala:209)
2520.07/2441.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2441.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2441.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2441.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2441.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2441.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2441.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2441.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2441.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2441.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2441.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2441.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2441.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2441.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2441.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2441.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2441.02		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.07/2441.02		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.07/2441.02		at concrete.Solver.toStream(Solver.scala:68)
2520.07/2441.02		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.07/2441.02		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.07/2441.02		at concrete.Solver.toIterable(Solver.scala:68)
2520.07/2441.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.07/2441.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2441.02		at scala.util.Success.map(Try.scala:209)
2520.07/2441.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2441.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2441.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2441.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2441.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2441.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2441.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2441.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2441.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2441.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2441.02		at scala.App.main(App.scala:76)
2520.07/2441.02		at scala.App.main$(App.scala:74)
2520.07/2441.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2441.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2441.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 (3172 MiB free)
  memory of node 1: 16384 MiB (10323 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294090-1532426657/watcher-4294090-1532426657 -o /tmp/evaluation-result-4294090-1532426657/solver-4294090-1532426657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=737282423 HOME/instance-4294090-1532426657.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=16465, runsolver pid=16462

[startup+0.100134 s]*
/proc/loadavg: 1.35 1.35 1.38 2/210 16499
/proc/meminfo: memFree=13810104/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=113256 memory=1604 CPUtime=0.01 cores=1,3,5,7
/proc/16465/stat : 16465 (bash) S 16462 16465 13949 0 -1 4202496 883 5663 0 0 0 0 0 1 20 0 1 0 60228918 115974144 401 33554432000 4194304 5098028 140722270997536 140722270991544 140005621365760 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 0 0 0 7196144 7232144 30502912 140722271003820 140722271003944 140722271003944 140722271006702 0
/proc/16465/statm: 28314 401 318 221 0 119 0
[pid=16492] ppid=16465 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/16492/stat : 16492 (bash) S 16465 16465 13949 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 60228920 115974144 178 33554432000 4194304 5098028 140722270997536 140722270990216 140005621191292 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30502912 140722271003820 140722271003944 140722271003944 140722271006702 0
/proc/16492/statm: 28314 178 95 221 0 119 0
[pid=16493] ppid=16492 vsize=9940964 memory=16328 CPUtime=0 cores=1,3,5,7
/proc/16493/stat : 16493 (java) S 16492 16465 13949 0 -1 1077944320 3333 0 0 0 0 0 0 0 20 0 6 0 60228920 10179547136 4082 33554432000 4194304 4196468 140732349113120 140732349095664 140057686523639 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25563136 140732349117731 140732349117745 140732349117745 140732349120463 0
/proc/16493/statm: 2485241 4082 1933 1 0 2473679 0
[pid=16493/tid=16495] ppid=16492 vsize=9940964 memory=-6949179150270506172 CPUtime=0 cores=1,3,5,7
/proc/16493/task/16495/stat : 16495 (java) R 16492 16465 13949 0 -1 4202560 2060 0 0 0 0 0 0 0 20 0 6 0 60228923 10179547136 4082 33554432000 4194304 4196468 140732349113120 140057690759760 140057686545565 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25563136 140732349117731 140732349117745 140732349117745 140732349120463 0
[pid=16493/tid=16496] ppid=16492 vsize=9940964 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/16493/task/16496/stat : 16496 (java) S 16492 16465 13949 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 60228927 10179547136 4082 33554432000 4194304 4196468 140732349113120 140057612597776 140057686533845 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25563136 140732349117731 140732349117745 140732349117745 140732349120463 0
[pid=16493/tid=16497] ppid=16492 vsize=9940964 memory=139939728475776 CPUtime=0 cores=1,3,5,7
/proc/16493/task/16497/stat : 16497 (java) S 16492 16465 13949 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60228927 10179547136 4082 33554432000 4194304 4196468 140732349113120 140057611545232 140057686533845 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25563136 140732349117731 140732349117745 140732349117745 140732349120463 0
[pid=16493/tid=16498] ppid=16492 vsize=9940964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16493/task/16498/stat : 16498 (java) S 16492 16465 13949 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60228927 10179547136 4082 33554432000 4194304 4196468 140732349113120 140057610492176 140057686533845 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25563136 140732349117731 140732349117745 140732349117745 140732349120463 0
[pid=16493/tid=16499] ppid=16492 vsize=9940964 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16493/task/16499/stat : 16499 (java) S 16492 16465 13949 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60228927 10179547136 4082 33554432000 4194304 4196468 140732349113120 140057289681296 140057686533845 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25563136 140732349117731 140732349117745 140732349117745 140732349120463 0
[pid=16494] ppid=16492 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/16494/stat : 16494 (awk) S 16492 16465 13949 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 60228920 116211712 243 33554432000 4194304 4609284 140725500128928 140725500128104 139895720111104 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 7004160 140725500134739 140725500134769 140725500134769 140725500137455 0
/proc/16494/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10280964 KiB
Current children cumulated memory: 19616 KiB

[startup+0.210134 s]*
/proc/loadavg: 1.35 1.35 1.38 2/203 16518
/proc/meminfo: memFree=13816184/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=9970504 memory=13388 CPUtime=0.07 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 3498 13159 0 0 0 0 5 2 20 0 6 0 60228918 10209796096 3347 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2492626 3347 1337 1 0 2481537 0
[pid=16465/tid=16518] ppid=16462 vsize=9970504 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) D 16462 16465 13949 0 -1 1077944384 1303 13159 0 0 0 0 5 2 20 0 6 0 60228938 10209796096 3347 33554432000 4194304 4196468 140728466209488 140174232883792 140174261070909 0 4 0 16784584 18446744072101740068 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=9970504 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 6 0 60228939 10209796096 3347 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=9970504 memory=139939728806240 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 60228939 10209796096 3347 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=9970504 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 6 0 60228939 10209796096 3347 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=9970504 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 6 0 60228939 10209796096 3347 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 13388 KiB

[startup+0.309893 s]*
/proc/loadavg: 1.35 1.35 1.38 2/215 16530
/proc/meminfo: memFree=13801944/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10751868 memory=28016 CPUtime=0.13 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 5724 13159 0 0 5 1 5 2 20 0 14 0 60228918 11009912832 7004 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2687967 7004 2601 1 0 2650508 0
[pid=16465/tid=16518] ppid=16462 vsize=10751868 memory=-7165351541977658656 CPUtime=0.11 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) D 16462 16465 13949 0 -1 4202560 2985 13159 0 0 4 0 5 2 20 0 14 0 60228938 11009912832 7004 33554432000 4194304 4196468 140728466209488 140174232885152 140174261069053 0 4 0 16800975 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10751868 memory=8208 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 14 0 60228939 11009912832 7004 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10751868 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 14 0 60228939 11009912832 7004 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 14 0 60228939 11009912832 7004 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 14 0 60228939 11009912832 7004 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 14 0 60228941 11009912832 7004 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 14 0 60228941 11009912832 7004 33554432000 4194304 4196468 140728466209488 140173438346400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10751868 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 14 0 60228942 11009912832 7004 33554432000 4194304 4196468 140728466209488 140173304128240 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 14 0 60228947 11009912832 7004 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) S 16462 16465 13949 0 -1 1077944384 307 13159 0 0 0 0 5 2 20 0 14 0 60228947 11009912832 7004 33554432000 4194304 4196468 140728466209488 140173531851504 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 14 0 60228947 11009912832 7004 33554432000 4194304 4196468 140728466209488 140173530798960 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) S 16462 16465 13949 0 -1 1077944384 212 13159 0 0 0 0 5 2 20 0 14 0 60228947 11009912832 7004 33554432000 4194304 4196468 140728466209488 140173529745904 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10751868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 14 0 60228947 11009912832 7004 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10751868 KiB
Current children cumulated memory: 28016 KiB

[startup+0.70106 s]
/proc/loadavg: 1.35 1.35 1.38 2/216 16531
/proc/meminfo: memFree=13781800/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10819352 memory=60340 CPUtime=0.56 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 11628 13159 0 0 45 4 5 2 20 0 15 0 60228918 11079016448 15085 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2704838 15085 3143 1 0 2667149 0
[pid=16465/tid=16518] ppid=16462 vsize=10819352 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) S 16462 16465 13949 0 -1 1077944384 8064 13159 0 0 29 3 5 2 20 0 15 0 60228938 11079016448 15085 33554432000 4194304 4196468 140728466209488 140174232868336 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228939 11079016448 15085 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 60228939 11079016448 15085 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228939 11079016448 15085 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228939 11079016448 15085 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228941 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10819352 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 60228941 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173438346400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 60228942 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173304128240 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11079016448 15085 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) S 16462 16465 13949 0 -1 1077944384 634 13159 0 0 2 0 5 2 20 0 15 0 60228947 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173531851504 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) S 16462 16465 13949 0 -1 1077944384 76 13159 0 0 3 0 5 2 20 0 15 0 60228947 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173530798960 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) R 16462 16465 13949 0 -1 4202560 636 13159 0 0 9 0 5 2 20 0 15 0 60228947 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173529744304 140174261058966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11079016448 15085 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16531] ppid=16462 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 60228950 11079016448 15085 33554432000 4194304 4196468 140728466209488 140173528693296 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 60340 KiB

[startup+1.50073 s]
/proc/loadavg: 1.35 1.35 1.38 3/216 16531
/proc/meminfo: memFree=13745272/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10828032 memory=116044 CPUtime=1.66 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 19652 13159 0 0 153 6 5 2 20 0 15 0 60228918 11087904768 29011 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2707008 29011 3416 1 0 2668685 0
[pid=16465/tid=16518] ppid=16462 vsize=10828032 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) R 16462 16465 13949 0 -1 4202560 15017 13159 0 0 90 4 5 2 20 0 15 0 60228938 11087904768 29011 33554432000 4194304 4196468 140728466209488 140174232879968 140173861101404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10828032 memory=9617 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228939 11087904768 29011 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10828032 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 60228939 11087904768 29011 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10828032 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228939 11087904768 29011 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10828032 memory=7679373425970869011 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 60228939 11087904768 29011 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10828032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 5 13159 0 0 0 0 5 2 20 0 15 0 60228941 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10828032 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 60228941 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173438346400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10828032 memory=13847469322668609 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 60228942 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173304128240 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10828032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11087904768 29011 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10828032 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) R 16462 16465 13949 0 -1 4202560 911 13159 0 0 17 0 5 2 20 0 15 0 60228947 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173531838048 140174244573480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10828032 memory=7305218370954684500 CPUtime=0.24 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) R 16462 16465 13949 0 -1 4202560 516 13159 0 0 17 0 5 2 20 0 15 0 60228947 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173530790912 140174244533434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10828032 memory=6153431502485415780 CPUtime=0.33 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) S 16462 16465 13949 0 -1 1077944384 987 13159 0 0 26 0 5 2 20 0 15 0 60228947 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173529745904 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10828032 memory=7018410690103764846 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11087904768 29011 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16531] ppid=16462 vsize=10828032 memory=7237398200207235428 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) S 16462 16465 13949 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 60228950 11087904768 29011 33554432000 4194304 4196468 140728466209488 140173528693296 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10828032 KiB
Current children cumulated memory: 116044 KiB

[startup+3.11045 s]
/proc/loadavg: 1.40 1.36 1.39 6/216 16531
/proc/meminfo: memFree=13334244/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10834252 memory=498200 CPUtime=6.35 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 34686 13159 0 0 601 27 5 2 20 0 15 0 60228918 11094274048 124550 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2708563 124550 3499 1 0 2670221 0
[pid=16465/tid=16518] ppid=16462 vsize=10834252 memory=0 CPUtime=2.3 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) R 16462 16465 13949 0 -1 4202560 21367 13159 0 0 215 8 5 2 20 0 15 0 60228938 11094274048 124550 33554432000 4194304 4196468 140728466209488 140174232848752 140174261068957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10834252 memory=56 CPUtime=0.3 cores=1,3,5,7

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

/proc/16465/task/16518/stat : 16518 (java) R 16462 16465 13949 0 -1 4202560 133518 13159 0 0 224384 60 5 2 20 0 15 0 60228938 11111071744 513316 33554432000 4194304 4196468 140728466209488 140174232881872 140173879935748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10850656 memory=2054292 CPUtime=13.13 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 35442 13159 0 0 1258 48 5 2 20 0 15 0 60228939 11111071744 513316 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10850656 memory=2056344 CPUtime=13.13 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 35050 13159 0 0 1262 44 5 2 20 0 15 0 60228939 11111071744 513316 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10850656 memory=2083532 CPUtime=13.14 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 33229 13159 0 0 1261 46 5 2 20 0 15 0 60228939 11111071744 513316 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10850656 memory=2069168 CPUtime=13.11 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 38316 13159 0 0 1258 46 5 2 20 0 15 0 60228939 11111071744 513316 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10850656 memory=2057884 CPUtime=2.96 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 24178 13159 0 0 256 33 5 2 20 0 15 0 60228941 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10850656 memory=2055832 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 26 13159 0 0 0 0 5 2 20 0 15 0 60228941 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173438346464 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10850656 memory=2055316 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 9 13159 0 0 0 0 5 2 20 0 15 0 60228942 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173304128256 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10850656 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 513316 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10850656 memory=2053264 CPUtime=16.12 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) S 16462 16465 13949 0 -1 1077944384 43245 13159 0 0 1598 7 5 2 20 0 15 0 60228947 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173531851504 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10850656 memory=2055316 CPUtime=16.14 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) S 16462 16465 13949 0 -1 1077944384 44807 13159 0 0 1600 7 5 2 20 0 15 0 60228947 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173530798960 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10850656 memory=2054292 CPUtime=4.45 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) S 16462 16465 13949 0 -1 1077944384 38406 13159 0 0 430 8 5 2 20 0 15 0 60228947 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173529745904 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10850656 memory=18788 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 513316 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16531] ppid=16462 vsize=10850656 memory=2416 CPUtime=1.37 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) S 16462 16465 13949 0 -1 1077944384 1971 13159 0 0 56 74 5 2 20 0 15 0 60228950 11111071744 513316 33554432000 4194304 4196468 140728466209488 140173528693296 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 2337.55 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2053264 KiB

[startup+2322.3 s]
/proc/loadavg: 1.42 1.39 1.45 3/216 16730
/proc/meminfo: memFree=11707248/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10850656 memory=2022484 CPUtime=2398.83 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 433530 13159 0 0 239519 357 5 2 20 0 15 0 60228918 11111071744 505621 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2712664 505621 3536 1 0 2674317 0
[pid=16465/tid=16518] ppid=16462 vsize=10850656 memory=2023000 CPUtime=2303.92 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) R 16462 16465 13949 0 -1 4202560 134408 13159 0 0 230325 60 5 2 20 0 15 0 60228938 11111071744 505621 33554432000 4194304 4196468 140728466209488 140174232881984 140173879805339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10850656 memory=2024024 CPUtime=13.57 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 35615 13159 0 0 1302 48 5 2 20 0 15 0 60228939 11111071744 505621 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10850656 memory=2029156 CPUtime=13.56 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 35504 13159 0 0 1305 44 5 2 20 0 15 0 60228939 11111071744 505621 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10850656 memory=2032232 CPUtime=13.56 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 33730 13159 0 0 1303 46 5 2 20 0 15 0 60228939 11111071744 505621 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10850656 memory=2083532 CPUtime=13.55 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 39008 13159 0 0 1301 47 5 2 20 0 15 0 60228939 11111071744 505621 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10850656 memory=2057884 CPUtime=3.06 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 24565 13159 0 0 265 34 5 2 20 0 15 0 60228941 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10850656 memory=2056344 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 26 13159 0 0 0 0 5 2 20 0 15 0 60228941 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173438346464 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10850656 memory=2030692 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 9 13159 0 0 0 0 5 2 20 0 15 0 60228942 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173304128256 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10850656 memory=2027616 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 505621 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10850656 memory=2024024 CPUtime=16.12 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) S 16462 16465 13949 0 -1 1077944384 43249 13159 0 0 1598 7 5 2 20 0 15 0 60228947 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173531851504 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10850656 memory=2023000 CPUtime=16.14 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) S 16462 16465 13949 0 -1 1077944384 44811 13159 0 0 1600 7 5 2 20 0 15 0 60228947 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173530798960 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10850656 memory=2023000 CPUtime=4.45 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) S 16462 16465 13949 0 -1 1077944384 38411 13159 0 0 430 8 5 2 20 0 15 0 60228947 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173529745904 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10850656 memory=2041980 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 505621 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16531] ppid=16462 vsize=10850656 memory=2023000 CPUtime=1.4 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) S 16462 16465 13949 0 -1 1077944384 2000 13159 0 0 58 75 5 2 20 0 15 0 60228950 11111071744 505621 33554432000 4194304 4196468 140728466209488 140173528693296 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 2398.83 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2022484 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.45 1.47 3/216 16731
/proc/meminfo: memFree=11729792/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10850656 memory=2000424 CPUtime=2460.11 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 435887 13159 0 0 245642 362 5 2 20 0 15 0 60228918 11111071744 500106 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2712664 500106 3536 1 0 2674317 0
[pid=16465/tid=16518] ppid=16462 vsize=10850656 memory=2000424 CPUtime=2363.35 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) R 16462 16465 13949 0 -1 4202560 135137 13159 0 0 236267 61 5 2 20 0 15 0 60228938 11111071744 500106 33554432000 4194304 4196468 140728466209488 140174232881984 140173879935467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10850656 memory=2012736 CPUtime=14 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 35725 13159 0 0 1344 49 5 2 20 0 15 0 60228939 11111071744 500106 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10850656 memory=2029156 CPUtime=13.99 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 36085 13159 0 0 1347 45 5 2 20 0 15 0 60228939 11111071744 500106 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10850656 memory=0 CPUtime=14 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 34162 13159 0 0 1346 47 5 2 20 0 15 0 60228939 11111071744 500106 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10850656 memory=2006580 CPUtime=13.97 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 39279 13159 0 0 1343 47 5 2 20 0 15 0 60228939 11111071744 500106 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10850656 memory=2004528 CPUtime=3.17 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 24777 13159 0 0 275 35 5 2 20 0 15 0 60228941 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10850656 memory=2000424 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 26 13159 0 0 0 0 5 2 20 0 15 0 60228941 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173438346464 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10850656 memory=2000424 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 9 13159 0 0 0 0 5 2 20 0 15 0 60228942 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173304128256 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10850656 memory=2000424 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 500106 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10850656 memory=2006064 CPUtime=16.12 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) S 16462 16465 13949 0 -1 1077944384 43251 13159 0 0 1598 7 5 2 20 0 15 0 60228947 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173531851504 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10850656 memory=2000424 CPUtime=16.14 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) S 16462 16465 13949 0 -1 1077944384 44813 13159 0 0 1600 7 5 2 20 0 15 0 60228947 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173530798960 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10850656 memory=2000424 CPUtime=4.45 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) S 16462 16465 13949 0 -1 1077944384 38413 13159 0 0 430 8 5 2 20 0 15 0 60228947 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173529745904 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10850656 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 500106 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16531] ppid=16462 vsize=10850656 memory=18788 CPUtime=1.44 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) S 16462 16465 13949 0 -1 1077944384 2016 13159 0 0 59 78 5 2 20 0 15 0 60228950 11111071744 500106 33554432000 4194304 4196468 140728466209488 140173528693296 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 2460.11 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2000424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2441 s]*
/proc/loadavg: 1.50 1.45 1.47 3/216 16732
/proc/meminfo: memFree=11757088/32770624 swapFree=67108852/67108860
[pid=16465] ppid=16462 vsize=10850656 memory=1973232 CPUtime=2520.07 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16462 16465 13949 0 -1 1077944320 438643 13159 0 0 251633 367 5 2 20 0 15 0 60228918 11111071744 493308 33554432000 4194304 4196468 140728466209488 140728466192032 140174261047031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
/proc/16465/statm: 2712664 493308 3536 1 0 2674317 0
[pid=16465/tid=16518] ppid=16462 vsize=10850656 memory=738995380930871601 CPUtime=2421.5 cores=1,3,5,7
/proc/16465/task/16518/stat : 16518 (java) R 16462 16465 13949 0 -1 4202560 135981 13159 0 0 242082 61 5 2 20 0 15 0 60228938 11111071744 493308 33554432000 4194304 4196468 140728466209488 140174232881984 140173880230786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16519] ppid=16462 vsize=10850656 memory=0 CPUtime=14.41 cores=1,3,5,7
/proc/16465/task/16519/stat : 16519 (java) S 16462 16465 13949 0 -1 1077944384 35930 13159 0 0 1385 49 5 2 20 0 15 0 60228939 11111071744 493308 33554432000 4194304 4196468 140728466209488 140174265289744 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16520] ppid=16462 vsize=10850656 memory=3547069013287913120 CPUtime=14.4 cores=1,3,5,7
/proc/16465/task/16520/stat : 16520 (java) S 16462 16465 13949 0 -1 1077944384 36466 13159 0 0 1388 45 5 2 20 0 15 0 60228939 11111071744 493308 33554432000 4194304 4196468 140728466209488 140174180109456 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16521] ppid=16462 vsize=10850656 memory=6655300316396806240 CPUtime=14.41 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) S 16462 16465 13949 0 -1 1077944384 34534 13159 0 0 1387 47 5 2 20 0 15 0 60228939 11111071744 493308 33554432000 4194304 4196468 140728466209488 140174179056400 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16522] ppid=16462 vsize=10850656 memory=6944656592455359580 CPUtime=14.4 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) S 16462 16465 13949 0 -1 1077944384 39809 13159 0 0 1385 48 5 2 20 0 15 0 60228939 11111071744 493308 33554432000 4194304 4196468 140728466209488 140174178003856 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16523] ppid=16462 vsize=10850656 memory=0 CPUtime=3.27 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) S 16462 16465 13949 0 -1 1077944384 25168 13159 0 0 284 36 5 2 20 0 15 0 60228941 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173532903664 140174261058178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16524] ppid=16462 vsize=10850656 memory=288293272525471767 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) S 16462 16465 13949 0 -1 1077944384 26 13159 0 0 0 0 5 2 20 0 15 0 60228941 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173438346464 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16525] ppid=16462 vsize=10850656 memory=357347 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16525/stat : 16525 (java) S 16462 16465 13949 0 -1 1077944384 9 13159 0 0 0 0 5 2 20 0 15 0 60228942 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173304128256 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16526] ppid=16462 vsize=10850656 memory=-2897801490638248215 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16526/stat : 16526 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 493308 33554432000 4194304 4196468 140728466209488 140172795402192 140174261065627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16527] ppid=16462 vsize=10850656 memory=0 CPUtime=16.12 cores=1,3,5,7
/proc/16465/task/16527/stat : 16527 (java) S 16462 16465 13949 0 -1 1077944384 43255 13159 0 0 1598 7 5 2 20 0 15 0 60228947 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173531851504 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16528] ppid=16462 vsize=10850656 memory=4026532008 CPUtime=16.14 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) S 16462 16465 13949 0 -1 1077944384 44817 13159 0 0 1600 7 5 2 20 0 15 0 60228947 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173530798960 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16529] ppid=16462 vsize=10850656 memory=139939728476923 CPUtime=4.45 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) S 16462 16465 13949 0 -1 1077944384 38417 13159 0 0 430 8 5 2 20 0 15 0 60228947 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173529745904 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16530] ppid=16462 vsize=10850656 memory=288289750635511831 CPUtime=0.07 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) S 16462 16465 13949 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 60228947 11111071744 493308 33554432000 4194304 4196468 140728466209488 140172761844576 140174261057237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
[pid=16465/tid=16531] ppid=16462 vsize=10850656 memory=139939728477489 CPUtime=1.48 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) S 16462 16465 13949 0 -1 1077944384 2037 13159 0 0 61 80 5 2 20 0 15 0 60228950 11111071744 493308 33554432000 4194304 4196468 140728466209488 140173528693296 140174261058178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20725760 140728466217583 140728466220380 140728466220380 140728466223055 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1973232 KiB

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

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

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

Child status: 143
Real time (s): 2441.04
CPU time (s): 2520.13
CPU user time (s): 2516.41
CPU system time (s): 3.7153
CPU usage (%): 103.24
Max. virtual memory (cumulated for all children) (KiB): 10851244
Max. memory (cumulated for all children) (KiB): 3181036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.7153
maximum resident set size= 3181036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122392
involuntary context switches= 3736


# summary of solver processes directly reported to runsolver:
#   pid: 16465
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.7153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9225 second user time and 19.569 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 12:04:17
IDJOB=4294090
IDBENCH=141329
IDSOLVER=2750
FILE ID=node148/4294090-1532426657
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43724 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sc-34-085-30-12-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294090-1532426657/watcher-4294090-1532426657 -o /tmp/evaluation-result-4294090-1532426657/solver-4294090-1532426657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=737282423 HOME/instance-4294090-1532426657.xml

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

MD5SUM BENCH= 16a7a800d3f63e1acf189b42778a783a
RANDOM SEED=737282423

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.50
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.50
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.50
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.50
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:        13819848 kB
MemAvailable:   30438636 kB
Buffers:          198064 kB
Cached:         16367532 kB
SwapCached:            8 kB
Active:          3541176 kB
Inactive:       14576084 kB
Active(anon):    1505180 kB
Inactive(anon):    66096 kB
Active(file):    2035996 kB
Inactive(file): 14509988 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             28856 kB
Writeback:             0 kB
AnonPages:       1558640 kB
Mapped:            51436 kB
Shmem:             17024 kB
Slab:             528864 kB
SReclaimable:     501264 kB
SUnreclaim:        27600 kB
KernelStack:        3520 kB
PageTables:         8652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2406940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1329152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 12:44:59