Trace number 4295647

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-SuperNG 2018-06-13? (TO) 2520.07 2481.43

General information on the benchmark

NameFrb/
frb-56-25-1-mgd_c18.xml
MD5SUM8755358fe24c17b0dd51c4ab818b1437
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 variables56
Number of constraints517
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree12
Maximum variable degree27
Distribution of variable degrees[{"degree":12,"count":2},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":5},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":6},{"degree":22,"count":2},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":517}]
Number of extensional constraints517
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":517}]
Optimization problemNO
Type of objective

Solver Data

0.92/0.88	c Concrete v3.8.1528841891564 running
2520.02/2481.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2481.41		at concrete.MAC.mac(MAC.scala:188)
2520.02/2481.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2481.41		at scala.util.Try$.apply(Try.scala:209)
2520.02/2481.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2481.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2481.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2481.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2481.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2481.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2481.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2481.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2481.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2481.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2481.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2481.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2481.41		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2481.41		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2481.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2481.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2481.41		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2481.41		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2481.41		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2481.41		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2481.41		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2481.41		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2481.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2481.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2481.41		at scala.util.Success.map(Try.scala:209)
2520.02/2481.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2481.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2481.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2481.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2481.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2481.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2481.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2481.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2481.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2481.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2481.41		at scala.App.main(App.scala:76)
2520.02/2481.41		at scala.App.main$(App.scala:74)
2520.02/2481.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2481.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2481.42	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 (6683 MiB free)
  memory of node 1: 16384 MiB (10458 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295647-1532582651/watcher-4295647-1532582651 -o /tmp/evaluation-result-4295647-1532582651/solver-4295647-1532582651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=845038628 -superng HOME/instance-4295647-1532582651.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=32686, runsolver pid=32683

[startup+0.100157 s]*
/proc/loadavg: 0.00 0.01 0.05 3/212 32723
/proc/meminfo: memFree=17536020/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=113256 memory=1608 CPUtime=0.01 cores=0,2,4,6
/proc/32686/stat : 32686 (bash) S 32683 32686 32560 0 -1 4202496 876 5677 0 0 0 0 0 1 20 0 1 0 75828296 115974144 402 33554432000 4194304 5098028 140735314526096 140735314520104 139990234479616 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 29159424 140735314527382 140735314527528 140735314527528 140735314530286 0
/proc/32686/statm: 28314 402 319 221 0 119 0
[pid=32713] ppid=32686 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/32713/stat : 32713 (bash) S 32686 32686 32560 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 75828298 115974144 178 33554432000 4194304 5098028 140735314526096 140735314518776 139990234305148 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29159424 140735314527382 140735314527528 140735314527528 140735314530286 0
/proc/32713/statm: 28314 178 95 221 0 119 0
[pid=32714] ppid=32713 vsize=10260324 memory=21172 CPUtime=0.03 cores=0,2,4,6
/proc/32714/stat : 32714 (java) S 32713 32686 32560 0 -1 1077944320 4088 0 0 0 2 1 0 0 20 0 9 0 75828298 10506571776 5293 33554432000 4194304 4196468 140727442622976 140727442605520 139971668750071 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
/proc/32714/statm: 2565081 5293 2161 1 0 2527622 0
[pid=32714/tid=32716] ppid=32713 vsize=10260324 memory=-6949179150270506172 CPUtime=0.02 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (java) R 32713 32686 32560 0 -1 4202560 2745 0 0 0 2 0 0 0 20 0 9 0 75828300 10506571776 5293 33554432000 4194304 4196468 140727442622976 139971672988016 139971651929406 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32717] ppid=32713 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32717/stat : 32717 (java) S 32713 32686 32560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 75828303 10506571776 5293 33554432000 4194304 4196468 140727442622976 139971594824592 139971668760277 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32718] ppid=32713 vsize=10260324 memory=140258387490432 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (java) S 32713 32686 32560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 75828303 10506571776 5293 33554432000 4194304 4196468 140727442622976 139971593771792 139971668760277 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32719] ppid=32713 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32719/stat : 32719 (java) S 32713 32686 32560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 75828303 10506571776 5293 33554432000 4194304 4196468 140727442622976 139971592719504 139971668760277 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32720] ppid=32713 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32720/stat : 32720 (java) S 32713 32686 32560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 75828303 10506571776 5293 33554432000 4194304 4196468 140727442622976 139971591666704 139971668760277 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32721] ppid=32713 vsize=10260324 memory=140258387490432 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32721/stat : 32721 (java) S 32713 32686 32560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 75828304 10506571776 5293 33554432000 4194304 4196468 140727442622976 139970771630192 139971668761218 0 0 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32722] ppid=32713 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32722/stat : 32722 (java) S 32713 32686 32560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 75828305 10506571776 5293 33554432000 4194304 4196468 140727442622976 139970702467872 139971668760277 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32714/tid=32723] ppid=32713 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32723/stat : 32723 (java) S 32713 32686 32560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 75828305 10506571776 5293 33554432000 4194304 4196468 140727442622976 139970701415536 139971668760277 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23953408 140727442625827 140727442625841 140727442625841 140727442628559 0
[pid=32715] ppid=32713 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/32715/stat : 32715 (awk) S 32713 32686 32560 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 75828298 116211712 243 33554432000 4194304 4609284 140728383061600 140728383060776 140287133932544 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 12886016 140728383067475 140728383067505 140728383067505 140728383070191 0
/proc/32715/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 24464 KiB

[startup+0.220812 s]*
/proc/loadavg: 0.00 0.01 0.05 6/207 32744
/proc/meminfo: memFree=17532196/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10355560 memory=20616 CPUtime=0.11 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 4800 13140 0 0 2 1 5 3 20 0 9 0 75828296 10604093440 5154 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2588890 5154 2099 1 0 2551431 0
[pid=32686/tid=32739] ppid=32683 vsize=10355560 memory=-6517102902069810590 CPUtime=0.09 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) S 32683 32686 32560 0 -1 1077944384 2571 13140 0 0 1 0 5 3 20 0 9 0 75828313 10604093440 5154 33554432000 4194304 4196468 140733516264048 139775494164336 139775515024893 0 4 0 16784584 18446744071581020693 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 9 0 75828316 10604093440 5154 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10355560 memory=140258387490432 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 9 0 75828316 10604093440 5154 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 75828316 10604093440 5154 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 75828316 10604093440 5154 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10355560 memory=140258387490432 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 9 0 75828318 10604093440 5154 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 33 13140 0 0 0 0 5 3 20 0 9 0 75828319 10604093440 5154 33554432000 4194304 4196468 140733516264048 139774980285728 139775522338517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 75828319 10604093440 5154 33554432000 4194304 4196468 140733516264048 139774878803632 139775522338517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20616 KiB

[startup+0.313988 s]*
/proc/loadavg: 0.00 0.01 0.05 5/215 32752
/proc/meminfo: memFree=17515488/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10818856 memory=37528 CPUtime=0.22 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 6629 13140 0 0 13 1 5 3 20 0 15 0 75828296 11078508544 9382 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2704714 9382 2955 1 0 2667149 0
[pid=32686/tid=32739] ppid=32683 vsize=10818856 memory=-6517102902069810590 CPUtime=0.16 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 3250 13140 0 0 7 1 5 3 20 0 15 0 75828313 11078508544 9382 33554432000 4194304 4196468 140733516264048 139775494161616 139775506408798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10818856 memory=140258264073423 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828316 11078508544 9382 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10818856 memory=140258387490432 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828316 11078508544 9382 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10818856 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828316 11078508544 9382 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828316 11078508544 9382 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10818856 memory=140258387490432 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828318 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 33 13140 0 0 0 0 5 3 20 0 15 0 75828319 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774980285728 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10818856 memory=2273 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828319 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774878803568 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) S 32683 32686 32560 0 -1 1077944384 491 13140 0 0 1 0 5 3 20 0 15 0 75828323 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774845245552 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) S 32683 32686 32560 0 -1 1077944384 91 13140 0 0 0 0 5 3 20 0 15 0 75828323 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774844192752 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10818856 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 564 13140 0 0 2 0 5 3 20 0 15 0 75828323 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11078508544 9382 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10818856 memory=140258387490432 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32752/stat : 32752 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828325 11078508544 9382 33554432000 4194304 4196468 140733516264048 139774842088368 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 37528 KiB

[startup+0.700806 s]
/proc/loadavg: 0.00 0.01 0.05 3/215 32752
/proc/meminfo: memFree=17470144/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10819352 memory=67772 CPUtime=0.74 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 12080 13140 0 0 63 3 5 3 20 0 15 0 75828296 11079016448 16943 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2704838 16943 3155 1 0 2667149 0
[pid=32686/tid=32739] ppid=32683 vsize=10819352 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 8537 13140 0 0 43 2 5 3 20 0 15 0 75828313 11079016448 16943 33554432000 4194304 4196468 140733516264048 139775494130464 139775505521031 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828316 11079016448 16943 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10819352 memory=662363397872623672 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828316 11079016448 16943 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10819352 memory=2609 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828316 11079016448 16943 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828316 11079016448 16943 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828318 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 33 13140 0 0 0 0 5 3 20 0 15 0 75828319 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774980285728 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828319 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774878803568 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10819352 memory=140258387490337 CPUtime=0.11 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) S 32683 32686 32560 0 -1 1077944384 547 13140 0 0 3 0 5 3 20 0 15 0 75828323 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774845245552 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10819352 memory=280516528330928 CPUtime=0.11 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) S 32683 32686 32560 0 -1 1077944384 126 13140 0 0 3 0 5 3 20 0 15 0 75828323 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774844192752 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10819352 memory=288230621803970871 CPUtime=0.2 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 635 13140 0 0 12 0 5 3 20 0 15 0 75828323 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10819352 memory=13852958290872887 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11079016448 16943 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32752/stat : 32752 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828325 11079016448 16943 33554432000 4194304 4196468 140733516264048 139774842088368 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 67772 KiB

[startup+1.50435 s]
/proc/loadavg: 0.00 0.01 0.05 6/215 32752
/proc/meminfo: memFree=17379360/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10828108 memory=173300 CPUtime=2.4 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 21731 13140 0 0 226 6 5 3 20 0 15 0 75828296 11087982592 43325 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2707027 43325 3445 1 0 2668685 0
[pid=32686/tid=32739] ppid=32683 vsize=10828108 memory=6944656592452807323 CPUtime=1.27 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 15417 13140 0 0 114 5 5 3 20 0 15 0 75828313 11087982592 43325 33554432000 4194304 4196468 140733516264048 139775494161104 139775100902460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10828108 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828316 11087982592 43325 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10828108 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828316 11087982592 43325 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828316 11087982592 43325 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828316 11087982592 43325 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 5 13140 0 0 0 0 5 3 20 0 15 0 75828318 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10828108 memory=4783210246294233184 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 33 13140 0 0 0 0 5 3 20 0 15 0 75828319 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774980285728 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10828108 memory=8305307729386299488 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 75828319 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774878803568 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10828108 memory=8305307729386299488 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10828108 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) R 32683 32686 32560 0 -1 4202560 1712 13140 0 0 40 0 5 3 20 0 15 0 75828323 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774845235024 139775503849507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10828108 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) R 32683 32686 32560 0 -1 4202560 885 13140 0 0 31 0 5 3 20 0 15 0 75828323 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774844179280 139775502045447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10828108 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 1478 13140 0 0 39 0 5 3 20 0 15 0 75828323 11087982592 43325 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10828108 memory=-7737643479190322274 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11087982592 43325 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 98144 13140 0 0 230096 41 5 3 20 0 15 0 75828313 11176083456 295901 33554432000 4194304 4196468 140733516264048 139775494162304 139775113480570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10914144 memory=1183556 CPUtime=9.13 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 21788 13140 0 0 862 43 5 3 20 0 15 0 75828316 11176083456 295901 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10914144 memory=1183604 CPUtime=9.11 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 19373 13140 0 0 861 42 5 3 20 0 15 0 75828316 11176083456 295901 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10914144 memory=1183604 CPUtime=9.12 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 16260 13140 0 0 860 44 5 3 20 0 15 0 75828316 11176083456 295901 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10914144 memory=1183604 CPUtime=9.1 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 17907 13140 0 0 857 45 5 3 20 0 15 0 75828316 11176083456 295901 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10914144 memory=1183604 CPUtime=9 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 17501 13140 0 0 849 43 5 3 20 0 15 0 75828318 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10914144 memory=1183604 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 39 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774980285856 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10914144 memory=1183604 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774878803584 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10914144 memory=4016 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10914144 memory=3708 CPUtime=4.78 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) S 32683 32686 32560 0 -1 1077944384 25438 13140 0 0 466 4 5 3 20 0 15 0 75828323 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774845245552 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10914144 memory=22592 CPUtime=4.61 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) S 32683 32686 32560 0 -1 1077944384 22646 13140 0 0 449 4 5 3 20 0 15 0 75828323 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774844192752 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10914144 memory=3708 CPUtime=2 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 24921 13140 0 0 188 4 5 3 20 0 15 0 75828323 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10914144 memory=22592 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11176083456 295901 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10914144 memory=15044 CPUtime=1.46 cores=0,2,4,6
/proc/32686/task/32752/stat : 32752 (java) S 32683 32686 32560 0 -1 1077944384 1518 13140 0 0 69 69 5 3 20 0 15 0 75828325 11176083456 295901 33554432000 4194304 4196468 140733516264048 139774842088368 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 2359.15 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1183604 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.38 1.29 3/217 405
/proc/meminfo: memFree=15249776/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10914144 memory=1185688 CPUtime=2419.84 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 269071 13140 0 0 241682 294 5 3 20 0 15 0 75828296 11176083456 296422 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2728536 296422 3523 1 0 2690189 0
[pid=32686/tid=32739] ppid=32683 vsize=10914144 memory=1185688 CPUtime=2360.93 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 98882 13140 0 0 236044 41 5 3 20 0 15 0 75828313 11176083456 296422 33554432000 4194304 4196468 140733516264048 139775494162752 139775114594308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10914144 memory=1185688 CPUtime=9.37 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 21799 13140 0 0 885 44 5 3 20 0 15 0 75828316 11176083456 296422 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10914144 memory=1185688 CPUtime=9.35 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 19632 13140 0 0 884 43 5 3 20 0 15 0 75828316 11176083456 296422 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10914144 memory=1185688 CPUtime=9.35 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 16275 13140 0 0 881 46 5 3 20 0 15 0 75828316 11176083456 296422 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10914144 memory=1185688 CPUtime=9.34 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 18006 13140 0 0 880 46 5 3 20 0 15 0 75828316 11176083456 296422 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10914144 memory=1185688 CPUtime=9.23 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 17698 13140 0 0 870 45 5 3 20 0 15 0 75828318 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10914144 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 39 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774980285856 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10914144 memory=17804 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774878803584 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10914144 memory=3232 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10914144 memory=1185688 CPUtime=4.78 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) S 32683 32686 32560 0 -1 1077944384 25440 13140 0 0 466 4 5 3 20 0 15 0 75828323 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774845245552 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10914144 memory=1185688 CPUtime=4.61 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) S 32683 32686 32560 0 -1 1077944384 22648 13140 0 0 449 4 5 3 20 0 15 0 75828323 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774844192752 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10914144 memory=4100 CPUtime=2 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 24923 13140 0 0 188 4 5 3 20 0 15 0 75828323 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10914144 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11176083456 296422 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10914144 memory=1185688 CPUtime=1.49 cores=0,2,4,6
/proc/32686/task/32752/stat : 32752 (java) S 32683 32686 32560 0 -1 1077944384 1535 13140 0 0 71 70 5 3 20 0 15 0 75828325 11176083456 296422 33554432000 4194304 4196468 140733516264048 139774842088368 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 2419.84 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1185688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.34 1.28 3/217 406
/proc/meminfo: memFree=15249472/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10914144 memory=1185784 CPUtime=2480.5 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 270329 13140 0 0 247741 301 5 3 20 0 15 0 75828296 11176083456 296446 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2728536 296446 3523 1 0 2690189 0
[pid=32686/tid=32739] ppid=32683 vsize=10914144 memory=1185784 CPUtime=2420.4 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 99546 13140 0 0 241990 42 5 3 20 0 15 0 75828313 11176083456 296446 33554432000 4194304 4196468 140733516264048 139775494162064 139775103418968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10914144 memory=1185784 CPUtime=9.61 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 22058 13140 0 0 908 45 5 3 20 0 15 0 75828316 11176083456 296446 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10914144 memory=1185784 CPUtime=9.58 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 19640 13140 0 0 906 44 5 3 20 0 15 0 75828316 11176083456 296446 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10914144 memory=1185784 CPUtime=9.59 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 16370 13140 0 0 904 47 5 3 20 0 15 0 75828316 11176083456 296446 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10914144 memory=3708 CPUtime=9.57 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 18020 13140 0 0 901 48 5 3 20 0 15 0 75828316 11176083456 296446 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10914144 memory=1185688 CPUtime=9.46 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 17894 13140 0 0 892 46 5 3 20 0 15 0 75828318 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10914144 memory=1185784 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 39 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774980285856 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10914144 memory=1185784 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774878803584 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10914144 memory=1185784 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10914144 memory=1185784 CPUtime=4.78 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) S 32683 32686 32560 0 -1 1077944384 25442 13140 0 0 466 4 5 3 20 0 15 0 75828323 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774845245552 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10914144 memory=1185784 CPUtime=4.61 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) S 32683 32686 32560 0 -1 1077944384 22650 13140 0 0 449 4 5 3 20 0 15 0 75828323 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774844192752 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10914144 memory=1185784 CPUtime=2 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 24925 13140 0 0 188 4 5 3 20 0 15 0 75828323 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10914144 memory=1185784 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11176083456 296446 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10914144 memory=1185784 CPUtime=1.52 cores=0,2,4,6
/proc/32686/task/32752/stat : 32752 (java) S 32683 32686 32560 0 -1 1077944384 1551 13140 0 0 72 72 5 3 20 0 15 0 75828325 11176083456 296446 33554432000 4194304 4196468 140733516264048 139774842088368 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 2480.5 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1185784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.4 s]
/proc/loadavg: 1.08 1.29 1.27 3/216 407
/proc/meminfo: memFree=15249604/32770624 swapFree=67108796/67108860
[pid=32686] ppid=32683 vsize=10914144 memory=1185808 CPUtime=2520.02 cores=0,2,4,6
/proc/32686/stat : 32686 (java) S 32683 32686 32560 0 -1 1077944320 271354 13140 0 0 251690 304 5 3 20 0 15 0 75828296 11176083456 296452 33554432000 4194304 4196468 140733516264048 140733516246592 139775522328311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
/proc/32686/statm: 2728536 296452 3523 1 0 2690189 0
[pid=32686/tid=32739] ppid=32683 vsize=10914144 memory=288230621803970871 CPUtime=2459.13 cores=0,2,4,6
/proc/32686/task/32739/stat : 32739 (java) R 32683 32686 32560 0 -1 4202560 99971 13140 0 0 245863 42 5 3 20 0 15 0 75828313 11176083456 296452 33554432000 4194304 4196468 140733516264048 139775494161648 139775114594088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32740] ppid=32683 vsize=10914144 memory=14417003460954513 CPUtime=9.76 cores=0,2,4,6
/proc/32686/task/32740/stat : 32740 (java) S 32683 32686 32560 0 -1 1077944384 22155 13140 0 0 923 45 5 3 20 0 15 0 75828316 11176083456 296452 33554432000 4194304 4196468 140733516264048 139775526570384 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32741] ppid=32683 vsize=10914144 memory=0 CPUtime=9.74 cores=0,2,4,6
/proc/32686/task/32741/stat : 32741 (java) S 32683 32686 32560 0 -1 1077944384 19647 13140 0 0 921 45 5 3 20 0 15 0 75828316 11176083456 296452 33554432000 4194304 4196468 140733516264048 139775425460496 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32742] ppid=32683 vsize=10914144 memory=3047711553219693942 CPUtime=9.74 cores=0,2,4,6
/proc/32686/task/32742/stat : 32742 (java) S 32683 32686 32560 0 -1 1077944384 16381 13140 0 0 919 47 5 3 20 0 15 0 75828316 11176083456 296452 33554432000 4194304 4196468 140733516264048 139775424408208 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32743] ppid=32683 vsize=10914144 memory=7100839861465685612 CPUtime=9.72 cores=0,2,4,6
/proc/32686/task/32743/stat : 32743 (java) S 32683 32686 32560 0 -1 1077944384 18273 13140 0 0 915 49 5 3 20 0 15 0 75828316 11176083456 296452 33554432000 4194304 4196468 140733516264048 139775423355408 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32744] ppid=32683 vsize=10914144 memory=3054156605268465310 CPUtime=9.6 cores=0,2,4,6
/proc/32686/task/32744/stat : 32744 (java) S 32683 32686 32560 0 -1 1077944384 18090 13140 0 0 906 46 5 3 20 0 15 0 75828318 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774981339760 139775522339458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32745] ppid=32683 vsize=10914144 memory=-8412652177879177843 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32745/stat : 32745 (java) S 32683 32686 32560 0 -1 1077944384 39 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774980285856 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32746] ppid=32683 vsize=10914144 memory=4715433313220523562 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32746/stat : 32746 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828319 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774878803584 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32747] ppid=32683 vsize=10914144 memory=8514726395714825349 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32747/stat : 32747 (java) S 32683 32686 32560 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 75828323 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774274824784 139775522346907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32748] ppid=32683 vsize=10914144 memory=-8707038579349950309 CPUtime=4.78 cores=0,2,4,6
/proc/32686/task/32748/stat : 32748 (java) S 32683 32686 32560 0 -1 1077944384 25444 13140 0 0 466 4 5 3 20 0 15 0 75828323 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774845245552 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32749] ppid=32683 vsize=10914144 memory=7822038051842261661 CPUtime=4.61 cores=0,2,4,6
/proc/32686/task/32749/stat : 32749 (java) S 32683 32686 32560 0 -1 1077944384 22652 13140 0 0 449 4 5 3 20 0 15 0 75828323 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774844192752 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32750] ppid=32683 vsize=10914144 memory=4016 CPUtime=2 cores=0,2,4,6
/proc/32686/task/32750/stat : 32750 (java) S 32683 32686 32560 0 -1 1077944384 24927 13140 0 0 188 4 5 3 20 0 15 0 75828323 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774843140464 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32751] ppid=32683 vsize=10914144 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/32686/task/32751/stat : 32751 (java) S 32683 32686 32560 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 75828324 11176083456 296452 33554432000 4194304 4196468 140733516264048 139773805062624 139775522338517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
[pid=32686/tid=32752] ppid=32683 vsize=10914144 memory=7020 CPUtime=1.54 cores=0,2,4,6
/proc/32686/task/32752/stat : 32752 (java) S 32683 32686 32560 0 -1 1077944384 1581 13140 0 0 74 72 5 3 20 0 15 0 75828325 11176083456 296452 33554432000 4194304 4196468 140733516264048 139774842088368 139775522339458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13418496 140733516265644 140733516268892 140733516268892 140733516271567 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1185808 KiB

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

[startup+2481.43 s]
# the end of solver process 32686 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.98 s, system=3.09132 s

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

Child status: 143
Real time (s): 2481.43
CPU time (s): 2520.07
CPU user time (s): 2516.98
CPU system time (s): 3.09132
CPU usage (%): 101.557
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1201996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.98
system time used= 3.09131
maximum resident set size= 1202508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241130
involuntary context switches= 7895


# summary of solver processes directly reported to runsolver:
#   pid: 32686
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.98
#   total CPU system time (s): 3.09132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9557 second user time and 23.1966 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 07:24:11
IDJOB=4295647
IDBENCH=141586
IDSOLVER=2751
FILE ID=node138/4295647-1532582651
RUNJOBID= node138-1532582651-32591
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Frb/frb-56-25-1-mgd_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295647-1532582651/watcher-4295647-1532582651 -o /tmp/evaluation-result-4295647-1532582651/solver-4295647-1532582651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=845038628 -superng HOME/instance-4295647-1532582651.xml

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

MD5SUM BENCH= 8755358fe24c17b0dd51c4ab818b1437
RANDOM SEED=845038628

node138.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.71
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.71
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.71
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.71
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:        17555596 kB
MemAvailable:   31885948 kB
Buffers:          182088 kB
Cached:         14293404 kB
SwapCached:           44 kB
Active:          2434636 kB
Inactive:       12137780 kB
Active(anon):      47336 kB
Inactive(anon):    77320 kB
Active(file):    2387300 kB
Inactive(file): 12060460 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             53872 kB
Writeback:             0 kB
AnonPages:         85576 kB
Mapped:            46356 kB
Shmem:             25164 kB
Slab:             338924 kB
SReclaimable:     311052 kB
SUnreclaim:        27872 kB
KernelStack:        3104 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1332804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 08:05:33