Trace number 4305078

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.9.2-SuperNG? (TO) 2520.05 2494.82

General information on the benchmark

NameHaystacks/
Haystacks-ext-07_c18.xml
MD5SUM67b8364c884536fb4f5e1967f94ac4a2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.037051
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints153
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree6
Maximum variable degree7
Distribution of variable degrees[{"degree":6,"count":37},{"degree":7,"count":12}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":153}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305078-1534110464/watcher-4305078-1534110464 -o /tmp/evaluation-result-4305078-1534110464/solver-4305078-1534110464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=347790530 -superng HOME/instance-4305078-1534110464.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=24023, runsolver pid=24020

[startup+0.10016 s]*
/proc/loadavg: 1.48 1.51 1.62 3/210 24080
/proc/meminfo: memFree=11094120/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=10005480 memory=14912 CPUtime=0.08 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 4399 13007 0 0 1 0 4 3 20 0 6 0 228609555 10245611520 3728 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2501370 3728 1934 1 0 2489808 0
[pid=24023/tid=24076] ppid=24020 vsize=10005480 memory=4279135703946462859 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 2206 13007 0 0 1 0 4 3 20 0 6 0 228609565 10245611520 3728 33554432000 4194304 4196468 140736889366688 140400468030032 140400480273758 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 6 0 228609565 10245611520 3728 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=10005480 memory=140159174141568 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 6 0 228609565 10245611520 3728 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 6 0 228609565 10245611520 3728 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 6 0 228609565 10245611520 3728 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210136 s]*
/proc/loadavg: 1.48 1.51 1.62 3/219 24089
/proc/meminfo: memFree=11071304/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=10982744 memory=42000 CPUtime=0.25 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 7801 13007 0 0 17 1 4 3 20 0 15 0 228609555 11246329856 10500 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2745686 10500 2942 1 0 2708109 0
[pid=24023/tid=24076] ppid=24020 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 4332 13007 0 0 11 0 4 3 20 0 15 0 228609565 11246329856 10566 33554432000 4194304 4196468 140736889366688 140400467989312 140400476468978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246329856 10566 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=10982744 memory=140159174141568 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246329856 10566 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246329856 10566 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246329856 10566 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=10982744 memory=140159174141568 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609567 11246329856 10566 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 13 13007 0 0 0 0 4 3 20 0 15 0 228609567 11246329856 10566 33554432000 4194304 4196468 140736889366688 140399259674016 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609568 11246329856 10632 33554432000 4194304 4196468 140736889366688 140399058347504 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246329856 10632 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 450 13007 0 0 1 0 4 3 20 0 15 0 228609570 11246329856 10632 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 185 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246329856 10632 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=10982744 memory=140159174141568 CPUtime=0.1 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 656 13007 0 0 3 0 4 3 20 0 15 0 228609570 11246329856 10632 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246329856 10632 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=10982744 memory=140159174141568 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609571 11246329856 10632 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42000 KiB

[startup+0.310462 s]*
/proc/loadavg: 1.48 1.51 1.62 3/219 24089
/proc/meminfo: memFree=11058528/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=10983192 memory=54312 CPUtime=0.38 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 10685 13007 0 0 29 2 4 3 20 0 15 0 228609555 11246788608 13578 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2745798 13578 3075 1 0 2708109 0
[pid=24023/tid=24076] ppid=24020 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 7125 13007 0 0 20 1 4 3 20 0 15 0 228609565 11246788608 13578 33554432000 4194304 4196468 140736889366688 140400468005280 140400481358910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 13578 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 13578 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 13578 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 13578 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609567 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 13 13007 0 0 0 0 4 3 20 0 15 0 228609567 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399259674016 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609568 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399058347504 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246788608 13578 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 454 13007 0 0 1 0 4 3 20 0 15 0 228609570 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 190 13007 0 0 1 0 4 3 20 0 15 0 228609570 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 693 13007 0 0 4 0 4 3 20 0 15 0 228609570 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246788608 13578 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609571 11246788608 13578 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54312 KiB

[startup+0.700823 s]
/proc/loadavg: 1.48 1.51 1.62 3/219 24089
/proc/meminfo: memFree=11047116/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=10983192 memory=87856 CPUtime=0.98 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 17059 13007 0 0 88 3 4 3 20 0 15 0 228609555 11246788608 21964 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2745798 21964 3249 1 0 2708109 0
[pid=24023/tid=24076] ppid=24020 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 12213 13007 0 0 57 2 4 3 20 0 15 0 228609565 11246788608 21964 33554432000 4194304 4196468 140736889366688 140400468006392 140400477758241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 21964 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=10983192 memory=3768 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 21964 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 21964 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609565 11246788608 21964 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 5 13007 0 0 0 0 4 3 20 0 15 0 228609567 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 13 13007 0 0 0 0 4 3 20 0 15 0 228609567 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399259674016 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609568 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399058347504 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246788608 21964 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 864 13007 0 0 7 0 4 3 20 0 15 0 228609570 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 862 13007 0 0 10 0 4 3 20 0 15 0 228609570 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 894 13007 0 0 13 0 4 3 20 0 15 0 228609570 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11246788608 21964 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 1 13007 0 0 0 0 4 3 20 0 15 0 228609571 11246788608 21964 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87856 KiB

[startup+1.50078 s]
/proc/loadavg: 1.48 1.51 1.62 3/219 24089
/proc/meminfo: memFree=10995500/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=10998092 memory=178396 CPUtime=2.29 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 24252 13007 0 0 213 9 4 3 20 0 15 0 228609555 11262046208 44599 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2749523 44599 3465 1 0 2711181 0
[pid=24023/tid=24076] ppid=24020 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 17724 13007 0 0 130 5 4 3 20 0 15 0 228609565 11262046208 44599 33554432000 4194304 4196468 140736889366688 140400468025216 140400482399445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 56 13007 0 0 1 0 4 3 20 0 15 0 228609565 11262046208 44599 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 27 13007 0 0 1 0 4 3 20 0 15 0 228609565 11262046208 44599 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 178 13007 0 0 1 0 4 3 20 0 15 0 228609565 11262046208 44599 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 33 13007 0 0 1 0 4 3 20 0 15 0 228609565 11262046208 44599 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 49 13007 0 0 1 0 4 3 20 0 15 0 228609567 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=10998092 memory=280318154189056 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 14 13007 0 0 0 0 4 3 20 0 15 0 228609567 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399259674080 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609568 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399058347520 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=10998092 memory=11796 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11262046208 44599 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=10998092 memory=5772 CPUtime=0.26 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 1100 13007 0 0 19 0 4 3 20 0 15 0 228609570 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=10998092 memory=4616 CPUtime=0.29 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 1314 13007 0 0 22 0 4 3 20 0 15 0 228609570 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=10998092 memory=1388 CPUtime=0.4 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 1555 13007 0 0 33 0 4 3 20 0 15 0 228609570 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=10998092 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11262046208 44599 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=10998092 memory=880 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609571 11262046208 44599 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 80011 13007 0 0 230752 32 4 3 20 0 15 0 228609565 11343855616 178383 33554432000 4194304 4196468 140736889366688 140400468027808 140400079361026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=11077984 memory=713532 CPUtime=5.88 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 10847 13007 0 0 550 31 4 3 20 0 15 0 228609565 11343855616 178383 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=11077984 memory=713532 CPUtime=5.88 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 7360 13007 0 0 549 32 4 3 20 0 15 0 228609565 11343855616 178383 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=11077984 memory=0 CPUtime=5.92 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 9411 13007 0 0 554 31 4 3 20 0 15 0 228609565 11343855616 178383 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=11077984 memory=713532 CPUtime=5.88 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 6475 13007 0 0 551 30 4 3 20 0 15 0 228609565 11343855616 178383 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=11077984 memory=713532 CPUtime=5.64 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 10064 13007 0 0 527 30 4 3 20 0 15 0 228609567 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=11077984 memory=713532 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 15 13007 0 0 0 0 4 3 20 0 15 0 228609567 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399259674144 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=11077984 memory=713532 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609568 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399058347520 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=11077984 memory=713532 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178383 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=11077984 memory=713532 CPUtime=3.34 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 18527 13007 0 0 324 3 4 3 20 0 15 0 228609570 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=11077984 memory=6791534058613427641 CPUtime=3.37 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 21566 13007 0 0 327 3 4 3 20 0 15 0 228609570 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=11077984 memory=15252 CPUtime=1.62 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 22281 13007 0 0 151 4 4 3 20 0 15 0 228609570 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=11077984 memory=713532 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178383 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=11077984 memory=928 CPUtime=1.34 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 998 13007 0 0 68 59 4 3 20 0 15 0 228609571 11343855616 178383 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 2346.25 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 713532 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.55 1.49 3/219 24357
/proc/meminfo: memFree=10060552/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=11077984 memory=713592 CPUtime=2406.68 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 190765 13007 0 0 240441 220 4 3 20 0 15 0 228609555 11343855616 178398 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2769496 178398 3520 1 0 2731149 0
[pid=24023/tid=24076] ppid=24020 vsize=11077984 memory=713572 CPUtime=2367.56 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 80406 13007 0 0 236717 32 4 3 20 0 15 0 228609565 11343855616 178398 33554432000 4194304 4196468 140736889366688 140400468027040 140400079907794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=11077984 memory=713584 CPUtime=6.03 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 10901 13007 0 0 564 32 4 3 20 0 15 0 228609565 11343855616 178398 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=11077984 memory=713584 CPUtime=6.04 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 7373 13007 0 0 564 33 4 3 20 0 15 0 228609565 11343855616 178398 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=11077984 memory=713592 CPUtime=6.06 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 9722 13007 0 0 567 32 4 3 20 0 15 0 228609565 11343855616 178398 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=11077984 memory=713592 CPUtime=6.03 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 6499 13007 0 0 565 31 4 3 20 0 15 0 228609565 11343855616 178398 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=11077984 memory=713592 CPUtime=5.78 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 10253 13007 0 0 541 30 4 3 20 0 15 0 228609567 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=11077984 memory=713572 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 15 13007 0 0 0 0 4 3 20 0 15 0 228609567 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399259674144 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=11077984 memory=713572 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609568 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399058347520 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178398 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=11077984 memory=2088 CPUtime=3.34 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 18529 13007 0 0 324 3 4 3 20 0 15 0 228609570 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=11077984 memory=713584 CPUtime=3.37 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 21568 13007 0 0 327 3 4 3 20 0 15 0 228609570 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=11077984 memory=713584 CPUtime=1.62 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 22283 13007 0 0 151 4 4 3 20 0 15 0 228609570 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=11077984 memory=713592 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178398 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=11077984 memory=4044 CPUtime=1.39 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 1016 13007 0 0 70 62 4 3 20 0 15 0 228609571 11343855616 178398 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 2406.68 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 713592 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.51 1.48 3/219 24359
/proc/meminfo: memFree=10069092/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=11077984 memory=713676 CPUtime=2467.13 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 191416 13007 0 0 246481 225 4 3 20 0 15 0 228609555 11343855616 178419 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2769496 178419 3520 1 0 2731149 0
[pid=24023/tid=24076] ppid=24020 vsize=11077984 memory=713592 CPUtime=2427.18 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 80718 13007 0 0 242679 32 4 3 20 0 15 0 228609565 11343855616 178419 33554432000 4194304 4196468 140736889366688 140400468027008 140400079908743 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=11077984 memory=713592 CPUtime=6.19 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 10911 13007 0 0 579 33 4 3 20 0 15 0 228609565 11343855616 178419 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=11077984 memory=713592 CPUtime=6.19 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 7391 13007 0 0 579 33 4 3 20 0 15 0 228609565 11343855616 178419 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=11077984 memory=713592 CPUtime=6.22 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 9732 13007 0 0 582 33 4 3 20 0 15 0 228609565 11343855616 178419 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=11077984 memory=713592 CPUtime=6.18 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 6776 13007 0 0 580 31 4 3 20 0 15 0 228609565 11343855616 178419 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=11077984 memory=7 CPUtime=5.95 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 10274 13007 0 0 557 31 4 3 20 0 15 0 228609567 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=11077984 memory=713592 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 15 13007 0 0 0 0 4 3 20 0 15 0 228609567 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399259674144 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=11077984 memory=713592 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609568 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399058347520 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=11077984 memory=713676 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178419 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=11077984 memory=713676 CPUtime=3.34 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 18529 13007 0 0 324 3 4 3 20 0 15 0 228609570 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=11077984 memory=713676 CPUtime=3.37 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 21568 13007 0 0 327 3 4 3 20 0 15 0 228609570 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=11077984 memory=713592 CPUtime=1.62 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 22283 13007 0 0 151 4 4 3 20 0 15 0 228609570 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178419 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=11077984 memory=5772 CPUtime=1.42 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 1019 13007 0 0 72 63 4 3 20 0 15 0 228609571 11343855616 178419 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 2467.13 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 713676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.8 s]
/proc/loadavg: 1.29 1.47 1.47 3/219 24360
/proc/meminfo: memFree=10067312/32770624 swapFree=67108852/67108860
[pid=24023] ppid=24020 vsize=11077984 memory=713708 CPUtime=2520 cores=0,2,4,6
/proc/24023/stat : 24023 (java) S 24020 24023 20994 0 -1 1077944320 192053 13007 0 0 251764 229 4 3 20 0 15 0 228609555 11343855616 178427 33554432000 4194304 4196468 140736889366688 140736889349232 140400496193271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
/proc/24023/statm: 2769496 178427 3520 1 0 2731149 0
[pid=24023/tid=24076] ppid=24020 vsize=11077984 memory=928 CPUtime=2479.35 cores=0,2,4,6
/proc/24023/task/24076/stat : 24076 (java) R 24020 24023 20994 0 -1 4202560 81032 13007 0 0 247895 33 4 3 20 0 15 0 228609565 11343855616 178427 33554432000 4194304 4196468 140736889366688 140400468026784 140400079659933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24077] ppid=24020 vsize=11077984 memory=2216 CPUtime=6.33 cores=0,2,4,6
/proc/24023/task/24077/stat : 24077 (java) S 24020 24023 20994 0 -1 1077944384 10965 13007 0 0 592 34 4 3 20 0 15 0 228609565 11343855616 178427 33554432000 4194304 4196468 140736889366688 140400500435216 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24078] ppid=24020 vsize=11077984 memory=4260 CPUtime=6.33 cores=0,2,4,6
/proc/24023/task/24078/stat : 24078 (java) S 24020 24023 20994 0 -1 1077944384 7414 13007 0 0 592 34 4 3 20 0 15 0 228609565 11343855616 178427 33554432000 4194304 4196468 140736889366688 140400035989904 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24079] ppid=24020 vsize=11077984 memory=2088 CPUtime=6.36 cores=0,2,4,6
/proc/24023/task/24079/stat : 24079 (java) S 24020 24023 20994 0 -1 1077944384 9740 13007 0 0 595 34 4 3 20 0 15 0 228609565 11343855616 178427 33554432000 4194304 4196468 140736889366688 140400034937360 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24080] ppid=24020 vsize=11077984 memory=713708 CPUtime=6.32 cores=0,2,4,6
/proc/24023/task/24080/stat : 24080 (java) S 24020 24023 20994 0 -1 1077944384 6807 13007 0 0 593 32 4 3 20 0 15 0 228609565 11343855616 178427 33554432000 4194304 4196468 140736889366688 140400033884816 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24081] ppid=24020 vsize=11077984 memory=713708 CPUtime=6.08 cores=0,2,4,6
/proc/24023/task/24081/stat : 24081 (java) S 24020 24023 20994 0 -1 1077944384 10457 13007 0 0 570 31 4 3 20 0 15 0 228609567 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399742892528 140400496204418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24082] ppid=24020 vsize=11077984 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24082/stat : 24082 (java) S 24020 24023 20994 0 -1 1077944384 15 13007 0 0 0 0 4 3 20 0 15 0 228609567 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399259674144 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24083] ppid=24020 vsize=11077984 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24083/stat : 24083 (java) S 24020 24023 20994 0 -1 1077944384 2 13007 0 0 0 0 4 3 20 0 15 0 228609568 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399058347520 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24084] ppid=24020 vsize=11077984 memory=7380 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24084/stat : 24084 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178427 33554432000 4194304 4196468 140736889366688 140398750948048 140400496211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24085] ppid=24020 vsize=11077984 memory=808 CPUtime=3.34 cores=0,2,4,6
/proc/24023/task/24085/stat : 24085 (java) S 24020 24023 20994 0 -1 1077944384 18531 13007 0 0 324 3 4 3 20 0 15 0 228609570 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399741839344 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24086] ppid=24020 vsize=11077984 memory=1696 CPUtime=3.37 cores=0,2,4,6
/proc/24023/task/24086/stat : 24086 (java) S 24020 24023 20994 0 -1 1077944384 21570 13007 0 0 327 3 4 3 20 0 15 0 228609570 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399740786800 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24087] ppid=24020 vsize=11077984 memory=920 CPUtime=1.62 cores=0,2,4,6
/proc/24023/task/24087/stat : 24087 (java) S 24020 24023 20994 0 -1 1077944384 22285 13007 0 0 151 4 4 3 20 0 15 0 228609570 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399739734256 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24088] ppid=24020 vsize=11077984 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/24023/task/24088/stat : 24088 (java) S 24020 24023 20994 0 -1 1077944384 3 13007 0 0 0 0 4 3 20 0 15 0 228609570 11343855616 178427 33554432000 4194304 4196468 140736889366688 140398320151136 140400496203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
[pid=24023/tid=24089] ppid=24020 vsize=11077984 memory=2876 CPUtime=1.45 cores=0,2,4,6
/proc/24023/task/24089/stat : 24089 (java) S 24020 24023 20994 0 -1 1077944384 1037 13007 0 0 74 64 4 3 20 0 15 0 228609571 11343855616 178427 33554432000 4194304 4196468 140736889366688 140399738682160 140400496204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28061696 140736889371236 140736889374044 140736889374044 140736889376719 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 713708 KiB

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

[startup+2494.82 s]
# the end of solver process 24023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.71 s, system=2.33846 s

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

Child status: 143
Real time (s): 2494.82
CPU time (s): 2520.05
CPU user time (s): 2517.71
CPU system time (s): 2.33846
CPU usage (%): 101.011
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 729652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.71
system time used= 2.33846
maximum resident set size= 731700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205838
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185847
involuntary context switches= 9147


# summary of solver processes directly reported to runsolver:
#   pid: 24023
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.71
#   total CPU system time (s): 2.33846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1858 second user time and 23.8447 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 23:47:44
IDJOB=4305078
IDBENCH=141418
IDSOLVER=2781
FILE ID=node133/4305078-1534110464
RUNJOBID= node133-1534097471-21025
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305078-1534110464/watcher-4305078-1534110464 -o /tmp/evaluation-result-4305078-1534110464/solver-4305078-1534110464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=347790530 -superng HOME/instance-4305078-1534110464.xml

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

MD5SUM BENCH= 67b8364c884536fb4f5e1967f94ac4a2
RANDOM SEED=347790530

node133.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.24
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.24
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.24
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.24
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:        11099852 kB
MemAvailable:   31076692 kB
Buffers:          222412 kB
Cached:         19747272 kB
SwapCached:            4 kB
Active:         10207728 kB
Inactive:       10645088 kB
Active(anon):     831736 kB
Inactive(anon):   103528 kB
Active(file):    9375992 kB
Inactive(file): 10541560 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26220 kB
Writeback:             0 kB
AnonPages:       1016340 kB
Mapped:            69400 kB
Shmem:             49816 kB
Slab:             515952 kB
SReclaimable:     487748 kB
SUnreclaim:        28204 kB
KernelStack:        3872 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2005444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 00:29:19