Trace number 4387551

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.09 2467.53

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-24-071.xml
MD5SUMc8960cc0de41b37a4760da710336f2ef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.03116
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints276
Number of domains24
Minimum domain size48
Maximum domain size71
Distribution of domain sizes[{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2},{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":48}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":276}]
Number of extensional constraints0
Number of intensional constraints276
Distribution of constraint types[{"type":"intension","count":276}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c Concrete v3.10.1560635388952 running
2520.05/2467.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2467.51		at concrete.MAC.mac(MAC.scala:189)
2520.05/2467.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2467.51		at scala.util.Try$.apply(Try.scala:212)
2520.05/2467.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2467.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2467.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2467.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2467.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2467.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2467.51		at concrete.ProblemState.map(ProblemState.scala:228)
2520.05/2467.51		at concrete.ProblemState.map(ProblemState.scala:210)
2520.05/2467.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2467.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2467.51		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2467.51		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2467.51		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2467.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.05/2467.51		at scala.util.Success.map(Try.scala:264)
2520.05/2467.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2467.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2467.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2467.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2467.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2467.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2467.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2467.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2467.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2467.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2467.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2467.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2467.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2467.51		at scala.App.main(App.scala:75)
2520.05/2467.51		at scala.App.main$(App.scala:73)
2520.05/2467.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2467.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2467.51	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 (15237 MiB free)
  memory of node 1: 16384 MiB (15624 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387551-1568335194/watcher-4387551-1568335194 -o /tmp/evaluation-result-4387551-1568335194/solver-4387551-1568335194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568335153-15452 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2014909584 HOME/instance-4387551-1568335194.xml 

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

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


[startup+0.100268 s]*
/proc/loadavg: 0.64 0.66 0.87 2/205 15588
/proc/meminfo: memFree=31591848/32770624 swapFree=66999888/67108860
[pid=15475] ppid=15472 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 4507 13043 0 0 1 0 5 3 20 0 6 0 409433413 10212057088 4270 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2493178 4270 1935 1 0 2481616 0
[pid=15475/tid=15583] ppid=15472 vsize=9972712 memory=5450916389569530688 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 2311 13043 0 0 1 0 5 3 20 0 6 0 409433422 10212057088 4270 33554432000 4194304 4196468 140736103865312 139741726007888 139741738251614 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 6 0 409433423 10212057088 4270 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=9972712 memory=139723120346752 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 6 0 409433423 10212057088 4270 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 6 0 409433423 10212057088 4270 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 6 0 409433423 10212057088 4270 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210686 s]*
/proc/loadavg: 0.64 0.66 0.87 5/227 15610
/proc/meminfo: memFree=31542880/32770624 swapFree=66999888/67108860
[pid=15475] ppid=15472 vsize=10818940 memory=40928 CPUtime=0.26 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 7136 13043 0 0 18 0 5 3 20 0 15 0 409433413 11078594560 10232 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2704735 10232 2957 1 0 2667149 0
[pid=15475/tid=15583] ppid=15472 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 3630 13043 0 0 11 0 5 3 20 0 15 0 409433422 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741726011408 139741738251614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10818940 memory=139723120346752 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433423 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10818940 memory=139723120346752 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433424 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 13 13043 0 0 0 0 5 3 20 0 15 0 409433425 11078594560 10232 33554432000 4194304 4196468 140736103865312 139740666913696 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 21 13043 0 0 0 0 5 3 20 0 15 0 409433425 11078594560 10232 33554432000 4194304 4196468 140736103865312 139740633355248 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11078594560 10232 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 573 13043 0 0 1 0 5 3 20 0 15 0 409433427 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 64 13043 0 0 0 0 5 3 20 0 15 0 409433427 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10818940 memory=139723120346752 CPUtime=0.11 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) R 15472 15475 15420 0 -1 1077944384 626 13043 0 0 3 0 5 3 20 0 15 0 409433427 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11078594560 10232 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10818940 memory=139723120346752 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433428 11078594560 10232 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40928 KiB

[startup+0.31105 s]*
/proc/loadavg: 0.64 0.66 0.87 6/227 15610
/proc/meminfo: memFree=31520772/32770624 swapFree=66999888/67108860
[pid=15475] ppid=15472 vsize=10819432 memory=49684 CPUtime=0.39 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 10697 13043 0 0 29 2 5 3 20 0 15 0 409433413 11079098368 12421 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2704858 12421 3079 1 0 2667149 0
[pid=15475/tid=15583] ppid=15472 vsize=10819432 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 7167 13043 0 0 19 2 5 3 20 0 15 0 409433422 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741725986584 139741342420188 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10819432 memory=8098155366621466960 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10819432 memory=7813300499672229721 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10819432 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433423 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433424 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 13 13043 0 0 0 0 5 3 20 0 15 0 409433425 11079098368 12421 33554432000 4194304 4196468 140736103865312 139740666913696 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 21 13043 0 0 0 0 5 3 20 0 15 0 409433425 11079098368 12421 33554432000 4194304 4196468 140736103865312 139740633355248 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11079098368 12421 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10819432 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 574 13043 0 0 2 0 5 3 20 0 15 0 409433427 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10819432 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 65 13043 0 0 1 0 5 3 20 0 15 0 409433427 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10819432 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) S 15472 15475 15420 0 -1 1077944384 634 13043 0 0 5 0 5 3 20 0 15 0 409433427 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11079098368 12421 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10819432 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433428 11079098368 12421 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819432 KiB
Current children cumulated memory: 49684 KiB

[startup+0.701803 s]
/proc/loadavg: 0.64 0.66 0.87 3/227 15610
/proc/meminfo: memFree=31496516/32770624 swapFree=66999888/67108860
[pid=15475] ppid=15472 vsize=10824340 memory=82484 CPUtime=1.12 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 14808 13043 0 0 100 4 5 3 20 0 15 0 409433413 11084124160 20621 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2706085 20621 3501 1 0 2668173 0
[pid=15475/tid=15583] ppid=15472 vsize=10824340 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 10478 13043 0 0 54 3 5 3 20 0 15 0 409433422 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741725994624 139741754193053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10824340 memory=8242257093008635445 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10824340 memory=5789492100770911328 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433423 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10824340 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433423 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10824340 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 6 13043 0 0 0 0 5 3 20 0 15 0 409433424 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 13 13043 0 0 0 0 5 3 20 0 15 0 409433425 11084124160 20621 33554432000 4194304 4196468 140736103865312 139740666913696 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 21 13043 0 0 0 0 5 3 20 0 15 0 409433425 11084124160 20621 33554432000 4194304 4196468 140736103865312 139740633355248 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11084124160 20621 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 951 13043 0 0 15 0 5 3 20 0 15 0 409433427 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10824340 memory=30305 CPUtime=0.2 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 316 13043 0 0 12 0 5 3 20 0 15 0 409433427 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) S 15472 15475 15420 0 -1 1077944384 802 13043 0 0 17 0 5 3 20 0 15 0 409433427 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10824340 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11084124160 20621 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10824340 memory=4206186544037388384 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433428 11084124160 20621 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82484 KiB

[startup+1.50069 s]
/proc/loadavg: 0.64 0.66 0.87 4/228 15612
/proc/meminfo: memFree=31409352/32770624 swapFree=66999888/67108860
[pid=15475] ppid=15472 vsize=10834656 memory=172048 CPUtime=2.5 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 21201 13043 0 0 233 9 5 3 20 0 15 0 409433413 11094687744 43012 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2708664 43012 3575 1 0 2670733 0
[pid=15475/tid=15583] ppid=15472 vsize=10834656 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 15265 13043 0 0 129 5 5 3 20 0 15 0 409433422 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741725978368 139741754183062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10834656 memory=2986067541234002793 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 314 13043 0 0 1 0 5 3 20 0 15 0 409433423 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10834656 memory=8694379021139419145 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 63 13043 0 0 1 0 5 3 20 0 15 0 409433423 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10834656 memory=7594587674001172276 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 30 13043 0 0 1 0 5 3 20 0 15 0 409433423 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10834656 memory=6945487848980112695 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 73 13043 0 0 1 0 5 3 20 0 15 0 409433423 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 90 13043 0 0 1 0 5 3 20 0 15 0 409433424 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 14 13043 0 0 0 0 5 3 20 0 15 0 409433425 11094687744 43012 33554432000 4194304 4196468 140736103865312 139740666913760 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 42 13043 0 0 0 0 5 3 20 0 15 0 409433425 11094687744 43012 33554432000 4194304 4196468 140736103865312 139740633355264 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11094687744 43012 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 1054 13043 0 0 26 0 5 3 20 0 15 0 409433427 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10834656 memory=22 CPUtime=0.35 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) R 15472 15475 15420 0 -1 1077944384 454 13043 0 0 27 0 5 3 20 0 15 0 409433427 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10834656 memory=21 CPUtime=0.5 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) R 15472 15475 15420 0 -1 4202560 1587 13043 0 0 42 0 5 3 20 0 15 0 409433427 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741277620976 139741738251614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10834656 memory=30 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11094687744 43012 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 1 13043 0 0 0 0 5 3 20 0 15 0 409433428 11094687744 43012 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 62477 13043 0 0 235628 53 5 3 20 0 15 0 409433422 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741726006960 139741736578704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10846964 memory=1274816 CPUtime=12.28 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 9949 13043 0 0 1163 57 5 3 20 0 15 0 409433423 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10846964 memory=1274852 CPUtime=12.31 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 12804 13043 0 0 1167 56 5 3 20 0 15 0 409433423 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10846964 memory=1272756 CPUtime=12.34 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 10751 13043 0 0 1170 56 5 3 20 0 15 0 409433423 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10846964 memory=1274804 CPUtime=12.37 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 8505 13043 0 0 1173 56 5 3 20 0 15 0 409433423 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10846964 memory=279446008978880 CPUtime=11 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 14840 13043 0 0 1040 52 5 3 20 0 15 0 409433424 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10846964 memory=1274852 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 19 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318722 33554432000 4194304 4196468 140736103865312 139740666913824 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10846964 memory=1274852 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 48 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318722 33554432000 4194304 4196468 140736103865312 139740633355264 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10846964 memory=1274816 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11107291136 318722 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10846964 memory=56 CPUtime=5.86 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 21098 13043 0 0 574 4 5 3 20 0 15 0 409433427 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10846964 memory=279446009085312 CPUtime=5.82 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 24121 13043 0 0 569 5 5 3 20 0 15 0 409433427 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10846964 memory=1274852 CPUtime=3.75 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) S 15472 15475 15420 0 -1 1077944384 14848 13043 0 0 361 6 5 3 20 0 15 0 409433427 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10846964 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11107291136 318722 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10846964 memory=2012 CPUtime=1.45 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 938 13043 0 0 62 75 5 3 20 0 15 0 409433428 11107291136 318722 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 2433.46 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1274888 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.44 1.37 3/228 15855
/proc/meminfo: memFree=28625940/32770624 swapFree=66999912/67108860
[pid=15475] ppid=15472 vsize=10846964 memory=1274988 CPUtime=2494.42 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 184127 13043 0 0 249068 366 5 3 20 0 15 0 409433413 11107291136 318747 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2711741 318747 3625 1 0 2673805 0
[pid=15475/tid=15583] ppid=15472 vsize=10846964 memory=1274940 CPUtime=2416.24 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 63233 13043 0 0 241563 53 5 3 20 0 15 0 409433422 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741726006208 139741351778880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10846964 memory=1274940 CPUtime=12.61 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 9996 13043 0 0 1193 60 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10846964 memory=279446008978880 CPUtime=12.63 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 13039 13043 0 0 1198 57 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10846964 memory=1274852 CPUtime=12.68 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 10761 13043 0 0 1202 58 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10846964 memory=1272756 CPUtime=12.7 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 8730 13043 0 0 1205 57 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10846964 memory=1274916 CPUtime=11.28 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 15058 13043 0 0 1066 54 5 3 20 0 15 0 409433424 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10846964 memory=1274940 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 19 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740666913824 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10846964 memory=1274940 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 48 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740633355264 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10846964 memory=1274988 CPUtime=5.86 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 21100 13043 0 0 574 4 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10846964 memory=1274988 CPUtime=5.82 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 24123 13043 0 0 569 5 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10846964 memory=988 CPUtime=3.75 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) S 15472 15475 15420 0 -1 1077944384 14850 13043 0 0 361 6 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10846964 memory=1718548 CPUtime=1.48 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 955 13043 0 0 63 77 5 3 20 0 15 0 409433428 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 2494.42 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1274988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.5 s]
/proc/loadavg: 1.19 1.43 1.37 2/209 15871
/proc/meminfo: memFree=30336380/32770624 swapFree=66999912/67108860
[pid=15475] ppid=15472 vsize=10846964 memory=1274988 CPUtime=2520.05 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 184401 13043 0 0 251627 370 5 3 20 0 15 0 409433413 11107291136 318747 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2711741 318747 3625 1 0 2673805 0
[pid=15475/tid=15583] ppid=15472 vsize=10846964 memory=1274988 CPUtime=2441.14 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 63460 13043 0 0 244053 53 5 3 20 0 15 0 409433422 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741726006960 139741361858104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.75 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 10009 13043 0 0 1207 60 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.78 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 13043 13043 0 0 1212 58 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.83 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 10764 13043 0 0 1216 59 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.84 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 8752 13043 0 0 1219 57 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10846964 memory=1274988 CPUtime=11.4 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 15061 13043 0 0 1077 55 5 3 20 0 15 0 409433424 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 19 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740666913824 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 48 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740633355264 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10846964 memory=5908 CPUtime=5.86 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 21100 13043 0 0 574 4 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10846964 memory=772 CPUtime=5.82 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 24123 13043 0 0 569 5 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10846964 memory=1274988 CPUtime=3.75 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) S 15472 15475 15420 0 -1 1077944384 14850 13043 0 0 361 6 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10846964 memory=14008 CPUtime=1.5 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 957 13043 0 0 64 78 5 3 20 0 15 0 409433428 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1274988 KiB

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

[startup+2467.53 s]
# the end of solver process 15475 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.741 s

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

[startup+2467.5 s]
/proc/loadavg: 1.19 1.43 1.37 2/209 15871
/proc/meminfo: memFree=30336380/32770624 swapFree=66999912/67108860
[pid=15475] ppid=15472 vsize=10846964 memory=1274988 CPUtime=2520.05 cores=1,3,5,7
/proc/15475/stat : 15475 (java) S 15472 15475 15420 0 -1 1077944320 184401 13043 0 0 251627 370 5 3 20 0 15 0 409433413 11107291136 318747 33554432000 4194304 4196468 140736103865312 140736103847856 139741754171127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
/proc/15475/statm: 2711741 318747 3625 1 0 2673805 0
[pid=15475/tid=15583] ppid=15472 vsize=10846964 memory=1274988 CPUtime=2441.14 cores=1,3,5,7
/proc/15475/task/15583/stat : 15583 (java) R 15472 15475 15420 0 -1 4202560 63460 13043 0 0 244053 53 5 3 20 0 15 0 409433422 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741726006960 139741361858104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15585] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.75 cores=1,3,5,7
/proc/15475/task/15585/stat : 15585 (java) S 15472 15475 15420 0 -1 1077944384 10009 13043 0 0 1207 60 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741758413584 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15586] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.78 cores=1,3,5,7
/proc/15475/task/15586/stat : 15586 (java) S 15472 15475 15420 0 -1 1077944384 13043 13043 0 0 1212 58 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741662616464 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15587] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.83 cores=1,3,5,7
/proc/15475/task/15587/stat : 15587 (java) S 15472 15475 15420 0 -1 1077944384 10764 13043 0 0 1216 59 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741661563920 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15588] ppid=15472 vsize=10846964 memory=1274988 CPUtime=12.84 cores=1,3,5,7
/proc/15475/task/15588/stat : 15588 (java) S 15472 15475 15420 0 -1 1077944384 8752 13043 0 0 1219 57 5 3 20 0 15 0 409433423 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741325221008 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15593] ppid=15472 vsize=10846964 memory=1274988 CPUtime=11.4 cores=1,3,5,7
/proc/15475/task/15593/stat : 15593 (java) S 15472 15475 15420 0 -1 1077944384 15061 13043 0 0 1077 55 5 3 20 0 15 0 409433424 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741280778224 139741754182274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15595] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15595/stat : 15595 (java) S 15472 15475 15420 0 -1 1077944384 19 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740666913824 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15596] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15596/stat : 15596 (java) S 15472 15475 15420 0 -1 1077944384 48 13043 0 0 0 0 5 3 20 0 15 0 409433425 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740633355264 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15599] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15599/stat : 15599 (java) S 15472 15475 15420 0 -1 1077944384 2 13043 0 0 0 0 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740519065808 139741754189723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15600] ppid=15472 vsize=10846964 memory=5908 CPUtime=5.86 cores=1,3,5,7
/proc/15475/task/15600/stat : 15600 (java) S 15472 15475 15420 0 -1 1077944384 21100 13043 0 0 574 4 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741279726064 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15601] ppid=15472 vsize=10846964 memory=772 CPUtime=5.82 cores=1,3,5,7
/proc/15475/task/15601/stat : 15601 (java) S 15472 15475 15420 0 -1 1077944384 24123 13043 0 0 569 5 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741278673520 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15602] ppid=15472 vsize=10846964 memory=1274988 CPUtime=3.75 cores=1,3,5,7
/proc/15475/task/15602/stat : 15602 (java) S 15472 15475 15420 0 -1 1077944384 14850 13043 0 0 361 6 5 3 20 0 15 0 409433427 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741277620976 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15603] ppid=15472 vsize=10846964 memory=1274988 CPUtime=0.08 cores=1,3,5,7
/proc/15475/task/15603/stat : 15603 (java) S 15472 15475 15420 0 -1 1077944384 3 13043 0 0 0 0 5 3 20 0 15 0 409433428 11107291136 318747 33554432000 4194304 4196468 140736103865312 139740049304672 139741754181333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
[pid=15475/tid=15606] ppid=15472 vsize=10846964 memory=14008 CPUtime=1.5 cores=1,3,5,7
/proc/15475/task/15606/stat : 15606 (java) S 15472 15475 15420 0 -1 1077944384 957 13043 0 0 64 78 5 3 20 0 15 0 409433428 11107291136 318747 33554432000 4194304 4196468 140736103865312 139741276567856 139741754182274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140736103869173 140736103871685 140736103871685 140736103874511 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1274988 KiB

Child status: 143
Real time (s): 2467.53
CPU time (s): 2520.09
CPU user time (s): 2516.35
CPU system time (s): 3.741
CPU usage (%): 102.13
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 1274988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.741
maximum resident set size= 1279116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314338
involuntary context switches= 5655


# summary of solver processes directly reported to runsolver:
#   pid: 15475
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1697 second user time and 23.5013 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 02:39:13
IDJOB=4387551
IDBENCH=141713
IDSOLVER=2823
FILE ID=node146/4387551-1568335194
RUNJOBID= node146-1568335153-15452
PBS_JOBID= 21701161
Free space on /tmp= 56700 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-24-071.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387551-1568335194/watcher-4387551-1568335194 -o /tmp/evaluation-result-4387551-1568335194/solver-4387551-1568335194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568335153-15452 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2014909584 HOME/instance-4387551-1568335194.xml

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

MD5SUM BENCH= c8960cc0de41b37a4760da710336f2ef
RANDOM SEED=2014909584

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31604704 kB
MemAvailable:   31903256 kB
Buffers:          138836 kB
Cached:           439776 kB
SwapCached:         5264 kB
Active:           313412 kB
Inactive:         270108 kB
Active(anon):      21504 kB
Inactive(anon):    21156 kB
Active(file):     291908 kB
Inactive(file):   248952 kB
Unevictable:      111288 kB
Mlocked:          111288 kB
SwapTotal:      67108860 kB
SwapFree:       66999888 kB
Dirty:             69484 kB
Writeback:             0 kB
AnonPages:        112244 kB
Mapped:            40136 kB
Shmem:             29248 kB
Slab:             175836 kB
SReclaimable:     147052 kB
SUnreclaim:        28784 kB
KernelStack:        3280 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56664 MiB
End job on node146 at 2019-09-13 03:20:21