Trace number 4294680

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.14 2480.04

General information on the benchmark

NameDubois/
Dubois-100_c18.xml
MD5SUM7caa0b5cafbc6020af5c8bc91888bcd3
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.017795
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":300}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":300}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.10/2480.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2480.02		at concrete.MAC.mac(MAC.scala:188)
2520.10/2480.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2480.02		at scala.util.Try$.apply(Try.scala:209)
2520.10/2480.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2480.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2480.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2480.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2480.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2480.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2480.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2480.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2480.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2480.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2480.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2480.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.10/2480.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.10/2480.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.10/2480.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.10/2480.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2480.02		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.10/2480.02		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.10/2480.02		at concrete.Solver.toStream(Solver.scala:68)
2520.10/2480.02		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.10/2480.02		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.10/2480.02		at concrete.Solver.toIterable(Solver.scala:68)
2520.10/2480.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.10/2480.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2480.02		at scala.util.Success.map(Try.scala:209)
2520.10/2480.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2480.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2480.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2480.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2480.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2480.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2480.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2480.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2480.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2480.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2480.02		at scala.App.main(App.scala:76)
2520.10/2480.02		at scala.App.main$(App.scala:74)
2520.10/2480.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2480.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2480.02	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9226 MiB free)
  memory of node 1: 16384 MiB (12082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294680-1532476126/watcher-4294680-1532476126 -o /tmp/evaluation-result-4294680-1532476126/solver-4294680-1532476126 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=235484532 -superng HOME/instance-4294680-1532476126.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=31049, runsolver pid=31046
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.87 1.51 1.41 3/206 31106
/proc/meminfo: memFree=21813812/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 4391 13156 0 0 1 0 5 3 20 0 6 0 65175812 10212057088 4269 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2493178 4269 1934 1 0 2481616 0
[pid=31049/tid=31102] ppid=31046 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 2200 13156 0 0 1 0 5 3 20 0 6 0 65175821 10212057088 4269 33554432000 4194304 4196468 140721515721936 140129218495056 140129246680221 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 65175822 10212057088 4269 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=9972712 memory=140108145604224 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 65175822 10212057088 4269 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 65175822 10212057088 4269 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 6 0 65175822 10212057088 4269 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.211889 s]*
/proc/loadavg: 1.87 1.51 1.41 3/215 31115
/proc/meminfo: memFree=21788860/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10818856 memory=44088 CPUtime=0.27 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 8864 13156 0 0 17 2 5 3 20 0 15 0 65175812 11078508544 11022 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2704714 11022 2962 1 0 2667149 0
[pid=31049/tid=31102] ppid=31046 vsize=10818856 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 5556 13156 0 0 10 1 5 3 20 0 15 0 65175821 11078508544 11022 33554432000 4194304 4196468 140721515721936 140129218455952 140129238895422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11078508544 11022 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10818856 memory=140108145604224 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11078508544 11022 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11078508544 11022 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 65175822 11078508544 11022 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10818856 memory=140108145604224 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 65175823 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 65175824 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128139863200 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175824 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128005645040 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11078508544 11088 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 487 13156 0 0 1 0 5 3 20 0 15 0 65175827 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 89 13156 0 0 1 0 5 3 20 0 15 0 65175827 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10818856 memory=140108145604224 CPUtime=0.11 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 547 13156 0 0 3 0 5 3 20 0 15 0 65175827 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11078508544 11088 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10818856 memory=140108145604224 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175827 11078508544 11088 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 44088 KiB

[startup+0.310096 s]*
/proc/loadavg: 1.87 1.51 1.41 3/215 31115
/proc/meminfo: memFree=21778936/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10819352 memory=54108 CPUtime=0.4 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 10586 13156 0 0 29 3 5 3 20 0 15 0 65175812 11079016448 13527 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2704838 13527 3093 1 0 2667149 0
[pid=31049/tid=31102] ppid=31046 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 7235 13156 0 0 19 2 5 3 20 0 15 0 65175821 11079016448 13527 33554432000 4194304 4196468 140721515721936 140129218470304 140129228223273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 13527 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 13527 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 13527 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 13527 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 65175823 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 65175824 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128139863200 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175824 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128005645040 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11079016448 13527 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 488 13156 0 0 2 0 5 3 20 0 15 0 65175827 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 89 13156 0 0 1 0 5 3 20 0 15 0 65175827 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) R 31046 31049 24765 0 -1 4202560 554 13156 0 0 5 0 5 3 20 0 15 0 65175827 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128702687728 140129225232370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11079016448 13527 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175827 11079016448 13527 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54108 KiB

[startup+0.700812 s]
/proc/loadavg: 1.87 1.51 1.41 3/215 31115
/proc/meminfo: memFree=21769136/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10819352 memory=86960 CPUtime=0.99 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 16789 13156 0 0 86 5 5 3 20 0 15 0 65175812 11079016448 21740 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2704838 21740 3240 1 0 2667149 0
[pid=31049/tid=31102] ppid=31046 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 12476 13156 0 0 55 4 5 3 20 0 15 0 65175821 11079016448 21740 33554432000 4194304 4196468 140721515721936 140129218479120 140129231823934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 21740 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10819352 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 21740 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 21740 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 65175822 11079016448 21740 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 65175823 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 65175824 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128139863200 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175824 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128005645040 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11079016448 21740 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10819352 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 746 13156 0 0 7 0 5 3 20 0 15 0 65175827 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 730 13156 0 0 9 0 5 3 20 0 15 0 65175827 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 614 13156 0 0 12 0 5 3 20 0 15 0 65175827 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11079016448 21740 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175827 11079016448 21740 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86960 KiB

[startup+1.50074 s]
/proc/loadavg: 1.87 1.51 1.41 3/215 31115
/proc/meminfo: memFree=21722504/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10834252 memory=177024 CPUtime=2.31 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 23797 13156 0 0 213 10 5 3 20 0 15 0 65175812 11094274048 44256 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2708563 44256 3473 1 0 2670221 0
[pid=31049/tid=31102] ppid=31046 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 17927 13156 0 0 129 6 5 3 20 0 15 0 65175821 11094274048 44256 33554432000 4194304 4196468 140721515721936 140129218489360 140129230738782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 50 13156 0 0 1 0 5 3 20 0 15 0 65175822 11094274048 44256 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 18 13156 0 0 1 0 5 3 20 0 15 0 65175822 11094274048 44256 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 32 13156 0 0 1 0 5 3 20 0 15 0 65175822 11094274048 44256 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 202 13156 0 0 0 0 5 3 20 0 15 0 65175822 11094274048 44256 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 61 13156 0 0 1 0 5 3 20 0 15 0 65175823 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10834252 memory=280216014498048 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 14 13156 0 0 0 0 5 3 20 0 15 0 65175824 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128139863264 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175824 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128005645056 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10834252 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11094274048 44256 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10834252 memory=1704 CPUtime=0.27 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 859 13156 0 0 19 0 5 3 20 0 15 0 65175827 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10834252 memory=9924 CPUtime=0.3 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 1188 13156 0 0 22 0 5 3 20 0 15 0 65175827 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10834252 memory=5788 CPUtime=0.42 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 1246 13156 0 0 34 0 5 3 20 0 15 0 65175827 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10834252 memory=1936 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11094274048 44256 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10834252 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 65175827 11094274048 44256 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 88114 13156 0 0 229950 48 5 3 20 0 15 0 65175821 11176083456 247034 33554432000 4194304 4196468 140721515721936 140129218492800 140128843830274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10914144 memory=988132 CPUtime=10.33 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 6573 13156 0 0 972 53 5 3 20 0 15 0 65175822 11176083456 247034 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10914144 memory=988132 CPUtime=10.32 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 12970 13156 0 0 969 55 5 3 20 0 15 0 65175822 11176083456 247034 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10914144 memory=988132 CPUtime=10.3 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 9954 13156 0 0 969 53 5 3 20 0 15 0 65175822 11176083456 247034 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10914144 memory=988132 CPUtime=10.33 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 10960 13156 0 0 972 53 5 3 20 0 15 0 65175822 11176083456 247034 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10914144 memory=988136 CPUtime=9.05 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 12323 13156 0 0 847 50 5 3 20 0 15 0 65175823 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10914144 memory=988136 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 15 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128139863264 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10914144 memory=988136 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128005645056 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10914144 memory=988136 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247034 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10914144 memory=988132 CPUtime=3.69 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 22694 13156 0 0 358 3 5 3 20 0 15 0 65175827 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10914144 memory=988132 CPUtime=3.74 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 19480 13156 0 0 364 2 5 3 20 0 15 0 65175827 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10914144 memory=4136 CPUtime=1.73 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 19542 13156 0 0 161 4 5 3 20 0 15 0 65175827 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10914144 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247034 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10914144 memory=988136 CPUtime=1.41 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1202 13156 0 0 59 74 5 3 20 0 15 0 65175827 11176083456 247034 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 2360.33 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 988136 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.38 1.40 3/215 31344
/proc/meminfo: memFree=20828968/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10914144 memory=988168 CPUtime=2421.1 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 207290 13156 0 0 241764 338 5 3 20 0 15 0 65175812 11176083456 247042 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2728536 247042 3520 1 0 2690189 0
[pid=31049/tid=31102] ppid=31046 vsize=10914144 memory=988144 CPUtime=2359.48 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 88743 13156 0 0 235891 49 5 3 20 0 15 0 65175821 11176083456 247042 33554432000 4194304 4196468 140721515721936 140129218492176 140128843956911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10914144 memory=133637907446187 CPUtime=10.6 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 6602 13156 0 0 998 54 5 3 20 0 15 0 65175822 11176083456 247042 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10914144 memory=988144 CPUtime=10.58 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 13019 13156 0 0 994 56 5 3 20 0 15 0 65175822 11176083456 247042 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10914144 memory=988144 CPUtime=10.57 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 9962 13156 0 0 995 54 5 3 20 0 15 0 65175822 11176083456 247042 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10914144 memory=988144 CPUtime=10.6 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 11282 13156 0 0 997 55 5 3 20 0 15 0 65175822 11176083456 247042 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10914144 memory=988144 CPUtime=9.29 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 12523 13156 0 0 870 51 5 3 20 0 15 0 65175823 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10914144 memory=988144 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 15 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128139863264 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10914144 memory=988168 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128005645056 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10914144 memory=988168 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247042 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10914144 memory=1728 CPUtime=3.69 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 22696 13156 0 0 358 3 5 3 20 0 15 0 65175827 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10914144 memory=988168 CPUtime=3.74 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 19482 13156 0 0 364 2 5 3 20 0 15 0 65175827 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10914144 memory=4136 CPUtime=1.73 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 19544 13156 0 0 161 4 5 3 20 0 15 0 65175827 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10914144 memory=988144 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247042 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10914144 memory=19876 CPUtime=1.44 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1219 13156 0 0 60 76 5 3 20 0 15 0 65175827 11176083456 247042 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 2421.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 988168 KiB

[startup+2442.3 s]
/proc/loadavg: 1.59 1.45 1.42 3/215 31345
/proc/meminfo: memFree=20829316/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10914144 memory=988220 CPUtime=2481.9 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 208563 13156 0 0 247837 345 5 3 20 0 15 0 65175812 11176083456 247055 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2728536 247055 3520 1 0 2690189 0
[pid=31049/tid=31102] ppid=31046 vsize=10914144 memory=988220 CPUtime=2418.92 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 89387 13156 0 0 241834 50 5 3 20 0 15 0 65175821 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129218492128 140128842207303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10914144 memory=988212 CPUtime=10.86 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 6892 13156 0 0 1023 55 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10914144 memory=988212 CPUtime=10.86 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 13092 13156 0 0 1021 57 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10914144 memory=988168 CPUtime=10.84 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 9975 13156 0 0 1021 55 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10914144 memory=988168 CPUtime=10.87 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 11314 13156 0 0 1023 56 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10914144 memory=988212 CPUtime=9.52 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 12720 13156 0 0 892 52 5 3 20 0 15 0 65175823 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10914144 memory=988212 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 15 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128139863264 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10914144 memory=988212 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128005645056 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10914144 memory=988220 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10914144 memory=988220 CPUtime=3.69 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 22698 13156 0 0 358 3 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10914144 memory=1728 CPUtime=3.74 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 19484 13156 0 0 364 2 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10914144 memory=988168 CPUtime=1.73 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 19546 13156 0 0 161 4 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10914144 memory=988172 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10914144 memory=988220 CPUtime=1.48 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1237 13156 0 0 62 78 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 2481.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 988220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480 s]*
/proc/loadavg: 1.45 1.42 1.41 3/216 31353
/proc/meminfo: memFree=20827940/32770624 swapFree=67108860/67108860
[pid=31049] ppid=31046 vsize=10914144 memory=988220 CPUtime=2520.1 cores=1,3,5,7
/proc/31049/stat : 31049 (java) S 31046 31049 24765 0 -1 1077944320 208879 13156 0 0 251653 349 5 3 20 0 15 0 65175812 11176083456 247055 33554432000 4194304 4196468 140721515721936 140721515704480 140129246658295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
/proc/31049/statm: 2728536 247055 3520 1 0 2690189 0
[pid=31049/tid=31102] ppid=31046 vsize=10914144 memory=6791534058613427641 CPUtime=2456.26 cores=1,3,5,7
/proc/31049/task/31102/stat : 31102 (java) R 31046 31049 24765 0 -1 4202560 89671 13156 0 0 245568 50 5 3 20 0 15 0 65175821 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129218491952 140128841444128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31103] ppid=31046 vsize=10914144 memory=9924 CPUtime=11.03 cores=1,3,5,7
/proc/31049/task/31103/stat : 31103 (java) S 31046 31049 24765 0 -1 1077944384 6892 13156 0 0 1039 56 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129250901008 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31104] ppid=31046 vsize=10914144 memory=5788 CPUtime=11.03 cores=1,3,5,7
/proc/31049/task/31104/stat : 31104 (java) S 31046 31049 24765 0 -1 1077944384 13099 13156 0 0 1037 58 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129149791376 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31105] ppid=31046 vsize=10914144 memory=1936 CPUtime=11.01 cores=1,3,5,7
/proc/31049/task/31105/stat : 31105 (java) S 31046 31049 24765 0 -1 1077944384 9978 13156 0 0 1037 56 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129148738320 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31106] ppid=31046 vsize=10914144 memory=4126316290023845779 CPUtime=11.05 cores=1,3,5,7
/proc/31049/task/31106/stat : 31106 (java) S 31046 31049 24765 0 -1 1077944384 11317 13156 0 0 1041 56 5 3 20 0 15 0 65175822 11176083456 247055 33554432000 4194304 4196468 140721515721936 140129147685776 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31107] ppid=31046 vsize=10914144 memory=2420 CPUtime=9.67 cores=1,3,5,7
/proc/31049/task/31107/stat : 31107 (java) S 31046 31049 24765 0 -1 1077944384 12731 13156 0 0 906 53 5 3 20 0 15 0 65175823 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128705845488 140129246669442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31108] ppid=31046 vsize=10914144 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31108/stat : 31108 (java) S 31046 31049 24765 0 -1 1077944384 15 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128139863264 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31109] ppid=31046 vsize=10914144 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31109/stat : 31109 (java) S 31046 31049 24765 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 65175824 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128005645056 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31110] ppid=31046 vsize=10914144 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31110/stat : 31110 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140127765354448 140129246676891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31111] ppid=31046 vsize=10914144 memory=1012 CPUtime=3.69 cores=1,3,5,7
/proc/31049/task/31111/stat : 31111 (java) S 31046 31049 24765 0 -1 1077944384 22700 13156 0 0 358 3 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128704793328 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31112] ppid=31046 vsize=10914144 memory=1228 CPUtime=3.74 cores=1,3,5,7
/proc/31049/task/31112/stat : 31112 (java) S 31046 31049 24765 0 -1 1077944384 19486 13156 0 0 364 2 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128703740784 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31113] ppid=31046 vsize=10914144 memory=1704 CPUtime=1.73 cores=1,3,5,7
/proc/31049/task/31113/stat : 31113 (java) S 31046 31049 24765 0 -1 1077944384 19548 13156 0 0 161 4 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128702687728 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31114] ppid=31046 vsize=10914144 memory=9924 CPUtime=0.08 cores=1,3,5,7
/proc/31049/task/31114/stat : 31114 (java) S 31046 31049 24765 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140127731796832 140129246668501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
[pid=31049/tid=31115] ppid=31046 vsize=10914144 memory=5788 CPUtime=1.5 cores=1,3,5,7
/proc/31049/task/31115/stat : 31115 (java) S 31046 31049 24765 0 -1 1077944384 1239 13156 0 0 63 79 5 3 20 0 15 0 65175827 11176083456 247055 33554432000 4194304 4196468 140721515721936 140128701635120 140129246669442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12742656 140721515727020 140721515730268 140721515730268 140721515732943 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 988220 KiB

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

[startup+2480.04 s]
# the end of solver process 31049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.6 s, system=3.5368 s

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

Child status: 143
Real time (s): 2480.04
CPU time (s): 2520.14
CPU user time (s): 2516.6
CPU system time (s): 3.5368
CPU usage (%): 101.617
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1123688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.6
system time used= 3.5368
maximum resident set size= 1127784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222940
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= 266055
involuntary context switches= 5939


# summary of solver processes directly reported to runsolver:
#   pid: 31049
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.6
#   total CPU system time (s): 3.5368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4462 second user time and 23.4393 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-25 01:48:46
IDJOB=4294680
IDBENCH=141410
IDSOLVER=2751
FILE ID=node105/4294680-1532476126
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-100_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294680-1532476126/watcher-4294680-1532476126 -o /tmp/evaluation-result-4294680-1532476126/solver-4294680-1532476126 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=235484532 -superng HOME/instance-4294680-1532476126.xml

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

MD5SUM BENCH= 7caa0b5cafbc6020af5c8bc91888bcd3
RANDOM SEED=235484532

node105.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.32
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.32
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.32
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.32
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:        21820840 kB
MemAvailable:   31105840 kB
Buffers:          228092 kB
Cached:          9196756 kB
SwapCached:            0 kB
Active:          2486988 kB
Inactive:        7824040 kB
Active(anon):     840528 kB
Inactive(anon):    65516 kB
Active(file):    1646460 kB
Inactive(file):  7758524 kB
Unevictable:        7180 kB
Mlocked:            7180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26472 kB
Writeback:             0 kB
AnonPages:        893424 kB
Mapped:            51864 kB
Shmem:             17036 kB
Slab:             336200 kB
SReclaimable:     308476 kB
SUnreclaim:        27724 kB
KernelStack:        3536 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1882896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-25 02:30:07